Uses of Interface
de.hybris.platform.cockpit.comments.strategies.CommentPermissionCheckStrategy
-
Packages that use CommentPermissionCheckStrategy Package Description de.hybris.platform.cockpit.comments.strategies.impl de.hybris.platform.cockpit.services.comments.impl -
-
Uses of CommentPermissionCheckStrategy in de.hybris.platform.cockpit.comments.strategies.impl
Classes in de.hybris.platform.cockpit.comments.strategies.impl that implement CommentPermissionCheckStrategy Modifier and Type Class Description classAbstractUserCommentsPermissionsCheckStrategyclassDefaultUserCanCreateCommentStrategyclassDefaultUserCanDeleteCommentStrategyclassDefaultUserCanEditCommentStrategyclassDefaultUserCanMoveCommentStrategyclassDefaultUserCanReplyCommentStrategy -
Uses of CommentPermissionCheckStrategy in de.hybris.platform.cockpit.services.comments.impl
Methods in de.hybris.platform.cockpit.services.comments.impl with parameters of type CommentPermissionCheckStrategy Modifier and Type Method Description voidDefaultCommentLayerService. setUserCanCreateCommentStrategy(CommentPermissionCheckStrategy userCanCreateCommentStrategy)voidDefaultCommentLayerService. setUserCanDeleteCommentStrategy(CommentPermissionCheckStrategy userCanDeleteCommentStrategy)voidDefaultCommentLayerService. setUserCanEditCommentStrategy(CommentPermissionCheckStrategy userCanEditCommentStrategy)voidDefaultCommentLayerService. setUserCanMoveCommentStrategy(CommentPermissionCheckStrategy userCanMoveCommentStrategy)voidDefaultCommentLayerService. setUserCanReplyCommentStrategy(CommentPermissionCheckStrategy userCanReplyCommentStrategy)
-