|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjUpdateCashRegisterTransactionResult
OrderDescriptionList = BestÀllningar man gjort debitering och vanlig kreditering pÄ.
Field Summary | |
---|---|
static java.lang.String |
CASH_REGISTER_CREDIT_OTHER_REASON_RESULT_LIST
|
static java.lang.String |
CASH_REGISTER_CREDIT_PART_RESULT_LIST
|
static java.lang.String |
CASH_REGISTER_CREDIT_WITHOUT_ORDER_RESULT_LIST
|
static java.lang.String |
CLIENT_INFORMATION
|
static java.lang.String |
FAILED_ORDER_ITEM_RESULT_LIST
|
static java.lang.String |
ORDER_DESCRIPTION_LIST
|
static java.lang.String |
VAT_DESCRIPTION_DATA
|
Method Summary | |
---|---|
SjCashRegisterCreditOtherReasonResultList |
getCashRegisterCreditOtherReasonResultList()
Field cashRegisterCreditOtherReasonResultList is defined as optional. |
SjCashRegisterCreditPartResultList |
getCashRegisterCreditPartResultList()
Field cashRegisterCreditPartResultList is defined as optional. |
SjCashRegisterCreditWithoutOrderResultList |
getCashRegisterCreditWithoutOrderResultList()
Field cashRegisterCreditWithoutOrderResultList is defined as optional. |
SjClientInformation |
getClientInformation()
Field clientInformation is defined as optional. |
SjOrderItemResultList |
getFailedOrderItemResultList()
Field failedOrderItemResultList is defined as optional. |
SjOrderDescriptionList |
getOrderDescriptionList()
Field orderDescriptionList is defined as mandatory. |
SjVatDescriptionData |
getVatDescriptionData()
Field vatDescriptionData is defined as optional. |
SjCashRegisterCreditOtherReasonResultList |
lookupCashRegisterCreditOtherReasonResultList()
Field cashRegisterCreditOtherReasonResultList is defined as optional. |
SjCashRegisterCreditPartResultList |
lookupCashRegisterCreditPartResultList()
Field cashRegisterCreditPartResultList is defined as optional. |
SjCashRegisterCreditWithoutOrderResultList |
lookupCashRegisterCreditWithoutOrderResultList()
Field cashRegisterCreditWithoutOrderResultList is defined as optional. |
SjClientInformation |
lookupClientInformation()
Field clientInformation is defined as optional. |
SjOrderItemResultList |
lookupFailedOrderItemResultList()
Field failedOrderItemResultList is defined as optional. |
SjOrderDescriptionList |
lookupOrderDescriptionList()
Field orderDescriptionList is defined as mandatory. |
SjVatDescriptionData |
lookupVatDescriptionData()
Field vatDescriptionData is defined as optional. |
void |
setCashRegisterCreditOtherReasonResultList(SjCashRegisterCreditOtherReasonResultList inData)
Field cashRegisterCreditOtherReasonResultList is defined as optional. |
void |
setCashRegisterCreditPartResultList(SjCashRegisterCreditPartResultList inData)
Field cashRegisterCreditPartResultList is defined as optional. |
void |
setCashRegisterCreditWithoutOrderResultList(SjCashRegisterCreditWithoutOrderResultList inData)
Field cashRegisterCreditWithoutOrderResultList is defined as optional. |
void |
setClientInformation(SjClientInformation inData)
Field clientInformation is defined as optional. |
void |
setFailedOrderItemResultList(SjOrderItemResultList inData)
Field failedOrderItemResultList is defined as optional. |
void |
setOrderDescriptionList(SjOrderDescriptionList inData)
Field orderDescriptionList is defined as mandatory. |
void |
setVatDescriptionData(SjVatDescriptionData inData)
Field vatDescriptionData 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_DESCRIPTION_LIST
static final java.lang.String CASH_REGISTER_CREDIT_PART_RESULT_LIST
static final java.lang.String FAILED_ORDER_ITEM_RESULT_LIST
static final java.lang.String CASH_REGISTER_CREDIT_OTHER_REASON_RESULT_LIST
static final java.lang.String CASH_REGISTER_CREDIT_WITHOUT_ORDER_RESULT_LIST
static final java.lang.String VAT_DESCRIPTION_DATA
static final java.lang.String CLIENT_INFORMATION
Method Detail |
---|
SjOrderDescriptionList getOrderDescriptionList()
SjOrderDescriptionList lookupOrderDescriptionList()
void setOrderDescriptionList(SjOrderDescriptionList inData)
SjCashRegisterCreditPartResultList getCashRegisterCreditPartResultList()
SjCashRegisterCreditPartResultList lookupCashRegisterCreditPartResultList()
void setCashRegisterCreditPartResultList(SjCashRegisterCreditPartResultList inData)
SjOrderItemResultList getFailedOrderItemResultList()
SjOrderItemResultList lookupFailedOrderItemResultList()
void setFailedOrderItemResultList(SjOrderItemResultList inData)
SjCashRegisterCreditOtherReasonResultList getCashRegisterCreditOtherReasonResultList()
SjCashRegisterCreditOtherReasonResultList lookupCashRegisterCreditOtherReasonResultList()
void setCashRegisterCreditOtherReasonResultList(SjCashRegisterCreditOtherReasonResultList inData)
SjCashRegisterCreditWithoutOrderResultList getCashRegisterCreditWithoutOrderResultList()
SjCashRegisterCreditWithoutOrderResultList lookupCashRegisterCreditWithoutOrderResultList()
void setCashRegisterCreditWithoutOrderResultList(SjCashRegisterCreditWithoutOrderResultList inData)
SjVatDescriptionData getVatDescriptionData()
SjVatDescriptionData lookupVatDescriptionData()
void setVatDescriptionData(SjVatDescriptionData inData)
SjClientInformation getClientInformation()
SjClientInformation lookupClientInformation()
void setClientInformation(SjClientInformation inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |