Class GeneratedBackofficeSearchCondition

    • Field Detail

      • ATTRIBUTE

        public static final java.lang.String ATTRIBUTE
        Qualifier of the BackofficeSearchCondition.attribute attribute
        See Also:
        Constant Field Values
      • VALUE

        public static final java.lang.String VALUE
        Qualifier of the BackofficeSearchCondition.value attribute
        See Also:
        Constant Field Values
      • VALUEREFERENCE

        public static final java.lang.String VALUEREFERENCE
        Qualifier of the BackofficeSearchCondition.valueReference attribute
        See Also:
        Constant Field Values
      • LANGUAGECODE

        public static final java.lang.String LANGUAGECODE
        Qualifier of the BackofficeSearchCondition.languageCode attribute
        See Also:
        Constant Field Values
      • OPERATORCODE

        public static final java.lang.String OPERATORCODE
        Qualifier of the BackofficeSearchCondition.operatorCode attribute
        See Also:
        Constant Field Values
      • SELECTED

        public static final java.lang.String SELECTED
        Qualifier of the BackofficeSearchCondition.selected attribute
        See Also:
        Constant Field Values
      • EDITOR

        public static final java.lang.String EDITOR
        Qualifier of the BackofficeSearchCondition.editor attribute
        See Also:
        Constant Field Values
      • EDITORPARAMETERS

        public static final java.lang.String EDITORPARAMETERS
        Qualifier of the BackofficeSearchCondition.editorParameters attribute
        See Also:
        Constant Field Values
      • SORTABLE

        public static final java.lang.String SORTABLE
        Qualifier of the BackofficeSearchCondition.sortable attribute
        See Also:
        Constant Field Values
      • DISABLED

        public static final java.lang.String DISABLED
        Qualifier of the BackofficeSearchCondition.disabled attribute
        See Also:
        Constant Field Values
      • MANDATORY

        public static final java.lang.String MANDATORY
        Qualifier of the BackofficeSearchCondition.mandatory attribute
        See Also:
        Constant Field Values
      • SAVEDQUERY

        public static final java.lang.String SAVEDQUERY
        Qualifier of the BackofficeSearchCondition.savedQuery attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedBackofficeSearchCondition

        public GeneratedBackofficeSearchCondition()
    • Method Detail

      • getAttribute

        public java.lang.String getAttribute​(SessionContext ctx)
        Generated method - Getter of the BackofficeSearchCondition.attribute attribute.
        Returns:
        the attribute
      • getAttribute

        public java.lang.String getAttribute()
        Generated method - Getter of the BackofficeSearchCondition.attribute attribute.
        Returns:
        the attribute
      • setAttribute

        public void setAttribute​(SessionContext ctx,
                                 java.lang.String value)
        Generated method - Setter of the BackofficeSearchCondition.attribute attribute.
        Parameters:
        value - the attribute
      • setAttribute

        public void setAttribute​(java.lang.String value)
        Generated method - Setter of the BackofficeSearchCondition.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. ) during ComposedType.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 class GenericItem
        Parameters:
        ctx - the current session context which this item is created within
        type - 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 the BackofficeSearchCondition.disabled attribute.
        Returns:
        the disabled
      • isDisabled

        public java.lang.Boolean isDisabled()
        Generated method - Getter of the BackofficeSearchCondition.disabled attribute.
        Returns:
        the disabled
      • isDisabledAsPrimitive

        public boolean isDisabledAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the BackofficeSearchCondition.disabled attribute.
        Returns:
        the disabled
      • isDisabledAsPrimitive

        public boolean isDisabledAsPrimitive()
        Generated method - Getter of the BackofficeSearchCondition.disabled attribute.
        Returns:
        the disabled
      • setDisabled

        public void setDisabled​(SessionContext ctx,
                                java.lang.Boolean value)
        Generated method - Setter of the BackofficeSearchCondition.disabled attribute.
        Parameters:
        value - the disabled
      • setDisabled

        public void setDisabled​(java.lang.Boolean value)
        Generated method - Setter of the BackofficeSearchCondition.disabled attribute.
        Parameters:
        value - the disabled
      • setDisabled

        public void setDisabled​(SessionContext ctx,
                                boolean value)
        Generated method - Setter of the BackofficeSearchCondition.disabled attribute.
        Parameters:
        value - the disabled
      • setDisabled

        public void setDisabled​(boolean value)
        Generated method - Setter of the BackofficeSearchCondition.disabled attribute.
        Parameters:
        value - the disabled
      • getEditor

        public java.lang.String getEditor​(SessionContext ctx)
        Generated method - Getter of the BackofficeSearchCondition.editor attribute.
        Returns:
        the editor
      • getEditor

        public java.lang.String getEditor()
        Generated method - Getter of the BackofficeSearchCondition.editor attribute.
        Returns:
        the editor
      • setEditor

        public void setEditor​(SessionContext ctx,
                              java.lang.String value)
        Generated method - Setter of the BackofficeSearchCondition.editor attribute.
        Parameters:
        value - the editor
      • setEditor

        public void setEditor​(java.lang.String value)
        Generated method - Setter of the BackofficeSearchCondition.editor attribute.
        Parameters:
        value - the editor
      • getAllEditorParameters

        public java.util.Map<java.lang.String,​java.lang.String> getAllEditorParameters​(SessionContext ctx)
        Generated method - Getter of the BackofficeSearchCondition.editorParameters attribute.
        Returns:
        the editorParameters
      • getAllEditorParameters

        public java.util.Map<java.lang.String,​java.lang.String> getAllEditorParameters()
        Generated method - Getter of the BackofficeSearchCondition.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 the BackofficeSearchCondition.editorParameters attribute.
        Parameters:
        value - the editorParameters
      • setAllEditorParameters

        public void setAllEditorParameters​(java.util.Map<java.lang.String,​java.lang.String> value)
        Generated method - Setter of the BackofficeSearchCondition.editorParameters attribute.
        Parameters:
        value - the editorParameters
      • getLanguageCode

        public java.lang.String getLanguageCode​(SessionContext ctx)
        Generated method - Getter of the BackofficeSearchCondition.languageCode attribute.
        Returns:
        the languageCode
      • getLanguageCode

        public java.lang.String getLanguageCode()
        Generated method - Getter of the BackofficeSearchCondition.languageCode attribute.
        Returns:
        the languageCode
      • setLanguageCode

        public void setLanguageCode​(SessionContext ctx,
                                    java.lang.String value)
        Generated method - Setter of the BackofficeSearchCondition.languageCode attribute.
        Parameters:
        value - the languageCode
      • setLanguageCode

        public void setLanguageCode​(java.lang.String value)
        Generated method - Setter of the BackofficeSearchCondition.languageCode attribute.
        Parameters:
        value - the languageCode
      • isMandatory

        public java.lang.Boolean isMandatory​(SessionContext ctx)
        Generated method - Getter of the BackofficeSearchCondition.mandatory attribute.
        Returns:
        the mandatory
      • isMandatory

        public java.lang.Boolean isMandatory()
        Generated method - Getter of the BackofficeSearchCondition.mandatory attribute.
        Returns:
        the mandatory
      • isMandatoryAsPrimitive

        public boolean isMandatoryAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the BackofficeSearchCondition.mandatory attribute.
        Returns:
        the mandatory
      • isMandatoryAsPrimitive

        public boolean isMandatoryAsPrimitive()
        Generated method - Getter of the BackofficeSearchCondition.mandatory attribute.
        Returns:
        the mandatory
      • setMandatory

        public void setMandatory​(SessionContext ctx,
                                 java.lang.Boolean value)
        Generated method - Setter of the BackofficeSearchCondition.mandatory attribute.
        Parameters:
        value - the mandatory
      • setMandatory

        public void setMandatory​(java.lang.Boolean value)
        Generated method - Setter of the BackofficeSearchCondition.mandatory attribute.
        Parameters:
        value - the mandatory
      • setMandatory

        public void setMandatory​(SessionContext ctx,
                                 boolean value)
        Generated method - Setter of the BackofficeSearchCondition.mandatory attribute.
        Parameters:
        value - the mandatory
      • setMandatory

        public void setMandatory​(boolean value)
        Generated method - Setter of the BackofficeSearchCondition.mandatory attribute.
        Parameters:
        value - the mandatory
      • getOperatorCode

        public java.lang.String getOperatorCode​(SessionContext ctx)
        Generated method - Getter of the BackofficeSearchCondition.operatorCode attribute.
        Returns:
        the operatorCode
      • getOperatorCode

        public java.lang.String getOperatorCode()
        Generated method - Getter of the BackofficeSearchCondition.operatorCode attribute.
        Returns:
        the operatorCode
      • setOperatorCode

        public void setOperatorCode​(SessionContext ctx,
                                    java.lang.String value)
        Generated method - Setter of the BackofficeSearchCondition.operatorCode attribute.
        Parameters:
        value - the operatorCode
      • setOperatorCode

        public void setOperatorCode​(java.lang.String value)
        Generated method - Setter of the BackofficeSearchCondition.operatorCode attribute.
        Parameters:
        value - the operatorCode
      • getSavedQuery

        public BackofficeSavedQuery getSavedQuery​(SessionContext ctx)
        Generated method - Getter of the BackofficeSearchCondition.savedQuery attribute.
        Returns:
        the savedQuery
      • getSavedQuery

        public BackofficeSavedQuery getSavedQuery()
        Generated method - Getter of the BackofficeSearchCondition.savedQuery attribute.
        Returns:
        the savedQuery
      • setSavedQuery

        public void setSavedQuery​(SessionContext ctx,
                                  BackofficeSavedQuery value)
        Generated method - Setter of the BackofficeSearchCondition.savedQuery attribute.
        Parameters:
        value - the savedQuery
      • setSavedQuery

        public void setSavedQuery​(BackofficeSavedQuery value)
        Generated method - Setter of the BackofficeSearchCondition.savedQuery attribute.
        Parameters:
        value - the savedQuery
      • isSelected

        public java.lang.Boolean isSelected​(SessionContext ctx)
        Generated method - Getter of the BackofficeSearchCondition.selected attribute.
        Returns:
        the selected
      • isSelected

        public java.lang.Boolean isSelected()
        Generated method - Getter of the BackofficeSearchCondition.selected attribute.
        Returns:
        the selected
      • isSelectedAsPrimitive

        public boolean isSelectedAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the BackofficeSearchCondition.selected attribute.
        Returns:
        the selected
      • isSelectedAsPrimitive

        public boolean isSelectedAsPrimitive()
        Generated method - Getter of the BackofficeSearchCondition.selected attribute.
        Returns:
        the selected
      • setSelected

        public void setSelected​(SessionContext ctx,
                                java.lang.Boolean value)
        Generated method - Setter of the BackofficeSearchCondition.selected attribute.
        Parameters:
        value - the selected
      • setSelected

        public void setSelected​(java.lang.Boolean value)
        Generated method - Setter of the BackofficeSearchCondition.selected attribute.
        Parameters:
        value - the selected
      • setSelected

        public void setSelected​(SessionContext ctx,
                                boolean value)
        Generated method - Setter of the BackofficeSearchCondition.selected attribute.
        Parameters:
        value - the selected
      • setSelected

        public void setSelected​(boolean value)
        Generated method - Setter of the BackofficeSearchCondition.selected attribute.
        Parameters:
        value - the selected
      • isSortable

        public java.lang.Boolean isSortable​(SessionContext ctx)
        Generated method - Getter of the BackofficeSearchCondition.sortable attribute.
        Returns:
        the sortable
      • isSortable

        public java.lang.Boolean isSortable()
        Generated method - Getter of the BackofficeSearchCondition.sortable attribute.
        Returns:
        the sortable
      • isSortableAsPrimitive

        public boolean isSortableAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the BackofficeSearchCondition.sortable attribute.
        Returns:
        the sortable
      • isSortableAsPrimitive

        public boolean isSortableAsPrimitive()
        Generated method - Getter of the BackofficeSearchCondition.sortable attribute.
        Returns:
        the sortable
      • setSortable

        public void setSortable​(SessionContext ctx,
                                java.lang.Boolean value)
        Generated method - Setter of the BackofficeSearchCondition.sortable attribute.
        Parameters:
        value - the sortable
      • setSortable

        public void setSortable​(java.lang.Boolean value)
        Generated method - Setter of the BackofficeSearchCondition.sortable attribute.
        Parameters:
        value - the sortable
      • setSortable

        public void setSortable​(SessionContext ctx,
                                boolean value)
        Generated method - Setter of the BackofficeSearchCondition.sortable attribute.
        Parameters:
        value - the sortable
      • setSortable

        public void setSortable​(boolean value)
        Generated method - Setter of the BackofficeSearchCondition.sortable attribute.
        Parameters:
        value - the sortable
      • getValue

        public java.lang.String getValue​(SessionContext ctx)
        Generated method - Getter of the BackofficeSearchCondition.value attribute.
        Returns:
        the value
      • getValue

        public java.lang.String getValue()
        Generated method - Getter of the BackofficeSearchCondition.value attribute.
        Returns:
        the value
      • setValue

        public void setValue​(SessionContext ctx,
                             java.lang.String value)
        Generated method - Setter of the BackofficeSearchCondition.value attribute.
        Parameters:
        value - the value
      • setValue

        public void setValue​(java.lang.String value)
        Generated method - Setter of the BackofficeSearchCondition.value attribute.
        Parameters:
        value - the value
      • getValueReference

        public Item getValueReference​(SessionContext ctx)
        Generated method - Getter of the BackofficeSearchCondition.valueReference attribute.
        Returns:
        the valueReference
      • getValueReference

        public Item getValueReference()
        Generated method - Getter of the BackofficeSearchCondition.valueReference attribute.
        Returns:
        the valueReference
      • setValueReference

        public void setValueReference​(SessionContext ctx,
                                      Item value)
        Generated method - Setter of the BackofficeSearchCondition.valueReference attribute.
        Parameters:
        value - the valueReference
      • setValueReference

        public void setValueReference​(Item value)
        Generated method - Setter of the BackofficeSearchCondition.valueReference attribute.
        Parameters:
        value - the valueReference