Class ConfigurationCategory

All Implemented Interfaces:
Serializable, Comparable

public class ConfigurationCategory extends GeneratedConfigurationCategory
See Also:
  • Constructor Details

    • ConfigurationCategory

      public ConfigurationCategory()
  • Method Details

    • createItem

      protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
      Description copied from class: Category
      create the item you can delete this method if you don't want to intercept the creation of this item
      Overrides:
      createItem in class Category
      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