|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjCreditResult
Beskriver vad som har krediterts. FailedOrderItemResultList returneras om något inte har krediterats.
- OrderDescription returneras om något har avbokats.
- CreditAmount det belopp man krediterat.
- Om man krediterat med varning kan alternativt en CreditlOrderWarning returneras. Då har krediteringsbeloppet understigit priset och ingen avbokning har skett.
Field Summary | |
---|---|
static java.lang.String |
CLIENT_INFORMATION
|
static java.lang.String |
CREDIT_AMOUNT
|
static java.lang.String |
CREDIT_POINTS
|
static java.lang.String |
CREDIT_RESULT_XOR
|
static java.lang.String |
CREDIT_WARNING
|
static java.lang.String |
FAILED_ORDER_ITEM_RESULT_LIST
|
static java.lang.String |
ORDER_DESCRIPTION
|
static java.lang.String |
PAYMENT_TYPE_CREDIT_AMOUNT_LIST
|
static java.lang.String |
VAT_DESCRIPTION_DATA
|
Method Summary | |
---|---|
SjClientInformation |
getClientInformation()
Field clientInformation is defined as optional. |
SjPriceVat |
getCreditAmount()
Field creditAmount is defined as part of xor. |
TiIntegerInterface |
getCreditPoints()
Field creditPoints is defined as optional. |
java.lang.Integer |
getCreditPointsValue()
Field creditPoints is defined as optional. |
TiIntegerInterface |
getCreditResultXor()
field creditResultXor |
java.lang.Integer |
getCreditResultXorValue()
field creditResultXor |
SjCreditWarning |
getCreditWarning()
Field creditWarning is defined as part of xor. |
SjOrderItemResultList |
getFailedOrderItemResultList()
Field failedOrderItemResultList is defined as optional. |
SjOrderDescription |
getOrderDescription()
Field orderDescription is defined as part of xor. |
SjPaymentTypeCreditAmountList |
getPaymentTypeCreditAmountList()
Field paymentTypeCreditAmountList is defined as optional. |
SjVatDescriptionData |
getVatDescriptionData()
Field vatDescriptionData is defined as optional. |
SjClientInformation |
lookupClientInformation()
Field clientInformation is defined as optional. |
SjPriceVat |
lookupCreditAmount()
Field creditAmount is defined as part of xor. |
TiIntegerInterface |
lookupCreditPoints()
Field creditPoints is defined as optional. |
TiIntegerInterface |
lookupCreditResultXor()
field creditResultXor |
SjCreditWarning |
lookupCreditWarning()
Field creditWarning is defined as part of xor. |
SjOrderItemResultList |
lookupFailedOrderItemResultList()
Field failedOrderItemResultList is defined as optional. |
SjOrderDescription |
lookupOrderDescription()
Field orderDescription is defined as part of xor. |
SjPaymentTypeCreditAmountList |
lookupPaymentTypeCreditAmountList()
Field paymentTypeCreditAmountList is defined as optional. |
SjVatDescriptionData |
lookupVatDescriptionData()
Field vatDescriptionData is defined as optional. |
void |
setClientInformation(SjClientInformation inData)
Field clientInformation is defined as optional. |
void |
setCreditAmount(SjPriceVat inData)
Field creditAmount is defined as part of xor. |
void |
setCreditPoints(TiIntegerInterface inData)
Field creditPoints is defined as optional. |
void |
setCreditPointsValue(java.lang.Integer inData)
Field creditPoints is defined as optional. |
void |
setCreditPointsValue(java.lang.Integer inData,
boolean inNotify)
Field creditPoints is defined as optional. |
void |
setCreditResultXor(TiIntegerInterface inData)
field creditResultXor |
void |
setCreditResultXorValue(java.lang.Integer inData)
field creditResultXor |
void |
setCreditWarning(SjCreditWarning inData)
Field creditWarning is defined as part of xor. |
void |
setFailedOrderItemResultList(SjOrderItemResultList inData)
Field failedOrderItemResultList is defined as optional. |
void |
setOrderDescription(SjOrderDescription inData)
Field orderDescription is defined as part of xor. |
void |
setPaymentTypeCreditAmountList(SjPaymentTypeCreditAmountList inData)
Field paymentTypeCreditAmountList is defined as optional. |
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 CREDIT_RESULT_XOR
static final java.lang.String CREDIT_WARNING
static final java.lang.String FAILED_ORDER_ITEM_RESULT_LIST
static final java.lang.String ORDER_DESCRIPTION
static final java.lang.String CREDIT_AMOUNT
static final java.lang.String PAYMENT_TYPE_CREDIT_AMOUNT_LIST
static final java.lang.String CREDIT_POINTS
static final java.lang.String VAT_DESCRIPTION_DATA
static final java.lang.String CLIENT_INFORMATION
Method Detail |
---|
TiIntegerInterface getCreditResultXor()
TiIntegerInterface lookupCreditResultXor()
void setCreditResultXor(TiIntegerInterface inData)
java.lang.Integer getCreditResultXorValue()
void setCreditResultXorValue(java.lang.Integer inData)
SjCreditWarning getCreditWarning()
SjCreditWarning lookupCreditWarning()
void setCreditWarning(SjCreditWarning inData)
SjOrderItemResultList getFailedOrderItemResultList()
SjOrderItemResultList lookupFailedOrderItemResultList()
void setFailedOrderItemResultList(SjOrderItemResultList inData)
SjOrderDescription getOrderDescription()
SjOrderDescription lookupOrderDescription()
void setOrderDescription(SjOrderDescription inData)
SjPriceVat getCreditAmount()
SjPriceVat lookupCreditAmount()
void setCreditAmount(SjPriceVat inData)
SjPaymentTypeCreditAmountList getPaymentTypeCreditAmountList()
SjPaymentTypeCreditAmountList lookupPaymentTypeCreditAmountList()
void setPaymentTypeCreditAmountList(SjPaymentTypeCreditAmountList inData)
TiIntegerInterface getCreditPoints()
TiIntegerInterface lookupCreditPoints()
void setCreditPoints(TiIntegerInterface inData)
java.lang.Integer getCreditPointsValue()
void setCreditPointsValue(java.lang.Integer inData)
void setCreditPointsValue(java.lang.Integer inData, boolean inNotify)
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 |