se.sj.stina.domain.model
Interface SjCacheQuery

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:
SjCacheQueryPlain, SjCacheQueryStandard

public interface SjCacheQuery
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface

AdminServices::cache indata


Field Summary
static java.lang.String CODE_PLAINTEXT
           
static java.lang.String ERRORMESSAGE
           
static java.lang.String GENERAL_PARAMETERS
           
static java.lang.String SALESTABLE
           
static java.lang.String SALESUNIT_INFORMATION
           
static java.lang.String SERVICE_CATALOGUE
           
static java.lang.String SERVICE_INFORMATION
           
 
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
 TiBooleanInterface getCodePlaintext()
          Field codePlaintext is defined as optional.
 java.lang.Boolean getCodePlaintextValue()
          Field codePlaintext is defined as optional.
 TiBooleanInterface getErrormessage()
          Field errormessage is defined as optional.
 java.lang.Boolean getErrormessageValue()
          Field errormessage is defined as optional.
 TiBooleanInterface getGeneralParameters()
          Field generalParameters is defined as optional.
 java.lang.Boolean getGeneralParametersValue()
          Field generalParameters is defined as optional.
 TiBooleanInterface getSalestable()
          Field salestable is defined as optional.
 java.lang.Boolean getSalestableValue()
          Field salestable is defined as optional.
 TiBooleanInterface getSalesunitInformation()
          Field salesunitInformation is defined as optional.
 java.lang.Boolean getSalesunitInformationValue()
          Field salesunitInformation is defined as optional.
 TiBooleanInterface getServiceCatalogue()
          Field serviceCatalogue is defined as optional.
 java.lang.Boolean getServiceCatalogueValue()
          Field serviceCatalogue is defined as optional.
 TiBooleanInterface getServiceInformation()
          Field serviceInformation is defined as optional.
 java.lang.Boolean getServiceInformationValue()
          Field serviceInformation is defined as optional.
 TiBooleanInterface lookupCodePlaintext()
          Field codePlaintext is defined as optional.
 TiBooleanInterface lookupErrormessage()
          Field errormessage is defined as optional.
 TiBooleanInterface lookupGeneralParameters()
          Field generalParameters is defined as optional.
 TiBooleanInterface lookupSalestable()
          Field salestable is defined as optional.
 TiBooleanInterface lookupSalesunitInformation()
          Field salesunitInformation is defined as optional.
 TiBooleanInterface lookupServiceCatalogue()
          Field serviceCatalogue is defined as optional.
 TiBooleanInterface lookupServiceInformation()
          Field serviceInformation is defined as optional.
 void setCodePlaintext(TiBooleanInterface inData)
          Field codePlaintext is defined as optional.
 void setCodePlaintextValue(java.lang.Boolean inData)
          Field codePlaintext is defined as optional.
 void setCodePlaintextValue(java.lang.Boolean inData, boolean inNotify)
          Field codePlaintext is defined as optional.
 void setErrormessage(TiBooleanInterface inData)
          Field errormessage is defined as optional.
 void setErrormessageValue(java.lang.Boolean inData)
          Field errormessage is defined as optional.
 void setErrormessageValue(java.lang.Boolean inData, boolean inNotify)
          Field errormessage is defined as optional.
 void setGeneralParameters(TiBooleanInterface inData)
          Field generalParameters is defined as optional.
 void setGeneralParametersValue(java.lang.Boolean inData)
          Field generalParameters is defined as optional.
 void setGeneralParametersValue(java.lang.Boolean inData, boolean inNotify)
          Field generalParameters is defined as optional.
 void setSalestable(TiBooleanInterface inData)
          Field salestable is defined as optional.
 void setSalestableValue(java.lang.Boolean inData)
          Field salestable is defined as optional.
 void setSalestableValue(java.lang.Boolean inData, boolean inNotify)
          Field salestable is defined as optional.
 void setSalesunitInformation(TiBooleanInterface inData)
          Field salesunitInformation is defined as optional.
 void setSalesunitInformationValue(java.lang.Boolean inData)
          Field salesunitInformation is defined as optional.
 void setSalesunitInformationValue(java.lang.Boolean inData, boolean inNotify)
          Field salesunitInformation is defined as optional.
 void setServiceCatalogue(TiBooleanInterface inData)
          Field serviceCatalogue is defined as optional.
 void setServiceCatalogueValue(java.lang.Boolean inData)
          Field serviceCatalogue is defined as optional.
 void setServiceCatalogueValue(java.lang.Boolean inData, boolean inNotify)
          Field serviceCatalogue is defined as optional.
 void setServiceInformation(TiBooleanInterface inData)
          Field serviceInformation is defined as optional.
 void setServiceInformationValue(java.lang.Boolean inData)
          Field serviceInformation is defined as optional.
 void setServiceInformationValue(java.lang.Boolean inData, boolean inNotify)
          Field serviceInformation 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

