public class GetPrivilegeMappingsByPrivilegeIdCmd extends Object implements Command<List<PrivilegeMapping>>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
privilegeId |
Constructor and Description |
---|
GetPrivilegeMappingsByPrivilegeIdCmd(String privilegeId) |
Modifier and Type | Method and Description |
---|---|
List<PrivilegeMapping> |
execute(CommandContext commandContext) |
protected String privilegeId
public GetPrivilegeMappingsByPrivilegeIdCmd(String privilegeId)
public List<PrivilegeMapping> execute(CommandContext commandContext)
execute
in interface Command<List<PrivilegeMapping>>