Uses of Class
org.compiere.model.MPaySchedule
Packages that use MPaySchedule
Package
Description
Provide interface and default implementation of iDempiere core services (model factory, callout factory, etc)
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MPaySchedule in org.adempiere.base
Methods in org.adempiere.base with parameters of type MPayScheduleModifier and TypeMethodDescriptionAbstractPayScheduleManager.getDiscountDate(T po, MPaySchedule paySchedule) IPayScheduleManager.getDiscountDate(T po, MPaySchedule paySchedule) Calculate discount date.AbstractPayScheduleManager.getDueDate(T po, MPaySchedule paySchedule) IPayScheduleManager.getDueDate(T po, MPaySchedule paySchedule) Calculate due date.static <T extends PO>
IPayScheduleManager<T>PayScheduleManager.getPayScheduleManager(T po, MPaySchedule paySchedule) Get Pay Schedule ManagerbooleanIPayScheduleManager.supports(PO po, MPaySchedule paySchedule) Returns true if this manager can handle the given document. -
Uses of MPaySchedule in org.compiere.model
Methods in org.compiere.model that return MPayScheduleConstructors in org.compiere.model with parameters of type MPayScheduleModifierConstructorDescriptionMInvoicePaySchedule(MInvoice invoice, MPaySchedule paySchedule) Parent ConstructorMOrderPaySchedule(MOrder order, MPaySchedule paySchedule) Parent Constructor