Uses of Class
overit.geocallapp.wfm.materials.bl.item.BOMaterialItem
Packages that use BOMaterialItem
Package
Description
-
Uses of BOMaterialItem in overit.geocallapp.wfm.materials.bl.item.event
Constructors in overit.geocallapp.wfm.materials.bl.item.event with parameters of type BOMaterialItemModifierConstructorDescriptionInstantiates a new material item type insert event.Instantiates a new material item type update event. -
Uses of BOMaterialItem in overit.geocallapp.wfm.materials.bl.item.task
Methods in overit.geocallapp.wfm.materials.bl.item.task with parameters of type BOMaterialItemModifier and TypeMethodDescriptionprotected voidBTMaterialItemInsert.checkCode(BOMaterialItem materialItem, PoolKit poolKit) Validate the code of the material itemprotected voidBTMaterialItemUpdate.checkCode(BOMaterialItem materialItem, PoolKit poolKit) Validate the code of the material itemvoidBTMaterialItemInsert.validateData(BOMaterialItem materialItem, PoolKit poolKit) Validates the material item data before the insertion.voidBTMaterialItemUpdate.validateData(BOMaterialItem materialItem, PoolKit poolKit) Validates the material item data before the update.