Package de.hybris.platform.comments.jalo
Class CommentsManager
java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.comments.jalo.GeneratedCommentsManager
de.hybris.platform.comments.jalo.CommentsManager
- All Implemented Interfaces:
ItemLifecycleListener,Serializable
This is the extension manager of the Comments extension.
- 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
Fields inherited from class de.hybris.platform.comments.jalo.GeneratedCommentsManager
ABSTRACTCOMMENTAUTHORRELATIONCREATEDCOMMENTSHANDLER, COMMENTASSIGNEERELATION_MARKMODIFIED, COMMENTASSIGNEERELATION_SRC_ORDERED, COMMENTASSIGNEERELATION_TGT_ORDERED, COMMENTITEMRELATION_MARKMODIFIED, COMMENTITEMRELATION_SRC_ORDERED, COMMENTITEMRELATION_TGT_ORDERED, COMMENTUSERSETTINGUSERRELATIONCOMMENTUSERSETTINGSHANDLER, COMMENTWATCHERRELATION_MARKMODIFIED, COMMENTWATCHERRELATION_SRC_ORDERED, COMMENTWATCHERRELATION_TGT_ORDERED, DEFAULT_INITIAL_ATTRIBUTES -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.comments.jalo.GeneratedCommentsManager
addToAssignedComments, addToAssignedComments, addToComments, addToComments, addToCreatedComments, addToCreatedComments, addToWatchedComments, addToWatchedComments, createComment, createComment, createCommentAttachment, createCommentAttachment, createCommentType, createCommentType, createCommentUserSetting, createCommentUserSetting, createComponent, createComponent, createDomain, createDomain, createReply, createReply, getAssignedComments, getAssignedComments, getAssignedCommentsCount, getAssignedCommentsCount, getComments, getComments, getCommentsCount, getCommentsCount, getCreatedComments, getCreatedComments, getDefaultAttributeModes, getName, getProfilePicture, getProfilePicture, getWatchedComments, getWatchedComments, getWatchedCommentsCount, getWatchedCommentsCount, removeFromAssignedComments, removeFromAssignedComments, removeFromComments, removeFromComments, removeFromCreatedComments, removeFromCreatedComments, removeFromWatchedComments, removeFromWatchedComments, setAssignedComments, setAssignedComments, setComments, setComments, setCreatedComments, setCreatedComments, setProfilePicture, setProfilePicture, setWatchedComments, setWatchedCommentsMethods 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
-
Constructor Details
-
CommentsManager
public CommentsManager()
-
-
Method Details
-
getInstance
Get the valid instance of this manager.- Returns:
- the current instance of this manager
-