- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 36 of file ActorCheckVM.java.
◆ ActorCheckVM()
org.turro.actor.ActorCheckVM.ActorCheckVM |
( |
| ) |
|
◆ getActor()
String org.turro.actor.ActorCheckVM.getActor |
( |
| ) |
|
◆ getContact()
IContact org.turro.actor.ActorCheckVM.getContact |
( |
| ) |
|
◆ getEntity()
Object org.turro.actor.ActorCheckVM.getEntity |
( |
| ) |
|
◆ getMode()
int org.turro.actor.ActorCheckVM.getMode |
( |
| ) |
|
◆ getModel()
List org.turro.actor.ActorCheckVM.getModel |
( |
| ) |
|
Definition at line 88 of file ActorCheckVM.java.
89 List list =
new ArrayList();
90 IElephantEntity iee = Entities.getController(entity);
93 Actors.getSortedActors().forEach(actor -> {
94 list.add(
new ContactEntityCheck(actor, contact, iee));
97 }
else if(mode == 1) {
98 if(!Strings.isBlank(actor)) {
99 Contacts.getEmpty().loadByPartialName(
"%%%").forEach(contact -> {
100 ActorEntityCheck aec =
new ActorEntityCheck(actor, contact, iee);
◆ mode()
void org.turro.actor.ActorCheckVM.mode |
( |
@BindingParam("mode") Integer |
index | ) |
|
◆ setActor()
void org.turro.actor.ActorCheckVM.setActor |
( |
String |
actor | ) |
|
◆ setContact()
void org.turro.actor.ActorCheckVM.setContact |
( |
IContact |
contact | ) |
|
◆ setEntity()
void org.turro.actor.ActorCheckVM.setEntity |
( |
Object |
entity | ) |
|
◆ setMode()
void org.turro.actor.ActorCheckVM.setMode |
( |
int |
mode | ) |
|
◆ update()
void org.turro.actor.ActorCheckVM.update |
( |
| ) |
|
The documentation for this class was generated from the following file: