|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjCancelOrderSpecification
Beskriver vad som skall avbokas.
Om flaggan CancelWithWarning är sann kommer avbokning inte utföras om återköpsvärdet understiger aktuellt pris för någon rad.
Om en eller flera rader (OrderItemIdList) anges kommer endast dessa att avbokas annars avbokas hela beställningen.
Om klienten inte är intresserad av resultatet så kan IgnoreResult sättas till true. Då kommer inte något resultat att returneras.
Field Summary | |
---|---|
static java.lang.String |
CANCEL_REASON
|
static java.lang.String |
CANCEL_WITH_WARNING
|
static java.lang.String |
EXTERNAL_EVENT_SPECIFICATION
|
static java.lang.String |
IGNORE_RESULT
|
static java.lang.String |
ORDER_ITEM_ID_LIST
|
static java.lang.String |
RETURN_CREDIT_AMOUNT
|
Method Summary | |
---|---|
TiStringInterface |
getCancelReason()
Field cancelReason is defined as optional. |
java.lang.String |
getCancelReasonValue()
Field cancelReason is defined as optional. |
TiBooleanInterface |
getCancelWithWarning()
Field cancelWithWarning is defined as mandatory. |
java.lang.Boolean |
getCancelWithWarningValue()
Field cancelWithWarning is defined as mandatory. |
SjExternalEventSpecification |
getExternalEventSpecification()
Field externalEventSpecification is defined as optional. |
TiBooleanInterface |
getIgnoreResult()
Field ignoreResult is defined as optional. |
java.lang.Boolean |
getIgnoreResultValue()
Field ignoreResult is defined as optional. |
SjOrderItemIdList |
getOrderItemIdList()
Field orderItemIdList is defined as optional. |
TiBooleanInterface |
getReturnCreditAmount()
Field returnCreditAmount is defined as optional. |
java.lang.Boolean |
getReturnCreditAmountValue()
Field returnCreditAmount is defined as optional. |
TiStringInterface |
lookupCancelReason()
Field cancelReason is defined as optional. |
TiBooleanInterface |
lookupCancelWithWarning()
Field cancelWithWarning is defined as mandatory. |
SjExternalEventSpecification |
lookupExternalEventSpecification()
Field externalEventSpecification is defined as optional. |
TiBooleanInterface |
lookupIgnoreResult()
Field ignoreResult is defined as optional. |
SjOrderItemIdList |
lookupOrderItemIdList()
Field orderItemIdList is defined as optional. |
TiBooleanInterface |
lookupReturnCreditAmount()
Field returnCreditAmount is defined as optional. |
void |
setCancelReason(TiStringInterface inData)
Field cancelReason is defined as optional. |
void |
setCancelReasonValue(java.lang.String inData)
Field cancelReason is defined as optional. |
void |
setCancelReasonValue(java.lang.String inData,
boolean inNotify)
Field cancelReason is defined as optional. |
void |
setCancelWithWarning(TiBooleanInterface inData)
Field cancelWithWarning is defined as mandatory. |
void |
setCancelWithWarningValue(java.lang.Boolean inData)
Field cancelWithWarning is defined as mandatory. |
void |
setCancelWithWarningValue(java.lang.Boolean inData,
boolean inNotify)
Field cancelWithWarning is defined as mandatory. |
void |
setExternalEventSpecification(SjExternalEventSpecification inData)
Field externalEventSpecification is defined as optional. |
void |
setIgnoreResult(TiBooleanInterface inData)
Field ignoreResult is defined as optional. |
void |
setIgnoreResultValue(java.lang.Boolean inData)
Field ignoreResult is defined as optional. |
void |
setIgnoreResultValue(java.lang.Boolean inData,
boolean inNotify)
Field ignoreResult is defined as optional. |
void |
setOrderItemIdList(SjOrderItemIdList inData)
Field orderItemIdList is defined as optional. |
void |
setReturnCreditAmount(TiBooleanInterface inData)
Field returnCreditAmount is defined as optional. |
void |
setReturnCreditAmountValue(java.lang.Boolean inData)
Field returnCreditAmount is defined as optional. |
void |
setReturnCreditAmountValue(java.lang.Boolean inData,
boolean inNotify)
Field returnCreditAmount 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 CANCEL_WITH_WARNING
static final java.lang.String ORDER_ITEM_ID_LIST
static final java.lang.String IGNORE_RESULT
static final java.lang.String RETURN_CREDIT_AMOUNT
static final java.lang.String EXTERNAL_EVENT_SPECIFICATION
static final java.lang.String CANCEL_REASON
Method Detail |
---|
TiBooleanInterface getCancelWithWarning()
TiBooleanInterface lookupCancelWithWarning()
void setCancelWithWarning(TiBooleanInterface inData)
java.lang.Boolean getCancelWithWarningValue()
void setCancelWithWarningValue(java.lang.Boolean inData)
void setCancelWithWarningValue(java.lang.Boolean inData, boolean inNotify)
SjOrderItemIdList getOrderItemIdList()
SjOrderItemIdList lookupOrderItemIdList()
void setOrderItemIdList(SjOrderItemIdList inData)
TiBooleanInterface getIgnoreResult()
TiBooleanInterface lookupIgnoreResult()
void setIgnoreResult(TiBooleanInterface inData)
java.lang.Boolean getIgnoreResultValue()
void setIgnoreResultValue(java.lang.Boolean inData)
void setIgnoreResultValue(java.lang.Boolean inData, boolean inNotify)
TiBooleanInterface getReturnCreditAmount()
TiBooleanInterface lookupReturnCreditAmount()
void setReturnCreditAmount(TiBooleanInterface inData)
java.lang.Boolean getReturnCreditAmountValue()
void setReturnCreditAmountValue(java.lang.Boolean inData)
void setReturnCreditAmountValue(java.lang.Boolean inData, boolean inNotify)
SjExternalEventSpecification getExternalEventSpecification()
SjExternalEventSpecification lookupExternalEventSpecification()
void setExternalEventSpecification(SjExternalEventSpecification inData)
TiStringInterface getCancelReason()
TiStringInterface lookupCancelReason()
void setCancelReason(TiStringInterface inData)
java.lang.String getCancelReasonValue()
void setCancelReasonValue(java.lang.String inData)
void setCancelReasonValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |