Class GeneratedAbstractAdvancedSavedQuerySearchParameter

    • Field Detail

      • COMPARATOR

        public static final java.lang.String COMPARATOR
        Qualifier of the AbstractAdvancedSavedQuerySearchParameter.comparator attribute
        See Also:
        Constant Field Values
      • EMPTYHANDLING

        public static final java.lang.String EMPTYHANDLING
        Qualifier of the AbstractAdvancedSavedQuerySearchParameter.emptyHandling attribute
        See Also:
        Constant Field Values
      • VALUETYPE

        public static final java.lang.String VALUETYPE
        Qualifier of the AbstractAdvancedSavedQuerySearchParameter.valueType attribute
        See Also:
        Constant Field Values
      • SEARCHPARAMETERNAME

        public static final java.lang.String SEARCHPARAMETERNAME
        Qualifier of the AbstractAdvancedSavedQuerySearchParameter.searchParameterName attribute
        See Also:
        Constant Field Values
      • JOINALIAS

        public static final java.lang.String JOINALIAS
        Qualifier of the AbstractAdvancedSavedQuerySearchParameter.joinAlias attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the AbstractAdvancedSavedQuerySearchParameter.name attribute
        See Also:
        Constant Field Values
      • LOWER

        public static final java.lang.String LOWER
        Qualifier of the AbstractAdvancedSavedQuerySearchParameter.lower attribute
        See Also:
        Constant Field Values
      • WHEREPART

        public static final java.lang.String WHEREPART
        Qualifier of the AbstractAdvancedSavedQuerySearchParameter.wherePart 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

      • GeneratedAbstractAdvancedSavedQuerySearchParameter

        public GeneratedAbstractAdvancedSavedQuerySearchParameter()
    • Method Detail

      • getComparator

        public EnumerationValue getComparator​(SessionContext ctx)
        Generated method - Getter of the AbstractAdvancedSavedQuerySearchParameter.comparator attribute.
        Returns:
        the comparator
      • getComparator

        public EnumerationValue getComparator()
        Generated method - Getter of the AbstractAdvancedSavedQuerySearchParameter.comparator attribute.
        Returns:
        the comparator
      • setComparator

        public void setComparator​(SessionContext ctx,
                                  EnumerationValue value)
        Generated method - Setter of the AbstractAdvancedSavedQuerySearchParameter.comparator attribute.
        Parameters:
        value - the comparator
      • setComparator

        public void setComparator​(EnumerationValue value)
        Generated method - Setter of the AbstractAdvancedSavedQuerySearchParameter.comparator attribute.
        Parameters:
        value - the comparator
      • 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
      • getEmptyHandling

        public EnumerationValue getEmptyHandling​(SessionContext ctx)
        Generated method - Getter of the AbstractAdvancedSavedQuerySearchParameter.emptyHandling attribute.
        Returns:
        the emptyHandling
      • getEmptyHandling

        public EnumerationValue getEmptyHandling()
        Generated method - Getter of the AbstractAdvancedSavedQuerySearchParameter.emptyHandling attribute.
        Returns:
        the emptyHandling
      • setEmptyHandling

        public void setEmptyHandling​(SessionContext ctx,
                                     EnumerationValue value)
        Generated method - Setter of the AbstractAdvancedSavedQuerySearchParameter.emptyHandling attribute.
        Parameters:
        value - the emptyHandling
      • setEmptyHandling

        public void setEmptyHandling​(EnumerationValue value)
        Generated method - Setter of the AbstractAdvancedSavedQuerySearchParameter.emptyHandling attribute.
        Parameters:
        value - the emptyHandling
      • getJoinAlias

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

        public java.lang.String getJoinAlias()
        Generated method - Getter of the AbstractAdvancedSavedQuerySearchParameter.joinAlias attribute.
        Returns:
        the joinAlias
      • setJoinAlias

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

        public void setJoinAlias​(java.lang.String value)
        Generated method - Setter of the AbstractAdvancedSavedQuerySearchParameter.joinAlias attribute.
        Parameters:
        value - the joinAlias
      • isLower

        public java.lang.Boolean isLower​(SessionContext ctx)
        Generated method - Getter of the AbstractAdvancedSavedQuerySearchParameter.lower attribute.
        Returns:
        the lower
      • isLower

        public java.lang.Boolean isLower()
        Generated method - Getter of the AbstractAdvancedSavedQuerySearchParameter.lower attribute.
        Returns:
        the lower
      • isLowerAsPrimitive

        public boolean isLowerAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractAdvancedSavedQuerySearchParameter.lower attribute.
        Returns:
        the lower
      • isLowerAsPrimitive

        public boolean isLowerAsPrimitive()
        Generated method - Getter of the AbstractAdvancedSavedQuerySearchParameter.lower attribute.
        Returns:
        the lower
      • setLower

        public void setLower​(SessionContext ctx,
                             java.lang.Boolean value)
        Generated method - Setter of the AbstractAdvancedSavedQuerySearchParameter.lower attribute.
        Parameters:
        value - the lower
      • setLower

        public void setLower​(java.lang.Boolean value)
        Generated method - Setter of the AbstractAdvancedSavedQuerySearchParameter.lower attribute.
        Parameters:
        value - the lower
      • setLower

        public void setLower​(SessionContext ctx,
                             boolean value)
        Generated method - Setter of the AbstractAdvancedSavedQuerySearchParameter.lower attribute.
        Parameters:
        value - the lower
      • setLower

        public void setLower​(boolean value)
        Generated method - Setter of the AbstractAdvancedSavedQuerySearchParameter.lower attribute.
        Parameters:
        value - the lower
      • getName

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

        public java.lang.String getName()
        Generated method - Getter of the AbstractAdvancedSavedQuerySearchParameter.name attribute.
        Returns:
        the name
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName​(SessionContext ctx)
        Generated method - Getter of the AbstractAdvancedSavedQuerySearchParameter.name attribute.
        Returns:
        the localized name
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName()
        Generated method - Getter of the AbstractAdvancedSavedQuerySearchParameter.name attribute.
        Returns:
        the localized name
      • setName

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

        public void setName​(java.lang.String value)
        Generated method - Setter of the AbstractAdvancedSavedQuerySearchParameter.name attribute.
        Parameters:
        value - the name
      • setAllName

        public void setAllName​(SessionContext ctx,
                               java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the AbstractAdvancedSavedQuerySearchParameter.name attribute.
        Parameters:
        value - the name
      • setAllName

        public void setAllName​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the AbstractAdvancedSavedQuerySearchParameter.name attribute.
        Parameters:
        value - the name
      • getSearchParameterName

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

        public java.lang.String getSearchParameterName()
        Generated method - Getter of the AbstractAdvancedSavedQuerySearchParameter.searchParameterName attribute.
        Returns:
        the searchParameterName
      • setSearchParameterName

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

        public void setSearchParameterName​(java.lang.String value)
        Generated method - Setter of the AbstractAdvancedSavedQuerySearchParameter.searchParameterName attribute.
        Parameters:
        value - the searchParameterName
      • getValueType

        public Type getValueType​(SessionContext ctx)
        Generated method - Getter of the AbstractAdvancedSavedQuerySearchParameter.valueType attribute.
        Returns:
        the valueType
      • getValueType

        public Type getValueType()
        Generated method - Getter of the AbstractAdvancedSavedQuerySearchParameter.valueType attribute.
        Returns:
        the valueType
      • setValueType

        public void setValueType​(SessionContext ctx,
                                 Type value)
        Generated method - Setter of the AbstractAdvancedSavedQuerySearchParameter.valueType attribute.
        Parameters:
        value - the valueType
      • setValueType

        public void setValueType​(Type value)
        Generated method - Setter of the AbstractAdvancedSavedQuerySearchParameter.valueType attribute.
        Parameters:
        value - the valueType
      • getWherePart

        public WherePart getWherePart​(SessionContext ctx)
        Generated method - Getter of the AbstractAdvancedSavedQuerySearchParameter.wherePart attribute.
        Returns:
        the wherePart
      • getWherePart

        public WherePart getWherePart()
        Generated method - Getter of the AbstractAdvancedSavedQuerySearchParameter.wherePart attribute.
        Returns:
        the wherePart
      • setWherePart

        public void setWherePart​(SessionContext ctx,
                                 WherePart value)
        Generated method - Setter of the AbstractAdvancedSavedQuerySearchParameter.wherePart attribute.
        Parameters:
        value - the wherePart
      • setWherePart

        public void setWherePart​(WherePart value)
        Generated method - Setter of the AbstractAdvancedSavedQuerySearchParameter.wherePart attribute.
        Parameters:
        value - the wherePart