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 MCalendar
MCalendar. get(int C_Calendar_ID)
Get MCalendar from Cache (immutable)static MCalendar
MCalendar. get(Properties ctx, int C_Calendar_ID)
Get MCalendar from Cache (immutable)static MCalendar
MCalendar. getCopy(Properties ctx, int C_Calendar_ID, String trxName)
Get updateable copy of MCalendar from cachestatic MCalendar
MCalendar. getDefault(Properties ctx)
Get Default Calendar for Clientstatic MCalendar
MCalendar. getDefault(Properties ctx, int AD_Client_ID)
Get Default Calendar for ClientMCalendar
MCalendar. 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
-