Klasse VCAppointmentCollectionParams
java.lang.Object
de.uplanet.lucy.server.auxiliaries.control.calendar.VCAppointmentCollectionParams
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
VCAppointmentCollectionParams
public VCAppointmentCollectionParams()
-
-
Methodendetails
-
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.- Parameter:
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.- Gibt zurück:
- The
AppointmentCollectionParamsinstance.
-