Uses of Class
de.hybris.platform.comments.jalo.Comment
-
-
Uses of Comment in com.sap.hybris.sapquoteintegration.jalo
Methods in com.sap.hybris.sapquoteintegration.jalo with parameters of type Comment Modifier and Type Method Description java.lang.String
GeneratedSapquoteintegrationManager. getCommentAuthorEmail(Comment item)
Generated method - Getter of theComment.commentAuthorEmail
attribute.java.lang.String
GeneratedSapquoteintegrationManager. getCommentAuthorEmail(SessionContext ctx, Comment item)
Generated method - Getter of theComment.commentAuthorEmail
attribute.void
GeneratedSapquoteintegrationManager. setCommentAuthorEmail(Comment item, java.lang.String value)
Generated method - Setter of theComment.commentAuthorEmail
attribute.void
GeneratedSapquoteintegrationManager. setCommentAuthorEmail(SessionContext ctx, Comment item, java.lang.String value)
Generated method - Setter of theComment.commentAuthorEmail
attribute. -
Uses of Comment in de.hybris.platform.cms2.jalo
Subclasses of Comment in de.hybris.platform.cms2.jalo Modifier and Type Class Description class
CMSWorkflowComment
class
GeneratedCMSWorkflowComment
Generated class for typeCMSWorkflowComment
. -
Uses of Comment in de.hybris.platform.cockpit.jalo
Methods in de.hybris.platform.cockpit.jalo that return Comment Modifier and Type Method Description Comment
GeneratedCommentMetadata. getComment()
Generated method - Getter of theCommentMetadata.comment
attribute.Comment
GeneratedCommentMetadata. getComment(SessionContext ctx)
Generated method - Getter of theCommentMetadata.comment
attribute.Methods in de.hybris.platform.cockpit.jalo with parameters of type Comment Modifier and Type Method Description void
GeneratedCockpitManager. addToCommentMetadata(Comment item, CommentMetadata value)
Generated method - Addsvalue
to commentMetadata.void
GeneratedCockpitManager. addToCommentMetadata(SessionContext ctx, Comment item, CommentMetadata value)
Generated method - Addsvalue
to commentMetadata.java.util.Collection<CommentMetadata>
GeneratedCockpitManager. getCommentMetadata(Comment item)
Generated method - Getter of theComment.commentMetadata
attribute.java.util.Collection<CommentMetadata>
GeneratedCockpitManager. getCommentMetadata(SessionContext ctx, Comment item)
Generated method - Getter of theComment.commentMetadata
attribute.void
GeneratedCockpitManager. removeFromCommentMetadata(Comment item, CommentMetadata value)
Generated method - Removesvalue
from commentMetadata.void
GeneratedCockpitManager. removeFromCommentMetadata(SessionContext ctx, Comment item, CommentMetadata value)
Generated method - Removesvalue
from commentMetadata.protected void
GeneratedCommentMetadata. setComment(Comment value)
Generated method - Setter of theCommentMetadata.comment
attribute.protected void
GeneratedCommentMetadata. setComment(SessionContext ctx, Comment value)
Generated method - Setter of theCommentMetadata.comment
attribute.void
GeneratedCockpitManager. setCommentMetadata(Comment item, java.util.Collection<CommentMetadata> value)
Generated method - Setter of theComment.commentMetadata
attribute.void
GeneratedCockpitManager. setCommentMetadata(SessionContext ctx, Comment item, java.util.Collection<CommentMetadata> value)
Generated method - Setter of theComment.commentMetadata
attribute. -
Uses of Comment in de.hybris.platform.comments.jalo
Fields in de.hybris.platform.comments.jalo with type parameters of type Comment Modifier and Type Field Description protected static OneToManyHandler<Comment>
GeneratedCommentType. COMMENTHANDLER
OneToManyHandler
for handling 1:n COMMENT's relation attributes from 'many' side.protected static OneToManyHandler<Comment>
GeneratedComponent. COMMENTHANDLER
OneToManyHandler
for handling 1:n COMMENT's relation attributes from 'many' side.Methods in de.hybris.platform.comments.jalo that return Comment Modifier and Type Method Description Comment
GeneratedCommentsManager. createComment(SessionContext ctx, java.util.Map attributeValues)
Comment
GeneratedCommentsManager. createComment(java.util.Map attributeValues)
Comment
GeneratedReply. getComment()
Generated method - Getter of theReply.comment
attribute.Comment
GeneratedReply. getComment(SessionContext ctx)
Generated method - Getter of theReply.comment
attribute.Methods in de.hybris.platform.comments.jalo that return types with arguments of type Comment Modifier and Type Method Description java.util.List<Comment>
GeneratedCommentsManager. getAssignedComments(SessionContext ctx, User item)
Generated method - Getter of theUser.assignedComments
attribute.java.util.List<Comment>
GeneratedCommentsManager. getAssignedComments(User item)
Generated method - Getter of theUser.assignedComments
attribute.java.util.List<Comment>
GeneratedCommentsManager. getComments(Item item)
Generated method - Getter of theItem.comments
attribute.java.util.List<Comment>
GeneratedCommentsManager. getComments(SessionContext ctx, Item item)
Generated method - Getter of theItem.comments
attribute.java.util.List<Comment>
GeneratedCommentsManager. getWatchedComments(Principal item)
Generated method - Getter of thePrincipal.watchedComments
attribute.java.util.List<Comment>
GeneratedCommentsManager. getWatchedComments(SessionContext ctx, Principal item)
Generated method - Getter of thePrincipal.watchedComments
attribute.Methods in de.hybris.platform.comments.jalo with parameters of type Comment Modifier and Type Method Description void
GeneratedCommentsManager. addToAssignedComments(SessionContext ctx, User item, Comment value)
Generated method - Addsvalue
to assignedComments.void
GeneratedCommentsManager. addToAssignedComments(User item, Comment value)
Generated method - Addsvalue
to assignedComments.void
GeneratedCommentsManager. addToComments(Item item, Comment value)
Generated method - Addsvalue
to comments.void
GeneratedCommentsManager. addToComments(SessionContext ctx, Item item, Comment value)
Generated method - Addsvalue
to comments.void
GeneratedCommentsManager. addToWatchedComments(Principal item, Comment value)
Generated method - Addsvalue
to watchedComments.void
GeneratedCommentsManager. addToWatchedComments(SessionContext ctx, Principal item, Comment value)
Generated method - Addsvalue
to watchedComments.void
GeneratedCommentsManager. removeFromAssignedComments(SessionContext ctx, User item, Comment value)
Generated method - Removesvalue
from assignedComments.void
GeneratedCommentsManager. removeFromAssignedComments(User item, Comment value)
Generated method - Removesvalue
from assignedComments.void
GeneratedCommentsManager. removeFromComments(Item item, Comment value)
Generated method - Removesvalue
from comments.void
GeneratedCommentsManager. removeFromComments(SessionContext ctx, Item item, Comment value)
Generated method - Removesvalue
from comments.void
GeneratedCommentsManager. removeFromWatchedComments(Principal item, Comment value)
Generated method - Removesvalue
from watchedComments.void
GeneratedCommentsManager. removeFromWatchedComments(SessionContext ctx, Principal item, Comment value)
Generated method - Removesvalue
from watchedComments.protected void
GeneratedReply. setComment(Comment value)
Generated method - Setter of theReply.comment
attribute.protected void
GeneratedReply. setComment(SessionContext ctx, Comment value)
Generated method - Setter of theReply.comment
attribute.Method parameters in de.hybris.platform.comments.jalo with type arguments of type Comment Modifier and Type Method Description void
GeneratedCommentsManager. setAssignedComments(SessionContext ctx, User item, java.util.List<Comment> value)
Generated method - Setter of theUser.assignedComments
attribute.void
GeneratedCommentsManager. setAssignedComments(User item, java.util.List<Comment> value)
Generated method - Setter of theUser.assignedComments
attribute.void
GeneratedCommentsManager. setComments(Item item, java.util.List<Comment> value)
Generated method - Setter of theItem.comments
attribute.void
GeneratedCommentsManager. setComments(SessionContext ctx, Item item, java.util.List<Comment> value)
Generated method - Setter of theItem.comments
attribute.void
GeneratedCommentsManager. setWatchedComments(Principal item, java.util.List<Comment> value)
Generated method - Setter of thePrincipal.watchedComments
attribute.void
GeneratedCommentsManager. setWatchedComments(SessionContext ctx, Principal item, java.util.List<Comment> value)
Generated method - Setter of thePrincipal.watchedComments
attribute. -
Uses of Comment in de.hybris.platform.ticket.events.jalo
Subclasses of Comment in de.hybris.platform.ticket.events.jalo Modifier and Type Class Description class
CsCustomerEvent
class
CsTicketEvent
class
CsTicketResolutionEvent
class
GeneratedCsCustomerEvent
Generated class for typeCsCustomerEvent
.class
GeneratedCsTicketEvent
Generated class for typeCsTicketEvent
.class
GeneratedCsTicketResolutionEvent
Generated class for typeCsTicketResolutionEvent
.
-