Uses of Class
org.compiere.model.MAssetGroupAcct
Packages that use MAssetGroupAcct
Package
Description
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 MAssetGroupAcct in org.compiere.model
Methods in org.compiere.model that return MAssetGroupAcctModifier and TypeMethodDescriptionMAssetGroupAcct.copy
(MAssetGroup grp) Clone this object, using specified groupstatic MAssetGroupAcct
MAssetGroupAcct.forA_Asset_Group_ID
(Properties ctx, int A_Asset_Group_ID, String postingType, int C_AcctSchema_ID) Get Asset Group Accountings for given groupMethods in org.compiere.model that return types with arguments of type MAssetGroupAcctModifier and TypeMethodDescriptionstatic List<MAssetGroupAcct>
MAssetGroupAcct.forA_Asset_Group_ID
(Properties ctx, int A_Asset_Group_ID) Deprecated.use the version with postingType and trxNamestatic List<MAssetGroupAcct>
MAssetGroupAcct.forA_Asset_Group_ID
(Properties ctx, int A_Asset_Group_ID, String postingType) Deprecated.use the version with trxNamestatic List<MAssetGroupAcct>
MAssetGroupAcct.forA_Asset_Group_ID
(Properties ctx, int A_Asset_Group_ID, String postingType, String trxName) Get Asset Group Accountings for given groupConstructors in org.compiere.model with parameters of type MAssetGroupAcctModifierConstructorDescriptionMAssetAcct
(MAsset asset, MAssetGroupAcct assetgrpacct) Create new asset accounting from asset group accountingMDepreciationWorkfile
(MAsset asset, String postingType, MAssetGroupAcct assetgrpacct)