se.sj.stina.domain.model
Interface SjPaxListQuery

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:
SjPaxListQueryPlain, SjPaxListQueryStandard

public interface SjPaxListQuery
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface

Frågestruktur för att hämta passagerarlistor


Field Summary
static java.lang.String EMBARKING_SPECIFICATION_XOR
           
static java.lang.String EMBARKING_THROUGH_SERVICES_SPECIFICATION
           
static java.lang.String EMBARKING_TRANSPORT_ID_LIST_SPECIFICATION
           
static java.lang.String EMBARKING_TRANSPORT_SPECIFICATION
           
static java.lang.String FROM_DATE_TIME
           
static java.lang.String RETURN_CANCELLED_ORDER_ITEMS
           
static java.lang.String RETURN_CONNECTING_SECTIONS
           
static java.lang.String RETURN_PHONE_NUMBERS
           
static java.lang.String TO_DATE_TIME
           
 
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
 TiIntegerInterface getEmbarkingSpecificationXor()
          field embarkingSpecificationXor
 java.lang.Integer getEmbarkingSpecificationXorValue()
          field embarkingSpecificationXor
 SjEmbarkingThroughServicesSpecification getEmbarkingThroughServicesSpecification()
          Field embarkingThroughServicesSpecification is defined as part of xor.
 SjEmbarkingTransportIdListSpecification getEmbarkingTransportIdListSpecification()
          Field embarkingTransportIdListSpecification is defined as part of xor.
 SjEmbarkingTransportSpecification getEmbarkingTransportSpecification()
          Field embarkingTransportSpecification is defined as part of xor.
 TiDateTime getFromDateTime()
          Field fromDateTime is defined as mandatory.
 TiBooleanInterface getReturnCancelledOrderItems()
          Field returnCancelledOrderItems is defined as optional.
 java.lang.Boolean getReturnCancelledOrderItemsValue()
          Field returnCancelledOrderItems is defined as optional.
 TiBooleanInterface getReturnConnectingSections()
          Field returnConnectingSections is defined as optional.
 java.lang.Boolean getReturnConnectingSectionsValue()
          Field returnConnectingSections is defined as optional.
 TiBooleanInterface getReturnPhoneNumbers()
          Field returnPhoneNumbers is defined as optional.
 java.lang.Boolean getReturnPhoneNumbersValue()
          Field returnPhoneNumbers is defined as optional.
 TiDateTime getToDateTime()
          Field toDateTime is defined as optional.
 TiIntegerInterface lookupEmbarkingSpecificationXor()
          field embarkingSpecificationXor
 SjEmbarkingThroughServicesSpecification lookupEmbarkingThroughServicesSpecification()
          Field embarkingThroughServicesSpecification is defined as part of xor.
 SjEmbarkingTransportIdListSpecification lookupEmbarkingTransportIdListSpecification()
          Field embarkingTransportIdListSpecification is defined as part of xor.
 SjEmbarkingTransportSpecification lookupEmbarkingTransportSpecification()
          Field embarkingTransportSpecification is defined as part of xor.
 TiDateTime lookupFromDateTime()
          Field fromDateTime is defined as mandatory.
 TiBooleanInterface lookupReturnCancelledOrderItems()
          Field returnCancelledOrderItems is defined as optional.
 TiBooleanInterface lookupReturnConnectingSections()
          Field returnConnectingSections is defined as optional.
 TiBooleanInterface lookupReturnPhoneNumbers()
          Field returnPhoneNumbers is defined as optional.
 TiDateTime lookupToDateTime()
          Field toDateTime is defined as optional.
 void setEmbarkingSpecificationXor(TiIntegerInterface inData)
          field embarkingSpecificationXor
 void setEmbarkingSpecificationXorValue(java.lang.Integer inData)
          field embarkingSpecificationXor
 void setEmbarkingThroughServicesSpecification(SjEmbarkingThroughServicesSpecification inData)
          Field embarkingThroughServicesSpecification is defined as part of xor.
 void setEmbarkingTransportIdListSpecification(SjEmbarkingTransportIdListSpecification inData)
          Field embarkingTransportIdListSpecification is defined as part of xor.
 void setEmbarkingTransportSpecification(SjEmbarkingTransportSpecification inData)
          Field embarkingTransportSpecification is defined as part of xor.
 void setFromDateTime(TiDateTime inData)
          Field fromDateTime is defined as mandatory.
 void setReturnCancelledOrderItems(TiBooleanInterface inData)
          Field returnCancelledOrderItems is defined as optional.
 void setReturnCancelledOrderItemsValue(java.lang.Boolean inData)
          Field returnCancelledOrderItems is defined as optional.
 void setReturnCancelledOrderItemsValue(java.lang.Boolean inData, boolean inNotify)
          Field returnCancelledOrderItems is defined as optional.
 void setReturnConnectingSections(TiBooleanInterface inData)
          Field returnConnectingSections is defined as optional.
 void setReturnConnectingSectionsValue(java.lang.Boolean inData)
          Field returnConnectingSections is defined as optional.
 void setReturnConnectingSectionsValue(java.lang.Boolean inData, boolean inNotify)
          Field returnConnectingSections is defined as optional.
 void setReturnPhoneNumbers(TiBooleanInterface inData)
          Field returnPhoneNumbers is defined as optional.
 void setReturnPhoneNumbersValue(java.lang.Boolean inData)
          Field returnPhoneNumbers is defined as optional.
 void setReturnPhoneNumbersValue(java.lang.Boolean inData, boolean inNotify)
          Field returnPhoneNumbers is defined as optional.
 void setToDateTime(TiDateTime inData)
          Field toDateTime is defined as optional.
 
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

EMBARKING_SPECIFICATION_XOR

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

EMBARKING_THROUGH_SERVICES_SPECIFICATION

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

EMBARKING_TRANSPORT_ID_LIST_SPECIFICATION

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

EMBARKING_TRANSPORT_SPECIFICATION

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

FROM_DATE_TIME

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

TO_DATE_TIME

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

RETURN_CONNECTING_SECTIONS

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

RETURN_CANCELLED_ORDER_ITEMS

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

RETURN_PHONE_NUMBERS

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

getEmbarkingSpecificationXor

TiIntegerInterface getEmbarkingSpecificationXor()
field embarkingSpecificationXor


lookupEmbarkingSpecificationXor

TiIntegerInterface lookupEmbarkingSpecificationXor()
field embarkingSpecificationXor


setEmbarkingSpecificationXor

void setEmbarkingSpecificationXor(TiIntegerInterface inData)
field embarkingSpecificationXor


getEmbarkingSpecificationXorValue

java.lang.Integer getEmbarkingSpecificationXorValue()
field embarkingSpecificationXor


setEmbarkingSpecificationXorValue

void setEmbarkingSpecificationXorValue(java.lang.Integer inData)
field embarkingSpecificationXor


getEmbarkingThroughServicesSpecification

SjEmbarkingThroughServicesSpecification getEmbarkingThroughServicesSpecification()
Field embarkingThroughServicesSpecification is defined as part of xor.


lookupEmbarkingThroughServicesSpecification

SjEmbarkingThroughServicesSpecification lookupEmbarkingThroughServicesSpecification()
Field embarkingThroughServicesSpecification is defined as part of xor.


setEmbarkingThroughServicesSpecification

void setEmbarkingThroughServicesSpecification(SjEmbarkingThroughServicesSpecification inData)
Field embarkingThroughServicesSpecification is defined as part of xor.


getEmbarkingTransportIdListSpecification

SjEmbarkingTransportIdListSpecification getEmbarkingTransportIdListSpecification()
Field embarkingTransportIdListSpecification is defined as part of xor.


lookupEmbarkingTransportIdListSpecification

SjEmbarkingTransportIdListSpecification lookupEmbarkingTransportIdListSpecification()
Field embarkingTransportIdListSpecification is defined as part of xor.


setEmbarkingTransportIdListSpecification

void setEmbarkingTransportIdListSpecification(SjEmbarkingTransportIdListSpecification inData)
Field embarkingTransportIdListSpecification is defined as part of xor.


