|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjCalculateRebuyPriceResult
Pris och återköpsvärde summerat för de i svaret ingående RebuyPriceItem. Även en lista med RebuyPriceItemList. Om man frågat på hel beställning returneras de rader som går att kreditera. Om man frågat på enstaka rader returneras dessa.
Field Summary | |
---|---|
static java.lang.String |
CLIENT_INFORMATION
|
static java.lang.String |
REBUY_PRICE
|
static java.lang.String |
REBUY_PRICE_ITEM_LIST
|
static java.lang.String |
TOTAL_CREDIT_POINTS
|
static java.lang.String |
TOTAL_INSECURE_REBUY_PRICE
|
static java.lang.String |
TOTAL_POINTS
|
static java.lang.String |
TOTAL_PRICE
|
Method Summary | |
---|---|
SjClientInformation |
getClientInformation()
Field clientInformation is defined as optional. |
SjPriceVat |
getRebuyPrice()
Field rebuyPrice is defined as mandatory. |
SjRebuyPriceItemList |
getRebuyPriceItemList()
Field rebuyPriceItemList is defined as mandatory. |
TiIntegerInterface |
getTotalCreditPoints()
Field totalCreditPoints is defined as optional. |
java.lang.Integer |
getTotalCreditPointsValue()
Field totalCreditPoints is defined as optional. |
SjPriceVat |
getTotalInsecureRebuyPrice()
Field totalInsecureRebuyPrice is defined as optional. |
TiIntegerInterface |
getTotalPoints()
Field totalPoints is defined as optional. |
java.lang.Integer |
getTotalPointsValue()
Field totalPoints is defined as optional. |
SjPriceVat |
getTotalPrice()
Field totalPrice is defined as mandatory. |
SjClientInformation |
lookupClientInformation()
Field clientInformation is defined as optional. |
SjPriceVat |
lookupRebuyPrice()
Field rebuyPrice is defined as mandatory. |
SjRebuyPriceItemList |
lookupRebuyPriceItemList()
Field rebuyPriceItemList is defined as mandatory. |
TiIntegerInterface |
lookupTotalCreditPoints()
Field totalCreditPoints is defined as optional. |
SjPriceVat |
lookupTotalInsecureRebuyPrice()
Field totalInsecureRebuyPrice is defined as optional. |
TiIntegerInterface |
lookupTotalPoints()
Field totalPoints is defined as optional. |
SjPriceVat |
lookupTotalPrice()
Field totalPrice is defined as mandatory. |
void |
setClientInformation(SjClientInformation inData)
Field clientInformation is defined as optional. |
void |
setRebuyPrice(SjPriceVat inData)
Field rebuyPrice is defined as mandatory. |
void |
setRebuyPriceItemList(SjRebuyPriceItemList inData)
Field rebuyPriceItemList is defined as mandatory. |
void |
setTotalCreditPoints(TiIntegerInterface inData)
Field totalCreditPoints is defined as optional. |
void |
setTotalCreditPointsValue(java.lang.Integer inData)
Field totalCreditPoints is defined as optional. |
void |
setTotalCreditPointsValue(java.lang.Integer inData,
boolean inNotify)
Field totalCreditPoints is defined as optional. |
void |
setTotalInsecureRebuyPrice(SjPriceVat inData)
Field totalInsecureRebuyPrice is defined as optional. |
void |
setTotalPoints(TiIntegerInterface inData)
Field totalPoints is defined as optional. |
void |
setTotalPointsValue(java.lang.Integer inData)
Field totalPoints is defined as optional. |
void |
setTotalPointsValue(java.lang.Integer inData,
boolean inNotify)
Field totalPoints is defined as optional. |
void |
setTotalPrice(SjPriceVat inData)
Field totalPrice is defined as mandatory. |
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 TOTAL_PRICE
static final java.lang.String REBUY_PRICE
static final java.lang.String TOTAL_POINTS
static final java.lang.String TOTAL_CREDIT_POINTS
static final java.lang.String TOTAL_INSECURE_REBUY_PRICE
static final java.lang.String REBUY_PRICE_ITEM_LIST
static final java.lang.String CLIENT_INFORMATION
Method Detail |
---|
SjPriceVat getTotalPrice()
SjPriceVat lookupTotalPrice()
void setTotalPrice(SjPriceVat inData)
SjPriceVat getRebuyPrice()
SjPriceVat lookupRebuyPrice()
void setRebuyPrice(SjPriceVat inData)
TiIntegerInterface getTotalPoints()
TiIntegerInterface lookupTotalPoints()
void setTotalPoints(TiIntegerInterface inData)
java.lang.Integer getTotalPointsValue()
void setTotalPointsValue(java.lang.Integer inData)
void setTotalPointsValue(java.lang.Integer inData, boolean inNotify)
TiIntegerInterface getTotalCreditPoints()
TiIntegerInterface lookupTotalCreditPoints()
void setTotalCreditPoints(TiIntegerInterface inData)
java.lang.Integer getTotalCreditPointsValue()
void setTotalCreditPointsValue(java.lang.Integer inData)
void setTotalCreditPointsValue(java.lang.Integer inData, boolean inNotify)
SjPriceVat getTotalInsecureRebuyPrice()
SjPriceVat lookupTotalInsecureRebuyPrice()
void setTotalInsecureRebuyPrice(SjPriceVat inData)
SjRebuyPriceItemList getRebuyPriceItemList()
SjRebuyPriceItemList lookupRebuyPriceItemList()
void setRebuyPriceItemList(SjRebuyPriceItemList 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 |