public interface PartyDAO
| Modifier and Type | Method and Description |
|---|---|
String |
getAll(Token session) |
String |
getByActivityStream(Token token,
UUID uuid) |
String |
getByCompetition(Token token,
UUID uuid) |
String |
getByEvent(Token token,
UUID uuid) |
String |
getByFilter(Token token,
PartyFilter filter,
Boolean getdataflag) |
String |
getByFilterOld(Token token,
String partyrolelist) |
String |
getByUUID(Token token,
UUID uuid) |
String |
getPartynameCheck(Token token,
String partyname) |
PartyResponse |
post(Token token,
Party party) |
Response |
postFacebook(Token Token,
UUID partyuuid,
String facebookdata) |
Response |
postSurvey(Token Token,
UUID partyuuid,
String surveydata) |
String getByFilter(Token token, PartyFilter filter, Boolean getdataflag)
PartyResponse post(Token token, Party party)
Copyright © 2016 Blugrid Pty. Ltd.. All rights reserved.