Class VCAppointmentCollectionParams

java.lang.Object
de.uplanet.lucy.server.auxiliaries.control.calendar.VCAppointmentCollectionParams

@VelocityCallable("singleton") public final class VCAppointmentCollectionParams extends Object
  • Constructor Details

    • VCAppointmentCollectionParams

      public VCAppointmentCollectionParams()
  • Method Details

    • getInstance

      public de.uplanet.lucy.server.businesslogic.control.calendar.AppointmentCollectionParams getInstance(Date p_dtStart, Date p_dtEnd, de.uplanet.lucy.server.IProcessingContext p_ctx, List<String> p_pluginGuids, String p_strViewGuid)
      Get an instance.
      Parameters:
      p_dtStart - The start date of the appointment.
      p_dtEnd - The end date of the appointment.
      p_ctx - The processing context.
      p_pluginGuids - The plugin GUIDs.
      p_strViewGuid - The view GUID.
      Returns:
      The AppointmentCollectionParams instance.