public class AppointmentTemplateBean extends FCContextBean
AJSFContext.RedirectOptions, AJSFContext.RedirectOptionsBuildersystemUC| Constructor and Description |
|---|
AppointmentTemplateBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNewClosingTime()
Adds a new, empty closing time to the current
AppointmentTemplate. |
void |
clipboardErrorListener(org.primefaces.extensions.event.ClipboardErrorEvent errorEvent) |
void |
clipboardSuccessListener(org.primefaces.extensions.event.ClipboardSuccessEvent successEvent) |
void |
deleteClosingTime(AppointmentClosingTime closingTime)
Deletes the given closing time from the current
AppointmentTemplate |
String |
getAbsoluteIcalUrl() |
IGuiColor |
getGuiColor(AppointmentTemplate template) |
String |
getIcalUrl() |
String |
getIcalUrlHelpUrl() |
LocalDate |
getInitialDate() |
AppointmentTemplateListModel |
getModel() |
List<BenutzerGruppe> |
getUserGroups() |
void |
onDateRemove(String slotId) |
void |
onDateSelect(org.primefaces.event.SelectEvent<LocalDateTime> selectEvent) |
void |
save()
Saves the current
EntityListModel.getSelected() template model to the database. |
void |
setModel(AppointmentTemplateListModel model) |
void |
updateModel()
Creates a new template list model and reads all entities again from the database.
|
getNavigationBean, getSessionBean, isSetupUser, redirectToDashboard, setNavigationBean, setSessionBean, switchMainView, switchMainView, switchSubView, switchSubViewec, isDetached, isHasDBdestroySessionBean, encodeURL, findBean, findBean, findBean, findBean, findBean, findBean, findBean, findCurrentView, getBeanName, getBeanName, getContext, getCurrentViewBean, getLocaleBean, getRequest, getResponse, getSession, getSession, getSessionAttribute, isMasterServerContext, loadLazy, redirect, redirect, redirect, redirect, redirectToDashboard, redirectToDashboard, setLocaleBean, setSessionAttribute, ucaddErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsgFromString, addErrorMsgFromString, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsgFromString, addInfoMsgFromString, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addMsg, addMsg, addMsg, addMsg, addMsgs, addMsgToComponent, addMsgToComponent, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsgFromString, addWarnMsgFromString, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, cleanErrorMsg, getErrorMessagepublic AppointmentTemplateListModel getModel()
public void save()
EntityListModel.getSelected() template model to the database.public void addNewClosingTime()
AppointmentTemplate.public void deleteClosingTime(AppointmentClosingTime closingTime)
AppointmentTemplateclosingTime - Closing time to delete.public List<BenutzerGruppe> getUserGroups()
public void setModel(AppointmentTemplateListModel model)
model - The template list model to use.public void updateModel()
public LocalDate getInitialDate()
public String getIcalUrl()
public String getIcalUrlHelpUrl()
public String getAbsoluteIcalUrl()
public void onDateSelect(org.primefaces.event.SelectEvent<LocalDateTime> selectEvent)
public void onDateRemove(String slotId)
public IGuiColor getGuiColor(AppointmentTemplate template)
public void clipboardSuccessListener(org.primefaces.extensions.event.ClipboardSuccessEvent successEvent)
public void clipboardErrorListener(org.primefaces.extensions.event.ClipboardErrorEvent errorEvent)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.