Ejemplo n.º 1
0
 public ModifyCustomFieldService(IBasicInfoController basicInfoController
                                 , IPMSController pmsController, ICustomFieldServiceWrapper customFieldService)
 {
     this.basicInfoController = basicInfoController;
     this.pmsController       = pmsController;
     this.customFieldService  = customFieldService;
 }
Ejemplo n.º 2
0
 public JobVM(IPMSController appController, IJobServiceWrapper jobService, ICustomFieldServiceWrapper customFieldService)
 {
     this.appController      = appController;
     this.jobService         = jobService;
     this.customFieldService = customFieldService;
     Job         = new JobDTO();
     DisplayName = "شغل ";
 }
Ejemplo n.º 3
0
 public UnitVM(IPMSController appController, IUnitServiceWrapper unitService, ICustomFieldServiceWrapper customFieldService)
 {
     this.appController      = appController;
     this.unitService        = unitService;
     this.customFieldService = customFieldService;
     Unit        = new UnitDTO();
     DisplayName = "واحد سازمانی ";
 }
Ejemplo n.º 4
0
 public CustomFieldListVM(IBasicInfoController basicInfoController, IPMSController appController,
     ICustomFieldServiceWrapper customFieldService, IBasicInfoAppLocalizedResources localizedResources)
 {
     this.appController = appController;
     this.customFieldService = customFieldService;
     BasicInfoAppLocalizedResources = localizedResources;
     DisplayName = BasicInfoAppLocalizedResources.CustomFieldListViewTitle;
     init();
 }
Ejemplo n.º 5
0
 public CustomFieldVM(ICustomFieldServiceWrapper customFieldService,
                      IPMSController appController,
                      IBasicInfoAppLocalizedResources basicInfoAppLocalizedResources)
 {
     this.customFieldService        = customFieldService;
     this.appController             = appController;
     BasicInfoAppLocalizedResources = basicInfoAppLocalizedResources;
     CustomField = new CustomFieldDTO();
     DisplayName = BasicInfoAppLocalizedResources.CustomFieldViewTitle;
 }
Ejemplo n.º 6
0
 public JobCustomFieldManageVM(IPMSController appController,
                               IJobServiceWrapper jobService,
                               IBasicInfoAppLocalizedResources basicInfoAppLocalizedResources,
                               ICustomFieldServiceWrapper customFieldService)
 {
     this.appController             = appController;
     this.jobService                = jobService;
     this.customFieldService        = customFieldService;
     BasicInfoAppLocalizedResources = basicInfoAppLocalizedResources;
     init();
 }
Ejemplo n.º 7
0
 public EmployeeVM(IPMSController appController,
                   IEmployeeServiceWrapper employeeService,
                   IEmployeeAppLocalizedResources localizedResources,
                   ICustomFieldServiceWrapper customFieldService)
 {
     this.appController               = appController;
     this.employeeService             = employeeService;
     this.customFieldService          = customFieldService;
     EmployeeMgtAppLocalizedResources = localizedResources;
     init();
 }
Ejemplo n.º 8
0
 public UnitIndexCustomFieldManageVM(IPMSController appController,
                                     IUnitIndexServiceWrapper unitIndexService,
                                     ICustomFieldServiceWrapper customFieldService,
                                     IBasicInfoAppLocalizedResources basicInfoAppLocalizedResources)
 {
     this.appController             = appController;
     this.unitIndexService          = unitIndexService;
     this.customFieldService        = customFieldService;
     BasicInfoAppLocalizedResources = basicInfoAppLocalizedResources;
     init();
 }
Ejemplo n.º 9
0
 public JobIndexVM(IJobIndexServiceWrapper jobIndexService,
                   ICustomFieldServiceWrapper customFieldService,
                   IPMSController appController,
                   IBasicInfoAppLocalizedResources basicInfoAppLocalizedResources)
 {
     this.jobIndexService           = jobIndexService;
     this.customFieldService        = customFieldService;
     this.appController             = appController;
     BasicInfoAppLocalizedResources = basicInfoAppLocalizedResources;
     JobIndex    = new JobIndexDTO();
     DisplayName = BasicInfoAppLocalizedResources.JobIndexViewTitle;
 }
