Uses of Class
org.compiere.model.MInOutConfirm
-
Packages that use MInOutConfirm Package Description org.compiere.model Provides for.... -
-
Uses of MInOutConfirm in org.compiere.model
Fields in org.compiere.model declared as MInOutConfirm Modifier and Type Field Description protected MInOutConfirm[]
MInOut. m_confirms
ConfirmationsMethods in org.compiere.model that return MInOutConfirm Modifier and Type Method Description static MInOutConfirm
MInOutConfirm. create(MInOut ship, String confirmType, boolean checkExisting)
Create Confirmation or return existing oneMInOutConfirm[]
MInOut. getConfirmations(boolean requery)
Get ConfirmationsConstructors in org.compiere.model with parameters of type MInOutConfirm Constructor Description MInOutLineConfirm(MInOutConfirm header)
Parent Construvtor
-