Class VCAppointmentCollectionParams


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

      • VCAppointmentCollectionParams

        public VCAppointmentCollectionParams()
    • Method Detail

      • 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.