|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OrganizationException | |
|---|---|
| org.ow2.dragon.api.service.organization | |
| org.ow2.dragon.service | |
| org.ow2.dragon.service.organization | |
| Uses of OrganizationException in org.ow2.dragon.api.service.organization |
|---|
| Methods in org.ow2.dragon.api.service.organization that throw OrganizationException | |
|---|---|
void |
OrganizationManager.addCategory(java.lang.String orgId,
java.lang.String categoryId,
java.lang.String categoryValueId)
Add a category to the given organization. |
void |
OrganizationManager.addCategory(java.lang.String orgId,
java.lang.String categoryId,
java.lang.String categoryValue,
java.lang.String categoryDesc)
Add a category to the given organization. |
void |
OrganizationManager.addIdentifier(java.lang.String orgId,
java.lang.String identifierId,
java.lang.String identifierValue,
java.lang.String identifierDesc)
Add an identifier to the given organization. |
void |
OrganizationManager.addPost(java.lang.String organizationId,
java.lang.String postId)
Add the post matching the given postId to the organization unit matching the given organizationId |
java.lang.String |
RoleOfPartyManager.createEndpointRole(java.lang.String partyId,
java.lang.String endpointId,
java.lang.String type)
Create a link between a party (person or organization) and an endpoint |
java.lang.String |
OrganizationManager.createOrganization(OrganizationUnitTO organizationUnitTO)
Add a new organization unit in registry. |
java.lang.String |
PersonManager.createPerson(PersonTO personTO)
Add a new person in registry. |
java.lang.String |
PostManager.createPost(PostTO postTO)
Add a new post in registry. |
java.lang.String |
RoleOfPartyManager.createTechServiceRole(java.lang.String partyId,
java.lang.String technicalServiceId,
java.lang.String type)
Create a link between a party (person or organization) and a tech service |
java.util.List<OrganizationUnitTO> |
OrganizationManager.getAllOrgsWithoutMeAndMyChildren(java.lang.String initialOrg)
Return the list of all organization units in the registry excluding me and my children |
java.util.List<KeyedRefTO> |
OrganizationManager.getCategoriesForOrg(java.lang.String orgId)
Return all the categories related to the given organization unit. |
java.util.List<KeyedRefTO> |
OrganizationManager.getIdentifiersForOrg(java.lang.String orgId)
Return all identifiers related to the given organization unit. |
OrganizationUnitTO |
OrganizationManager.getOrganization(java.lang.String organizationId)
Retrieve the organization unit matching the given id |
PartyTO |
PartyManager.getParty(java.lang.String partyId)
Retrieve a party matching the given ID. |
PersonTO |
PersonManager.getPerson(java.lang.String personId)
Retrieve the person matching the given ID |
java.util.List<PersonTO> |
PersonManager.getPersonsByOrganization(java.lang.String organizationId,
RequestOptionsTO requestOptionsTO)
Retrieve the list of persons that are parts of the given organization unit |
java.util.List<PersonTO> |
PersonManager.getPersonsByPost(java.lang.String postId,
RequestOptionsTO requestOptionsTO)
Retrieve the list of persons that are assigned to the given post |
PostTO |
PostManager.getPost(java.lang.String postId)
Retrieve the post matching the given id |
java.util.List<PostTO> |
OrganizationManager.getPostsByOrganization(java.lang.String orgId,
RequestOptionsTO requestOptionsTO)
Return the list of all posts that are linked to the given organization |
java.util.List<PostTO> |
PostManager.getPostsNotLinkedToOrganization(java.lang.String orgId,
RequestOptionsTO requestOptionsTO)
Return the list of all posts in the registry that aren't linked to the given organization |
java.util.List<PostTO> |
PostManager.getPostsNotLinkedToPersons(RequestOptionsTO requestOptionsTO)
Return the list of all posts in the registry that aren't linked to a person |
void |
OrganizationManager.removeCategories(java.lang.String orgId,
java.util.List<java.lang.String> categoryIds)
Remove a list of categories from the given organization unit. |
void |
OrganizationManager.removeIdentifiers(java.lang.String orgId,
java.util.List<java.lang.String> categoryIds)
Remove a list of identifiers from the given organization unit. |
void |
PostManager.removePost(java.lang.String postId)
Remove the post matching the given id from the registry |
void |
OrganizationManager.removePost(java.lang.String organizationId,
java.lang.String postId)
Remove the post matching the given postId from the list of posts of the organization unit matching the given organizationId. |
java.util.List<OrganizationUnitTO> |
OrganizationManager.searchOrganization(java.lang.String searchCriteria,
java.util.List<OrganizationSearchProperties> searchedProperties,
RequestOptionsTO requestOptionsTO)
Retrieve a list of organization units matching the given criteria for the given properties |
java.util.List<PersonTO> |
PersonManager.searchPersons(java.lang.String searchCriteria,
java.util.List<PersonSearchProperties> searchedProperties,
RequestOptionsTO iOptions)
Retrieve a list of persons matching the given criteria for the given properties |
java.util.List<PostTO> |
PostManager.searchPost(java.lang.String searchCriteria,
java.util.List<PostSearchProperties> searchedProperties,
RequestOptionsTO requestOptionsTO)
Retrieve a list of posts matching the given criteria for the given properties |
java.lang.String |
OrganizationManager.updateOrganization(OrganizationUnitTO organizationUnitTO)
Update the organization unit in the registry. |
java.lang.String |
PersonManager.updatePerson(PersonTO personTO)
Update the person in the registry |
java.lang.String |
PostManager.updatePost(PostTO postTO)
Update the post in the registry. |
| Uses of OrganizationException in org.ow2.dragon.service |
|---|
| Methods in org.ow2.dragon.service that throw OrganizationException | |
|---|---|
void |
TransfertObjectAssembler.toOrganizationUnitBO(OrganizationUnitTO organizationUnitTO,
OrganizationUnit organizationUnitBO)
|
void |
TransfertObjectAssemblerImpl.toOrganizationUnitBO(OrganizationUnitTO organizationUnitTO,
OrganizationUnit organizationUnitBO)
Create a BO copy of the given TO. |
void |
TransfertObjectAssembler.toPersonBO(PersonTO personTO,
Person personBO)
|
void |
TransfertObjectAssemblerImpl.toPersonBO(PersonTO personTO,
Person personBO)
Create a BO copy of the given TO. |
void |
TransfertObjectAssembler.toPostBO(PostTO postTO,
Post postBO)
|
void |
TransfertObjectAssemblerImpl.toPostBO(PostTO postTO,
Post postBO)
Create a BO copy of the given TO. |
| Uses of OrganizationException in org.ow2.dragon.service.organization |
|---|
| Methods in org.ow2.dragon.service.organization that throw OrganizationException | |
|---|---|
void |
OrganizationManagerImpl.addCategory(java.lang.String orgId,
java.lang.String categoryId,
java.lang.String categoryValueId)
|
void |
OrganizationManagerImpl.addCategory(java.lang.String orgId,
java.lang.String categoryId,
java.lang.String categoryValue,
java.lang.String categoryDesc)
|
void |
OrganizationManagerImpl.addIdentifier(java.lang.String orgId,
java.lang.String identifierId,
java.lang.String identifierValue,
java.lang.String identifierDesc)
|
void |
OrganizationManagerImpl.addPost(java.lang.String organizationId,
java.lang.String postId)
|
java.lang.String |
RoleOfPartyManagerImpl.createEndpointRole(java.lang.String partyId,
java.lang.String endpointId,
java.lang.String type)
|
java.lang.String |
OrganizationManagerImpl.createOrganization(OrganizationUnitTO organizationUnitTO)
|
java.lang.String |
PersonManagerImpl.createPerson(PersonTO personTO)
|
java.lang.String |
PostManagerImpl.createPost(PostTO postTO)
|
java.lang.String |
RoleOfPartyManagerImpl.createTechServiceRole(java.lang.String partyId,
java.lang.String technicalServiceId,
java.lang.String type)
|
java.util.List<OrganizationUnitTO> |
OrganizationManagerImpl.getAllOrgsWithoutMeAndMyChildren(java.lang.String organizationId)
|
java.util.List<KeyedRefTO> |
OrganizationManagerImpl.getCategoriesForOrg(java.lang.String orgId)
|
java.util.List<KeyedRefTO> |
OrganizationManagerImpl.getIdentifiersForOrg(java.lang.String orgId)
|
OrganizationUnitTO |
OrganizationManagerImpl.getOrganization(java.lang.String organizationId)
|
PartyTO |
PartyManagerImpl.getParty(java.lang.String partyId)
|
PersonTO |
PersonManagerImpl.getPerson(java.lang.String personId)
|
java.util.List<PersonTO> |
PersonManagerImpl.getPersonsByOrganization(java.lang.String organizationId,
RequestOptionsTO requestOptionsTO)
|
java.util.List<PersonTO> |
PersonManagerImpl.getPersonsByPost(java.lang.String postId,
RequestOptionsTO requestOptionsTO)
|
PostTO |
PostManagerImpl.getPost(java.lang.String postId)
|
java.util.List<PostTO> |
OrganizationManagerImpl.getPostsByOrganization(java.lang.String orgId,
RequestOptionsTO requestOptionsTO)
|
java.util.List<PostTO> |
PostManagerImpl.getPostsNotLinkedToOrganization(java.lang.String orgId,
RequestOptionsTO requestOptionsTO)
|
java.util.List<PostTO> |
PostManagerImpl.getPostsNotLinkedToPersons(RequestOptionsTO requestOptionsTO)
|
void |
OrganizationManagerImpl.removeCategories(java.lang.String orgId,
java.util.List<java.lang.String> categoryIds)
|
void |
OrganizationManagerImpl.removeIdentifiers(java.lang.String orgId,
java.util.List<java.lang.String> identifierIds)
|
void |
PostManagerImpl.removePost(java.lang.String postId)
|
void |
OrganizationManagerImpl.removePost(java.lang.String organizationId,
java.lang.String postId)
|
java.util.List<OrganizationUnitTO> |
OrganizationManagerImpl.searchOrganization(java.lang.String searchCriteria,
java.util.List<OrganizationSearchProperties> searchedProperties,
RequestOptionsTO requestOptionsTO)
|
java.util.List<PersonTO> |
PersonManagerImpl.searchPersons(java.lang.String searchCriteria,
java.util.List<PersonSearchProperties> searchedProperties,
RequestOptionsTO options)
|
java.util.List<PostTO> |
PostManagerImpl.searchPost(java.lang.String searchCriteria,
java.util.List<PostSearchProperties> searchedProperties,
RequestOptionsTO requestOptionsTO)
|
java.lang.String |
OrganizationManagerImpl.updateOrganization(OrganizationUnitTO organizationUnitTO)
|
java.lang.String |
PersonManagerImpl.updatePerson(PersonTO personTO)
|
java.lang.String |
PostManagerImpl.updatePost(PostTO postTO)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||