Uses of Class
org.ow2.dragon.persistence.bo.organization.Post

Packages that use Post
org.ow2.dragon.persistence.bo.organization   
org.ow2.dragon.service   
 

Uses of Post in org.ow2.dragon.persistence.bo.organization
 

Methods in org.ow2.dragon.persistence.bo.organization that return Post
 Post Person.getPost()
           
 

Methods in org.ow2.dragon.persistence.bo.organization that return types with arguments of type Post
 java.util.Set<Post> OrganizationUnit.getPosts()
           
 

Methods in org.ow2.dragon.persistence.bo.organization with parameters of type Post
 void OrganizationUnit.addPost(Post post)
           
 void OrganizationUnit.removePost(Post post)
           
 void Person.setPost(Post post)
           
 

Method parameters in org.ow2.dragon.persistence.bo.organization with type arguments of type Post
 void OrganizationUnit.setPosts(java.util.Set<Post> posts)
           
 

Uses of Post in org.ow2.dragon.service
 

Methods in org.ow2.dragon.service with parameters of type Post
 void TransfertObjectAssembler.toPostBO(PostTO postTO, Post postBO)
           
 void TransfertObjectAssemblerImpl.toPostBO(PostTO postTO, Post postBO)
          Create a BO copy of the given TO.
 PostTO TransfertObjectAssembler.toPostTO(Post post)
           
 PostTO TransfertObjectAssemblerImpl.toPostTO(Post post)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.