SALESTABLE

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

CODE_PLAINTEXT

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

ERRORMESSAGE

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

SERVICE_CATALOGUE

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

SERVICE_INFORMATION

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

SALESUNIT_INFORMATION

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

GENERAL_PARAMETERS

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

getSalestable

TiBooleanInterface getSalestable()
Field salestable is defined as optional.


lookupSalestable

TiBooleanInterface lookupSalestable()
Field salestable is defined as optional.


setSalestable

void setSalestable(TiBooleanInterface inData)
Field salestable is defined as optional.


getSalestableValue

java.lang.Boolean getSalestableValue()
Field salestable is defined as optional.


setSalestableValue

void setSalestableValue(java.lang.Boolean inData)
Field salestable is defined as optional.


setSalestableValue

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


getCodePlaintext

TiBooleanInterface getCodePlaintext()
Field codePlaintext is defined as optional.


lookupCodePlaintext

TiBooleanInterface lookupCodePlaintext()
Field codePlaintext is defined as optional.


setCodePlaintext

void setCodePlaintext(TiBooleanInterface inData)
Field codePlaintext is defined as optional.


getCodePlaintextValue

java.lang.Boolean getCodePlaintextValue()
Field codePlaintext is defined as optional.


setCodePlaintextValue

void setCodePlaintextValue(java.lang.Boolean inData)
Field codePlaintext is defined as optional.


setCodePlaintextValue

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


getErrormessage

TiBooleanInterface getErrormessage()
Field errormessage is defined as optional.


lookupErrormessage

TiBooleanInterface lookupErrormessage()
Field errormessage is defined as optional.


setErrormessage

void setErrormessage(TiBooleanInterface inData)
Field errormessage is defined as optional.


getErrormessageValue

java.lang.Boolean getErrormessageValue()
Field errormessage is defined as optional.


setErrormessageValue

void setErrormessageValue(java.lang.Boolean inData)
Field errormessage is defined as optional.


setErrormessageValue

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


getServiceCatalogue

TiBooleanInterface getServiceCatalogue()
Field serviceCatalogue is defined as optional.


lookupServiceCatalogue

TiBooleanInterface lookupServiceCatalogue()
Field serviceCatalogue is defined as optional.


setServiceCatalogue

void setServiceCatalogue(TiBooleanInterface inData)
Field serviceCatalogue is defined as optional.


getServiceCatalogueValue

java.lang.Boolean getServiceCatalogueValue()
Field serviceCatalogue is defined as optional.


setServiceCatalogueValue

void setServiceCatalogueValue(java.lang.Boolean inData)
Field serviceCatalogue is defined as optional.


setServiceCatalogueValue

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


getServiceInformation

TiBooleanInterface getServiceInformation()
Field serviceInformation is defined as optional.


lookupServiceInformation

TiBooleanInterface lookupServiceInformation()
Field serviceInformation is defined as optional.


setServiceInformation

void setServiceInformation(TiBooleanInterface inData)
Field serviceInformation is defined as optional.


getServiceInformationValue

java.lang.Boolean getServiceInformationValue()
Field serviceInformation is defined as optional.


setServiceInformationValue

void setServiceInformationValue(java.lang.Boolean inData)
Field serviceInformation is defined as optional.


setServiceInformationValue

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


getSalesunitInformation

TiBooleanInterface getSalesunitInformation()
Field salesunitInformation is defined as optional.


lookupSalesunitInformation

TiBooleanInterface lookupSalesunitInformation()
Field salesunitInformation is defined as optional.


setSalesunitInformation

void setSalesunitInformation(TiBooleanInterface inData)
Field salesunitInformation is defined as optional.


getSalesunitInformationValue

java.lang.Boolean getSalesunitInformationValue()
Field salesunitInformation is defined as optional.


setSalesunitInformationValue

void setSalesunitInformationValue(java.lang.Boolean inData)
Field salesunitInformation is defined as optional.


setSalesunitInformationValue

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


getGeneralParameters

TiBooleanInterface getGeneralParameters()
Field generalParameters is defined as optional.


lookupGeneralParameters

TiBooleanInterface lookupGeneralParameters()
Field generalParameters is defined as optional.


setGeneralParameters

void setGeneralParameters(TiBooleanInterface inData)
Field generalParameters is defined as optional.


getGeneralParametersValue

java.lang.Boolean getGeneralParametersValue()
Field generalParameters is defined as optional.


setGeneralParametersValue

void setGeneralParametersValue(java.lang.Boolean inData)
Field generalParameters is defined as optional.


setGeneralParametersValue

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



Copyright © 2012. All Rights Reserved.