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 MBPGroup
MBPartner. m_group
BP GroupMethods in org.compiere.model that return MBPGroup Modifier and Type Method Description static MBPGroup
MBPGroup. get(int C_BP_Group_ID)
Get MBPGroup from Cache (immutable)static MBPGroup
MBPGroup. get(Properties ctx, int C_BP_Group_ID)
Get MBPGroup from Cache (immutable)static MBPGroup
MBPGroup. get(Properties ctx, int C_BP_Group_ID, String trxName)
Get MBPGroup from cache (immutable)MBPGroup
MBPartner. getBPGroup()
Get BP Groupstatic MBPGroup
MBPGroup. getCopy(Properties ctx, int C_BP_Group_ID, String trxName)
Get updateable copy of MBPGroup from cachestatic MBPGroup
MBPGroup. getDefault(Properties ctx)
Get Default MBPGroupstatic MBPGroup
MBPGroup. getOfBPartner(Properties ctx, int C_BPartner_ID)
Get MBPGroup from Business PartnerMBPGroup
MBPGroup. markImmutable()
Methods in org.compiere.model with parameters of type MBPGroup Modifier and Type Method Description void
MBPartner. 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)
-