se.sj.stina.domain.model
Interface SjGetBatchJobParametersResult

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, TiCommonModelPartInterface, TiContainerModelPartInterface, TiGeneratedModelInterface, TiListModelPartInterface, TiMapModelInterface, TiMapModelPartInterface, TiMapPlainInterface, TiMapPropInterface, TiModelConstantsInterface, TiModelInterface, TiObserverInterface, TiPrimitiveModelPartInterface, TiPropertyPartInterface, TiSubjectInterface
All Known Implementing Classes:
SjGetBatchJobParametersResultPlain, SjGetBatchJobParametersResultStandard

public interface SjGetBatchJobParametersResult
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface

Parametrarna för ett batch job


Field Summary
static java.lang.String BATCH_PARAMETERS
           
static java.lang.String CLIENT_INFORMATION
           
static java.lang.String EMBARKING_CARRIAGE_ID_LIST
           
static java.lang.String EMBARKING_COMFORT_LIST
           
static java.lang.String EMBARKING_DATE_LIST
           
static java.lang.String EMBARKING_PLACEMENT_CHARACTERISTICS_LIST
           
static java.lang.String EMBARKING_PLACEMENT_NUMBER_LIST
           
static java.lang.String EMBARKING_TRANSPORT_SPEC_WITH_TIME_INTERVALL
           
static java.lang.String FROM_BOOKING_DATE
           
static java.lang.String TO_BOOKING_DATE
           
static java.lang.String USER_ID
           
 
Fields inherited from interface org.stina.framework.core.model.TiModelConstantsInterface
ACTIVATED_ELEMENT_PROPERTY, BACKGROUND_COLOR, BOOLEAN_LIST, BYTE_ARRAY_LIST, COLUMN_WIDTH, DEFAULT_VALUE, DISALLOWED_VALUES, DISPLAY_MODE_PROPERTY, EDITABLE, ENABLED, FALSE_MNEMONIC_KEY, FALSE_TEXT, FONT, FORCE_UPDATE, FOREGROUND_COLOR, HORIZONTAL_ALIGNMENT, INTEGER_LIST, LONG_LIST, LONG_LONG_LIST, MAX_VALUE, MIN_VALUE, MNEMONIC_KEY, NO_RESTORE_OF_FIELD, OBJECT_LIST, OBJECT_REFERENCE_LIST, PLAIN_TEXT, PLAIN_VALUES, POSSIBLE_VALUES, PROHIBIT_HTML_FILTER, ROW_HEIGHT, SELECTABLE, SELECTED_ELEMENT_PROPERTY, SELECTED_ELEMENTS, SELECTED_PROPERTY, STRING_LIST, TIBOOLEAN_FALSE, TIBOOLEAN_TRUE, TIINTEGER_0, TISTRING_EMPTY, TOOLTIP_TEXT, TRUE_MNEMONIC_KEY, TRUE_TEXT, VERTICAL_ALIGNMENT
 
