|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Service<M>
eXo Social Service.
| Method Summary | |
|---|---|
M |
create(M newInstance)
Creates a new instance. |
M |
delete(M existingInstance)
Deletes an existing instance. |
M |
get(String uuid)
Gets an existing instance by its uuid. |
M |
update(M existingInstance)
Updates an existing instance. |
| Method Detail |
|---|
M create(M newInstance)
throws SocialClientLibException
newInstance - new instance
AccessDeniedException
ServiceException
SocialClientLibException
M get(String uuid)
throws SocialClientLibException
uuid - the uuid
AccessDeniedException
ServiceException
SocialClientLibException
M update(M existingInstance)
throws SocialClientLibException
existingInstance -
AccessDeniedException
ServiceException
SocialClientLibException
M delete(M existingInstance)
throws SocialClientLibException
existingInstance -
AccessDeniedException
ServiceException
SocialClientLibException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||