|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PostSearchProperties | |
|---|---|
| org.ow2.dragon.api.service.organization | |
| org.ow2.dragon.api.to.organization | |
| org.ow2.dragon.service.organization | |
| Uses of PostSearchProperties in org.ow2.dragon.api.service.organization |
|---|
| Method parameters in org.ow2.dragon.api.service.organization with type arguments of type PostSearchProperties | |
|---|---|
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 |
| Uses of PostSearchProperties in org.ow2.dragon.api.to.organization |
|---|
| Methods in org.ow2.dragon.api.to.organization that return PostSearchProperties | |
|---|---|
static PostSearchProperties |
PostSearchProperties.fromString(java.lang.String property)
Return the PostSearchProperties related to the given string or null if it isn't supported |
static PostSearchProperties |
PostSearchProperties.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PostSearchProperties[] |
PostSearchProperties.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Uses of PostSearchProperties in org.ow2.dragon.service.organization |
|---|
| Method parameters in org.ow2.dragon.service.organization with type arguments of type PostSearchProperties | |
|---|---|
java.util.List<PostTO> |
PostManagerImpl.searchPost(java.lang.String searchCriteria,
java.util.List<PostSearchProperties> searchedProperties,
RequestOptionsTO requestOptionsTO)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||