|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjCustomerQuery
Innehåller sökkritera för antingen unik CustomerQueryUnique eller ickeunik CustomerQueryNotUnique sökning.
Field Summary | |
---|---|
static java.lang.String |
CUSTOMER_QUERY_NOT_UNIQUE
|
static java.lang.String |
CUSTOMER_QUERY_UNIQUE
|
static java.lang.String |
CUSTOMER_QUERY_XOR
|
Method Summary | |
---|---|
SjCustomerQueryNotUnique |
getCustomerQueryNotUnique()
Field customerQueryNotUnique is defined as part of xor. |
SjCustomerQueryUnique |
getCustomerQueryUnique()
Field customerQueryUnique is defined as part of xor. |
TiIntegerInterface |
getCustomerQueryXor()
field customerQueryXor |
java.lang.Integer |
getCustomerQueryXorValue()
field customerQueryXor |
SjCustomerQueryNotUnique |
lookupCustomerQueryNotUnique()
Field customerQueryNotUnique is defined as part of xor. |
SjCustomerQueryUnique |
lookupCustomerQueryUnique()
Field customerQueryUnique is defined as part of xor. |
TiIntegerInterface |
lookupCustomerQueryXor()
field customerQueryXor |
void |
setCustomerQueryNotUnique(SjCustomerQueryNotUnique inData)
Field customerQueryNotUnique is defined as part of xor. |
void |
setCustomerQueryUnique(SjCustomerQueryUnique inData)
Field customerQueryUnique is defined as part of xor. |
void |
setCustomerQueryXor(TiIntegerInterface inData)
field customerQueryXor |
void |
setCustomerQueryXorValue(java.lang.Integer inData)
field customerQueryXor |
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 CUSTOMER_QUERY_XOR
static final java.lang.String CUSTOMER_QUERY_NOT_UNIQUE
static final java.lang.String CUSTOMER_QUERY_UNIQUE
Method Detail |
---|
TiIntegerInterface getCustomerQueryXor()
TiIntegerInterface lookupCustomerQueryXor()
void setCustomerQueryXor(TiIntegerInterface inData)
java.lang.Integer getCustomerQueryXorValue()
void setCustomerQueryXorValue(java.lang.Integer inData)
SjCustomerQueryNotUnique getCustomerQueryNotUnique()
SjCustomerQueryNotUnique lookupCustomerQueryNotUnique()
void setCustomerQueryNotUnique(SjCustomerQueryNotUnique inData)
SjCustomerQueryUnique getCustomerQueryUnique()
SjCustomerQueryUnique lookupCustomerQueryUnique()
void setCustomerQueryUnique(SjCustomerQueryUnique inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |