Uses of Class
org.ow2.dragon.api.to.organization.PostTO

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
 java.util.List<PostTO> PostManager.getPostsNotLinkedToPersons(RequestOptionsTO requestOptionsTO)
          Return the list of all posts in the registry that aren't linked to a person
 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
 

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)
           
 java.util.List<PostTO> PostManagerImpl.getPostsNotLinkedToPersons(RequestOptionsTO requestOptionsTO)
           
 java.util.List<PostTO> PostManagerImpl.searchPost(java.lang.String searchCriteria, java.util.List<PostSearchProperties> searchedProperties, 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)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.