|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.dragon.service.common.TModelManagerImpl
public class TModelManagerImpl
| Constructor Summary | |
|---|---|
TModelManagerImpl()
|
|
| 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 |
void |
setCategoryDAO(CategoryDAO categoryDAO)
|
void |
setCategoryValueDAO(CategoryValueDAO categoryValueDAO)
|
void |
setIdentifierDAO(IdentifierDAO identifierDAO)
|
void |
setTransfertObjectAssembler(TransfertObjectAssembler transfertObjectAssembler)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TModelManagerImpl()
| Method Detail |
|---|
public java.util.List<CategoryValueTO> loadCategoryValues(java.lang.String categoryId)
TModelManager
loadCategoryValues in interface TModelManagercategoryId - a Category identifier
CategoryValueTO for a given
Categorypublic java.util.List<CategoryTO> loadServiceCategories()
TModelManager
loadServiceCategories in interface TModelManagerList of CategoryTO that could be linked to
TechnicalServicepublic java.util.List<CategoryTO> loadOrganizationCategories()
TModelManager
loadOrganizationCategories in interface TModelManagerList of CategoryTO that could be linked to
OrganizationUnitpublic java.util.List<IdentifierTO> loadOrganizationIdentifierSystems()
TModelManager
loadOrganizationIdentifierSystems in interface TModelManagerList of IdentifierTO that could be linked to
OrganizationUnitpublic java.util.List<CategoryTO> loadEndpointCategories()
TModelManager
loadEndpointCategories in interface TModelManagerList of CategoryTO that could be linked to
Endpointpublic void setCategoryDAO(CategoryDAO categoryDAO)
public void setTransfertObjectAssembler(TransfertObjectAssembler transfertObjectAssembler)
public void setCategoryValueDAO(CategoryValueDAO categoryValueDAO)
public void setIdentifierDAO(IdentifierDAO identifierDAO)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||