|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjMoveOrderItemsSpecification
Definierar från vilken beställning och vilka rader som ska flyttas och till vilken beställning samt om man ävan skall kopiera information om betalare och eller referens
Field Summary | |
---|---|
static java.lang.String |
COPY_CUSTOMER_ID
|
static java.lang.String |
COPY_ORDER_REFERENCE
|
static java.lang.String |
DESTINATION_ORDER_SPECIFICATION
|
static java.lang.String |
SOURCE_ORDER_SPECIFICATION
|
Method Summary | |
---|---|
TiBooleanInterface |
getCopyCustomerId()
Field copyCustomerId is defined as mandatory. |
java.lang.Boolean |
getCopyCustomerIdValue()
Field copyCustomerId is defined as mandatory. |
TiBooleanInterface |
getCopyOrderReference()
Field copyOrderReference is defined as mandatory. |
java.lang.Boolean |
getCopyOrderReferenceValue()
Field copyOrderReference is defined as mandatory. |
SjDestinationOrderSpecification |
getDestinationOrderSpecification()
Field destinationOrderSpecification is defined as mandatory. |
SjSourceOrderSpecification |
getSourceOrderSpecification()
Field sourceOrderSpecification is defined as mandatory. |
TiBooleanInterface |
lookupCopyCustomerId()
Field copyCustomerId is defined as mandatory. |
TiBooleanInterface |
lookupCopyOrderReference()
Field copyOrderReference is defined as mandatory. |
SjDestinationOrderSpecification |
lookupDestinationOrderSpecification()
Field destinationOrderSpecification is defined as mandatory. |
SjSourceOrderSpecification |
lookupSourceOrderSpecification()
Field sourceOrderSpecification is defined as mandatory. |
void |
setCopyCustomerId(TiBooleanInterface inData)
Field copyCustomerId is defined as mandatory. |
void |
setCopyCustomerIdValue(java.lang.Boolean inData)
Field copyCustomerId is defined as mandatory. |
void |
setCopyCustomerIdValue(java.lang.Boolean inData,
boolean inNotify)
Field copyCustomerId is defined as mandatory. |
void |
setCopyOrderReference(TiBooleanInterface inData)
Field copyOrderReference is defined as mandatory. |
void |
setCopyOrderReferenceValue(java.lang.Boolean inData)
Field copyOrderReference is defined as mandatory. |
void |
setCopyOrderReferenceValue(java.lang.Boolean inData,
boolean inNotify)
Field copyOrderReference is defined as mandatory. |
void |
setDestinationOrderSpecification(SjDestinationOrderSpecification inData)
Field destinationOrderSpecification is defined as mandatory. |
void |
setSourceOrderSpecification(SjSourceOrderSpecification inData)
Field sourceOrderSpecification 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 SOURCE_ORDER_SPECIFICATION
static final java.lang.String DESTINATION_ORDER_SPECIFICATION
static final java.lang.String COPY_CUSTOMER_ID
static final java.lang.String COPY_ORDER_REFERENCE
Method Detail |
---|
SjSourceOrderSpecification getSourceOrderSpecification()
SjSourceOrderSpecification lookupSourceOrderSpecification()
void setSourceOrderSpecification(SjSourceOrderSpecification inData)
SjDestinationOrderSpecification getDestinationOrderSpecification()
SjDestinationOrderSpecification lookupDestinationOrderSpecification()
void setDestinationOrderSpecification(SjDestinationOrderSpecification inData)
TiBooleanInterface getCopyCustomerId()
TiBooleanInterface lookupCopyCustomerId()
void setCopyCustomerId(TiBooleanInterface inData)
java.lang.Boolean getCopyCustomerIdValue()
void setCopyCustomerIdValue(java.lang.Boolean inData)
void setCopyCustomerIdValue(java.lang.Boolean inData, boolean inNotify)
TiBooleanInterface getCopyOrderReference()
TiBooleanInterface lookupCopyOrderReference()
void setCopyOrderReference(TiBooleanInterface inData)
java.lang.Boolean getCopyOrderReferenceValue()
void setCopyOrderReferenceValue(java.lang.Boolean inData)
void setCopyOrderReferenceValue(java.lang.Boolean inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |