public class UserGroupController
extends java.lang.Object
| Constructor and Description |
|---|
UserGroupController() |
| Modifier and Type | Method and Description |
|---|---|
UserGroupListWsDTO |
findUserGroupsByText(java.lang.String mask,
PageableWsDTO pageableDto) |
protected UserGroupFacade |
getCmsUserGroupFacade() |
protected DataMapper |
getDataMapper() |
UserGroupWsDTO |
getUserGroupById(java.lang.String userGroupId) |
protected WebPaginationUtils |
getWebPaginationUtils() |
void |
setCmsUserGroupFacade(UserGroupFacade cmsUserGroupFacade) |
void |
setDataMapper(DataMapper dataMapper) |
void |
setWebPaginationUtils(WebPaginationUtils webPaginationUtils) |
public UserGroupWsDTO getUserGroupById(java.lang.String userGroupId) throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic UserGroupListWsDTO findUserGroupsByText(java.lang.String mask, PageableWsDTO pageableDto)
protected UserGroupFacade getCmsUserGroupFacade()
public void setCmsUserGroupFacade(UserGroupFacade cmsUserGroupFacade)
protected DataMapper getDataMapper()
public void setDataMapper(DataMapper dataMapper)
protected WebPaginationUtils getWebPaginationUtils()
public void setWebPaginationUtils(WebPaginationUtils webPaginationUtils)
Copyright © 2018 SAP SE. All Rights Reserved.