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 boolean
abstractCommentHasReplies(AbstractCommentModel abstractComment)
protected SystemService
getSystemService()
protected TypeService
getTypeService()
protected UIAccessRightService
getUiAccessRightService()
protected UserService
getUserService()
void
setSystemService(SystemService systemService)
void
setTypeService(TypeService typeService)
void
setUiAccessRightService(UIAccessRightService uiAccessRightService)
void
setUserService(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)
-
-