|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjOrderHeaderSpecification
Innehåller information om data som ska uppdateras på beställningshuvudet
RequisitionId = rekvisitionsnr
- OrderNote = anteckningar
- RetrievalDate = uthämtningsdatum
- MeansOfDistribution = uthämtningssätt
- TravelAgentInformation = resebyråkunddata
- SalesUnitOwner = ägarsäljställe, sätts till tom sträng eller blank om man vill låsa upp behörigheten
- SalesUnitOwnerSection = ägarsäljställeenhet, sätts till tom sträng eller blank om man vill låsa upp behörigheten
- SpecialMailDistribution = särskild direktbrevshantering
- PaymentSpecification = anger betalningssätt innan man har betalat
- OrderNotificationsSpecification = Önskade flaggningar på en beställning.
Field Summary | |
---|---|
static java.lang.String |
ORDER_NOTE
|
static java.lang.String |
ORDER_NOTIFICATIONS_SPECIFICATION
|
static java.lang.String |
PAYMENT_SPECIFICATION
|
static java.lang.String |
RETRIEVAL_DATE
|
static java.lang.String |
SALES_UNIT_OWNER
|
static java.lang.String |
SALES_UNIT_OWNER_SECTION
|
static java.lang.String |
TRAVEL_AGENT_INFORMATION
|
Method Summary | |
---|---|
SjStringList |
getOrderNote()
Field orderNote is defined as optional. |
SjOrderNotificationsSpecification |
getOrderNotificationsSpecification()
Field orderNotificationsSpecification is defined as optional. |
SjPaymentSpecification |
getPaymentSpecification()
Field paymentSpecification is defined as optional. |
TiDate |
getRetrievalDate()
Field retrievalDate is defined as optional. |
SjIdentity |
getSalesUnitOwner()
Field salesUnitOwner is defined as optional. |
SjIdentity |
getSalesUnitOwnerSection()
Field salesUnitOwnerSection is defined as optional. |
java.lang.String |
getSalesUnitOwnerSectionValue()
Field salesUnitOwnerSection is defined as optional. |
java.lang.String |
getSalesUnitOwnerValue()
Field salesUnitOwner is defined as optional. |
SjTravelAgentInformation |
getTravelAgentInformation()
Field travelAgentInformation is defined as optional. |
SjStringList |
lookupOrderNote()
Field orderNote is defined as optional. |
SjOrderNotificationsSpecification |
lookupOrderNotificationsSpecification()
Field orderNotificationsSpecification is defined as optional. |
SjPaymentSpecification |
lookupPaymentSpecification()
Field paymentSpecification is defined as optional. |
TiDate |
lookupRetrievalDate()
Field retrievalDate is defined as optional. |
SjIdentity |
lookupSalesUnitOwner()
Field salesUnitOwner is defined as optional. |
SjIdentity |
lookupSalesUnitOwnerSection()
Field salesUnitOwnerSection is defined as optional. |
SjTravelAgentInformation |
lookupTravelAgentInformation()
Field travelAgentInformation is defined as optional. |
void |
setOrderNote(SjStringList inData)
Field orderNote is defined as optional. |
void |
setOrderNotificationsSpecification(SjOrderNotificationsSpecification inData)
Field orderNotificationsSpecification is defined as optional. |
void |
setPaymentSpecification(SjPaymentSpecification inData)
Field paymentSpecification is defined as optional. |
void |
setRetrievalDate(TiDate inData)
Field retrievalDate is defined as optional. |
void |
setSalesUnitOwner(SjIdentity inData)
Field salesUnitOwner is defined as optional. |
void |
setSalesUnitOwnerSection(SjIdentity inData)
Field salesUnitOwnerSection is defined as optional. |
void |
setSalesUnitOwnerSectionValue(java.lang.String inData)
Field salesUnitOwnerSection is defined as optional. |
void |
setSalesUnitOwnerSectionValue(java.lang.String inData,
boolean inNotify)
Field salesUnitOwnerSection is defined as optional. |
void |
setSalesUnitOwnerValue(java.lang.String inData)
Field salesUnitOwner is defined as optional. |
void |
setSalesUnitOwnerValue(java.lang.String inData,
boolean inNotify)
Field salesUnitOwner is defined as optional. |
void |
setTravelAgentInformation(SjTravelAgentInformation inData)
Field travelAgentInformation 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 ORDER_NOTE
static final java.lang.String RETRIEVAL_DATE
static final java.lang.String TRAVEL_AGENT_INFORMATION
static final java.lang.String SALES_UNIT_OWNER
static final java.lang.String SALES_UNIT_OWNER_SECTION
static final java.lang.String PAYMENT_SPECIFICATION
static final java.lang.String ORDER_NOTIFICATIONS_SPECIFICATION
Method Detail |
---|
SjStringList getOrderNote()
SjStringList lookupOrderNote()
void setOrderNote(SjStringList inData)
TiDate getRetrievalDate()
TiDate lookupRetrievalDate()
void setRetrievalDate(TiDate inData)
SjTravelAgentInformation getTravelAgentInformation()
SjTravelAgentInformation lookupTravelAgentInformation()
void setTravelAgentInformation(SjTravelAgentInformation inData)
SjIdentity getSalesUnitOwner()
SjIdentity lookupSalesUnitOwner()
void setSalesUnitOwner(SjIdentity inData)
java.lang.String getSalesUnitOwnerValue()
void setSalesUnitOwnerValue(java.lang.String inData)
void setSalesUnitOwnerValue(java.lang.String inData, boolean inNotify)
SjIdentity getSalesUnitOwnerSection()
SjIdentity lookupSalesUnitOwnerSection()
void setSalesUnitOwnerSection(SjIdentity inData)
java.lang.String getSalesUnitOwnerSectionValue()
void setSalesUnitOwnerSectionValue(java.lang.String inData)
void setSalesUnitOwnerSectionValue(java.lang.String inData, boolean inNotify)
SjPaymentSpecification getPaymentSpecification()
SjPaymentSpecification lookupPaymentSpecification()
void setPaymentSpecification(SjPaymentSpecification inData)
SjOrderNotificationsSpecification getOrderNotificationsSpecification()
SjOrderNotificationsSpecification lookupOrderNotificationsSpecification()
void setOrderNotificationsSpecification(SjOrderNotificationsSpecification inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |