|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjItineraryResultSpecification
Innehåller settings för att styra hur svaret på en tidtabellsfråga skall se ut, d.v.s. vilket
data man vill ha tillbaka.
I fältet IncludeLimitedSeatsList lägger man in listan med koder för de
antalsräknade platser man vill ha tillbaka i svaret.
I fältet MinimumLimitedSeatsList lägger man in listan med det minsta antalet
och koden för de antalsräknade platser som skall gälla för de förbindelser som
kommer tillbaka i svaret. Det räcker med att förbindelsen har en antalsräknare som
är större än eller lika med det angivna minsta antalet för motsvarande antalsräknare
för att förbindelsen skall läggas med i svaret.
Field Summary | |
---|---|
static java.lang.String |
INCLUDE_GENERAL_PRICES
|
static java.lang.String |
INCLUDE_LIMITED_SEATS
|
static java.lang.String |
INCLUDE_LIMITED_SEATS_CATEGORY
|
static java.lang.String |
INCLUDE_SECTIONS
|
static java.lang.String |
MAX_ITINERARIES
|
static java.lang.String |
MINIMUM_LIMITED_SEATS
|
Method Summary | |
---|---|
TiBooleanInterface |
getIncludeGeneralPrices()
Field includeGeneralPrices is defined as mandatory. |
java.lang.Boolean |
getIncludeGeneralPricesValue()
Field includeGeneralPrices is defined as mandatory. |
SjCodeList |
getIncludeLimitedSeats()
Field includeLimitedSeats is defined as optional. |
SjCode |
getIncludeLimitedSeatsCategory()
Field includeLimitedSeatsCategory is defined as optional. |
java.lang.String |
getIncludeLimitedSeatsCategoryValue()
Field includeLimitedSeatsCategory is defined as optional. |
TiBooleanInterface |
getIncludeSections()
Field includeSections is defined as mandatory. |
java.lang.Boolean |
getIncludeSectionsValue()
Field includeSections is defined as mandatory. |
SjIntegerString |
getMaxItineraries()
Field maxItineraries is defined as optional. |
java.lang.String |
getMaxItinerariesValue()
Field maxItineraries is defined as optional. |
SjAvailabilityList |
getMinimumLimitedSeats()
Field minimumLimitedSeats is defined as optional. |
TiBooleanInterface |
lookupIncludeGeneralPrices()
Field includeGeneralPrices is defined as mandatory. |
SjCodeList |
lookupIncludeLimitedSeats()
Field includeLimitedSeats is defined as optional. |
SjCode |
lookupIncludeLimitedSeatsCategory()
Field includeLimitedSeatsCategory is defined as optional. |
TiBooleanInterface |
lookupIncludeSections()
Field includeSections is defined as mandatory. |
SjIntegerString |
lookupMaxItineraries()
Field maxItineraries is defined as optional. |
SjAvailabilityList |
lookupMinimumLimitedSeats()
Field minimumLimitedSeats is defined as optional. |
void |
setIncludeGeneralPrices(TiBooleanInterface inData)
Field includeGeneralPrices is defined as mandatory. |
void |
setIncludeGeneralPricesValue(java.lang.Boolean inData)
Field includeGeneralPrices is defined as mandatory. |
void |
setIncludeGeneralPricesValue(java.lang.Boolean inData,
boolean inNotify)
Field includeGeneralPrices is defined as mandatory. |
void |
setIncludeLimitedSeats(SjCodeList inData)
Field includeLimitedSeats is defined as optional. |
void |
setIncludeLimitedSeatsCategory(SjCode inData)
Field includeLimitedSeatsCategory is defined as optional. |
void |
setIncludeLimitedSeatsCategoryValue(java.lang.String inData)
Field includeLimitedSeatsCategory is defined as optional. |
void |
setIncludeLimitedSeatsCategoryValue(java.lang.String inData,
boolean inNotify)
Field includeLimitedSeatsCategory is defined as optional. |
void |
setIncludeSections(TiBooleanInterface inData)
Field includeSections is defined as mandatory. |
void |
setIncludeSectionsValue(java.lang.Boolean inData)
Field includeSections is defined as mandatory. |
void |
setIncludeSectionsValue(java.lang.Boolean inData,
boolean inNotify)
Field includeSections is defined as mandatory. |
void |
setMaxItineraries(SjIntegerString inData)
Field maxItineraries is defined as optional. |
void |
setMaxItinerariesValue(java.lang.String inData)
Field maxItineraries is defined as optional. |
void |
setMaxItinerariesValue(java.lang.String inData,
boolean inNotify)
Field maxItineraries is defined as optional. |
void |
setMinimumLimitedSeats(SjAvailabilityList inData)
Field minimumLimitedSeats 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.support.observer.TiSubjectInterface |
---|
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString |
Field Detail |
---|
static final java.lang.String MAX_ITINERARIES
static final java.lang.String INCLUDE_SECTIONS
static final java.lang.String INCLUDE_GENERAL_PRICES
static final java.lang.String INCLUDE_LIMITED_SEATS
static final java.lang.String INCLUDE_LIMITED_SEATS_CATEGORY
static final java.lang.String MINIMUM_LIMITED_SEATS
Method Detail |
---|
SjIntegerString getMaxItineraries()
SjIntegerString lookupMaxItineraries()
void setMaxItineraries(SjIntegerString inData)
java.lang.String getMaxItinerariesValue()
void setMaxItinerariesValue(java.lang.String inData)
void setMaxItinerariesValue(java.lang.String inData, boolean inNotify)
TiBooleanInterface getIncludeSections()
TiBooleanInterface lookupIncludeSections()
void setIncludeSections(TiBooleanInterface inData)
java.lang.Boolean getIncludeSectionsValue()
void setIncludeSectionsValue(java.lang.Boolean inData)
void setIncludeSectionsValue(java.lang.Boolean inData, boolean inNotify)
TiBooleanInterface getIncludeGeneralPrices()
TiBooleanInterface lookupIncludeGeneralPrices()
void setIncludeGeneralPrices(TiBooleanInterface inData)
java.lang.Boolean getIncludeGeneralPricesValue()
void setIncludeGeneralPricesValue(java.lang.Boolean inData)
void setIncludeGeneralPricesValue(java.lang.Boolean inData, boolean inNotify)
SjCodeList getIncludeLimitedSeats()
SjCodeList lookupIncludeLimitedSeats()
void setIncludeLimitedSeats(SjCodeList inData)
SjCode getIncludeLimitedSeatsCategory()
SjCode lookupIncludeLimitedSeatsCategory()
void setIncludeLimitedSeatsCategory(SjCode inData)
java.lang.String getIncludeLimitedSeatsCategoryValue()
void setIncludeLimitedSeatsCategoryValue(java.lang.String inData)
void setIncludeLimitedSeatsCategoryValue(java.lang.String inData, boolean inNotify)
SjAvailabilityList getMinimumLimitedSeats()
SjAvailabilityList lookupMinimumLimitedSeats()
void setMinimumLimitedSeats(SjAvailabilityList inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |