Class GeneratedCommonsManager

    • Field Detail

      • FORMAT2COMTYPREL_SRC_ORDERED

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

        protected static java.lang.String FORMAT2COMTYPREL_TGT_ORDERED
      • FORMAT2COMTYPREL_MARKMODIFIED

        protected static java.lang.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 java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedCommonsManager

        public GeneratedCommonsManager()
    • Method Detail

      • getAllDocuments

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

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

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

        public void setAllDocuments​(Item item,
                                    java.util.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​(java.util.Map attributeValues)
      • createDocument

        public Document createDocument​(java.util.Map attributeValues)
      • createFOPFormatter

        public FOPFormatter createFOPFormatter​(java.util.Map attributeValues)
      • createFormat

        public Format createFormat​(java.util.Map attributeValues)
      • createJaloTranslatorConfiguration

        public JaloTranslatorConfiguration createJaloTranslatorConfiguration​(java.util.Map attributeValues)
      • createJaloVelocityRenderer

        public JaloVelocityRenderer createJaloVelocityRenderer​(java.util.Map attributeValues)
      • createParserProperty

        public ParserProperty createParserProperty​(java.util.Map attributeValues)
      • createRenderersProperty

        public RenderersProperty createRenderersProperty​(java.util.Map attributeValues)
      • createRendererTemplate

        public RendererTemplate createRendererTemplate​(java.util.Map attributeValues)
      • createVelocityFormatter

        public VelocityFormatter createVelocityFormatter​(java.util.Map attributeValues)
      • createXMLTransformFormatter

        public XMLTransformFormatter createXMLTransformFormatter​(java.util.Map attributeValues)
      • getFormats

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

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

        public long getFormatsCount​(ComposedType item)
      • setFormats

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

        public void setFormats​(ComposedType item,
                               java.util.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 java.lang.String getName()
        Specified by:
        getName in class Extension