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

Packages that use OrganizationUnit
org.ow2.dragon.persistence.bo.organization   
org.ow2.dragon.persistence.dao.organization   
org.ow2.dragon.persistence.dao.organization.hibernate   
org.ow2.dragon.persistence.dao.organization.unified   
org.ow2.dragon.service   
org.ow2.dragon.service.organization   
 

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

Methods in org.ow2.dragon.persistence.bo.organization that return OrganizationUnit
 OrganizationUnit Party.getParentOrganization()
           
 

Methods in org.ow2.dragon.persistence.bo.organization with parameters of type OrganizationUnit
 void Party.setParentOrganization(OrganizationUnit parentOrganization)
           
 

Uses of OrganizationUnit in org.ow2.dragon.persistence.dao.organization
 

Methods in org.ow2.dragon.persistence.dao.organization that return OrganizationUnit
 OrganizationUnit OrganizationUnitDAO.getOrgUnitByNameAndCity(java.lang.String name, java.lang.String city)
           
 OrganizationUnit OrganizationUnitUnifiedDAO.getOrgUnitByNameAndCity(java.lang.String name, java.lang.String city)
           
 

Methods in org.ow2.dragon.persistence.dao.organization that return types with arguments of type OrganizationUnit
 java.util.List<OrganizationUnit> OrganizationUnitDAO.getAllWithoutMeAndMyChildren(java.lang.String initialOrgId)
           
 java.util.List<OrganizationUnit> OrganizationUnitUnifiedDAO.getAllWithoutMeAndMyChildren(java.lang.String initialOrgId)
           
 java.util.List<OrganizationUnit> OrganizationUnitDAO.getOrgAndChildren(java.lang.String initialOrgId)
           
 java.util.List<OrganizationUnit> OrganizationUnitUnifiedDAO.getOrgAndChildren(java.lang.String initialOrgId)
           
 

Uses of OrganizationUnit in org.ow2.dragon.persistence.dao.organization.hibernate
 

Methods in org.ow2.dragon.persistence.dao.organization.hibernate that return OrganizationUnit
 OrganizationUnit OrganizationUnitDAOImpl.getOrgUnitByNameAndCity(java.lang.String name, java.lang.String city)
           
 

Methods in org.ow2.dragon.persistence.dao.organization.hibernate that return types with arguments of type OrganizationUnit
 java.util.List<OrganizationUnit> OrganizationUnitDAOImpl.getAllWithoutMeAndMyChildren(java.lang.String initialOrgId)
           
 java.util.List<OrganizationUnit> OrganizationUnitDAOImpl.getOrgAndChildren(java.lang.String initialOrgId)
           
 

Uses of OrganizationUnit in org.ow2.dragon.persistence.dao.organization.unified
 

Methods in org.ow2.dragon.persistence.dao.organization.unified that return OrganizationUnit
 OrganizationUnit OrganizationUnitUnifiedDAOImpl.getOrgUnitByNameAndCity(java.lang.String name, java.lang.String city)
           
 

Methods in org.ow2.dragon.persistence.dao.organization.unified that return types with arguments of type OrganizationUnit
 java.util.List<OrganizationUnit> OrganizationUnitUnifiedDAOImpl.getAllWithoutMeAndMyChildren(java.lang.String initialOrgId)
           
 java.util.List<OrganizationUnit> OrganizationUnitUnifiedDAOImpl.getOrgAndChildren(java.lang.String initialOrgId)
           
 

Uses of OrganizationUnit in org.ow2.dragon.service
 

Methods in org.ow2.dragon.service with parameters of type OrganizationUnit
 void TransfertObjectAssembler.toOrganizationUnitBO(OrganizationUnitTO organizationUnitTO, OrganizationUnit organizationUnitBO)
           
 void TransfertObjectAssemblerImpl.toOrganizationUnitBO(OrganizationUnitTO organizationUnitTO, OrganizationUnit organizationUnitBO)
          Create a BO copy of the given TO.
 OrganizationUnitTO TransfertObjectAssembler.toOrganizationUnitTO(OrganizationUnit organizationUnitBO)
           
 OrganizationUnitTO TransfertObjectAssemblerImpl.toOrganizationUnitTO(OrganizationUnit organizationUnitBO)
           
 

Uses of OrganizationUnit in org.ow2.dragon.service.organization
 

Methods in org.ow2.dragon.service.organization that return types with arguments of type OrganizationUnit
 GenericUnifiedDAO<OrganizationUnit,java.lang.String> OrganizationManagerImpl.getOrganizationUnitDAO()
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.