|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PersonSearchProperties | |
|---|---|
| org.ow2.dragon.api.service.organization | |
| org.ow2.dragon.api.to.organization | |
| org.ow2.dragon.service.organization | |
| Uses of PersonSearchProperties in org.ow2.dragon.api.service.organization |
|---|
| Method parameters in org.ow2.dragon.api.service.organization with type arguments of type PersonSearchProperties | |
|---|---|
java.util.List<PersonTO> |
PersonManager.searchPersons(java.lang.String searchCriteria,
java.util.List<PersonSearchProperties> searchedProperties,
RequestOptionsTO iOptions)
Retrieve a list of persons matching the given criteria for the given properties |
| Uses of PersonSearchProperties in org.ow2.dragon.api.to.organization |
|---|
| Methods in org.ow2.dragon.api.to.organization that return PersonSearchProperties | |
|---|---|
static PersonSearchProperties |
PersonSearchProperties.fromString(java.lang.String property)
Return the PersonSearchProperties related to the given string or null if it isn't supported |
static PersonSearchProperties |
PersonSearchProperties.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PersonSearchProperties[] |
PersonSearchProperties.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Uses of PersonSearchProperties in org.ow2.dragon.service.organization |
|---|
| Method parameters in org.ow2.dragon.service.organization with type arguments of type PersonSearchProperties | |
|---|---|
java.util.List<PersonTO> |
PersonManagerImpl.searchPersons(java.lang.String searchCriteria,
java.util.List<PersonSearchProperties> searchedProperties,
RequestOptionsTO options)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||