|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional public interface TModelManager
| Method Summary | |
|---|---|
java.util.List<CategoryValueTO> |
loadCategoryValues(java.lang.String categoryId)
Load values for a given category |
java.util.List<CategoryTO> |
loadEndpointCategories()
Retrieve all categories that could be linked to endpoints |
java.util.List<CategoryTO> |
loadOrganizationCategories()
Retrieve all categories that could be linked to orgs |
java.util.List<IdentifierTO> |
loadOrganizationIdentifierSystems()
Retrieve all identifier systems that could be linked to orgs |
java.util.List<CategoryTO> |
loadServiceCategories()
Retrieve all categories that could be linked to tech services |
| Method Detail |
|---|
@Transactional(readOnly=true) java.util.List<CategoryTO> loadServiceCategories()
List of CategoryTO that could be linked to
TechnicalService@Transactional(readOnly=true) java.util.List<CategoryTO> loadEndpointCategories()
List of CategoryTO that could be linked to
Endpoint@Transactional(readOnly=true) java.util.List<CategoryTO> loadOrganizationCategories()
List of CategoryTO that could be linked to
OrganizationUnit@Transactional(readOnly=true) java.util.List<CategoryValueTO> loadCategoryValues(java.lang.String categoryId)
categoryId - a Category identifier
CategoryValueTO for a given
Category@Transactional(readOnly=true) java.util.List<IdentifierTO> loadOrganizationIdentifierSystems()
List of IdentifierTO that could be linked to
OrganizationUnit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||