de.iai.ilcd.webgui.controller.ui
Class ProcessesByExchangeFlowHandler

java.lang.Object
  extended by de.iai.ilcd.webgui.controller.ui.AbstractDataSetsHandler<Process,ProcessDao>
      extended by de.iai.ilcd.webgui.controller.ui.ProcessesByExchangeFlowHandler
All Implemented Interfaces:
java.io.Serializable

public class ProcessesByExchangeFlowHandler
extends AbstractDataSetsHandler<Process,ProcessDao>
implements java.io.Serializable

Handler for Processes by Exchange Flow

See Also:
Serialized Form

Constructor Summary
ProcessesByExchangeFlowHandler()
          Handler for Searches for Processes by exchange flow
 
Method Summary
 java.lang.String getDirection()
          Get the direction
 java.lang.String getFlowDefaultName()
          Get the default name of the flow
 java.lang.String getFlowUuid()
          Get the uuid of the flow
 boolean isInputDirection()
          Check if the exchange direction is input
 boolean isOutputDirection()
          Check if the exchange direction is output
 void setDirection(java.lang.String direction)
          Set the direction
 void setFlowUuid(java.lang.String flowUuid)
          Set the uuid of the flow
 
Methods inherited from class de.iai.ilcd.webgui.controller.ui.AbstractDataSetsHandler
doFilter, getDaoInstance, getFilter, getFilterBoolean, getFilterObject, getFilterStringArr, getLazyDataModel, getParameterMapAsValueParser, setFilter, setFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessesByExchangeFlowHandler

public ProcessesByExchangeFlowHandler()
Handler for Searches for Processes by exchange flow

Method Detail

setFlowUuid

public void setFlowUuid(java.lang.String flowUuid)
Set the uuid of the flow

Parameters:
flowUuid - flow uuid to set

getFlowUuid

public java.lang.String getFlowUuid()
Get the uuid of the flow

Returns:
uuid of the flow

getDirection

public java.lang.String getDirection()
Get the direction

Returns:
direction

setDirection

public void setDirection(java.lang.String direction)
Set the direction

Parameters:
direction - direction to set

getFlowDefaultName

public java.lang.String getFlowDefaultName()
Get the default name of the flow

Returns:
default name of the flow

isInputDirection

public boolean isInputDirection()
Check if the exchange direction is input

Returns:
true for input, else false

isOutputDirection

public boolean isOutputDirection()
Check if the exchange direction is output

Returns:
true for output, else false