|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjConfirmTicketResult
Utdata från metod confirmTicketResult OK med eller utan en URL till en PDF-fil. En lista på vilka orderrader det är problem med. Alternativt ett applikationsfel.
Field Summary | |
---|---|
static java.lang.String |
CLIENT_INFORMATION
|
static java.lang.String |
CONFIRM_TICKET_FAILED
|
static java.lang.String |
CONFIRM_TICKET_OK
|
static java.lang.String |
CONFIRM_TICKET_XOR
|
Method Summary | |
---|---|
SjClientInformation |
getClientInformation()
Field clientInformation is defined as optional. |
SjConfirmTicketFailed |
getConfirmTicketFailed()
Field confirmTicketFailed is defined as part of xor. |
SjConfirmTicketOK |
getConfirmTicketOK()
Field confirmTicketOK is defined as part of xor. |
TiIntegerInterface |
getConfirmTicketXor()
field confirmTicketXor |
java.lang.Integer |
getConfirmTicketXorValue()
field confirmTicketXor |
SjClientInformation |
lookupClientInformation()
Field clientInformation is defined as optional. |
SjConfirmTicketFailed |
lookupConfirmTicketFailed()
Field confirmTicketFailed is defined as part of xor. |
SjConfirmTicketOK |
lookupConfirmTicketOK()
Field confirmTicketOK is defined as part of xor. |
TiIntegerInterface |
lookupConfirmTicketXor()
field confirmTicketXor |
void |
setClientInformation(SjClientInformation inData)
Field clientInformation is defined as optional. |
void |
setConfirmTicketFailed(SjConfirmTicketFailed inData)
Field confirmTicketFailed is defined as part of xor. |
void |
setConfirmTicketOK(SjConfirmTicketOK inData)
Field confirmTicketOK is defined as part of xor. |
void |
setConfirmTicketXor(TiIntegerInterface inData)
field confirmTicketXor |
void |
setConfirmTicketXorValue(java.lang.Integer inData)
field confirmTicketXor |
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 CONFIRM_TICKET_XOR
static final java.lang.String CONFIRM_TICKET_OK
static final java.lang.String CONFIRM_TICKET_FAILED
static final java.lang.String CLIENT_INFORMATION
Method Detail |
---|
TiIntegerInterface getConfirmTicketXor()
TiIntegerInterface lookupConfirmTicketXor()
void setConfirmTicketXor(TiIntegerInterface inData)
java.lang.Integer getConfirmTicketXorValue()
void setConfirmTicketXorValue(java.lang.Integer inData)
SjConfirmTicketOK getConfirmTicketOK()
SjConfirmTicketOK lookupConfirmTicketOK()
void setConfirmTicketOK(SjConfirmTicketOK inData)
SjConfirmTicketFailed getConfirmTicketFailed()
SjConfirmTicketFailed lookupConfirmTicketFailed()
void setConfirmTicketFailed(SjConfirmTicketFailed inData)
SjClientInformation getClientInformation()
SjClientInformation lookupClientInformation()
void setClientInformation(SjClientInformation inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |