Class GeneratedEventPropertyConfiguration

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

public abstract class GeneratedEventPropertyConfiguration extends GenericItem
Generated class for type EventPropertyConfiguration.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedEventPropertyConfiguration

      public GeneratedEventPropertyConfiguration()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • 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 String getDescription(SessionContext ctx)
      Generated method - Getter of the EventPropertyConfiguration.description attribute.
      Returns:
      the description - Human-readable event property description
    • getDescription

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

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

      public void setDescription(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 Map<String,String> getAllExamples(SessionContext ctx)
      Generated method - Getter of the EventPropertyConfiguration.examples attribute.
      Returns:
      the examples - Extracting result example
    • getAllExamples

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

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

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

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

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

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

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

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

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

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

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

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

      public 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, 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
    • 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 String getTitle(SessionContext ctx)
      Generated method - Getter of the EventPropertyConfiguration.title attribute.
      Returns:
      the title - Human-readable Title
    • getTitle

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

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

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

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

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

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

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