Uses of Class
org.adempiere.exceptions.PeriodClosedException
-
Packages that use PeriodClosedException Package Description org.compiere.model Provides for.... -
-
Uses of PeriodClosedException in org.compiere.model
Methods in org.compiere.model that throw PeriodClosedException Modifier and Type Method Description static void
MPeriod. testPeriodOpen(Properties ctx, Timestamp dateAcct, int C_DocType_ID)
Deprecated.static void
MPeriod. testPeriodOpen(Properties ctx, Timestamp dateAcct, int C_DocType_ID, int AD_Org_ID)
Convenient method for testing if a period is openstatic void
MPeriod. testPeriodOpen(Properties ctx, Timestamp dateAcct, String docBaseType)
Deprecated.static void
MPeriod. testPeriodOpen(Properties ctx, Timestamp dateAcct, String docBaseType, int AD_Org_ID)
Convenient method for testing if a period is open
-