se.sj.stina.domain.model
Interface SjCancelOrderSpecification

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, TiCommonModelPartInterface, TiContainerModelPartInterface, TiGeneratedModelInterface, TiListModelPartInterface, TiMapModelInterface, TiMapModelPartInterface, TiMapPlainInterface, TiMapPropInterface, TiModelConstantsInterface, TiModelInterface, TiObserverInterface, TiPrimitiveModelPartInterface, TiPropertyPartInterface, TiSubjectInterface
All Known Implementing Classes:
SjCancelOrderSpecificationPlain, SjCancelOrderSpecificationStandard

public interface SjCancelOrderSpecification
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface

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
           
 
Fields inherited from interface org.stina.framework.core.model.TiModelConstantsInterface
ACTIVATED_ELEMENT_PROPERTY, BACKGROUND_COLOR, BOOLEAN_LIST, BYTE_ARRAY_LIST, COLUMN_WIDTH, DEFAULT_VALUE, DISALLOWED_VALUES, DISPLAY_MODE_PROPERTY, EDITABLE, ENABLED, FALSE_MNEMONIC_KEY, FALSE_TEXT, FONT, FORCE_UPDATE, FOREGROUND_COLOR, HORIZONTAL_ALIGNMENT, INTEGER_LIST, LONG_LIST, LONG_LONG_LIST, MAX_VALUE, MIN_VALUE, MNEMONIC_KEY, NO_RESTORE_OF_FIELD, OBJECT_LIST, OBJECT_REFERENCE_LIST, PLAIN_TEXT, PLAIN_VALUES, POSSIBLE_VALUES, PROHIBIT_HTML_FILTER, ROW_HEIGHT, SELECTABLE, SELECTED_ELEMENT_PROPERTY, SELECTED_ELEMENTS, SELECTED_PROPERTY, STRING_LIST, TIBOOLEAN_FALSE, TIBOOLEAN_TRUE, TIINTEGER_0, TISTRING_EMPTY, TOOLTIP_TEXT, TRUE_MNEMONIC_KEY, TRUE_TEXT, VERTICAL_ALIGNMENT
 
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.core.model.TiListModelPartInterface
addModelElement, addModelElement, addModelElements, addModelElements, containsModelElement, getIndexOf, getIndexOfEqualsModel, getIndexOfInstance, getLastIndexOf, getListSize, getModelElementAt, getModelElements, insertModelElementAt, insertModelElementAt, moveModelElementOfInstance, moveModelElementOfInstance, removeAllModelElements, removeAllModelElements, removeModelElement, removeModelElement, removeModelElementAt, removeModelElementAt, setModelElementAt, setModelElementAt, setModelElements, setModelElements
 
Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString
 

Field Detail

CANCEL_WITH_WARNING

static final java.lang.String CANCEL_WITH_WARNING
See Also:
Constant Field Values

ORDER_ITEM_ID_LIST

static final java.lang.String ORDER_ITEM_ID_LIST
See Also:
Constant Field Values

IGNORE_RESULT

static final java.lang.String IGNORE_RESULT
See Also:
Constant Field Values

RETURN_CREDIT_AMOUNT

static final java.lang.String RETURN_CREDIT_AMOUNT
See Also:
Constant Field Values

EXTERNAL_EVENT_SPECIFICATION

static final java.lang.String EXTERNAL_EVENT_SPECIFICATION
See Also:
Constant Field Values

CANCEL_REASON

static final java.lang.String CANCEL_REASON
See Also:
Constant Field Values
Method Detail

getCancelWithWarning

TiBooleanInterface getCancelWithWarning()
Field cancelWithWarning is defined as mandatory.


lookupCancelWithWarning

TiBooleanInterface lookupCancelWithWarning()
Field cancelWithWarning is defined as mandatory.


setCancelWithWarning

void setCancelWithWarning(TiBooleanInterface inData)
Field cancelWithWarning is defined as mandatory.


getCancelWithWarningValue

java.lang.Boolean getCancelWithWarningValue()
Field cancelWithWarning is defined as mandatory.


setCancelWithWarningValue

void setCancelWithWarningValue(java.lang.Boolean inData)
Field cancelWithWarning is defined as mandatory.


setCancelWithWarningValue

void setCancelWithWarningValue(java.lang.Boolean inData,
                               boolean inNotify)
Field cancelWithWarning is defined as mandatory.


getOrderItemIdList

SjOrderItemIdList getOrderItemIdList()
Field orderItemIdList is defined as optional.


lookupOrderItemIdList

SjOrderItemIdList lookupOrderItemIdList()
Field orderItemIdList is defined as optional.


setOrderItemIdList

void setOrderItemIdList(SjOrderItemIdList inData)
Field orderItemIdList is defined as optional.


getIgnoreResult

TiBooleanInterface getIgnoreResult()
Field ignoreResult is defined as optional.


lookupIgnoreResult

TiBooleanInterface lookupIgnoreResult()
Field ignoreResult is defined as optional.


setIgnoreResult

void setIgnoreResult(TiBooleanInterface inData)
Field ignoreResult is defined as optional.


getIgnoreResultValue

java.lang.Boolean getIgnoreResultValue()
Field ignoreResult is defined as optional.


setIgnoreResultValue

void setIgnoreResultValue(java.lang.Boolean inData)
Field ignoreResult is defined as optional.


setIgnoreResultValue

void setIgnoreResultValue(java.lang.Boolean inData,
                          boolean inNotify)
Field ignoreResult is defined as optional.


getReturnCreditAmount

TiBooleanInterface getReturnCreditAmount()
Field returnCreditAmount is defined as optional.


lookupReturnCreditAmount

TiBooleanInterface lookupReturnCreditAmount()
Field returnCreditAmount is defined as optional.


setReturnCreditAmount

void setReturnCreditAmount(TiBooleanInterface inData)
Field returnCreditAmount is defined as optional.


getReturnCreditAmountValue

java.lang.Boolean getReturnCreditAmountValue()
Field returnCreditAmount is defined as optional.


setReturnCreditAmountValue

void setReturnCreditAmountValue(java.lang.Boolean inData)
Field returnCreditAmount is defined as optional.


setReturnCreditAmountValue

void setReturnCreditAmountValue(java.lang.Boolean inData,
                                boolean inNotify)
Field returnCreditAmount is defined as optional.


getExternalEventSpecification

SjExternalEventSpecification getExternalEventSpecification()
Field externalEventSpecification is defined as optional.


lookupExternalEventSpecification

SjExternalEventSpecification lookupExternalEventSpecification()
Field externalEventSpecification is defined as optional.


setExternalEventSpecification

void setExternalEventSpecification(SjExternalEventSpecification inData)
Field externalEventSpecification is defined as optional.


getCancelReason

TiStringInterface getCancelReason()
Field cancelReason is defined as optional.


lookupCancelReason

TiStringInterface lookupCancelReason()
Field cancelReason is defined as optional.


setCancelReason

void setCancelReason(TiStringInterface inData)
Field cancelReason is defined as optional.


getCancelReasonValue

java.lang.String getCancelReasonValue()
Field cancelReason is defined as optional.


setCancelReasonValue

void setCancelReasonValue(java.lang.String inData)
Field cancelReason is defined as optional.


setCancelReasonValue

void setCancelReasonValue(java.lang.String inData,
                          boolean inNotify)
Field cancelReason is defined as optional.



Copyright © 2012. All Rights Reserved.