Class VCAppointmentCollectionParams
- java.lang.Object
-
- de.uplanet.lucy.server.auxiliaries.control.calendar.VCAppointmentCollectionParams
-
@VelocityCallable("singleton") public final class VCAppointmentCollectionParams extends Object
-
-
Constructor Summary
Constructors Constructor Description VCAppointmentCollectionParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
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.
-
-