Ejemplo n.º 10
0
 public UnitIndexVM(IUnitIndexServiceWrapper unitIndexService,
                    ICustomFieldServiceWrapper customFieldService,
                    IPMSController appController,
                    IBasicInfoAppLocalizedResources basicInfoAppLocalizedResources)
 {
     this.unitIndexService          = unitIndexService;
     this.customFieldService        = customFieldService;
     this.appController             = appController;
     BasicInfoAppLocalizedResources = basicInfoAppLocalizedResources;
     UnitIndex   = new UnitIndexDTO();
     DisplayName = BasicInfoAppLocalizedResources.UnitIndexViewTitle;
 }
Ejemplo n.º 11
0
 public EmployeeJobCustomFieldsVM(IPMSController appController,
                                  IEmployeeServiceWrapper employeeService,
                                  IEmployeeAppLocalizedResources localizedResources,
                                  ICustomFieldServiceWrapper customFieldService,
                                  IJobPositionInPeriodServiceWrapper jobPositionInPeriodService,
                                  IJobServiceWrapper jobService
                                  )
 {
     this.appController              = appController;
     this.employeeService            = employeeService;
     this.customFieldService         = customFieldService;
     this.jobPositionInPeriodService = jobPositionInPeriodService;
     this.jobService = jobService;
     EmployeeMgtAppLocalizedResources = localizedResources;
     init();
 }
Ejemplo n.º 12
0
 public JobInPeriodVM(IPMSController appController,
                      IPeriodController periodController,
                      IJobInPeriodServiceWrapper jobInPeriodService,
                      IJobServiceWrapper jobService,
                      ICustomFieldServiceWrapper customFieldService,
                      IPeriodServiceWrapper periodService
                      )
 {
     this.appController      = appController;
     this.periodController   = periodController;
     this.jobInPeriodService = jobInPeriodService;
     this.jobService         = jobService;
     this.customFieldService = customFieldService;
     this.periodService      = periodService;
     DisplayName             = "مدیریت شغل در دوره ";
 }
Ejemplo n.º 13
0
 public UnitInPeriodVM(IPMSController appController,
                       IPeriodController periodController,
                       IUnitInPeriodServiceWrapper UnitInPeriodService,
                       IUnitServiceWrapper UnitService,
                       ICustomFieldServiceWrapper customFieldService,
                       IPeriodServiceWrapper periodService
                       )
 {
     this.appController       = appController;
     this.periodController    = periodController;
     this.UnitInPeriodService = UnitInPeriodService;
     this.UnitService         = UnitService;
     this.customFieldService  = customFieldService;
     this.periodService       = periodService;
     DisplayName = "مدیریت واحد در دوره ";
 }
Ejemplo n.º 14
0
 public PMSController(IViewManager viewManager,
                      IEventPublisher eventPublisher,
                      IDeploymentManagement deploymentManagement,
                      IPeriodServiceWrapper periodService,
                      ICustomFieldServiceWrapper customFieldService,
                      IUserServiceWrapper userService,
                      IUserProvider userProvider,
                      ILogServiceWrapper logService,
                      IReportServiceWrapper repService, IMainAppLocalizedResources localizedResources
                      )
     : base(viewManager, eventPublisher, deploymentManagement)
 {
     HtmlPage.RegisterScriptableObject("PMSController", this);
     this.customFieldService = customFieldService;
     this.userService        = userService;
     this.userProvider       = userProvider;
     this.periodService      = periodService;
     this.logService         = logService;
     this.repService         = repService;
     this.localizedResources = localizedResources;
     PMSActions            = new List <PMSAction>();
     CustomFieldEntityList = new List <CustomFieldEntity>();
     createPMSActions();
 }
Ejemplo n.º 15
0
 public DeleteCustomFieldService(IPMSController pmsController, ICustomFieldServiceWrapper customFieldService)
 {
     this.pmsController      = pmsController;
     this.customFieldService = customFieldService;
 }