◆ getEntityPath()
Object org.turro.activity.ParticipationVM.getEntityPath |
( |
| ) |
|
◆ getModel()
GroupsModel<IParticipation, Object, Object> org.turro.activity.ParticipationVM.getModel |
( |
| ) |
|
Definition at line 58 of file ParticipationVM.java.
59 List<List<IParticipation>> data =
new ArrayList<>();
60 List<String> headers =
new ArrayList<>();
61 List<IParticipation> loading =
null;
65 for(IParticipation ia : ParticipationCatchers.getParticipations(entityPath)) {
66 String current = ia.getCatcher().getDescription();
67 if(!(current.equals(group))) {
70 loading =
new ArrayList<>();
78 return new SimpleGroupsModel<>(data, headers);
◆ init()
void org.turro.activity.ParticipationVM.init |
( |
@ExecutionArgParam("entityPath") String |
entityPath | ) |
|
Definition at line 41 of file ParticipationVM.java.
42 if(entityPath !=
null) this.entityPath = entityPath;
43 if(this.entityPath ==
null) {
44 this.entityPath = (String) Executions.getCurrent().getAttribute(
"entityPath");
◆ setEntityPath()
void org.turro.activity.ParticipationVM.setEntityPath |
( |
@BindingParam("entityPath") String |
entityPath | ) |
|
The documentation for this class was generated from the following file: