| Package | Description |
|---|---|
| org.exoplatform.brandadvocacy.jcr | |
| org.exoplatform.brandadvocacy.model | |
| org.exoplatform.brandadvocacy.service |
| Modifier and Type | Method and Description |
|---|---|
Proposition |
PropositionDAO.addProposition2Mission(Proposition proposition) |
Proposition |
PropositionDAO.getPropositionById(String id) |
Proposition |
PropositionDAO.getRandomProposition(String mid) |
Proposition |
PropositionDAO.updateProposition(Proposition proposition) |
| Modifier and Type | Method and Description |
|---|---|
List<Proposition> |
PropositionDAO.getAllPropositions(String mid,
Boolean isActive) |
List<Proposition> |
PropositionDAO.searchPropositions(String keyword,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
Proposition |
PropositionDAO.addProposition2Mission(Proposition proposition) |
Proposition |
PropositionDAO.updateProposition(Proposition proposition) |
| Modifier and Type | Method and Description |
|---|---|
List<Proposition> |
Mission.getPropositions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Mission.setPropositions(List<Proposition> propositions) |
| Modifier and Type | Method and Description |
|---|---|
Proposition |
JCRImpl.addProposition2Mission(Proposition proposition) |
Proposition |
IService.addProposition2Mission(Proposition proposition) |
Proposition |
JCRImpl.getPropositionById(String id) |
Proposition |
IService.getPropositionById(String id) |
Proposition |
JCRImpl.getRandomProposition(String missionId) |
Proposition |
IService.getRandomProposition(String missionId) |
Proposition |
JCRImpl.updateProposition(Proposition proposition) |
Proposition |
IService.updateProposition(Proposition proposition) |
| Modifier and Type | Method and Description |
|---|---|
List<Proposition> |
JCRImpl.getAllPropositions(String missionId,
Boolean isActive) |
List<Proposition> |
IService.getAllPropositions(String missionId,
Boolean isActive) |
List<Proposition> |
JCRImpl.searchPropositions(String keyword,
int offset,
int limit) |
List<Proposition> |
IService.searchPropositions(String keyword,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
Proposition |
JCRImpl.addProposition2Mission(Proposition proposition) |
Proposition |
IService.addProposition2Mission(Proposition proposition) |
Proposition |
JCRImpl.updateProposition(Proposition proposition) |
Proposition |
IService.updateProposition(Proposition proposition) |
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.