|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stina.framework.core.model.TiAbstractData
org.stina.framework.core.model.TiAbstractMapData
se.sj.stina.domain.model.impl.plain.SjCancelOrderSpecificationPlain
public class SjCancelOrderSpecificationPlain
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.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.stina.framework.core.model.TiAbstractMapData |
---|
TiAbstractMapData.TiMapDataComparator |
Fields inherited from interface se.sj.stina.domain.model.SjCancelOrderSpecification |
---|
CANCEL_REASON, CANCEL_WITH_WARNING, EXTERNAL_EVENT_SPECIFICATION, IGNORE_RESULT, ORDER_ITEM_ID_LIST, RETURN_CREDIT_AMOUNT |
Constructor Summary | |
---|---|
SjCancelOrderSpecificationPlain()
|
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. |
java.lang.String |
getGeneratedTiName()
|
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. |
java.lang.String |
getRealTiName()
|
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 class org.stina.framework.core.model.TiAbstractMapData |
---|
clear, clone, clone, disposeModel, equalsModel, getAssignedFieldNames, getComparator, getField, getFieldNames, getIndexForXorPart, getModel, getModelImpl, getValue, getXorNameForXorPart, getXorPart, getXorPartNames, hasField, importValue, importValue, isEmpty, lookupField, lookupFieldObject, lookupModel, lookupModelImpl, memberModel, setModel, setValue, setValue, specifyXors, toDebugString, toDebugString, updateXorIndex |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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, 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 |
Methods inherited from interface org.stina.framework.support.util.TiModelComponentInterface |
---|
property |
Field Detail |
---|
public TiBooleanData cancelWithWarning
public SjOrderItemIdListPlain orderItemIdList
public TiBooleanData ignoreResult
public TiBooleanData returnCreditAmount
public SjExternalEventSpecificationPlain externalEventSpecification
public TiStringData cancelReason
Constructor Detail |
---|
public SjCancelOrderSpecificationPlain()
Method Detail |
---|
public TiBooleanInterface getCancelWithWarning()
getCancelWithWarning
in interface SjCancelOrderSpecification
public TiBooleanInterface lookupCancelWithWarning()
lookupCancelWithWarning
in interface SjCancelOrderSpecification
public void setCancelWithWarning(TiBooleanInterface inData)
setCancelWithWarning
in interface SjCancelOrderSpecification
public java.lang.Boolean getCancelWithWarningValue()
getCancelWithWarningValue
in interface SjCancelOrderSpecification
public void setCancelWithWarningValue(java.lang.Boolean inData)
setCancelWithWarningValue
in interface SjCancelOrderSpecification
public void setCancelWithWarningValue(java.lang.Boolean inData, boolean inNotify)
setCancelWithWarningValue
in interface SjCancelOrderSpecification
public SjOrderItemIdList getOrderItemIdList()
getOrderItemIdList
in interface SjCancelOrderSpecification
public SjOrderItemIdList lookupOrderItemIdList()
lookupOrderItemIdList
in interface SjCancelOrderSpecification
public void setOrderItemIdList(SjOrderItemIdList inData)
setOrderItemIdList
in interface SjCancelOrderSpecification
public TiBooleanInterface getIgnoreResult()
getIgnoreResult
in interface SjCancelOrderSpecification
public TiBooleanInterface lookupIgnoreResult()
lookupIgnoreResult
in interface SjCancelOrderSpecification
public void setIgnoreResult(TiBooleanInterface inData)
setIgnoreResult
in interface SjCancelOrderSpecification
public java.lang.Boolean getIgnoreResultValue()
getIgnoreResultValue
in interface SjCancelOrderSpecification
public void setIgnoreResultValue(java.lang.Boolean inData)
setIgnoreResultValue
in interface SjCancelOrderSpecification
public void setIgnoreResultValue(java.lang.Boolean inData, boolean inNotify)
setIgnoreResultValue
in interface SjCancelOrderSpecification
public TiBooleanInterface getReturnCreditAmount()
getReturnCreditAmount
in interface SjCancelOrderSpecification
public TiBooleanInterface lookupReturnCreditAmount()
lookupReturnCreditAmount
in interface SjCancelOrderSpecification
public void setReturnCreditAmount(TiBooleanInterface inData)
setReturnCreditAmount
in interface SjCancelOrderSpecification
public java.lang.Boolean getReturnCreditAmountValue()
getReturnCreditAmountValue
in interface SjCancelOrderSpecification
public void setReturnCreditAmountValue(java.lang.Boolean inData)
setReturnCreditAmountValue
in interface SjCancelOrderSpecification
public void setReturnCreditAmountValue(java.lang.Boolean inData, boolean inNotify)
setReturnCreditAmountValue
in interface SjCancelOrderSpecification
public SjExternalEventSpecification getExternalEventSpecification()
getExternalEventSpecification
in interface SjCancelOrderSpecification
public SjExternalEventSpecification lookupExternalEventSpecification()
lookupExternalEventSpecification
in interface SjCancelOrderSpecification
public void setExternalEventSpecification(SjExternalEventSpecification inData)
setExternalEventSpecification
in interface SjCancelOrderSpecification
public TiStringInterface getCancelReason()
getCancelReason
in interface SjCancelOrderSpecification
public TiStringInterface lookupCancelReason()
lookupCancelReason
in interface SjCancelOrderSpecification
public void setCancelReason(TiStringInterface inData)
setCancelReason
in interface SjCancelOrderSpecification
public java.lang.String getCancelReasonValue()
getCancelReasonValue
in interface SjCancelOrderSpecification
public void setCancelReasonValue(java.lang.String inData)
setCancelReasonValue
in interface SjCancelOrderSpecification
public void setCancelReasonValue(java.lang.String inData, boolean inNotify)
setCancelReasonValue
in interface SjCancelOrderSpecification
public java.lang.String getRealTiName()
getRealTiName
in interface TiCommonModelPartInterface
getRealTiName
in class TiAbstractData
public java.lang.String getGeneratedTiName()
getGeneratedTiName
in interface TiCommonModelPartInterface
getGeneratedTiName
in class TiAbstractData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |