Uses of Class
overit.geocallapp.wfm.core.bl.technicalobject.contact.BOContact
Packages that use BOContact
Package
Description
-
Uses of BOContact in overit.geocallapp.wfm.core.bl.technicalobject.contact.event
Constructors in overit.geocallapp.wfm.core.bl.technicalobject.contact.event with parameters of type BOContactModifierConstructorDescriptionContactInsertEvent(BOContact contact) Instantiates a new contact insert eventContactUpdateEvent(BOContact contact) Instantiates a new contact update event -
Uses of BOContact in overit.geocallapp.wfm.core.bl.technicalobject.contact.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.contact.task with parameters of type BOContactModifier and TypeMethodDescriptionprotected voidBTContactInsert.checkAlreadyExistsSameType(BOContact contact, PoolKit poolKit) -
Uses of BOContact in overit.geocallapp.wfm.core.bl.technicalobject.event
Methods in overit.geocallapp.wfm.core.bl.technicalobject.event that return types with arguments of type BOContactModifier and TypeMethodDescriptionCustomerInsertInput.getContacts()Gets the list ofBOContactto saveCustomerUpdateInput.getContacts()Gets the list ofBOContactto saveMethod parameters in overit.geocallapp.wfm.core.bl.technicalobject.event with type arguments of type BOContactModifier and TypeMethodDescriptionvoidCustomerInsertInput.setContacts(List<BOContact> contacts) Sets the list ofBOContactto savevoidCustomerUpdateInput.setContacts(List<BOContact> contacts) Sets the list ofBOContactto save -
Uses of BOContact in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1 that return types with arguments of type BOContactModifier and TypeMethodDescriptionCustomerHelper.getExistingContacts(Long customerId, PoolKit poolKit) Method parameters in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1 with type arguments of type BOContactModifier and TypeMethodDescriptionprotected voidCustomerHelper.saveCustomer(TechnicalObject technicalObject, List<BOContact> contacts, List<BOMeter> meters, PoolKit poolKit) -
Uses of BOContact in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.event
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.event that return types with arguments of type BOContactMethod parameters in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.event with type arguments of type BOContact -
Uses of BOContact in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.task
Method parameters in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.task with type arguments of type BOContactModifier and TypeMethodDescriptionprotected LongBTCustomerSave.insertCustomer(TechnicalObject technicalObject, List<BOContact> contacts, List<BOMeter> meters, PoolKit poolKit) protected voidBTCustomerSave.updateCustomer(TechnicalObject technicalObject, List<BOContact> contacts, List<BOMeter> meters, PoolKit poolKit) -
Uses of BOContact in overit.geocallapp.wfm.core.ux.workorderobject.customer.edit
Methods in overit.geocallapp.wfm.core.ux.workorderobject.customer.edit that return types with arguments of type BOContactModifier and TypeMethodDescriptionEditCustomer.getContacts()Gets the list ofBOContactassociated to the editing customer