| Package | Description |
|---|---|
| org.exoplatform.brandadvocacy.jcr | |
| org.exoplatform.brandadvocacy.model | |
| org.exoplatform.brandadvocacy.service |
| Modifier and Type | Method and Description |
|---|---|
Address |
AddressDAO.addAddress2Participant(String programId,
String username,
Address address) |
Address |
AddressDAO.getAddressById(String id) |
Address |
AddressDAO.transferNode2Object(javax.jcr.Node node) |
Address |
AddressDAO.updateAddress(Address address) |
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
AddressDAO.getAllAddressesByParticipantInProgram(String programId,
String username) |
List<Address> |
AddressDAO.transferNodes2Objects(List<javax.jcr.Node> nodes) |
| Modifier and Type | Method and Description |
|---|---|
Address |
AddressDAO.addAddress2Participant(String programId,
String username,
Address address) |
void |
AddressDAO.setProperties(javax.jcr.Node aNode,
Address adrs) |
Address |
AddressDAO.updateAddress(Address address) |
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
Participant.getAddresses() |
| Modifier and Type | Method and Description |
|---|---|
void |
Participant.setAddresses(List<Address> addresses) |
| Modifier and Type | Method and Description |
|---|---|
Address |
JCRImpl.addAddress2Participant(String programId,
String username,
Address address) |
Address |
IService.addAddress2Participant(String programId,
String username,
Address address) |
Address |
JCRImpl.getAddressById(String id) |
Address |
IService.getAddressById(String id) |
Address |
JCRImpl.updateAddress(Address address) |
Address |
IService.updateAddress(Address address) |
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
JCRImpl.getAllAddressesByParticipantInProgram(String programId,
String username) |
List<Address> |
IService.getAllAddressesByParticipantInProgram(String programId,
String username) |
| Modifier and Type | Method and Description |
|---|---|
Address |
JCRImpl.addAddress2Participant(String programId,
String username,
Address address) |
Address |
IService.addAddress2Participant(String programId,
String username,
Address address) |
Address |
JCRImpl.updateAddress(Address address) |
Address |
IService.updateAddress(Address address) |
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.