|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjSpecificBusinessRulesData
Utfall av begärda affärsregelkontroller.
Field Summary | |
---|---|
static java.lang.String |
CLIENT_INFORMATION
|
static java.lang.String |
DISTRIBUTION_CODES_RESULT
|
static java.lang.String |
PAYMENT_TYPES_DEBIT_RESULT
|
static java.lang.String |
TICKETABLE_ORDER_RESULT
|
static java.lang.String |
VALID_FOR_CANCEL_RESULT
|
static java.lang.String |
VALID_FOR_CREDIT_RESULT
|
static java.lang.String |
VALID_FOR_DEBIT_AND_CREDIT_RESULT
|
static java.lang.String |
VALID_FOR_DEBIT_RESULT
|
static java.lang.String |
VALID_FOR_PAYMENT_WITH_VOUCHER_TYPE_RESULT
|
static java.lang.String |
VALID_FOR_SEND_INFO_RESULT
|
static java.lang.String |
VALID_TO_BE_USED_AS_VOUCHER_TYPE_RESULT
|
Method Summary | |
---|---|
SjClientInformation |
getClientInformation()
Field clientInformation is defined as optional. |
SjDistributionCodesResult |
getDistributionCodesResult()
Field distributionCodesResult is defined as optional. |
SjPaymentTypesDebitResult |
getPaymentTypesDebitResult()
Field paymentTypesDebitResult is defined as optional. |
SjTicketableOrderResult |
getTicketableOrderResult()
Field ticketableOrderResult is defined as optional. |
SjValidForCancelResult |
getValidForCancelResult()
Field validForCancelResult is defined as optional. |
SjValidForCreditResult |
getValidForCreditResult()
Field validForCreditResult is defined as optional. |
SjValidForDebitAndCreditResult |
getValidForDebitAndCreditResult()
Field validForDebitAndCreditResult is defined as optional. |
SjValidForDebitResult |
getValidForDebitResult()
Field validForDebitResult is defined as optional. |
SjValidForPaymentWithVoucherTypeResult |
getValidForPaymentWithVoucherTypeResult()
Field validForPaymentWithVoucherTypeResult is defined as optional. |
SjValidForSendInfoResult |
getValidForSendInfoResult()
Field validForSendInfoResult is defined as optional. |
SjValidToBeUsedAsVoucherTypeResult |
getValidToBeUsedAsVoucherTypeResult()
Field validToBeUsedAsVoucherTypeResult is defined as optional. |
SjClientInformation |
lookupClientInformation()
Field clientInformation is defined as optional. |
SjDistributionCodesResult |
lookupDistributionCodesResult()
Field distributionCodesResult is defined as optional. |
SjPaymentTypesDebitResult |
lookupPaymentTypesDebitResult()
Field paymentTypesDebitResult is defined as optional. |
SjTicketableOrderResult |
lookupTicketableOrderResult()
Field ticketableOrderResult is defined as optional. |
SjValidForCancelResult |
lookupValidForCancelResult()
Field validForCancelResult is defined as optional. |
SjValidForCreditResult |
lookupValidForCreditResult()
Field validForCreditResult is defined as optional. |
SjValidForDebitAndCreditResult |
lookupValidForDebitAndCreditResult()
Field validForDebitAndCreditResult is defined as optional. |
SjValidForDebitResult |
lookupValidForDebitResult()
Field validForDebitResult is defined as optional. |
SjValidForPaymentWithVoucherTypeResult |
lookupValidForPaymentWithVoucherTypeResult()
Field validForPaymentWithVoucherTypeResult is defined as optional. |
SjValidForSendInfoResult |
lookupValidForSendInfoResult()
Field validForSendInfoResult is defined as optional. |
SjValidToBeUsedAsVoucherTypeResult |
lookupValidToBeUsedAsVoucherTypeResult()
Field validToBeUsedAsVoucherTypeResult is defined as optional. |
void |
setClientInformation(SjClientInformation inData)
Field clientInformation is defined as optional. |
void |
setDistributionCodesResult(SjDistributionCodesResult inData)
Field distributionCodesResult is defined as optional. |
void |
setPaymentTypesDebitResult(SjPaymentTypesDebitResult inData)
Field paymentTypesDebitResult is defined as optional. |
void |
setTicketableOrderResult(SjTicketableOrderResult inData)
Field ticketableOrderResult is defined as optional. |
void |
setValidForCancelResult(SjValidForCancelResult inData)
Field validForCancelResult is defined as optional. |
void |
setValidForCreditResult(SjValidForCreditResult inData)
Field validForCreditResult is defined as optional. |
void |
setValidForDebitAndCreditResult(SjValidForDebitAndCreditResult inData)
Field validForDebitAndCreditResult is defined as optional. |
void |
setValidForDebitResult(SjValidForDebitResult inData)
Field validForDebitResult is defined as optional. |
void |
setValidForPaymentWithVoucherTypeResult(SjValidForPaymentWithVoucherTypeResult inData)
Field validForPaymentWithVoucherTypeResult is defined as optional. |
void |
setValidForSendInfoResult(SjValidForSendInfoResult inData)
Field validForSendInfoResult is defined as optional. |
void |
setValidToBeUsedAsVoucherTypeResult(SjValidToBeUsedAsVoucherTypeResult inData)
Field validToBeUsedAsVoucherTypeResult 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.support.observer.TiSubjectInterface |
---|
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString |
Field Detail |
---|
static final java.lang.String PAYMENT_TYPES_DEBIT_RESULT
static final java.lang.String TICKETABLE_ORDER_RESULT
static final java.lang.String DISTRIBUTION_CODES_RESULT
static final java.lang.String VALID_FOR_CREDIT_RESULT
static final java.lang.String VALID_FOR_CANCEL_RESULT
static final java.lang.String VALID_FOR_DEBIT_AND_CREDIT_RESULT
static final java.lang.String CLIENT_INFORMATION
static final java.lang.String VALID_FOR_DEBIT_RESULT
static final java.lang.String VALID_FOR_PAYMENT_WITH_VOUCHER_TYPE_RESULT
static final java.lang.String VALID_TO_BE_USED_AS_VOUCHER_TYPE_RESULT
static final java.lang.String VALID_FOR_SEND_INFO_RESULT
Method Detail |
---|
SjPaymentTypesDebitResult getPaymentTypesDebitResult()
SjPaymentTypesDebitResult lookupPaymentTypesDebitResult()
void setPaymentTypesDebitResult(SjPaymentTypesDebitResult inData)
SjTicketableOrderResult getTicketableOrderResult()
SjTicketableOrderResult lookupTicketableOrderResult()
void setTicketableOrderResult(SjTicketableOrderResult inData)
SjDistributionCodesResult getDistributionCodesResult()
SjDistributionCodesResult lookupDistributionCodesResult()
void setDistributionCodesResult(SjDistributionCodesResult inData)
SjValidForCreditResult getValidForCreditResult()
SjValidForCreditResult lookupValidForCreditResult()
void setValidForCreditResult(SjValidForCreditResult inData)
SjValidForCancelResult getValidForCancelResult()
SjValidForCancelResult lookupValidForCancelResult()
void setValidForCancelResult(SjValidForCancelResult inData)
SjValidForDebitAndCreditResult getValidForDebitAndCreditResult()
SjValidForDebitAndCreditResult lookupValidForDebitAndCreditResult()
void setValidForDebitAndCreditResult(SjValidForDebitAndCreditResult inData)
SjClientInformation getClientInformation()
SjClientInformation lookupClientInformation()
void setClientInformation(SjClientInformation inData)
SjValidForDebitResult getValidForDebitResult()
SjValidForDebitResult lookupValidForDebitResult()
void setValidForDebitResult(SjValidForDebitResult inData)
SjValidForPaymentWithVoucherTypeResult getValidForPaymentWithVoucherTypeResult()
SjValidForPaymentWithVoucherTypeResult lookupValidForPaymentWithVoucherTypeResult()
void setValidForPaymentWithVoucherTypeResult(SjValidForPaymentWithVoucherTypeResult inData)
SjValidToBeUsedAsVoucherTypeResult getValidToBeUsedAsVoucherTypeResult()
SjValidToBeUsedAsVoucherTypeResult lookupValidToBeUsedAsVoucherTypeResult()
void setValidToBeUsedAsVoucherTypeResult(SjValidToBeUsedAsVoucherTypeResult inData)
SjValidForSendInfoResult getValidForSendInfoResult()
SjValidForSendInfoResult lookupValidForSendInfoResult()
void setValidForSendInfoResult(SjValidForSendInfoResult inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |