public class AppointmentTemplateBean extends FCContextBean
AJSFContext.RedirectOptions, AJSFContext.RedirectOptionsBuilder
systemUC
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 |
IGuiColor |
getGuiColor(AppointmentTemplate template) |
String |
getIcalUrl() |
String |
getIcalUrlGoogle() |
String |
getIcalUrlHelpUrl() |
String |
getIcalUrlHttp() |
String |
getIcalUrlWebcal() |
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, switchSubView
ec, isDetached, isHasDB
destroySessionBean, 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, uc
addErrorMsg, 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, getErrorMessage, getNewErrorMsg, getNewErrorMsg, getNewErrorMsg, getNewInfoMsg, getNewInfoMsg, getNewMsg, getNewWarnMsg, getNewWarnMsg
public AppointmentTemplateListModel getModel()
public void save()
EntityListModel.getSelected()
template model to the database.public void addNewClosingTime()
AppointmentTemplate
.public void deleteClosingTime(AppointmentClosingTime closingTime)
AppointmentTemplate
closingTime
- 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 getIcalUrlWebcal()
public String getIcalUrlHttp()
public String getIcalUrlGoogle()
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 © 2021 XIMA MEDIA GmbH. All rights reserved.