Uses of Class
overit.geocallapp.wfm.materials.bl.material.BOMaterial
Packages that use BOMaterial
Package
Description
-
Uses of BOMaterial in overit.geocallapp.wfm.materials
Methods in overit.geocallapp.wfm.materials with parameters of type BOMaterialModifier and TypeMethodDescriptionvoidMaterialHelper.checkMandatoryFields(BOMaterial material, PoolKit pk) Checks the mandatory fields for the given material.voidMaterialHelper.checkMaterialTypeConsistency(BOMaterial material, PoolKit pk) Checks the material type consistency.voidMaterialHelper.checkUniqueCode(BOMaterial currentMaterial, PoolKit pk) Check whether the given code is unique. -
Uses of BOMaterial in overit.geocallapp.wfm.materials.bl.material.event
Constructors in overit.geocallapp.wfm.materials.bl.material.event with parameters of type BOMaterialModifierConstructorDescriptionMaterialInsertEvent(BOMaterial input) Instantiates a new material insert event.MaterialUpdateEvent(BOMaterial input) Instantiates a new material update event. -
Uses of BOMaterial in overit.geocallapp.wfm.materials.bl.material.task
Methods in overit.geocallapp.wfm.materials.bl.material.task with parameters of type BOMaterialModifier and TypeMethodDescriptionprotected LongBTMaterialInsert.insert(BOMaterial boMaterial, PoolKit poolKit) Performs the insertion of the givenBOMaterialtogether with the correspondingBOMaterialHistory.protected voidBTMaterialUpdate.update(BOMaterial boMaterial, PoolKit poolKit) Performs the update of the givenBOMaterialtogether with the correspondingBOMaterialHistory.voidBTMaterialInsert.validateData(BOMaterial material, PoolKit pk) Validates the material data before the insertion.voidBTMaterialUpdate.validateData(BOMaterial material, PoolKit pk) Validates the material data before the update.