Uses of Class
org.compiere.model.MCalendar
-
Packages that use MCalendar Package Description org.compiere.model Provides for.... -
-
Uses of MCalendar in org.compiere.model
Methods in org.compiere.model that return MCalendar Modifier and Type Method Description static MCalendarMCalendar. get(int C_Calendar_ID)Get MCalendar from Cache (immutable)static MCalendarMCalendar. get(Properties ctx, int C_Calendar_ID)Get MCalendar from Cache (immutable)static MCalendarMCalendar. getCopy(Properties ctx, int C_Calendar_ID, String trxName)Get updateable copy of MCalendar from cachestatic MCalendarMCalendar. getDefault(Properties ctx)Get Default Calendar for Clientstatic MCalendarMCalendar. getDefault(Properties ctx, int AD_Client_ID)Get Default Calendar for ClientMCalendarMCalendar. markImmutable()Constructors in org.compiere.model with parameters of type MCalendar Constructor Description MCalendar(Properties ctx, MCalendar copy)MCalendar(Properties ctx, MCalendar copy, String trxName)MCalendar(MCalendar copy)MYear(MCalendar calendar)Parent Constructor
-