Method Summary
 SjBatchParameters getBatchParameters()
          Field batchParameters is defined as optional.
 SjClientInformation getClientInformation()
          Field clientInformation is defined as optional.
 SjEmbarkingCarriageIdList getEmbarkingCarriageIdList()
          Field embarkingCarriageIdList is defined as optional.
 SjEmbarkingComfortList getEmbarkingComfortList()
          Field embarkingComfortList is defined as optional.
 SjEmbarkingDateList getEmbarkingDateList()
          Field embarkingDateList is defined as mandatory.
 SjEmbarkingPlacementCharacteristicsList getEmbarkingPlacementCharacteristicsList()
          Field embarkingPlacementCharacteristicsList is defined as optional.
 SjEmbarkingPlacementNumberList getEmbarkingPlacementNumberList()
          Field embarkingPlacementNumberList is defined as optional.
 SjEmbarkingTransportSpecWithTimeIntervall getEmbarkingTransportSpecWithTimeIntervall()
          Field embarkingTransportSpecWithTimeIntervall is defined as mandatory.
 TiDate getFromBookingDate()
          Field fromBookingDate is defined as optional.
 TiDate getToBookingDate()
          Field toBookingDate is defined as optional.
 TiStringInterface getUserId()
          Field userId is defined as mandatory.
 java.lang.String getUserIdValue()
          Field userId is defined as mandatory.
 SjBatchParameters lookupBatchParameters()
          Field batchParameters is defined as optional.
 SjClientInformation lookupClientInformation()
          Field clientInformation is defined as optional.
 SjEmbarkingCarriageIdList lookupEmbarkingCarriageIdList()
          Field embarkingCarriageIdList is defined as optional.
 SjEmbarkingComfortList lookupEmbarkingComfortList()
          Field embarkingComfortList is defined as optional.
 SjEmbarkingDateList lookupEmbarkingDateList()
          Field embarkingDateList is defined as mandatory.
 SjEmbarkingPlacementCharacteristicsList lookupEmbarkingPlacementCharacteristicsList()
          Field embarkingPlacementCharacteristicsList is defined as optional.
 SjEmbarkingPlacementNumberList lookupEmbarkingPlacementNumberList()
          Field embarkingPlacementNumberList is defined as optional.
 SjEmbarkingTransportSpecWithTimeIntervall lookupEmbarkingTransportSpecWithTimeIntervall()
          Field embarkingTransportSpecWithTimeIntervall is defined as mandatory.
 TiDate lookupFromBookingDate()
          Field fromBookingDate is defined as optional.
 TiDate lookupToBookingDate()
          Field toBookingDate is defined as optional.
 TiStringInterface lookupUserId()
          Field userId is defined as mandatory.
 void setBatchParameters(SjBatchParameters inData)
          Field batchParameters is defined as optional.
 void setClientInformation(SjClientInformation inData)
          Field clientInformation is defined as optional.
 void setEmbarkingCarriageIdList(SjEmbarkingCarriageIdList inData)
          Field embarkingCarriageIdList is defined as optional.
 void setEmbarkingComfortList(SjEmbarkingComfortList inData)
          Field embarkingComfortList is defined as optional.
 void setEmbarkingDateList(SjEmbarkingDateList inData)
          Field embarkingDateList is defined as mandatory.
 void setEmbarkingPlacementCharacteristicsList(SjEmbarkingPlacementCharacteristicsList inData)
          Field embarkingPlacementCharacteristicsList is defined as optional.
 void setEmbarkingPlacementNumberList(SjEmbarkingPlacementNumberList inData)
          Field embarkingPlacementNumberList is defined as optional.
 void setEmbarkingTransportSpecWithTimeIntervall(SjEmbarkingTransportSpecWithTimeIntervall inData)
          Field embarkingTransportSpecWithTimeIntervall is defined as mandatory.
 void setFromBookingDate(TiDate inData)
          Field fromBookingDate is defined as optional.
 void setToBookingDate(TiDate inData)
          Field toBookingDate is defined as optional.
 void setUserId(TiStringInterface inData)
          Field userId is defined as mandatory.
 void setUserIdValue(java.lang.String inData)
          Field userId is defined as mandatory.
 void setUserIdValue(java.lang.String inData, boolean inNotify)
          Field userId is defined as mandatory.
 
Methods inherited from interface org.stina.framework.core.model.TiMapPlainInterface
clear, getAssignedFieldNames, getComparator, getFieldNames, getModelImpl, getXorNameForXorPart, getXorPartNames, hasField, isEmpty, lookupFieldObject, lookupModelImpl, toDebugString
 
Methods inherited from interface org.stina.framework.core.model.TiMapModelPartInterface
getIncludeIfOptional, getIndexForXorPart, lookupModel, setIncludeIfOptional, setUpdateXorFieldEnabled
 
Methods inherited from interface org.stina.framework.core.model.TiContainerModelPartInterface
getModel, setModel
 
