|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PostTO | |
|---|---|
| org.ow2.dragon.api.service.organization | |
| org.ow2.dragon.api.to.organization | |
| org.ow2.dragon.service | |
| org.ow2.dragon.service.organization | |
| Uses of PostTO in org.ow2.dragon.api.service.organization |
|---|
| Methods in org.ow2.dragon.api.service.organization that return PostTO | |
|---|---|
PostTO |
PostManager.getPost(java.lang.String postId)
Retrieve the post matching the given id |
| Methods in org.ow2.dragon.api.service.organization that return types with arguments of type PostTO | |
|---|---|
java.util.List<PostTO> |
PostManager.getAllPosts(RequestOptionsTO requestOptionsTO)
Return the list of all posts in the registry |
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 |
| Methods in org.ow2.dragon.api.service.organization with parameters of type PostTO | |
|---|---|
java.lang.String |
PostManager.createPost(PostTO postTO)
Add a new post in registry. |
java.lang.String |
PostManager.updatePost(PostTO postTO)
Update the post in the registry. |
| Uses of PostTO in org.ow2.dragon.api.to.organization |
|---|
| Methods in org.ow2.dragon.api.to.organization that return PostTO | |
|---|---|
PostTO |
PersonTO.getPost()
Returns the person's post |
| Methods in org.ow2.dragon.api.to.organization with parameters of type PostTO | |
|---|---|
void |
PersonTO.setPost(PostTO post)
Sets the person's post |
| Uses of PostTO in org.ow2.dragon.service |
|---|
| Methods in org.ow2.dragon.service that return PostTO | |
|---|---|
PostTO |
TransfertObjectAssembler.toPostTO(Post post)
|
PostTO |
TransfertObjectAssemblerImpl.toPostTO(Post post)
|
| Methods in org.ow2.dragon.service with parameters of type PostTO | |
|---|---|
void |
TransfertObjectAssembler.toPostBO(PostTO postTO,
Post postBO)
|
void |
TransfertObjectAssemblerImpl.toPostBO(PostTO postTO,
Post postBO)
Create a BO copy of the given TO. |
| Uses of PostTO in org.ow2.dragon.service.organization |
|---|
| Methods in org.ow2.dragon.service.organization that return PostTO | |
|---|---|
PostTO |
PostManagerImpl.getPost(java.lang.String postId)
|
| Methods in org.ow2.dragon.service.organization that return types with arguments of type PostTO | |
|---|---|
java.util.List<PostTO> |
PostManagerImpl.getAllPosts(RequestOptionsTO requestOptionsTO)
|
java.util.List<PostTO> |
OrganizationManagerImpl.getPostsByOrganization(java.lang.String orgId,
RequestOptionsTO requestOptionsTO)
|
java.util.List<PostTO> |
PostManagerImpl.getPostsNotLinkedToOrganization(java.lang.String orgId,
RequestOptionsTO requestOptionsTO)
|
| Methods in org.ow2.dragon.service.organization with parameters of type PostTO | |
|---|---|
java.lang.String |
PostManagerImpl.createPost(PostTO postTO)
|
java.lang.String |
PostManagerImpl.updatePost(PostTO postTO)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||