Package de.hybris.platform.comments.jalo
Class GeneratedCommentsManager
java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.comments.jalo.GeneratedCommentsManager
- All Implemented Interfaces:
ItemLifecycleListener,Serializable
- Direct Known Subclasses:
CommentsManager
Generated class for type
CommentsManager.- 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 OneToManyHandler<AbstractComment>OneToManyHandlerfor handling 1:n CREATEDCOMMENTS's relation attributes from 'many' side.protected static StringRelation disable markmodifed parameter constants for CommentAssigneeRelation from ((comments))protected static StringRelation ordering override parameter constants for CommentAssigneeRelation from ((comments))protected static Stringprotected static StringRelation disable markmodifed parameter constants for CommentItemRelation from ((comments))protected static StringRelation ordering override parameter constants for CommentItemRelation from ((comments))protected static Stringprotected static final OneToManyHandler<CommentUserSetting>OneToManyHandlerfor handling 1:n COMMENTUSERSETTINGS's relation attributes from 'many' side.protected static StringRelation disable markmodifed parameter constants for CommentWatcherRelation from ((comments))protected static StringRelation ordering override parameter constants for CommentWatcherRelation from ((comments))protected static Stringprotected static final Map<String,Map<String, Item.AttributeMode>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToAssignedComments(SessionContext ctx, User item, Comment value) Generated method - Addsvalueto assignedComments.voidaddToAssignedComments(User item, Comment value) Generated method - Addsvalueto assignedComments.voidaddToComments(Item item, Comment value) Generated method - Addsvalueto comments.voidaddToComments(SessionContext ctx, Item item, Comment value) Generated method - Addsvalueto comments.voidaddToCreatedComments(SessionContext ctx, User item, AbstractComment value) Generated method - Addsvalueto createdComments.voidaddToCreatedComments(User item, AbstractComment value) Generated method - Addsvalueto createdComments.voidaddToWatchedComments(Principal item, Comment value) Generated method - Addsvalueto watchedComments.voidaddToWatchedComments(SessionContext ctx, Principal item, Comment value) Generated method - Addsvalueto watchedComments.createComment(SessionContext ctx, Map attributeValues) createComment(Map attributeValues) createCommentAttachment(SessionContext ctx, Map attributeValues) createCommentAttachment(Map attributeValues) createCommentType(SessionContext ctx, Map attributeValues) createCommentType(Map attributeValues) createCommentUserSetting(SessionContext ctx, Map attributeValues) createCommentUserSetting(Map attributeValues) createComponent(SessionContext ctx, Map attributeValues) createComponent(Map attributeValues) createDomain(SessionContext ctx, Map attributeValues) createDomain(Map attributeValues) createReply(SessionContext ctx, Map attributeValues) createReply(Map attributeValues) getAssignedComments(SessionContext ctx, User item) Generated method - Getter of theUser.assignedCommentsattribute.getAssignedComments(User item) Generated method - Getter of theUser.assignedCommentsattribute.longgetAssignedCommentsCount(SessionContext ctx, User item) longgetAssignedCommentsCount(User item) getComments(Item item) Generated method - Getter of theItem.commentsattribute.getComments(SessionContext ctx, Item item) Generated method - Getter of theItem.commentsattribute.longgetCommentsCount(Item item) longgetCommentsCount(SessionContext ctx, Item item) getCreatedComments(SessionContext ctx, User item) Generated method - Getter of theUser.createdCommentsattribute.getCreatedComments(User item) Generated method - Getter of theUser.createdCommentsattribute.getDefaultAttributeModes(Class<? extends Item> itemClass) getName()getProfilePicture(Principal item) Generated method - Getter of thePrincipal.profilePictureattribute.getProfilePicture(SessionContext ctx, Principal item) Generated method - Getter of thePrincipal.profilePictureattribute.getWatchedComments(Principal item) Generated method - Getter of thePrincipal.watchedCommentsattribute.getWatchedComments(SessionContext ctx, Principal item) Generated method - Getter of thePrincipal.watchedCommentsattribute.longlonggetWatchedCommentsCount(SessionContext ctx, Principal item) voidremoveFromAssignedComments(SessionContext ctx, User item, Comment value) Generated method - Removesvaluefrom assignedComments.voidremoveFromAssignedComments(User item, Comment value) Generated method - Removesvaluefrom assignedComments.voidremoveFromComments(Item item, Comment value) Generated method - Removesvaluefrom comments.voidremoveFromComments(SessionContext ctx, Item item, Comment value) Generated method - Removesvaluefrom comments.voidremoveFromCreatedComments(SessionContext ctx, User item, AbstractComment value) Generated method - Removesvaluefrom createdComments.voidremoveFromCreatedComments(User item, AbstractComment value) Generated method - Removesvaluefrom createdComments.voidremoveFromWatchedComments(Principal item, Comment value) Generated method - Removesvaluefrom watchedComments.voidremoveFromWatchedComments(SessionContext ctx, Principal item, Comment value) Generated method - Removesvaluefrom watchedComments.voidsetAssignedComments(SessionContext ctx, User item, List<Comment> value) Generated method - Setter of theUser.assignedCommentsattribute.voidsetAssignedComments(User item, List<Comment> value) Generated method - Setter of theUser.assignedCommentsattribute.voidsetComments(Item item, List<Comment> value) Generated method - Setter of theItem.commentsattribute.voidsetComments(SessionContext ctx, Item item, List<Comment> value) Generated method - Setter of theItem.commentsattribute.voidsetCreatedComments(SessionContext ctx, User item, List<AbstractComment> value) Generated method - Setter of theUser.createdCommentsattribute.voidsetCreatedComments(User item, List<AbstractComment> value) Generated method - Setter of theUser.createdCommentsattribute.voidsetProfilePicture(Principal item, Media value) Generated method - Setter of thePrincipal.profilePictureattribute.voidsetProfilePicture(SessionContext ctx, Principal item, Media value) Generated method - Setter of thePrincipal.profilePictureattribute.voidsetWatchedComments(Principal item, List<Comment> value) Generated method - Setter of thePrincipal.watchedCommentsattribute.voidsetWatchedComments(SessionContext ctx, Principal item, List<Comment> value) Generated method - Setter of thePrincipal.watchedCommentsattribute.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
-
COMMENTWATCHERRELATION_SRC_ORDERED
Relation ordering override parameter constants for CommentWatcherRelation from ((comments)) -
COMMENTWATCHERRELATION_TGT_ORDERED
-
COMMENTWATCHERRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for CommentWatcherRelation from ((comments)) -
COMMENTITEMRELATION_SRC_ORDERED
Relation ordering override parameter constants for CommentItemRelation from ((comments)) -
COMMENTITEMRELATION_TGT_ORDERED
-
COMMENTITEMRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for CommentItemRelation from ((comments)) -
COMMENTASSIGNEERELATION_SRC_ORDERED
Relation ordering override parameter constants for CommentAssigneeRelation from ((comments)) -
COMMENTASSIGNEERELATION_TGT_ORDERED
-
COMMENTASSIGNEERELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for CommentAssigneeRelation from ((comments)) -
ABSTRACTCOMMENTAUTHORRELATIONCREATEDCOMMENTSHANDLER
protected static final OneToManyHandler<AbstractComment> ABSTRACTCOMMENTAUTHORRELATIONCREATEDCOMMENTSHANDLEROneToManyHandlerfor handling 1:n CREATEDCOMMENTS's relation attributes from 'many' side. -
COMMENTUSERSETTINGUSERRELATIONCOMMENTUSERSETTINGSHANDLER
protected static final OneToManyHandler<CommentUserSetting> COMMENTUSERSETTINGUSERRELATIONCOMMENTUSERSETTINGSHANDLEROneToManyHandlerfor handling 1:n COMMENTUSERSETTINGS's relation attributes from 'many' side. -
DEFAULT_INITIAL_ATTRIBUTES
-
-
Constructor Details
-
GeneratedCommentsManager
public GeneratedCommentsManager()
-
-
Method Details
-
getDefaultAttributeModes
- Overrides:
getDefaultAttributeModesin classExtension
-
getAssignedComments
Generated method - Getter of theUser.assignedCommentsattribute.- Returns:
- the assignedComments
-
getAssignedComments
Generated method - Getter of theUser.assignedCommentsattribute.- Returns:
- the assignedComments
-
getAssignedCommentsCount
-
getAssignedCommentsCount
-
setAssignedComments
Generated method - Setter of theUser.assignedCommentsattribute.- Parameters:
value- the assignedComments
-
setAssignedComments
Generated method - Setter of theUser.assignedCommentsattribute.- Parameters:
value- the assignedComments
-
addToAssignedComments
Generated method - Addsvalueto assignedComments.- Parameters:
value- the item to add to assignedComments
-
addToAssignedComments
Generated method - Addsvalueto assignedComments.- Parameters:
value- the item to add to assignedComments
-
removeFromAssignedComments
Generated method - Removesvaluefrom assignedComments.- Parameters:
value- the item to remove from assignedComments
-
removeFromAssignedComments
Generated method - Removesvaluefrom assignedComments.- Parameters:
value- the item to remove from assignedComments
-
getComments
Generated method - Getter of theItem.commentsattribute.- Returns:
- the comments
-
getComments
Generated method - Getter of theItem.commentsattribute.- Returns:
- the comments
-
getCommentsCount
-
getCommentsCount
-
setComments
Generated method - Setter of theItem.commentsattribute.- Parameters:
value- the comments
-
setComments
Generated method - Setter of theItem.commentsattribute.- Parameters:
value- the comments
-
addToComments
Generated method - Addsvalueto comments.- Parameters:
value- the item to add to comments
-
addToComments
Generated method - Addsvalueto comments.- Parameters:
value- the item to add to comments
-
removeFromComments
Generated method - Removesvaluefrom comments.- Parameters:
value- the item to remove from comments
-
removeFromComments
Generated method - Removesvaluefrom comments.- Parameters:
value- the item to remove from comments
-
createComment
-
createComment
-
createCommentAttachment
-
createCommentAttachment
-
createCommentType
-
createCommentType
-
createCommentUserSetting
-
createCommentUserSetting
-
createComponent
-
createComponent
-
getCreatedComments
Generated method - Getter of theUser.createdCommentsattribute.- Returns:
- the createdComments
-
getCreatedComments
Generated method - Getter of theUser.createdCommentsattribute.- Returns:
- the createdComments
-
setCreatedComments
Generated method - Setter of theUser.createdCommentsattribute.- Parameters:
value- the createdComments
-
setCreatedComments
Generated method - Setter of theUser.createdCommentsattribute.- Parameters:
value- the createdComments
-
addToCreatedComments
Generated method - Addsvalueto createdComments.- Parameters:
value- the item to add to createdComments
-
addToCreatedComments
Generated method - Addsvalueto createdComments.- Parameters:
value- the item to add to createdComments
-
removeFromCreatedComments
Generated method - Removesvaluefrom createdComments.- Parameters:
value- the item to remove from createdComments
-
removeFromCreatedComments
Generated method - Removesvaluefrom createdComments.- Parameters:
value- the item to remove from createdComments
-
createDomain
-
createDomain
-
createReply
-
createReply
-
getName
-
getProfilePicture
Generated method - Getter of thePrincipal.profilePictureattribute.- Returns:
- the profilePicture
-
getProfilePicture
Generated method - Getter of thePrincipal.profilePictureattribute.- Returns:
- the profilePicture
-
setProfilePicture
Generated method - Setter of thePrincipal.profilePictureattribute.- Parameters:
value- the profilePicture
-
setProfilePicture
Generated method - Setter of thePrincipal.profilePictureattribute.- Parameters:
value- the profilePicture
-
getWatchedComments
Generated method - Getter of thePrincipal.watchedCommentsattribute.- Returns:
- the watchedComments
-
getWatchedComments
Generated method - Getter of thePrincipal.watchedCommentsattribute.- Returns:
- the watchedComments
-
getWatchedCommentsCount
-
getWatchedCommentsCount
-
setWatchedComments
Generated method - Setter of thePrincipal.watchedCommentsattribute.- Parameters:
value- the watchedComments
-
setWatchedComments
Generated method - Setter of thePrincipal.watchedCommentsattribute.- Parameters:
value- the watchedComments
-
addToWatchedComments
Generated method - Addsvalueto watchedComments.- Parameters:
value- the item to add to watchedComments
-
addToWatchedComments
Generated method - Addsvalueto watchedComments.- Parameters:
value- the item to add to watchedComments
-
removeFromWatchedComments
Generated method - Removesvaluefrom watchedComments.- Parameters:
value- the item to remove from watchedComments
-
removeFromWatchedComments
Generated method - Removesvaluefrom watchedComments.- Parameters:
value- the item to remove from watchedComments
-