Methods inherited from interface org.stina.framework.core.model.TiCommonModelPartInterface
clone, disposeModel, equalsModel, getGeneratedTiName, getRealTiName, getValue, importValue, importValue, setValue, setValue, toDebugString, update, update
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.stina.framework.core.model.TiPropertyPartInterface
getProperty, getPropertyModel, getPropertyNames, isEnabled, removeProperties, removeProperty, removeProperty, setEnabled, setEnabled, setProperty, setProperty, specifyProperties
 
Methods inherited from interface org.stina.framework.support.observer.TiObserverInterface
updateObserver
 
Methods inherited from interface org.stina.framework.core.model.TiListModelPartInterface
addModelElement, addModelElement, addModelElements, addModelElements, containsModelElement, getIndexOf, getIndexOfEqualsModel, getIndexOfInstance, getLastIndexOf, getListSize, getModelElementAt, getModelElements, insertModelElementAt, insertModelElementAt, moveModelElementOfInstance, moveModelElementOfInstance, removeAllModelElements, removeAllModelElements, removeModelElement, removeModelElement, removeModelElementAt, removeModelElementAt, setModelElementAt, setModelElementAt, setModelElements, setModelElements
 
Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString
 

Field Detail

USER_ID

static final java.lang.String USER_ID
See Also:
Constant Field Values

EMBARKING_TRANSPORT_SPEC_WITH_TIME_INTERVALL

static final java.lang.String EMBARKING_TRANSPORT_SPEC_WITH_TIME_INTERVALL
See Also:
Constant Field Values

EMBARKING_DATE_LIST

static final java.lang.String EMBARKING_DATE_LIST
See Also:
Constant Field Values

FROM_BOOKING_DATE

static final java.lang.String FROM_BOOKING_DATE
See Also:
Constant Field Values

TO_BOOKING_DATE

static final java.lang.String TO_BOOKING_DATE
See Also:
Constant Field Values

EMBARKING_COMFORT_LIST

static final java.lang.String EMBARKING_COMFORT_LIST
See Also:
Constant Field Values

EMBARKING_CARRIAGE_ID_LIST

static final java.lang.String EMBARKING_CARRIAGE_ID_LIST
See Also:
Constant Field Values

EMBARKING_PLACEMENT_NUMBER_LIST

static final java.lang.String EMBARKING_PLACEMENT_NUMBER_LIST
See Also:
Constant Field Values

EMBARKING_PLACEMENT_CHARACTERISTICS_LIST

static final java.lang.String EMBARKING_PLACEMENT_CHARACTERISTICS_LIST
See Also:
Constant Field Values

BATCH_PARAMETERS

static final java.lang.String BATCH_PARAMETERS
See Also:
Constant Field Values

CLIENT_INFORMATION

static final java.lang.String CLIENT_INFORMATION
See Also:
Constant Field Values
Method Detail

getUserId

TiStringInterface getUserId()
Field userId is defined as mandatory.


lookupUserId

TiStringInterface lookupUserId()
Field userId is defined as mandatory.


setUserId

void setUserId(TiStringInterface inData)
Field userId is defined as mandatory.


getUserIdValue

java.lang.String getUserIdValue()
Field userId is defined as mandatory.


setUserIdValue

void setUserIdValue(java.lang.String inData)
Field userId is defined as mandatory.


setUserIdValue

void setUserIdValue(java.lang.String inData,
                    boolean inNotify)
Field userId is defined as mandatory.


getEmbarkingTransportSpecWithTimeIntervall

SjEmbarkingTransportSpecWithTimeIntervall getEmbarkingTransportSpecWithTimeIntervall()
Field embarkingTransportSpecWithTimeIntervall is defined as mandatory.


lookupEmbarkingTransportSpecWithTimeIntervall

SjEmbarkingTransportSpecWithTimeIntervall lookupEmbarkingTransportSpecWithTimeIntervall()
Field embarkingTransportSpecWithTimeIntervall is defined as mandatory.


setEmbarkingTransportSpecWithTimeIntervall

void setEmbarkingTransportSpecWithTimeIntervall(SjEmbarkingTransportSpecWithTimeIntervall inData)
Field embarkingTransportSpecWithTimeIntervall is defined as mandatory.


