Class CalendarEventsEditorFields

java.lang.Object
sk.iway.iwcm.system.datatable.BaseEditorFields
sk.iway.iwcm.components.calendar.jpa.CalendarEventsEditorFields
All Implemented Interfaces:
Serializable

public class CalendarEventsEditorFields extends BaseEditorFields implements Serializable
See Also:
  • Constructor Details

    • CalendarEventsEditorFields

      public CalendarEventsEditorFields()
  • Method Details

    • fromCalendarEventsEntity

      public void fromCalendarEventsEntity(CalendarEventsEntity originalEntity, javax.servlet.http.HttpServletRequest request, Prop prop)
    • toCalendarEventsEntity

      public void toCalendarEventsEntity(CalendarEventsEntity originalEntity, CalendarTypesRepository ctr, Prop prop, CalendarEventsRepository cer, javax.servlet.http.HttpServletRequest request, ProcessItemAction action)
    • getCreator

      public String getCreator()
    • getCondition

      public String getCondition()
    • getNotifyEmailsUserGroups

      public Integer[] getNotifyEmailsUserGroups()
    • setCreator

      public void setCreator(String creator)
    • setCondition

      public void setCondition(String condition)
    • setNotifyEmailsUserGroups

      public void setNotifyEmailsUserGroups(Integer[] notifyEmailsUserGroups)