Uses of Class
overit.geocallapp.wfm.materials.bl.materialclass.BOMaterialClass
Packages that use BOMaterialClass
Package
Description
-
Uses of BOMaterialClass in overit.geocallapp.wfm.materials.bl.materialclass.event
Constructors in overit.geocallapp.wfm.materials.bl.materialclass.event with parameters of type BOMaterialClassModifierConstructorDescriptionInstantiates a new material class insert event.Instantiates a new material class update event. -
Uses of BOMaterialClass in overit.geocallapp.wfm.materials.bl.materialclass.task
Methods in overit.geocallapp.wfm.materials.bl.materialclass.task with parameters of type BOMaterialClassModifier and TypeMethodDescriptionprotected voidBTMaterialClassInsert.checkCode(BOMaterialClass materialClass, PoolKit poolKit) Validate the code of the material itemprotected voidBTMaterialClassUpdate.checkCode(BOMaterialClass materialClass, PoolKit poolKit) Validate the code of the material itemvoidBTMaterialClassInsert.validateData(BOMaterialClass materialClass, PoolKit poolKit) Validates the material class data before the insertion.voidBTMaterialClassUpdate.validateData(BOMaterialClass materialClass, PoolKit poolKit) Validates the material class data before the update.