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

Packages that use OrganizationSearchProperties
org.ow2.dragon.api.service.organization   
org.ow2.dragon.api.to.organization   
org.ow2.dragon.service.organization   
 

Uses of OrganizationSearchProperties in org.ow2.dragon.api.service.organization
 

Method parameters in org.ow2.dragon.api.service.organization with type arguments of type OrganizationSearchProperties
 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
 

Uses of OrganizationSearchProperties in org.ow2.dragon.api.to.organization
 

Methods in org.ow2.dragon.api.to.organization that return OrganizationSearchProperties
static OrganizationSearchProperties OrganizationSearchProperties.fromString(java.lang.String property)
          Return the OrganizationSearchProperties related to the given string or null if it isn't supported
static OrganizationSearchProperties OrganizationSearchProperties.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OrganizationSearchProperties[] OrganizationSearchProperties.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

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

Method parameters in org.ow2.dragon.service.organization with type arguments of type OrganizationSearchProperties
 java.util.List<OrganizationUnitTO> OrganizationManagerImpl.searchOrganization(java.lang.String searchCriteria, java.util.List<OrganizationSearchProperties> searchedProperties, RequestOptionsTO requestOptionsTO)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.