Uses of Class
org.compiere.model.MBPGroup
-
Packages that use MBPGroup Package Description org.compiere.model Provides for.... -
-
Uses of MBPGroup in org.compiere.model
Fields in org.compiere.model declared as MBPGroup Modifier and Type Field Description protected MBPGroupMBPartner. m_groupBP GroupMethods in org.compiere.model that return MBPGroup Modifier and Type Method Description static MBPGroupMBPGroup. get(int C_BP_Group_ID)Get MBPGroup from Cache (immutable)static MBPGroupMBPGroup. get(Properties ctx, int C_BP_Group_ID)Get MBPGroup from Cache (immutable)static MBPGroupMBPGroup. get(Properties ctx, int C_BP_Group_ID, String trxName)Get MBPGroup from cache (immutable)MBPGroupMBPartner. getBPGroup()Get BP Groupstatic MBPGroupMBPGroup. getCopy(Properties ctx, int C_BP_Group_ID, String trxName)Get updateable copy of MBPGroup from cachestatic MBPGroupMBPGroup. getDefault(Properties ctx)Get Default MBPGroupstatic MBPGroupMBPGroup. getOfBPartner(Properties ctx, int C_BPartner_ID)Get MBPGroup from Business PartnerMBPGroupMBPGroup. markImmutable()Methods in org.compiere.model with parameters of type MBPGroup Modifier and Type Method Description voidMBPartner. setBPGroup(MBPGroup group)Get BP GroupConstructors in org.compiere.model with parameters of type MBPGroup Constructor Description MBPGroup(Properties ctx, MBPGroup copy)MBPGroup(Properties ctx, MBPGroup copy, String trxName)MBPGroup(MBPGroup copy)
-