Package de.hybris.platform.commons.jalo
Class GeneratedCommonsManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- de.hybris.platform.commons.jalo.GeneratedCommonsManager
-
- All Implemented Interfaces:
ItemLifecycleListener,java.io.Serializable
- Direct Known Subclasses:
CommonsManager
public abstract class GeneratedCommonsManager extends Extension
Generated class for typeCommonsManager.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.extension.Extension
Extension.RestrictedLanguagesProvider, Extension.RightsProvider
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Manager
Manager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>>DEFAULT_INITIAL_ATTRIBUTESprotected static java.lang.StringFORMAT2COMTYPREL_MARKMODIFIEDRelation disable markmodifed parameter constants for Format2ComTypRel from ((commons))protected static java.lang.StringFORMAT2COMTYPREL_SRC_ORDEREDRelation ordering override parameter constants for Format2ComTypRel from ((commons))protected static java.lang.StringFORMAT2COMTYPREL_TGT_ORDEREDprotected static OneToManyHandler<Document>ITEMDOCRRELATIONALLDOCUMENTSHANDLEROneToManyHandlerfor handling 1:n ALLDOCUMENTS's relation attributes from 'many' side.
-
Constructor Summary
Constructors Constructor Description GeneratedCommonsManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToAllDocuments(Item item, Document value)Generated method - Addsvalueto allDocuments.voidaddToAllDocuments(SessionContext ctx, Item item, Document value)Generated method - Addsvalueto allDocuments.voidaddToFormats(SessionContext ctx, ComposedType item, Format value)Generated method - Addsvalueto formats.voidaddToFormats(ComposedType item, Format value)Generated method - Addsvalueto formats.CustomOrder2XMLcreateCustomOrder2XML(SessionContext ctx, java.util.Map attributeValues)CustomOrder2XMLcreateCustomOrder2XML(java.util.Map attributeValues)DocumentcreateDocument(SessionContext ctx, java.util.Map attributeValues)DocumentcreateDocument(java.util.Map attributeValues)FOPFormattercreateFOPFormatter(SessionContext ctx, java.util.Map attributeValues)FOPFormattercreateFOPFormatter(java.util.Map attributeValues)FormatcreateFormat(SessionContext ctx, java.util.Map attributeValues)FormatcreateFormat(java.util.Map attributeValues)JaloTranslatorConfigurationcreateJaloTranslatorConfiguration(SessionContext ctx, java.util.Map attributeValues)JaloTranslatorConfigurationcreateJaloTranslatorConfiguration(java.util.Map attributeValues)JaloVelocityRenderercreateJaloVelocityRenderer(SessionContext ctx, java.util.Map attributeValues)JaloVelocityRenderercreateJaloVelocityRenderer(java.util.Map attributeValues)ParserPropertycreateParserProperty(SessionContext ctx, java.util.Map attributeValues)ParserPropertycreateParserProperty(java.util.Map attributeValues)RenderersPropertycreateRenderersProperty(SessionContext ctx, java.util.Map attributeValues)RenderersPropertycreateRenderersProperty(java.util.Map attributeValues)RendererTemplatecreateRendererTemplate(SessionContext ctx, java.util.Map attributeValues)RendererTemplatecreateRendererTemplate(java.util.Map attributeValues)VelocityFormattercreateVelocityFormatter(SessionContext ctx, java.util.Map attributeValues)VelocityFormattercreateVelocityFormatter(java.util.Map attributeValues)XMLTransformFormattercreateXMLTransformFormatter(SessionContext ctx, java.util.Map attributeValues)XMLTransformFormattercreateXMLTransformFormatter(java.util.Map attributeValues)java.util.Collection<Document>getAllDocuments(Item item)Generated method - Getter of theItem.allDocumentsattribute.java.util.Collection<Document>getAllDocuments(SessionContext ctx, Item item)Generated method - Getter of theItem.allDocumentsattribute.java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)java.util.Collection<Format>getFormats(SessionContext ctx, ComposedType item)Generated method - Getter of theComposedType.formatsattribute.java.util.Collection<Format>getFormats(ComposedType item)Generated method - Getter of theComposedType.formatsattribute.longgetFormatsCount(SessionContext ctx, ComposedType item)longgetFormatsCount(ComposedType item)java.lang.StringgetName()voidremoveFromAllDocuments(Item item, Document value)Generated method - Removesvaluefrom allDocuments.voidremoveFromAllDocuments(SessionContext ctx, Item item, Document value)Generated method - Removesvaluefrom allDocuments.voidremoveFromFormats(SessionContext ctx, ComposedType item, Format value)Generated method - Removesvaluefrom formats.voidremoveFromFormats(ComposedType item, Format value)Generated method - Removesvaluefrom formats.voidsetAllDocuments(Item item, java.util.Collection<Document> value)Generated method - Setter of theItem.allDocumentsattribute.voidsetAllDocuments(SessionContext ctx, Item item, java.util.Collection<Document> value)Generated method - Setter of theItem.allDocumentsattribute.voidsetFormats(SessionContext ctx, ComposedType item, java.util.Collection<Format> value)Generated method - Setter of theComposedType.formatsattribute.voidsetFormats(ComposedType item, java.util.Collection<Format> value)Generated method - Setter of theComposedType.formatsattribute.-
Methods inherited from class de.hybris.platform.jalo.extension.Extension
checkBeforeInitialization, checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplace
-
Methods inherited from class de.hybris.platform.jalo.Manager
afterItemCreation, beforeItemCreation, destroy, extractNonRequiredRemoteFromItem, extractRequiredRemoteFromItem, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, wrap
-
-
-
-
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
OneToManyHandlerfor 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
-
-
Method Detail
-
getDefaultAttributeModes
public java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
- Overrides:
getDefaultAttributeModesin classExtension
-
getAllDocuments
public java.util.Collection<Document> getAllDocuments(SessionContext ctx, Item item)
Generated method - Getter of theItem.allDocumentsattribute.- Returns:
- the allDocuments
-
getAllDocuments
public java.util.Collection<Document> getAllDocuments(Item item)
Generated method - Getter of theItem.allDocumentsattribute.- Returns:
- the allDocuments
-
setAllDocuments
public void setAllDocuments(SessionContext ctx, Item item, java.util.Collection<Document> value)
Generated method - Setter of theItem.allDocumentsattribute.- Parameters:
value- the allDocuments
-
setAllDocuments
public void setAllDocuments(Item item, java.util.Collection<Document> value)
Generated method - Setter of theItem.allDocumentsattribute.- Parameters:
value- the allDocuments
-
addToAllDocuments
public void addToAllDocuments(SessionContext ctx, Item item, Document value)
Generated method - Addsvalueto allDocuments.- Parameters:
value- the item to add to allDocuments
-
addToAllDocuments
public void addToAllDocuments(Item item, Document value)
Generated method - Addsvalueto allDocuments.- Parameters:
value- the item to add to allDocuments
-
removeFromAllDocuments
public void removeFromAllDocuments(SessionContext ctx, Item item, Document value)
Generated method - Removesvaluefrom allDocuments.- Parameters:
value- the item to remove from allDocuments
-
removeFromAllDocuments
public void removeFromAllDocuments(Item item, Document value)
Generated method - Removesvaluefrom allDocuments.- Parameters:
value- the item to remove from allDocuments
-
createCustomOrder2XML
public CustomOrder2XML createCustomOrder2XML(SessionContext ctx, java.util.Map attributeValues)
-
createCustomOrder2XML
public CustomOrder2XML createCustomOrder2XML(java.util.Map attributeValues)
-
createDocument
public Document createDocument(SessionContext ctx, java.util.Map attributeValues)
-
createDocument
public Document createDocument(java.util.Map attributeValues)
-
createFOPFormatter
public FOPFormatter createFOPFormatter(SessionContext ctx, java.util.Map attributeValues)
-
createFOPFormatter
public FOPFormatter createFOPFormatter(java.util.Map attributeValues)
-
createFormat
public Format createFormat(SessionContext ctx, java.util.Map attributeValues)
-
createFormat
public Format createFormat(java.util.Map attributeValues)
-
createJaloTranslatorConfiguration
public JaloTranslatorConfiguration createJaloTranslatorConfiguration(SessionContext ctx, java.util.Map attributeValues)
-
createJaloTranslatorConfiguration
public JaloTranslatorConfiguration createJaloTranslatorConfiguration(java.util.Map attributeValues)
-
createJaloVelocityRenderer
public JaloVelocityRenderer createJaloVelocityRenderer(SessionContext ctx, java.util.Map attributeValues)
-
createJaloVelocityRenderer
public JaloVelocityRenderer createJaloVelocityRenderer(java.util.Map attributeValues)
-
createParserProperty
public ParserProperty createParserProperty(SessionContext ctx, java.util.Map attributeValues)
-
createParserProperty
public ParserProperty createParserProperty(java.util.Map attributeValues)
-
createRenderersProperty
public RenderersProperty createRenderersProperty(SessionContext ctx, java.util.Map attributeValues)
-
createRenderersProperty
public RenderersProperty createRenderersProperty(java.util.Map attributeValues)
-
createRendererTemplate
public RendererTemplate createRendererTemplate(SessionContext ctx, java.util.Map attributeValues)
-
createRendererTemplate
public RendererTemplate createRendererTemplate(java.util.Map attributeValues)
-
createVelocityFormatter
public VelocityFormatter createVelocityFormatter(SessionContext ctx, java.util.Map attributeValues)
-
createVelocityFormatter
public VelocityFormatter createVelocityFormatter(java.util.Map attributeValues)
-
createXMLTransformFormatter
public XMLTransformFormatter createXMLTransformFormatter(SessionContext ctx, 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 theComposedType.formatsattribute.- Returns:
- the formats
-
getFormats
public java.util.Collection<Format> getFormats(ComposedType item)
Generated method - Getter of theComposedType.formatsattribute.- 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, java.util.Collection<Format> value)
Generated method - Setter of theComposedType.formatsattribute.- Parameters:
value- the formats
-
setFormats
public void setFormats(ComposedType item, java.util.Collection<Format> value)
Generated method - Setter of theComposedType.formatsattribute.- Parameters:
value- the formats
-
addToFormats
public void addToFormats(SessionContext ctx, ComposedType item, Format value)
Generated method - Addsvalueto formats.- Parameters:
value- the item to add to formats
-
addToFormats
public void addToFormats(ComposedType item, Format value)
Generated method - Addsvalueto formats.- Parameters:
value- the item to add to formats
-
removeFromFormats
public void removeFromFormats(SessionContext ctx, ComposedType item, Format value)
Generated method - Removesvaluefrom formats.- Parameters:
value- the item to remove from formats
-
removeFromFormats
public void removeFromFormats(ComposedType item, Format value)
Generated method - Removesvaluefrom formats.- Parameters:
value- the item to remove from formats
-
-