Class AbstractUserCommentsPermissionsCheckStrategy
- java.lang.Object
-
- de.hybris.platform.cockpit.comments.strategies.impl.AbstractUserCommentsPermissionsCheckStrategy
-
- All Implemented Interfaces:
CommentPermissionCheckStrategy
- Direct Known Subclasses:
DefaultUserCanCreateCommentStrategy,DefaultUserCanDeleteCommentStrategy,DefaultUserCanEditCommentStrategy,DefaultUserCanMoveCommentStrategy,DefaultUserCanReplyCommentStrategy
public abstract class AbstractUserCommentsPermissionsCheckStrategy extends java.lang.Object implements CommentPermissionCheckStrategy
-
-
Constructor Summary
Constructors Constructor Description AbstractUserCommentsPermissionsCheckStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanabstractCommentHasReplies(AbstractCommentModel abstractComment)protected SystemServicegetSystemService()protected TypeServicegetTypeService()protected UIAccessRightServicegetUiAccessRightService()protected UserServicegetUserService()voidsetSystemService(SystemService systemService)voidsetTypeService(TypeService typeService)voidsetUiAccessRightService(UIAccessRightService uiAccessRightService)voidsetUserService(UserService userService)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.cockpit.comments.strategies.CommentPermissionCheckStrategy
isUserPermitted
-
-
-
-
Method Detail
-
getUserService
protected UserService getUserService()
- Returns:
- the userService
-
setUserService
public void setUserService(UserService userService)
-
getSystemService
protected SystemService getSystemService()
-
setSystemService
public void setSystemService(SystemService systemService)
-
getTypeService
protected TypeService getTypeService()
-
setTypeService
public void setTypeService(TypeService typeService)
-
getUiAccessRightService
protected UIAccessRightService getUiAccessRightService()
- Returns:
- the uiAccessRightService
-
setUiAccessRightService
public void setUiAccessRightService(UIAccessRightService uiAccessRightService)
-
abstractCommentHasReplies
protected boolean abstractCommentHasReplies(AbstractCommentModel abstractComment)
-
-