getEmbarkingTransportSpecification

SjEmbarkingTransportSpecification getEmbarkingTransportSpecification()
Field embarkingTransportSpecification is defined as part of xor.


lookupEmbarkingTransportSpecification

SjEmbarkingTransportSpecification lookupEmbarkingTransportSpecification()
Field embarkingTransportSpecification is defined as part of xor.


setEmbarkingTransportSpecification

void setEmbarkingTransportSpecification(SjEmbarkingTransportSpecification inData)
Field embarkingTransportSpecification is defined as part of xor.


getFromDateTime

TiDateTime getFromDateTime()
Field fromDateTime is defined as mandatory.


lookupFromDateTime

TiDateTime lookupFromDateTime()
Field fromDateTime is defined as mandatory.


setFromDateTime

void setFromDateTime(TiDateTime inData)
Field fromDateTime is defined as mandatory.


getToDateTime

TiDateTime getToDateTime()
Field toDateTime is defined as optional.


lookupToDateTime

TiDateTime lookupToDateTime()
Field toDateTime is defined as optional.


setToDateTime

void setToDateTime(TiDateTime inData)
Field toDateTime is defined as optional.


getReturnConnectingSections

TiBooleanInterface getReturnConnectingSections()
Field returnConnectingSections is defined as optional.


lookupReturnConnectingSections

TiBooleanInterface lookupReturnConnectingSections()
Field returnConnectingSections is defined as optional.


setReturnConnectingSections

void setReturnConnectingSections(TiBooleanInterface inData)
Field returnConnectingSections is defined as optional.


getReturnConnectingSectionsValue

java.lang.Boolean getReturnConnectingSectionsValue()
Field returnConnectingSections is defined as optional.


setReturnConnectingSectionsValue

void setReturnConnectingSectionsValue(java.lang.Boolean inData)
Field returnConnectingSections is defined as optional.


setReturnConnectingSectionsValue

void setReturnConnectingSectionsValue(java.lang.Boolean inData,
                                      boolean inNotify)
Field returnConnectingSections is defined as optional.


getReturnCancelledOrderItems

TiBooleanInterface getReturnCancelledOrderItems()
Field returnCancelledOrderItems is defined as optional.


lookupReturnCancelledOrderItems

TiBooleanInterface lookupReturnCancelledOrderItems()
Field returnCancelledOrderItems is defined as optional.


setReturnCancelledOrderItems

void setReturnCancelledOrderItems(TiBooleanInterface inData)
Field returnCancelledOrderItems is defined as optional.


getReturnCancelledOrderItemsValue

java.lang.Boolean getReturnCancelledOrderItemsValue()
Field returnCancelledOrderItems is defined as optional.


setReturnCancelledOrderItemsValue

void setReturnCancelledOrderItemsValue(java.lang.Boolean inData)
Field returnCancelledOrderItems is defined as optional.


setReturnCancelledOrderItemsValue

void setReturnCancelledOrderItemsValue(java.lang.Boolean inData,
                                       boolean inNotify)
Field returnCancelledOrderItems is defined as optional.


getReturnPhoneNumbers

TiBooleanInterface getReturnPhoneNumbers()
Field returnPhoneNumbers is defined as optional.


lookupReturnPhoneNumbers

TiBooleanInterface lookupReturnPhoneNumbers()
Field returnPhoneNumbers is defined as optional.


setReturnPhoneNumbers

void setReturnPhoneNumbers(TiBooleanInterface inData)
Field returnPhoneNumbers is defined as optional.


getReturnPhoneNumbersValue

java.lang.Boolean getReturnPhoneNumbersValue()
Field returnPhoneNumbers is defined as optional.


setReturnPhoneNumbersValue

void setReturnPhoneNumbersValue(java.lang.Boolean inData)
Field returnPhoneNumbers is defined as optional.


setReturnPhoneNumbersValue

void setReturnPhoneNumbersValue(java.lang.Boolean inData,
                                boolean inNotify)
Field returnPhoneNumbers is defined as optional.



Copyright © 2012. All Rights Reserved.