Class GeneratedCommonsManager

All Implemented Interfaces:
ItemLifecycleListener, Serializable
Direct Known Subclasses:
CommonsManager

public abstract class GeneratedCommonsManager extends Extension
Generated class for type CommonsManager.
See Also:
  • Field Details

    • FORMAT2COMTYPREL_SRC_ORDERED

      protected static String FORMAT2COMTYPREL_SRC_ORDERED
      Relation ordering override parameter constants for Format2ComTypRel from ((commons))
    • FORMAT2COMTYPREL_TGT_ORDERED

      protected static String FORMAT2COMTYPREL_TGT_ORDERED
    • FORMAT2COMTYPREL_MARKMODIFIED

      protected static String FORMAT2COMTYPREL_MARKMODIFIED
      Relation disable markmodifed parameter constants for Format2ComTypRel from ((commons))
    • ITEMDOCRRELATIONALLDOCUMENTSHANDLER

      protected static final OneToManyHandler<Document> ITEMDOCRRELATIONALLDOCUMENTSHANDLER
      OneToManyHandler for handling 1:n ALLDOCUMENTS's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Map<String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedCommonsManager

      public GeneratedCommonsManager()
  • Method Details

    • getDefaultAttributeModes

      public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
      Overrides:
      getDefaultAttributeModes in class Extension
    • getAllDocuments

      public Collection<Document> getAllDocuments(SessionContext ctx, Item item)
      Generated method - Getter of the Item.allDocuments attribute.
      Returns:
      the allDocuments
    • getAllDocuments

      public Collection<Document> getAllDocuments(Item item)
      Generated method - Getter of the Item.allDocuments attribute.
      Returns:
      the allDocuments
    • setAllDocuments

      public void setAllDocuments(SessionContext ctx, Item item, Collection<Document> value)
      Generated method - Setter of the Item.allDocuments attribute.
      Parameters:
      value - the allDocuments
    • setAllDocuments

      public void setAllDocuments(Item item, Collection<Document> value)
      Generated method - Setter of the Item.allDocuments attribute.
      Parameters:
      value - the allDocuments
    • addToAllDocuments

      public void addToAllDocuments(SessionContext ctx, Item item, Document value)
      Generated method - Adds value to allDocuments.
      Parameters:
      value - the item to add to allDocuments
    • addToAllDocuments

      public void addToAllDocuments(Item item, Document value)
      Generated method - Adds value to allDocuments.
      Parameters:
      value - the item to add to allDocuments
    • removeFromAllDocuments

      public void removeFromAllDocuments(SessionContext ctx, Item item, Document value)
      Generated method - Removes value from allDocuments.
      Parameters:
      value - the item to remove from allDocuments
    • removeFromAllDocuments

      public void removeFromAllDocuments(Item item, Document value)
      Generated method - Removes value from allDocuments.
      Parameters:
      value - the item to remove from allDocuments
    • createCustomOrder2XML

      public CustomOrder2XML createCustomOrder2XML(SessionContext ctx, Map attributeValues)
    • createCustomOrder2XML

      public CustomOrder2XML createCustomOrder2XML(Map attributeValues)
    • createDocument

      public Document createDocument(SessionContext ctx, Map attributeValues)
    • createDocument

      public Document createDocument(Map attributeValues)
    • createFOPFormatter

      public FOPFormatter createFOPFormatter(SessionContext ctx, Map attributeValues)
    • createFOPFormatter

      public FOPFormatter createFOPFormatter(Map attributeValues)
    • createFormat

      public Format createFormat(SessionContext ctx, Map attributeValues)
    • createFormat

      public Format createFormat(Map attributeValues)
    • createJaloTranslatorConfiguration

      public JaloTranslatorConfiguration createJaloTranslatorConfiguration(SessionContext ctx, Map attributeValues)
    • createJaloTranslatorConfiguration

      public JaloTranslatorConfiguration createJaloTranslatorConfiguration(Map attributeValues)
    • createJaloVelocityRenderer

      public JaloVelocityRenderer createJaloVelocityRenderer(SessionContext ctx, Map attributeValues)
    • createJaloVelocityRenderer

      public JaloVelocityRenderer createJaloVelocityRenderer(Map attributeValues)
    • createParserProperty

      public ParserProperty createParserProperty(SessionContext ctx, Map attributeValues)
    • createParserProperty

      public ParserProperty createParserProperty(Map attributeValues)
    • createRenderersProperty

      public RenderersProperty createRenderersProperty(SessionContext ctx, Map attributeValues)
    • createRenderersProperty

      public RenderersProperty createRenderersProperty(Map attributeValues)
    • createRendererTemplate

      public RendererTemplate createRendererTemplate(SessionContext ctx, Map attributeValues)
    • createRendererTemplate

      public RendererTemplate createRendererTemplate(Map attributeValues)
    • createVelocityFormatter

      public VelocityFormatter createVelocityFormatter(SessionContext ctx, Map attributeValues)
    • createVelocityFormatter

      public VelocityFormatter createVelocityFormatter(Map attributeValues)
    • createXMLTransformFormatter

      public XMLTransformFormatter createXMLTransformFormatter(SessionContext ctx, Map attributeValues)
    • createXMLTransformFormatter

      public XMLTransformFormatter createXMLTransformFormatter(Map attributeValues)
    • getFormats

      public Collection<Format> getFormats(SessionContext ctx, ComposedType item)
      Generated method - Getter of the ComposedType.formats attribute.
      Returns:
      the formats
    • getFormats

      public Collection<Format> getFormats(ComposedType item)
      Generated method - Getter of the ComposedType.formats attribute.
      Returns:
      the formats
    • getFormatsCount

      public long getFormatsCount(SessionContext ctx, ComposedType item)
    • getFormatsCount

      public long getFormatsCount(ComposedType item)
    • setFormats

      public void setFormats(SessionContext ctx, ComposedType item, Collection<Format> value)
      Generated method - Setter of the ComposedType.formats attribute.
      Parameters:
      value - the formats
    • setFormats

      public void setFormats(ComposedType item, Collection<Format> value)
      Generated method - Setter of the ComposedType.formats attribute.
      Parameters:
      value - the formats
    • addToFormats

      public void addToFormats(SessionContext ctx, ComposedType item, Format value)
      Generated method - Adds value to formats.
      Parameters:
      value - the item to add to formats
    • addToFormats

      public void addToFormats(ComposedType item, Format value)
      Generated method - Adds value to formats.
      Parameters:
      value - the item to add to formats
    • removeFromFormats

      public void removeFromFormats(SessionContext ctx, ComposedType item, Format value)
      Generated method - Removes value from formats.
      Parameters:
      value - the item to remove from formats
    • removeFromFormats

      public void removeFromFormats(ComposedType item, Format value)
      Generated method - Removes value from formats.
      Parameters:
      value - the item to remove from formats
    • getName

      public String getName()
      Specified by:
      getName in class Extension