Class GeneratedBackofficeSearchCondition
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.platformbackoffice.jalo.GeneratedBackofficeSearchCondition
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
BackofficeSearchCondition
public abstract class GeneratedBackofficeSearchCondition extends GenericItem
Generated class for typeBackofficeSearchCondition
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ATTRIBUTE
Qualifier of theBackofficeSearchCondition.attribute
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
DISABLED
Qualifier of theBackofficeSearchCondition.disabled
attributestatic java.lang.String
EDITOR
Qualifier of theBackofficeSearchCondition.editor
attributestatic java.lang.String
EDITORPARAMETERS
Qualifier of theBackofficeSearchCondition.editorParameters
attributestatic java.lang.String
LANGUAGECODE
Qualifier of theBackofficeSearchCondition.languageCode
attributestatic java.lang.String
MANDATORY
Qualifier of theBackofficeSearchCondition.mandatory
attributestatic java.lang.String
OPERATORCODE
Qualifier of theBackofficeSearchCondition.operatorCode
attributestatic java.lang.String
SAVEDQUERY
Qualifier of theBackofficeSearchCondition.savedQuery
attributeprotected static BidirectionalOneToManyHandler<GeneratedBackofficeSearchCondition>
SAVEDQUERYHANDLER
BidirectionalOneToManyHandler
for handling 1:n SAVEDQUERY's relation attributes from 'one' side.static java.lang.String
SELECTED
Qualifier of theBackofficeSearchCondition.selected
attributestatic java.lang.String
SORTABLE
Qualifier of theBackofficeSearchCondition.sortable
attributestatic java.lang.String
VALUE
Qualifier of theBackofficeSearchCondition.value
attributestatic java.lang.String
VALUEREFERENCE
Qualifier of theBackofficeSearchCondition.valueReference
attribute-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedBackofficeSearchCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Item
createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)
Has to be implemented for each concrete subtype of item.java.util.Map<java.lang.String,java.lang.String>
getAllEditorParameters()
Generated method - Getter of theBackofficeSearchCondition.editorParameters
attribute.java.util.Map<java.lang.String,java.lang.String>
getAllEditorParameters(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.editorParameters
attribute.java.lang.String
getAttribute()
Generated method - Getter of theBackofficeSearchCondition.attribute
attribute.java.lang.String
getAttribute(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.attribute
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.String
getEditor()
Generated method - Getter of theBackofficeSearchCondition.editor
attribute.java.lang.String
getEditor(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.editor
attribute.java.lang.String
getLanguageCode()
Generated method - Getter of theBackofficeSearchCondition.languageCode
attribute.java.lang.String
getLanguageCode(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.languageCode
attribute.java.lang.String
getOperatorCode()
Generated method - Getter of theBackofficeSearchCondition.operatorCode
attribute.java.lang.String
getOperatorCode(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.operatorCode
attribute.BackofficeSavedQuery
getSavedQuery()
Generated method - Getter of theBackofficeSearchCondition.savedQuery
attribute.BackofficeSavedQuery
getSavedQuery(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.savedQuery
attribute.java.lang.String
getValue()
Generated method - Getter of theBackofficeSearchCondition.value
attribute.java.lang.String
getValue(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.value
attribute.Item
getValueReference()
Generated method - Getter of theBackofficeSearchCondition.valueReference
attribute.Item
getValueReference(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.valueReference
attribute.java.lang.Boolean
isDisabled()
Generated method - Getter of theBackofficeSearchCondition.disabled
attribute.java.lang.Boolean
isDisabled(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.disabled
attribute.boolean
isDisabledAsPrimitive()
Generated method - Getter of theBackofficeSearchCondition.disabled
attribute.boolean
isDisabledAsPrimitive(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.disabled
attribute.java.lang.Boolean
isMandatory()
Generated method - Getter of theBackofficeSearchCondition.mandatory
attribute.java.lang.Boolean
isMandatory(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.mandatory
attribute.boolean
isMandatoryAsPrimitive()
Generated method - Getter of theBackofficeSearchCondition.mandatory
attribute.boolean
isMandatoryAsPrimitive(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.mandatory
attribute.java.lang.Boolean
isSelected()
Generated method - Getter of theBackofficeSearchCondition.selected
attribute.java.lang.Boolean
isSelected(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.selected
attribute.boolean
isSelectedAsPrimitive()
Generated method - Getter of theBackofficeSearchCondition.selected
attribute.boolean
isSelectedAsPrimitive(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.selected
attribute.java.lang.Boolean
isSortable()
Generated method - Getter of theBackofficeSearchCondition.sortable
attribute.java.lang.Boolean
isSortable(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.sortable
attribute.boolean
isSortableAsPrimitive()
Generated method - Getter of theBackofficeSearchCondition.sortable
attribute.boolean
isSortableAsPrimitive(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.sortable
attribute.void
setAllEditorParameters(SessionContext ctx, java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theBackofficeSearchCondition.editorParameters
attribute.void
setAllEditorParameters(java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theBackofficeSearchCondition.editorParameters
attribute.void
setAttribute(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBackofficeSearchCondition.attribute
attribute.void
setAttribute(java.lang.String value)
Generated method - Setter of theBackofficeSearchCondition.attribute
attribute.void
setDisabled(boolean value)
Generated method - Setter of theBackofficeSearchCondition.disabled
attribute.void
setDisabled(SessionContext ctx, boolean value)
Generated method - Setter of theBackofficeSearchCondition.disabled
attribute.void
setDisabled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theBackofficeSearchCondition.disabled
attribute.void
setDisabled(java.lang.Boolean value)
Generated method - Setter of theBackofficeSearchCondition.disabled
attribute.void
setEditor(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBackofficeSearchCondition.editor
attribute.void
setEditor(java.lang.String value)
Generated method - Setter of theBackofficeSearchCondition.editor
attribute.void
setLanguageCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBackofficeSearchCondition.languageCode
attribute.void
setLanguageCode(java.lang.String value)
Generated method - Setter of theBackofficeSearchCondition.languageCode
attribute.void
setMandatory(boolean value)
Generated method - Setter of theBackofficeSearchCondition.mandatory
attribute.void
setMandatory(SessionContext ctx, boolean value)
Generated method - Setter of theBackofficeSearchCondition.mandatory
attribute.void
setMandatory(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theBackofficeSearchCondition.mandatory
attribute.void
setMandatory(java.lang.Boolean value)
Generated method - Setter of theBackofficeSearchCondition.mandatory
attribute.void
setOperatorCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBackofficeSearchCondition.operatorCode
attribute.void
setOperatorCode(java.lang.String value)
Generated method - Setter of theBackofficeSearchCondition.operatorCode
attribute.void
setSavedQuery(SessionContext ctx, BackofficeSavedQuery value)
Generated method - Setter of theBackofficeSearchCondition.savedQuery
attribute.void
setSavedQuery(BackofficeSavedQuery value)
Generated method - Setter of theBackofficeSearchCondition.savedQuery
attribute.void
setSelected(boolean value)
Generated method - Setter of theBackofficeSearchCondition.selected
attribute.void
setSelected(SessionContext ctx, boolean value)
Generated method - Setter of theBackofficeSearchCondition.selected
attribute.void
setSelected(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theBackofficeSearchCondition.selected
attribute.void
setSelected(java.lang.Boolean value)
Generated method - Setter of theBackofficeSearchCondition.selected
attribute.void
setSortable(boolean value)
Generated method - Setter of theBackofficeSearchCondition.sortable
attribute.void
setSortable(SessionContext ctx, boolean value)
Generated method - Setter of theBackofficeSearchCondition.sortable
attribute.void
setSortable(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theBackofficeSearchCondition.sortable
attribute.void
setSortable(java.lang.Boolean value)
Generated method - Setter of theBackofficeSearchCondition.sortable
attribute.void
setValue(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBackofficeSearchCondition.value
attribute.void
setValue(java.lang.String value)
Generated method - Setter of theBackofficeSearchCondition.value
attribute.void
setValueReference(Item value)
Generated method - Setter of theBackofficeSearchCondition.valueReference
attribute.void
setValueReference(SessionContext ctx, Item value)
Generated method - Setter of theBackofficeSearchCondition.valueReference
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
ATTRIBUTE
public static final java.lang.String ATTRIBUTE
Qualifier of theBackofficeSearchCondition.attribute
attribute- See Also:
- Constant Field Values
-
VALUE
public static final java.lang.String VALUE
Qualifier of theBackofficeSearchCondition.value
attribute- See Also:
- Constant Field Values
-
VALUEREFERENCE
public static final java.lang.String VALUEREFERENCE
Qualifier of theBackofficeSearchCondition.valueReference
attribute- See Also:
- Constant Field Values
-
LANGUAGECODE
public static final java.lang.String LANGUAGECODE
Qualifier of theBackofficeSearchCondition.languageCode
attribute- See Also:
- Constant Field Values
-
OPERATORCODE
public static final java.lang.String OPERATORCODE
Qualifier of theBackofficeSearchCondition.operatorCode
attribute- See Also:
- Constant Field Values
-
SELECTED
public static final java.lang.String SELECTED
Qualifier of theBackofficeSearchCondition.selected
attribute- See Also:
- Constant Field Values
-
EDITOR
public static final java.lang.String EDITOR
Qualifier of theBackofficeSearchCondition.editor
attribute- See Also:
- Constant Field Values
-
EDITORPARAMETERS
public static final java.lang.String EDITORPARAMETERS
Qualifier of theBackofficeSearchCondition.editorParameters
attribute- See Also:
- Constant Field Values
-
SORTABLE
public static final java.lang.String SORTABLE
Qualifier of theBackofficeSearchCondition.sortable
attribute- See Also:
- Constant Field Values
-
DISABLED
public static final java.lang.String DISABLED
Qualifier of theBackofficeSearchCondition.disabled
attribute- See Also:
- Constant Field Values
-
MANDATORY
public static final java.lang.String MANDATORY
Qualifier of theBackofficeSearchCondition.mandatory
attribute- See Also:
- Constant Field Values
-
SAVEDQUERY
public static final java.lang.String SAVEDQUERY
Qualifier of theBackofficeSearchCondition.savedQuery
attribute- See Also:
- Constant Field Values
-
SAVEDQUERYHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedBackofficeSearchCondition> SAVEDQUERYHANDLER
BidirectionalOneToManyHandler
for handling 1:n SAVEDQUERY's relation attributes from 'one' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classItem
-
getAttribute
public java.lang.String getAttribute(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.attribute
attribute.- Returns:
- the attribute
-
getAttribute
public java.lang.String getAttribute()
Generated method - Getter of theBackofficeSearchCondition.attribute
attribute.- Returns:
- the attribute
-
setAttribute
public void setAttribute(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBackofficeSearchCondition.attribute
attribute.- Parameters:
value
- the attribute
-
setAttribute
public void setAttribute(java.lang.String value)
Generated method - Setter of theBackofficeSearchCondition.attribute
attribute.- Parameters:
value
- the attribute
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:Item
Has to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) duringComposedType.newInstance(Map)
.In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap)
too.
Sn example:public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) ); // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes( SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret = super.getNonInitialAttributes( ctx, allAttributes ); // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
- Overrides:
createItem
in classGenericItem
- Parameters:
ctx
- the current session context which this item is created withintype
- the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )- Returns:
- the new item instance
- Throws:
JaloBusinessException
- indicates an error during creation - any changes will be rollbacked
-
isDisabled
public java.lang.Boolean isDisabled(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.disabled
attribute.- Returns:
- the disabled
-
isDisabled
public java.lang.Boolean isDisabled()
Generated method - Getter of theBackofficeSearchCondition.disabled
attribute.- Returns:
- the disabled
-
isDisabledAsPrimitive
public boolean isDisabledAsPrimitive(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.disabled
attribute.- Returns:
- the disabled
-
isDisabledAsPrimitive
public boolean isDisabledAsPrimitive()
Generated method - Getter of theBackofficeSearchCondition.disabled
attribute.- Returns:
- the disabled
-
setDisabled
public void setDisabled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theBackofficeSearchCondition.disabled
attribute.- Parameters:
value
- the disabled
-
setDisabled
public void setDisabled(java.lang.Boolean value)
Generated method - Setter of theBackofficeSearchCondition.disabled
attribute.- Parameters:
value
- the disabled
-
setDisabled
public void setDisabled(SessionContext ctx, boolean value)
Generated method - Setter of theBackofficeSearchCondition.disabled
attribute.- Parameters:
value
- the disabled
-
setDisabled
public void setDisabled(boolean value)
Generated method - Setter of theBackofficeSearchCondition.disabled
attribute.- Parameters:
value
- the disabled
-
getEditor
public java.lang.String getEditor(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.editor
attribute.- Returns:
- the editor
-
getEditor
public java.lang.String getEditor()
Generated method - Getter of theBackofficeSearchCondition.editor
attribute.- Returns:
- the editor
-
setEditor
public void setEditor(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBackofficeSearchCondition.editor
attribute.- Parameters:
value
- the editor
-
setEditor
public void setEditor(java.lang.String value)
Generated method - Setter of theBackofficeSearchCondition.editor
attribute.- Parameters:
value
- the editor
-
getAllEditorParameters
public java.util.Map<java.lang.String,java.lang.String> getAllEditorParameters(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.editorParameters
attribute.- Returns:
- the editorParameters
-
getAllEditorParameters
public java.util.Map<java.lang.String,java.lang.String> getAllEditorParameters()
Generated method - Getter of theBackofficeSearchCondition.editorParameters
attribute.- Returns:
- the editorParameters
-
setAllEditorParameters
public void setAllEditorParameters(SessionContext ctx, java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theBackofficeSearchCondition.editorParameters
attribute.- Parameters:
value
- the editorParameters
-
setAllEditorParameters
public void setAllEditorParameters(java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theBackofficeSearchCondition.editorParameters
attribute.- Parameters:
value
- the editorParameters
-
getLanguageCode
public java.lang.String getLanguageCode(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.languageCode
attribute.- Returns:
- the languageCode
-
getLanguageCode
public java.lang.String getLanguageCode()
Generated method - Getter of theBackofficeSearchCondition.languageCode
attribute.- Returns:
- the languageCode
-
setLanguageCode
public void setLanguageCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBackofficeSearchCondition.languageCode
attribute.- Parameters:
value
- the languageCode
-
setLanguageCode
public void setLanguageCode(java.lang.String value)
Generated method - Setter of theBackofficeSearchCondition.languageCode
attribute.- Parameters:
value
- the languageCode
-
isMandatory
public java.lang.Boolean isMandatory(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.mandatory
attribute.- Returns:
- the mandatory
-
isMandatory
public java.lang.Boolean isMandatory()
Generated method - Getter of theBackofficeSearchCondition.mandatory
attribute.- Returns:
- the mandatory
-
isMandatoryAsPrimitive
public boolean isMandatoryAsPrimitive(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.mandatory
attribute.- Returns:
- the mandatory
-
isMandatoryAsPrimitive
public boolean isMandatoryAsPrimitive()
Generated method - Getter of theBackofficeSearchCondition.mandatory
attribute.- Returns:
- the mandatory
-
setMandatory
public void setMandatory(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theBackofficeSearchCondition.mandatory
attribute.- Parameters:
value
- the mandatory
-
setMandatory
public void setMandatory(java.lang.Boolean value)
Generated method - Setter of theBackofficeSearchCondition.mandatory
attribute.- Parameters:
value
- the mandatory
-
setMandatory
public void setMandatory(SessionContext ctx, boolean value)
Generated method - Setter of theBackofficeSearchCondition.mandatory
attribute.- Parameters:
value
- the mandatory
-
setMandatory
public void setMandatory(boolean value)
Generated method - Setter of theBackofficeSearchCondition.mandatory
attribute.- Parameters:
value
- the mandatory
-
getOperatorCode
public java.lang.String getOperatorCode(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.operatorCode
attribute.- Returns:
- the operatorCode
-
getOperatorCode
public java.lang.String getOperatorCode()
Generated method - Getter of theBackofficeSearchCondition.operatorCode
attribute.- Returns:
- the operatorCode
-
setOperatorCode
public void setOperatorCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBackofficeSearchCondition.operatorCode
attribute.- Parameters:
value
- the operatorCode
-
setOperatorCode
public void setOperatorCode(java.lang.String value)
Generated method - Setter of theBackofficeSearchCondition.operatorCode
attribute.- Parameters:
value
- the operatorCode
-
getSavedQuery
public BackofficeSavedQuery getSavedQuery(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.savedQuery
attribute.- Returns:
- the savedQuery
-
getSavedQuery
public BackofficeSavedQuery getSavedQuery()
Generated method - Getter of theBackofficeSearchCondition.savedQuery
attribute.- Returns:
- the savedQuery
-
setSavedQuery
public void setSavedQuery(SessionContext ctx, BackofficeSavedQuery value)
Generated method - Setter of theBackofficeSearchCondition.savedQuery
attribute.- Parameters:
value
- the savedQuery
-
setSavedQuery
public void setSavedQuery(BackofficeSavedQuery value)
Generated method - Setter of theBackofficeSearchCondition.savedQuery
attribute.- Parameters:
value
- the savedQuery
-
isSelected
public java.lang.Boolean isSelected(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.selected
attribute.- Returns:
- the selected
-
isSelected
public java.lang.Boolean isSelected()
Generated method - Getter of theBackofficeSearchCondition.selected
attribute.- Returns:
- the selected
-
isSelectedAsPrimitive
public boolean isSelectedAsPrimitive(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.selected
attribute.- Returns:
- the selected
-
isSelectedAsPrimitive
public boolean isSelectedAsPrimitive()
Generated method - Getter of theBackofficeSearchCondition.selected
attribute.- Returns:
- the selected
-
setSelected
public void setSelected(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theBackofficeSearchCondition.selected
attribute.- Parameters:
value
- the selected
-
setSelected
public void setSelected(java.lang.Boolean value)
Generated method - Setter of theBackofficeSearchCondition.selected
attribute.- Parameters:
value
- the selected
-
setSelected
public void setSelected(SessionContext ctx, boolean value)
Generated method - Setter of theBackofficeSearchCondition.selected
attribute.- Parameters:
value
- the selected
-
setSelected
public void setSelected(boolean value)
Generated method - Setter of theBackofficeSearchCondition.selected
attribute.- Parameters:
value
- the selected
-
isSortable
public java.lang.Boolean isSortable(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.sortable
attribute.- Returns:
- the sortable
-
isSortable
public java.lang.Boolean isSortable()
Generated method - Getter of theBackofficeSearchCondition.sortable
attribute.- Returns:
- the sortable
-
isSortableAsPrimitive
public boolean isSortableAsPrimitive(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.sortable
attribute.- Returns:
- the sortable
-
isSortableAsPrimitive
public boolean isSortableAsPrimitive()
Generated method - Getter of theBackofficeSearchCondition.sortable
attribute.- Returns:
- the sortable
-
setSortable
public void setSortable(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theBackofficeSearchCondition.sortable
attribute.- Parameters:
value
- the sortable
-
setSortable
public void setSortable(java.lang.Boolean value)
Generated method - Setter of theBackofficeSearchCondition.sortable
attribute.- Parameters:
value
- the sortable
-
setSortable
public void setSortable(SessionContext ctx, boolean value)
Generated method - Setter of theBackofficeSearchCondition.sortable
attribute.- Parameters:
value
- the sortable
-
setSortable
public void setSortable(boolean value)
Generated method - Setter of theBackofficeSearchCondition.sortable
attribute.- Parameters:
value
- the sortable
-
getValue
public java.lang.String getValue(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.value
attribute.- Returns:
- the value
-
getValue
public java.lang.String getValue()
Generated method - Getter of theBackofficeSearchCondition.value
attribute.- Returns:
- the value
-
setValue
public void setValue(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBackofficeSearchCondition.value
attribute.- Parameters:
value
- the value
-
setValue
public void setValue(java.lang.String value)
Generated method - Setter of theBackofficeSearchCondition.value
attribute.- Parameters:
value
- the value
-
getValueReference
public Item getValueReference(SessionContext ctx)
Generated method - Getter of theBackofficeSearchCondition.valueReference
attribute.- Returns:
- the valueReference
-
getValueReference
public Item getValueReference()
Generated method - Getter of theBackofficeSearchCondition.valueReference
attribute.- Returns:
- the valueReference
-
setValueReference
public void setValueReference(SessionContext ctx, Item value)
Generated method - Setter of theBackofficeSearchCondition.valueReference
attribute.- Parameters:
value
- the valueReference
-
setValueReference
public void setValueReference(Item value)
Generated method - Setter of theBackofficeSearchCondition.valueReference
attribute.- Parameters:
value
- the valueReference
-
-