Uses of Class
overit.geocall.basic.bl.usertype.BOUserType
Packages that use BOUserType
Package
Description
-
Uses of BOUserType in overit.geocall.basic.bl.usertype
Methods in overit.geocall.basic.bl.usertype that return BOUserTypeMethods in overit.geocall.basic.bl.usertype with parameters of type BOUserTypeModifier and TypeMethodDescriptionvoidBOUserTypeDuplicate.setBoUserType(BOUserType boUserType) Sets the user type object. -
Uses of BOUserType in overit.geocall.basic.bl.usertype.event
Fields in overit.geocall.basic.bl.usertype.event declared as BOUserTypeModifier and TypeFieldDescriptionprotected BOUserTypeUserTypesLoadEvent.filterprotected BOUserTypeUserTypeCreateEvent.userTypeprotected BOUserTypeUserTypeUpdateEvent.userTypeMethods in overit.geocall.basic.bl.usertype.event that return BOUserTypeModifier and TypeMethodDescriptionUserTypesLoadEvent.getFilter()Returns the object containing the values that will be used to filter the query results.UserTypeCreateEvent.getUserType()Returns the instance of the user type that will be createdUserTypeUpdateEvent.getUserType()Returns the instance of the user type that will be updatedConstructors in overit.geocall.basic.bl.usertype.event with parameters of type BOUserTypeModifierConstructorDescriptionUserTypeCreateEvent(BOUserType userType) Create a new event that will be called to request a user type creationUserTypeCreateEvent(BOUserType userType, boolean sameCompany) Create a new event that will be called to request a user type creationUserTypesLoadEvent(Page page, BOUserType filter) Create a new event that will be called to load the user types informationUserTypesLoadEvent(Page page, BOUserType filter, Order order) Create a new event that will be called to load the user types informationUserTypesLoadEvent(Page page, BOUserType filter, Order order, Collection<Long> filterIds) Create a new event that will be called to load the user types informationUserTypeUpdateEvent(BOUserType userType) Create a new event that will be called to load the user type's informationUserTypeUpdateEvent(BOUserType userType, boolean safeMode) Create a new event that will be called to load the user type's information, removing the sensible data in according to the parameter safeMode -
Uses of BOUserType in overit.geocallapp.wfm.core.bl.toolmigrationpermissionsusertypes.task
Methods in overit.geocallapp.wfm.core.bl.toolmigrationpermissionsusertypes.task that return types with arguments of type BOUserTypeModifier and TypeMethodDescriptionprotected List<BOUserType> BTToolMigrationPermissionsUserTypes.getUserTypes(PoolKit pk) Methods in overit.geocallapp.wfm.core.bl.toolmigrationpermissionsusertypes.task with parameters of type BOUserTypeModifier and TypeMethodDescriptionBTToolMigrationPermissionsUserTypes.loadCurrentUserTypeNewPermissions(BOUserType userType, PoolKit pk) protected voidBTToolMigrationPermissionsUserTypes.logPermissionOnMigration(BOUserType userType, Set<String> permission, String descPermission) BTToolMigrationPermissionsUserTypes.migrationPermissionUserType(BOUserType userType, PoolKit pk) protected voidBTToolMigrationPermissionsUserTypes.saveUserTypeNewPermissions(BOUserType userType, Set<String> currentUserTypeNewPermissions, PoolKit pk) -
Uses of BOUserType in overit.geocallapp.wfm.core.bl.user.type.task
Methods in overit.geocallapp.wfm.core.bl.user.type.task with parameters of type BOUserTypeModifier and TypeMethodDescriptionprotected voidBTUserTypeCreate.checkMultilanguageFields(BOUserType boUserType) protected voidBTUserTypeUpdate.checkMultilanguageFields(BOUserType boUserType) protected booleanBTUserTypeCreate.existsMultilanguageFields(BOUserType boUserType)