|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProfileHandler
Interface of a profile handler. A profile handler can search for profiles or retrieve a single profile by its ID.
| Method Summary | |
|---|---|
List |
findProfiles(XMLQuery query)
Find a set of profiles that match the given query. |
Profile |
get(String profID)
Get a profile. |
String |
getID()
Get my ID. |
| Method Detail |
|---|
List findProfiles(XMLQuery query)
throws ProfileException
query - Search criteria.
Profile objects.
ProfileException - If any other error occurs.
Profile get(String profID)
throws ProfileException
profID - ID of the profile to get.
ProfileException - If any error occurs.String getID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||