@Name(value="agendaAddToEventAction") @Scope(value=CONVERSATION) @Install(precedence=10) public class AddToEventAction extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Principal |
currentUser |
protected CoreSession |
documentManager |
protected DocumentRelationManager |
documentRelationManager |
protected org.jboss.seam.faces.FacesMessages |
facesMessages |
protected Map<String,String> |
messages |
protected NavigationContext |
navigationContext |
Constructor and Description |
---|
AddToEventAction() |
Modifier and Type | Method and Description |
---|---|
void |
addToEvent() |
void |
cancelAddToEvent() |
String |
getSelectedAgendaId() |
String |
getSelectedEventId() |
void |
setSelectedAgendaId(String selectedAgendaId) |
void |
setSelectedEventId(String selectedEventId) |
@In(create=true, required=false) protected org.jboss.seam.faces.FacesMessages facesMessages
@In(create=true, required=false) protected transient CoreSession documentManager
@In(create=true) protected DocumentRelationManager documentRelationManager
@In(create=true) protected NavigationContext navigationContext
@In(required=false) protected transient Principal currentUser
public AddToEventAction()
public String getSelectedAgendaId()
public void setSelectedAgendaId(String selectedAgendaId)
public String getSelectedEventId()
public void setSelectedEventId(String selectedEventId)
public void addToEvent() throws InvalidChainException, OperationException, Exception
public void cancelAddToEvent()
Copyright © 2018 Nuxeo. All rights reserved.