Class GeneratedBackofficeSearchCondition

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
BackofficeSearchCondition

public abstract class GeneratedBackofficeSearchCondition extends GenericItem
Generated class for type BackofficeSearchCondition.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedBackofficeSearchCondition

      public GeneratedBackofficeSearchCondition()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getAttribute

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

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

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

      public void setAttribute(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 Boolean isDisabled(SessionContext ctx)
      Generated method - Getter of the BackofficeSearchCondition.disabled attribute.
      Returns:
      the disabled
    • isDisabled

      public 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, 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
    • 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 String getEditor(SessionContext ctx)
      Generated method - Getter of the BackofficeSearchCondition.editor attribute.
      Returns:
      the editor
    • getEditor

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

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

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

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

      public Map<String,String> getAllEditorParameters()
      Generated method - Getter of the BackofficeSearchCondition.editorParameters attribute.
      Returns:
      the editorParameters
    • setAllEditorParameters

      public void setAllEditorParameters(SessionContext ctx, Map<String,String> value)
      Generated method - Setter of the BackofficeSearchCondition.editorParameters attribute.
      Parameters:
      value - the editorParameters
    • setAllEditorParameters

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

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

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

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

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

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

      public 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, 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
    • 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 String getOperatorCode(SessionContext ctx)
      Generated method - Getter of the BackofficeSearchCondition.operatorCode attribute.
      Returns:
      the operatorCode
    • getOperatorCode

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

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

      public void setOperatorCode(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 Boolean isSelected(SessionContext ctx)
      Generated method - Getter of the BackofficeSearchCondition.selected attribute.
      Returns:
      the selected
    • isSelected

      public 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, 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
    • 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 Boolean isSortable(SessionContext ctx)
      Generated method - Getter of the BackofficeSearchCondition.sortable attribute.
      Returns:
      the sortable
    • isSortable

      public 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, 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
    • 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 String getValue(SessionContext ctx)
      Generated method - Getter of the BackofficeSearchCondition.value attribute.
      Returns:
      the value
    • getValue

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

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

      public void setValue(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