@Service(value="roleService") public class RoleService extends AbstractExtDirectCrudService<de.terrestris.shogun2.model.Role>
Role model.AbstractExtDirectCrudServicedao| Constructor and Description |
|---|
RoleService() |
| Modifier and Type | Method and Description |
|---|---|
de.terrestris.shogun2.model.Role |
findByRoleName(String roleName)
Returns the role for the given (unique) role name.
|
delete, deleteCollection, findAll, findById, findWithSortingAndPagingExtDirect, formLoadById, saveOrUpdate, saveOrUpdateCollectionloadByIdpublic de.terrestris.shogun2.model.Role findByRoleName(String roleName)
roleName - A unique role name.Copyright © 2016 terrestris GmbH & Co. KG. All rights reserved.