Uses of Class
overit.geocall.model.M2Mapper
Packages that use M2Mapper
Package
Description
-
Uses of M2Mapper in overit.geocall.base.rs2.profile
Constructors in overit.geocall.base.rs2.profile with parameters of type M2MapperModifierConstructorDescriptionUserProfileService(M2Mapper mapper, UserProfileHandlerService userProfileHandlerService) -
Uses of M2Mapper in overit.geocall.base.rs2.user
Constructors in overit.geocall.base.rs2.user with parameters of type M2Mapper -
Uses of M2Mapper in overit.geocall.base.rs2.usertype
Constructors in overit.geocall.base.rs2.usertype with parameters of type M2Mapper -
Uses of M2Mapper in overit.geocall.basic.bl.company.spout
Constructors in overit.geocall.basic.bl.company.spout with parameters of type M2MapperModifierConstructorDescriptionCompanyCreateEventSpoutImpl(M2Mapper m2Mapper) CompanyUpdateEventSpoutImpl(M2Mapper m2Mapper) -
Uses of M2Mapper in overit.geocall.basic.bl.user.spout
Constructors in overit.geocall.basic.bl.user.spout with parameters of type M2MapperModifierConstructorDescriptionUserCreateEventSpoutImpl(M2Mapper m2Mapper) UserUpdateEventSpoutImpl(M2Mapper m2Mapper) -
Uses of M2Mapper in overit.geocall.basic.bl.usertype.spout
Constructors in overit.geocall.basic.bl.usertype.spout with parameters of type M2MapperModifierConstructorDescriptionUserTypeCreateEventSpoutImpl(M2Mapper m2Mapper) UserTypeUpdateEventSpoutImpl(M2Mapper m2Mapper) -
Uses of M2Mapper in overit.geocall.model
Methods in overit.geocall.model that return M2MapperModifier and TypeMethodDescriptionM2Mapper.withFieldsCondition(Collection<String> fields) Gets a Mapper with the filter conditions defined by the Collection fields.M2Mapper.withFieldsCondition(Collection<String> fields, Configuration.AccessLevel accessLevel) Creates a new M2Mapper instance with field filtering conditions and specified access level.Methods in overit.geocall.model with parameters of type M2MapperModifier and TypeMethodDescription<C> PageResponse<C> PageResponse.mapContent(M2Mapper mapper, Class<C> targetClass) Convert the object contained into the response into another type. -
Uses of M2Mapper in overit.geocallapp.utilities.rs
Methods in overit.geocallapp.utilities.rs that return M2MapperModifier and TypeMethodDescriptionstatic M2MapperRestUtils.defaultMapper()Creates a defaultM2Mapperconfigured for business object to DTO conversions.static M2MapperRestUtils.defaultMapper(Collection<String> fields) Creates a defaultM2Mapperwith field filtering configuration.static M2MapperRestUtils.defaultMapper(TimeZone timeZone) Creates a defaultM2Mapperwith custom timezone configuration.static M2MapperRestUtils.defaultMapper(TimeZone timeZone, Collection<String> fields) Creates a fully customizedM2Mapperwith timezone and field filtering.static M2MapperRestUtils.defaultMapperMatchingStrategiesStrict()Creates a defaultM2Mapperwith strict matching strategy. -
Uses of M2Mapper in overit.geocallapp.wfm.ai.assistant.rc1.dispatcherassistant.schedulableactivities.task
Methods in overit.geocallapp.wfm.ai.assistant.rc1.dispatcherassistant.schedulableactivities.task that return M2MapperModifier and TypeMethodDescriptionstatic M2MapperBTDispatcherAssistantSchedulableActivitiesClient.defaultMapper()Creates and configures a default ModelMapper instance for object mapping. -
Uses of M2Mapper in overit.geocallapp.wfm.ai.rs.v1
Fields in overit.geocallapp.wfm.ai.rs.v1 declared as M2Mapper -
Uses of M2Mapper in overit.geocallapp.wfm.cee.ux.note.task
Fields in overit.geocallapp.wfm.cee.ux.note.task declared as M2Mapper -
Uses of M2Mapper in overit.geocallapp.wfm.mobile.core.rs3.timesheet
Methods in overit.geocallapp.wfm.mobile.core.rs3.timesheet with parameters of type M2MapperModifier and TypeMethodDescriptionprotected List<DTOMobileTimesheetOnCallShift> MobileTimesheetService.buildMobileTimesheetOnCallShifts(TimesheetEntitiesAggregate aggregate, M2Mapper mapper) protected List<DTOMobileTimesheetShift> MobileTimesheetService.buildMobileTimesheetShifts(TimesheetEntitiesAggregate aggregate, M2Mapper mapper) protected DTOMobileTimesheetTaskMobileTimesheetService.buildMobileTimesheetTask(BOTask task, String interventionDescription, M2Mapper mapper) protected List<DTOMobileTimesheetTask> MobileTimesheetService.buildMobileTimesheetTasks(TimesheetEntitiesAggregate aggregate, M2Mapper mapper) protected DTOMobileTimesheetTaskMobileTimesheetService.buildMobileTimesheetTasks(BOTask task, Timesheet timesheet, M2Mapper mapper) protected List<DTOMobileTimesheetWarning> MobileTimesheetService.buildMobileTimesheetWarnings(TimesheetEntitiesAggregate aggregate, M2Mapper mapper) -
Uses of M2Mapper in overit.geocallapp.wfm.orchestrator.planning.bl.activity.task
Methods in overit.geocallapp.wfm.orchestrator.planning.bl.activity.task that return M2MapperModifier and TypeMethodDescriptionprotected M2MapperBTActivityLoad.getM2Mapper()protected M2MapperBTActivitySearch.getM2Mapper() -
Uses of M2Mapper in overit.geocallapp.wfm.orchestrator.planning.bl.forecastcapacity.workloaddistribution
Methods in overit.geocallapp.wfm.orchestrator.planning.bl.forecastcapacity.workloaddistribution that return M2Mapper -
Uses of M2Mapper in overit.geocallapp.wfm.orchestrator.planning.bl.resource.skill.task
Methods in overit.geocallapp.wfm.orchestrator.planning.bl.resource.skill.task that return M2Mapper -
Uses of M2Mapper in overit.geocallapp.wfm.orchestrator.planning.bl.resource.task
Methods in overit.geocallapp.wfm.orchestrator.planning.bl.resource.task that return M2MapperModifier and TypeMethodDescriptionprotected M2MapperBTResourceLoad.getM2Mapper()protected M2MapperBTResourceSearch.getM2Mapper() -
Uses of M2Mapper in overit.geocallapp.wfm.orchestrator.planning.bl.skill.task
Methods in overit.geocallapp.wfm.orchestrator.planning.bl.skill.task that return M2Mapper -
Uses of M2Mapper in overit.geocallapp.wfm.orchestrator.planning.bl.workshift.exception.task
Methods in overit.geocallapp.wfm.orchestrator.planning.bl.workshift.exception.task that return M2Mapper -
Uses of M2Mapper in overit.geocallapp.wfm.orchestrator.planning.bl.workshift.task
Methods in overit.geocallapp.wfm.orchestrator.planning.bl.workshift.task that return M2Mapper