| Package | Description |
|---|---|
| net.blugrid.core.dao | |
| net.blugrid.core.model | |
| net.blugrid.core.utils | |
| net.blugrid.service |
| Modifier and Type | Method and Description |
|---|---|
Party |
OperatorDAOImpl.post(Token Token,
Party party) |
Party |
OperatorDAO.post(Token token,
Party party) |
| Modifier and Type | Method and Description |
|---|---|
PartyResponse |
PartyDAOImpl.post(Token Token,
Party party) |
PartyResponse |
PartyDAO.post(Token token,
Party party) |
Party |
OperatorDAOImpl.post(Token Token,
Party party) |
Party |
OperatorDAO.post(Token token,
Party party) |
| Modifier and Type | Method and Description |
|---|---|
Party |
BlogArticle.getAuthor() |
Party |
Session.getClient() |
Party |
Note.getCreator() |
Party |
FileObject.getCreator() |
Party |
RetailTransaction.getCustomer() |
Party |
CustomerOrder.getCustomer() |
Party |
Message.getFromparty() |
Party |
BusinessUnit.getOperatingparty() |
Party |
Session.getOperator() |
Party |
JwtTokenResponse.getOperator() |
Party |
DocumentFolder.getOwner() |
Party |
Document.getOwner() |
Party |
PublicationSeriesSignup.getParty() |
Party |
PartyResponse.getParty() |
Party |
EventSignup.getParty() |
Party |
CompetitionSignup.getParty() |
Party |
Client.getParty() |
Party |
MessageRecipient.getRecipient() |
Party |
MessageInstance.getRecipient() |
| Modifier and Type | Method and Description |
|---|---|
List<Party> |
Note.getNotepartyreferences() |
List<Party> |
PartyListResponse.getPartylist() |
List<Party> |
PartyFilter.getPartylist() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlogArticle.setAuthor(Party author) |
void |
Session.setClient(Party client) |
void |
Note.setCreator(Party creator) |
void |
FileObject.setCreator(Party creator) |
void |
RetailTransaction.setCustomer(Party customer) |
void |
CustomerOrder.setCustomer(Party customer) |
void |
Message.setFromparty(Party fromparty) |
void |
BusinessUnit.setOperatingparty(Party operatingparty) |
void |
Session.setOperator(Party operator) |
void |
JwtTokenResponse.setOperator(Party operator) |
void |
DocumentFolder.setOwner(Party owner) |
void |
Document.setOwner(Party owner) |
void |
PublicationSeriesSignup.setParty(Party party) |
void |
PartyResponse.setParty(Party party) |
void |
EventSignup.setParty(Party party) |
void |
CompetitionSignup.setParty(Party party) |
void |
Client.setParty(Party party) |
void |
MessageRecipient.setRecipient(Party recipient) |
void |
MessageInstance.setRecipient(Party recipient) |
| Modifier and Type | Method and Description |
|---|---|
void |
Note.setNotepartyreferences(List<Party> notepartyreferences) |
void |
PartyListResponse.setPartylist(List<Party> partylist) |
void |
PartyFilter.setPartylist(List<Party> partylist) |
| Modifier and Type | Method and Description |
|---|---|
static Party |
PostgresqlJson.jsonToParty(JsonData jsondata) |
| Modifier and Type | Method and Description |
|---|---|
static List<Party> |
PostgresqlJson.jsonListToPartyList(List<JsonData> jsondata) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventServiceImpl.sendSignUpMessage(Token token,
UUID eventuuid,
Party party) |
void |
EventService.sendSignUpMessage(Token token,
UUID eventuuid,
Party party) |
Copyright © 2016 Blugrid Pty. Ltd.. All rights reserved.