Class GeneratedEventPropertyConfiguration

    • Field Detail

      • PROPERTYNAME

        public static final java.lang.String PROPERTYNAME
        Qualifier of the EventPropertyConfiguration.propertyName attribute
        See Also:
        Constant Field Values
      • PROPERTYMAPPING

        public static final java.lang.String PROPERTYMAPPING
        Qualifier of the EventPropertyConfiguration.propertyMapping attribute
        See Also:
        Constant Field Values
      • TYPE

        public static final java.lang.String TYPE
        Qualifier of the EventPropertyConfiguration.type attribute
        See Also:
        Constant Field Values
      • TITLE

        public static final java.lang.String TITLE
        Qualifier of the EventPropertyConfiguration.title attribute
        See Also:
        Constant Field Values
      • REQUIRED

        public static final java.lang.String REQUIRED
        Qualifier of the EventPropertyConfiguration.required attribute
        See Also:
        Constant Field Values
      • DESCRIPTION

        public static final java.lang.String DESCRIPTION
        Qualifier of the EventPropertyConfiguration.description attribute
        See Also:
        Constant Field Values
      • EXAMPLES

        public static final java.lang.String EXAMPLES
        Qualifier of the EventPropertyConfiguration.examples attribute
        See Also:
        Constant Field Values
      • EVENTCONFIGURATIONPOS

        public static final java.lang.String EVENTCONFIGURATIONPOS
        Qualifier of the EventPropertyConfiguration.eventConfigurationPOS attribute
        See Also:
        Constant Field Values
      • EVENTCONFIGURATION

        public static final java.lang.String EVENTCONFIGURATION
        Qualifier of the EventPropertyConfiguration.eventConfiguration 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

      • GeneratedEventPropertyConfiguration

        public GeneratedEventPropertyConfiguration()
    • Method Detail

      • 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
      • getDescription

        public java.lang.String getDescription​(SessionContext ctx)
        Generated method - Getter of the EventPropertyConfiguration.description attribute.
        Returns:
        the description - Human-readable event property description
      • getDescription

        public java.lang.String getDescription()
        Generated method - Getter of the EventPropertyConfiguration.description attribute.
        Returns:
        the description - Human-readable event property description
      • setDescription

        public void setDescription​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the EventPropertyConfiguration.description attribute.
        Parameters:
        value - the description - Human-readable event property description
      • setDescription

        public void setDescription​(java.lang.String value)
        Generated method - Setter of the EventPropertyConfiguration.description attribute.
        Parameters:
        value - the description - Human-readable event property description
      • getEventConfiguration

        public EventConfiguration getEventConfiguration​(SessionContext ctx)
        Generated method - Getter of the EventPropertyConfiguration.eventConfiguration attribute.
        Returns:
        the eventConfiguration - Event Configuration
      • getEventConfiguration

        public EventConfiguration getEventConfiguration()
        Generated method - Getter of the EventPropertyConfiguration.eventConfiguration attribute.
        Returns:
        the eventConfiguration - Event Configuration
      • setEventConfiguration

        protected void setEventConfiguration​(SessionContext ctx,
                                             EventConfiguration value)
        Generated method - Setter of the EventPropertyConfiguration.eventConfiguration attribute.
        Parameters:
        value - the eventConfiguration - Event Configuration
      • setEventConfiguration

        protected void setEventConfiguration​(EventConfiguration value)
        Generated method - Setter of the EventPropertyConfiguration.eventConfiguration attribute.
        Parameters:
        value - the eventConfiguration - Event Configuration
      • getAllExamples

        public java.util.Map<java.lang.String,​java.lang.String> getAllExamples​(SessionContext ctx)
        Generated method - Getter of the EventPropertyConfiguration.examples attribute.
        Returns:
        the examples - Extracting result example
      • getAllExamples

        public java.util.Map<java.lang.String,​java.lang.String> getAllExamples()
        Generated method - Getter of the EventPropertyConfiguration.examples attribute.
        Returns:
        the examples - Extracting result example
      • setAllExamples

        public void setAllExamples​(SessionContext ctx,
                                   java.util.Map<java.lang.String,​java.lang.String> value)
        Generated method - Setter of the EventPropertyConfiguration.examples attribute.
        Parameters:
        value - the examples - Extracting result example
      • setAllExamples

        public void setAllExamples​(java.util.Map<java.lang.String,​java.lang.String> value)
        Generated method - Setter of the EventPropertyConfiguration.examples attribute.
        Parameters:
        value - the examples - Extracting result example
      • getPropertyMapping

        public java.lang.String getPropertyMapping​(SessionContext ctx)
        Generated method - Getter of the EventPropertyConfiguration.propertyMapping attribute.
        Returns:
        the propertyMapping - Extracting Path
      • getPropertyMapping

        public java.lang.String getPropertyMapping()
        Generated method - Getter of the EventPropertyConfiguration.propertyMapping attribute.
        Returns:
        the propertyMapping - Extracting Path
      • setPropertyMapping

        public void setPropertyMapping​(SessionContext ctx,
                                       java.lang.String value)
        Generated method - Setter of the EventPropertyConfiguration.propertyMapping attribute.
        Parameters:
        value - the propertyMapping - Extracting Path
      • setPropertyMapping

        public void setPropertyMapping​(java.lang.String value)
        Generated method - Setter of the EventPropertyConfiguration.propertyMapping attribute.
        Parameters:
        value - the propertyMapping - Extracting Path
      • getPropertyName

        public java.lang.String getPropertyName​(SessionContext ctx)
        Generated method - Getter of the EventPropertyConfiguration.propertyName attribute.
        Returns:
        the propertyName - Target property Id
      • getPropertyName

        public java.lang.String getPropertyName()
        Generated method - Getter of the EventPropertyConfiguration.propertyName attribute.
        Returns:
        the propertyName - Target property Id
      • setPropertyName

        protected void setPropertyName​(SessionContext ctx,
                                       java.lang.String value)
        Generated method - Setter of the EventPropertyConfiguration.propertyName attribute.
        Parameters:
        value - the propertyName - Target property Id
      • setPropertyName

        protected void setPropertyName​(java.lang.String value)
        Generated method - Setter of the EventPropertyConfiguration.propertyName attribute.
        Parameters:
        value - the propertyName - Target property Id
      • isRequired

        public java.lang.Boolean isRequired​(SessionContext ctx)
        Generated method - Getter of the EventPropertyConfiguration.required attribute.
        Returns:
        the required - Required Flag
      • isRequired

        public java.lang.Boolean isRequired()
        Generated method - Getter of the EventPropertyConfiguration.required attribute.
        Returns:
        the required - Required Flag
      • isRequiredAsPrimitive

        public boolean isRequiredAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the EventPropertyConfiguration.required attribute.
        Returns:
        the required - Required Flag
      • isRequiredAsPrimitive

        public boolean isRequiredAsPrimitive()
        Generated method - Getter of the EventPropertyConfiguration.required attribute.
        Returns:
        the required - Required Flag
      • setRequired

        public void setRequired​(SessionContext ctx,
                                java.lang.Boolean value)
        Generated method - Setter of the EventPropertyConfiguration.required attribute.
        Parameters:
        value - the required - Required Flag
      • setRequired

        public void setRequired​(java.lang.Boolean value)
        Generated method - Setter of the EventPropertyConfiguration.required attribute.
        Parameters:
        value - the required - Required Flag
      • setRequired

        public void setRequired​(SessionContext ctx,
                                boolean value)
        Generated method - Setter of the EventPropertyConfiguration.required attribute.
        Parameters:
        value - the required - Required Flag
      • setRequired

        public void setRequired​(boolean value)
        Generated method - Setter of the EventPropertyConfiguration.required attribute.
        Parameters:
        value - the required - Required Flag
      • getTitle

        public java.lang.String getTitle​(SessionContext ctx)
        Generated method - Getter of the EventPropertyConfiguration.title attribute.
        Returns:
        the title - Human-readable Title
      • getTitle

        public java.lang.String getTitle()
        Generated method - Getter of the EventPropertyConfiguration.title attribute.
        Returns:
        the title - Human-readable Title
      • setTitle

        public void setTitle​(SessionContext ctx,
                             java.lang.String value)
        Generated method - Setter of the EventPropertyConfiguration.title attribute.
        Parameters:
        value - the title - Human-readable Title
      • setTitle

        public void setTitle​(java.lang.String value)
        Generated method - Setter of the EventPropertyConfiguration.title attribute.
        Parameters:
        value - the title - Human-readable Title
      • getType

        public java.lang.String getType​(SessionContext ctx)
        Generated method - Getter of the EventPropertyConfiguration.type attribute.
        Returns:
        the type - Result Type
      • getType

        public java.lang.String getType()
        Generated method - Getter of the EventPropertyConfiguration.type attribute.
        Returns:
        the type - Result Type
      • setType

        public void setType​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the EventPropertyConfiguration.type attribute.
        Parameters:
        value - the type - Result Type
      • setType

        public void setType​(java.lang.String value)
        Generated method - Setter of the EventPropertyConfiguration.type attribute.
        Parameters:
        value - the type - Result Type