getEmbarkingDateList

SjEmbarkingDateList getEmbarkingDateList()
Field embarkingDateList is defined as mandatory.


lookupEmbarkingDateList

SjEmbarkingDateList lookupEmbarkingDateList()
Field embarkingDateList is defined as mandatory.


setEmbarkingDateList

void setEmbarkingDateList(SjEmbarkingDateList inData)
Field embarkingDateList is defined as mandatory.


getFromBookingDate

TiDate getFromBookingDate()
Field fromBookingDate is defined as optional.


lookupFromBookingDate

TiDate lookupFromBookingDate()
Field fromBookingDate is defined as optional.


setFromBookingDate

void setFromBookingDate(TiDate inData)
Field fromBookingDate is defined as optional.


getToBookingDate

TiDate getToBookingDate()
Field toBookingDate is defined as optional.


lookupToBookingDate

TiDate lookupToBookingDate()
Field toBookingDate is defined as optional.


setToBookingDate

void setToBookingDate(TiDate inData)
Field toBookingDate is defined as optional.


getEmbarkingComfortList

SjEmbarkingComfortList getEmbarkingComfortList()
Field embarkingComfortList is defined as optional.


lookupEmbarkingComfortList

SjEmbarkingComfortList lookupEmbarkingComfortList()
Field embarkingComfortList is defined as optional.


setEmbarkingComfortList

void setEmbarkingComfortList(SjEmbarkingComfortList inData)
Field embarkingComfortList is defined as optional.


getEmbarkingCarriageIdList

SjEmbarkingCarriageIdList getEmbarkingCarriageIdList()
Field embarkingCarriageIdList is defined as optional.


lookupEmbarkingCarriageIdList

SjEmbarkingCarriageIdList lookupEmbarkingCarriageIdList()
Field embarkingCarriageIdList is defined as optional.


setEmbarkingCarriageIdList

void setEmbarkingCarriageIdList(SjEmbarkingCarriageIdList inData)
Field embarkingCarriageIdList is defined as optional.


getEmbarkingPlacementNumberList

SjEmbarkingPlacementNumberList getEmbarkingPlacementNumberList()
Field embarkingPlacementNumberList is defined as optional.


lookupEmbarkingPlacementNumberList

SjEmbarkingPlacementNumberList lookupEmbarkingPlacementNumberList()
Field embarkingPlacementNumberList is defined as optional.


setEmbarkingPlacementNumberList

void setEmbarkingPlacementNumberList(SjEmbarkingPlacementNumberList inData)
Field embarkingPlacementNumberList is defined as optional.


getEmbarkingPlacementCharacteristicsList

SjEmbarkingPlacementCharacteristicsList getEmbarkingPlacementCharacteristicsList()
Field embarkingPlacementCharacteristicsList is defined as optional.


lookupEmbarkingPlacementCharacteristicsList

SjEmbarkingPlacementCharacteristicsList lookupEmbarkingPlacementCharacteristicsList()
Field embarkingPlacementCharacteristicsList is defined as optional.


setEmbarkingPlacementCharacteristicsList

void setEmbarkingPlacementCharacteristicsList(SjEmbarkingPlacementCharacteristicsList inData)
Field embarkingPlacementCharacteristicsList is defined as optional.


getBatchParameters

SjBatchParameters getBatchParameters()
Field batchParameters is defined as optional.


lookupBatchParameters

SjBatchParameters lookupBatchParameters()
Field batchParameters is defined as optional.


setBatchParameters

void setBatchParameters(SjBatchParameters inData)
Field batchParameters is defined as optional.


getClientInformation

SjClientInformation getClientInformation()
Field clientInformation is defined as optional.


lookupClientInformation

SjClientInformation lookupClientInformation()
Field clientInformation is defined as optional.


setClientInformation

void setClientInformation(SjClientInformation inData)
Field clientInformation is defined as optional.



Copyright © 2012. All Rights Reserved.