Uses of Interface
org.marketcetera.admin.Role
-
Packages that use Role Package Description org.marketcetera.admin org.marketcetera.admin.impl org.marketcetera.admin.service -
-
Uses of Role in org.marketcetera.admin
Subinterfaces of Role in org.marketcetera.admin Modifier and Type Interface Description interfaceMutableRoleProvides a mutableRoleimplementation.Methods in org.marketcetera.admin that return Role Modifier and Type Method Description RoleRoleFactory. create(String inName, String inDescription)Creates aRoleobject with the given attributes.RoleAdminClient. createRole(Role inRole)Create the given role.RoleAdminClient. updateRole(String inName, Role inRole)Update the given role with the given original name.Methods in org.marketcetera.admin that return types with arguments of type Role Modifier and Type Method Description List<Role>AdminClient. readRoles()Read roles.CollectionPageResponse<Role>AdminClient. readRoles(PageRequest inPageRequest)Read a page or roles.Methods in org.marketcetera.admin with parameters of type Role Modifier and Type Method Description RoleAdminClient. createRole(Role inRole)Create the given role.RoleAdminClient. updateRole(String inName, Role inRole)Update the given role with the given original name. -
Uses of Role in org.marketcetera.admin.impl
Classes in org.marketcetera.admin.impl that implement Role Modifier and Type Class Description classSimpleRoleProvides a simpleRoleimplementation. -
Uses of Role in org.marketcetera.admin.service
Methods in org.marketcetera.admin.service that return Role Modifier and Type Method Description RoleAuthorizationService. findRoleByName(String inName)Finds theRolewith the given name.RoleAuthorizationService. save(Role inRole)Saves the givenRole.Methods in org.marketcetera.admin.service that return types with arguments of type Role Modifier and Type Method Description List<Role>AuthorizationService. findAllRoles()Find allRolevalues.CollectionPageResponse<Role>AuthorizationService. findAllRoles(PageRequest inPageRequest)Find a page ofRolevalues.Methods in org.marketcetera.admin.service with parameters of type Role Modifier and Type Method Description RoleAuthorizationService. save(Role inRole)Saves the givenRole.
-