public interface PrincipalTypeService extends CRUDService<PrincipalTypeDTO,PrincipalTypeData,PrincipalTypeNature>
ExistingBuiltInPrincipalType| Modifier and Type | Method and Description |
|---|---|
java.util.List<PrincipalTypeVO> |
list()
List all available principal types
|
getData, getDataForNew, load, remove, removeAll, savejava.util.List<PrincipalTypeVO> list() throws FrameworkException
FrameworkException