All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.anaptecs.jeaf.junit.activities.WegsucheDurchfuehrenActivityImpl Maven / Gradle / Ivy

There is a newer version: 1.24.1
Show newest version
/*
 * anaptecs GmbH, Ricarda-Huch-Str. 71, 72760 Reutlingen, Germany
 *
 * Copyright 2004 - 2019. All rights reserved.
 */
package com.anaptecs.jeaf.junit.activities;

import java.util.List;

import com.anaptecs.jeaf.core.annotations.JEAFActivityImpl;
import com.anaptecs.jeaf.junit.domainObjects.InfoPLUSConnection;
import com.anaptecs.jeaf.junit.domainObjects.WegsucheAnfrage;

/**
 * Implementation of activity WegsucheDurchfuehrenActivity.
 *
 */
@JEAFActivityImpl(activityInterface = WegsucheDurchfuehrenActivity.class)
public class WegsucheDurchfuehrenActivityImpl implements WegsucheDurchfuehrenActivity {
  /**
   * Create new instance of activity.
   */
  WegsucheDurchfuehrenActivityImpl( ) {
  }

  /**
   *
   *
   * @param in
   * @return List
   */
  @Override
  public List execute( WegsucheAnfrage in ) {
    // TODO: Implement business logic for activity.
    return null;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy