Uses of Class
overit.geocall.basic.bl.company.BOCompany
Packages that use BOCompany
-
Uses of BOCompany in overit.geocall.basic.bl.company.event
Fields in overit.geocall.basic.bl.company.event declared as BOCompanyModifier and TypeFieldDescriptionprotected BOCompanyCompanyCreateEvent.companyprotected BOCompanyCompanyUpdateEvent.companyMethods in overit.geocall.basic.bl.company.event that return BOCompanyModifier and TypeMethodDescriptionCompanyCreateEvent.getCompany()Returns the instance of the company that will be createdCompanyUpdateEvent.getCompany()Returns the instance of the company that will be updated.Constructors in overit.geocall.basic.bl.company.event with parameters of type BOCompanyModifierConstructorDescriptionCompanyCreateEvent(BOCompany company) Create a new event that will be called to request a company creation.CompanyUpdateEvent(BOCompany company) Create a new event that will be called to request a company update.