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,Serializable
- Direct Known Subclasses:
CommonsManager
Generated class for type
CommonsManager.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.jalo.extension.Extension
Extension.RestrictedLanguagesProvider, Extension.RightsProviderNested classes/interfaces inherited from class de.hybris.platform.jalo.Manager
Manager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Map<String,Map<String, Item.AttributeMode>> protected static StringRelation disable markmodifed parameter constants for Format2ComTypRel from ((commons))protected static StringRelation ordering override parameter constants for Format2ComTypRel from ((commons))protected static Stringprotected static final OneToManyHandler<Document>OneToManyHandlerfor handling 1:n ALLDOCUMENTS's relation attributes from 'many' side. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToAllDocuments(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.createCustomOrder2XML(SessionContext ctx, Map attributeValues) createCustomOrder2XML(Map attributeValues) createDocument(SessionContext ctx, Map attributeValues) createDocument(Map attributeValues) createFOPFormatter(SessionContext ctx, Map attributeValues) createFOPFormatter(Map attributeValues) createFormat(SessionContext ctx, Map attributeValues) createFormat(Map attributeValues) createJaloTranslatorConfiguration(SessionContext ctx, Map attributeValues) createJaloTranslatorConfiguration(Map attributeValues) createJaloVelocityRenderer(SessionContext ctx, Map attributeValues) createJaloVelocityRenderer(Map attributeValues) createParserProperty(SessionContext ctx, Map attributeValues) createParserProperty(Map attributeValues) createRenderersProperty(SessionContext ctx, Map attributeValues) createRenderersProperty(Map attributeValues) createRendererTemplate(SessionContext ctx, Map attributeValues) createRendererTemplate(Map attributeValues) createVelocityFormatter(SessionContext ctx, Map attributeValues) createVelocityFormatter(Map attributeValues) createXMLTransformFormatter(SessionContext ctx, Map attributeValues) createXMLTransformFormatter(Map attributeValues) getAllDocuments(Item item) Generated method - Getter of theItem.allDocumentsattribute.getAllDocuments(SessionContext ctx, Item item) Generated method - Getter of theItem.allDocumentsattribute.getDefaultAttributeModes(Class<? extends Item> itemClass) getFormats(SessionContext ctx, ComposedType item) Generated method - Getter of theComposedType.formatsattribute.getFormats(ComposedType item) Generated method - Getter of theComposedType.formatsattribute.longgetFormatsCount(SessionContext ctx, ComposedType item) longgetFormatsCount(ComposedType item) getName()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, Collection<Document> value) Generated method - Setter of theItem.allDocumentsattribute.voidsetAllDocuments(SessionContext ctx, Item item, Collection<Document> value) Generated method - Setter of theItem.allDocumentsattribute.voidsetFormats(SessionContext ctx, ComposedType item, Collection<Format> value) Generated method - Setter of theComposedType.formatsattribute.voidsetFormats(ComposedType item, 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, writeReplaceMethods 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 Details
-
FORMAT2COMTYPREL_SRC_ORDERED
Relation ordering override parameter constants for Format2ComTypRel from ((commons)) -
FORMAT2COMTYPREL_TGT_ORDERED
-
FORMAT2COMTYPREL_MARKMODIFIED
Relation disable markmodifed parameter constants for Format2ComTypRel from ((commons)) -
ITEMDOCRRELATIONALLDOCUMENTSHANDLER
OneToManyHandlerfor handling 1:n ALLDOCUMENTS's relation attributes from 'many' side. -
DEFAULT_INITIAL_ATTRIBUTES
-
-
Constructor Details
-
GeneratedCommonsManager
public GeneratedCommonsManager()
-
-
Method Details
-
getDefaultAttributeModes
- Overrides:
getDefaultAttributeModesin classExtension
-
getAllDocuments
Generated method - Getter of theItem.allDocumentsattribute.- Returns:
- the allDocuments
-
getAllDocuments
Generated method - Getter of theItem.allDocumentsattribute.- Returns:
- the allDocuments
-
setAllDocuments
Generated method - Setter of theItem.allDocumentsattribute.- Parameters:
value- the allDocuments
-
setAllDocuments
Generated method - Setter of theItem.allDocumentsattribute.- Parameters:
value- the allDocuments
-
addToAllDocuments
Generated method - Addsvalueto allDocuments.- Parameters:
value- the item to add to allDocuments
-
addToAllDocuments
Generated method - Addsvalueto allDocuments.- Parameters:
value- the item to add to allDocuments
-
removeFromAllDocuments
Generated method - Removesvaluefrom allDocuments.- Parameters:
value- the item to remove from allDocuments
-
removeFromAllDocuments
Generated method - Removesvaluefrom allDocuments.- Parameters:
value- the item to remove from allDocuments
-
createCustomOrder2XML
-
createCustomOrder2XML
-
createDocument
-
createDocument
-
createFOPFormatter
-
createFOPFormatter
-
createFormat
-
createFormat
-
createJaloTranslatorConfiguration
public JaloTranslatorConfiguration createJaloTranslatorConfiguration(SessionContext ctx, Map attributeValues) -
createJaloTranslatorConfiguration
-
createJaloVelocityRenderer
-
createJaloVelocityRenderer
-
createParserProperty
-
createParserProperty
-
createRenderersProperty
-
createRenderersProperty
-
createRendererTemplate
-
createRendererTemplate
-
createVelocityFormatter
-
createVelocityFormatter
-
createXMLTransformFormatter
-
createXMLTransformFormatter
-
getFormats
Generated method - Getter of theComposedType.formatsattribute.- Returns:
- the formats
-
getFormats
Generated method - Getter of theComposedType.formatsattribute.- Returns:
- the formats
-
getFormatsCount
-
getFormatsCount
-
setFormats
Generated method - Setter of theComposedType.formatsattribute.- Parameters:
value- the formats
-
setFormats
Generated method - Setter of theComposedType.formatsattribute.- Parameters:
value- the formats
-
addToFormats
Generated method - Addsvalueto formats.- Parameters:
value- the item to add to formats
-
addToFormats
Generated method - Addsvalueto formats.- Parameters:
value- the item to add to formats
-
removeFromFormats
Generated method - Removesvaluefrom formats.- Parameters:
value- the item to remove from formats
-
removeFromFormats
Generated method - Removesvaluefrom formats.- Parameters:
value- the item to remove from formats
-
getName
-