public abstract class AbstractUserCommentsPermissionsCheckStrategy extends java.lang.Object implements CommentPermissionCheckStrategy
| Constructor and Description |
|---|
AbstractUserCommentsPermissionsCheckStrategy() |
| Modifier and Type | Method and 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisUserPermittedpublic AbstractUserCommentsPermissionsCheckStrategy()
protected UserService getUserService()
public void setUserService(UserService userService)
protected SystemService getSystemService()
public void setSystemService(SystemService systemService)
protected TypeService getTypeService()
public void setTypeService(TypeService typeService)
protected UIAccessRightService getUiAccessRightService()
public void setUiAccessRightService(UIAccessRightService uiAccessRightService)
protected boolean abstractCommentHasReplies(AbstractCommentModel abstractComment)
Copyright © 2018 SAP SE. All Rights Reserved.