Uses of Class
overit.geocallapp.wfm.assets.bl.contact.BOAssetContact
Packages that use BOAssetContact
Package
Description
-
Uses of BOAssetContact in overit.geocallapp.wfm.assets.bl.contact.event
Constructors in overit.geocallapp.wfm.assets.bl.contact.event with parameters of type BOAssetContactModifierConstructorDescriptionAssetContactInsertEvent(BOAssetContact contact) Instantiates a new contact insert eventAssetContactUpdateEvent(BOAssetContact contact) Instantiates a new contact update event. -
Uses of BOAssetContact in overit.geocallapp.wfm.assets.bl.contact.task
Methods in overit.geocallapp.wfm.assets.bl.contact.task that return BOAssetContactModifier and TypeMethodDescriptionprotected BOAssetContactBTAssetContactInsert.loadExistingContact(BOAssetContact contact, PoolKit poolKit) Loads the existing contact with the not valid contact values.Methods in overit.geocallapp.wfm.assets.bl.contact.task with parameters of type BOAssetContactModifier and TypeMethodDescriptionprotected voidBTAssetContactUpdate.checkUnique(BOAssetContact contact, PoolKit poolKit) protected LongBTAssetContactInsert.insert(BOAssetContact contact, PoolKit poolKit) Performs the insertion of the givenBOAssetContact.protected BOAssetContactBTAssetContactInsert.loadExistingContact(BOAssetContact contact, PoolKit poolKit) Loads the existing contact with the not valid contact values.protected LongBTAssetContactInsert.update(BOAssetContact contact, BOAssetContact existingContact, PoolKit poolKit) Performs the update of the givenBOAssetContact.protected voidBTAssetContactUpdate.update(PoolKit poolKit, BOAssetContact contact) protected voidBTAssetContactInsert.validate(BOAssetContact contact, PoolKit poolKit) Validates the data before the insertion.protected voidBTAssetContactUpdate.validate(BOAssetContact contact, PoolKit poolKit)