|
| | CommandRepository (IApplicationDBContext dbContext, IHttpContextAccessor httpContextAccessor, OrganizationCommonRepository organizationCommonRepository, UserProfileRepository userProfileRepository, IConfiguration configuration, EmailSenderService emailSenderService) |
| |
| void | SendMail () |
| |
| async Task< List< CommandReceiver > > | GetReceiverForByCommndTypeAsync (Command command, string token="") |
| |
| override async Task< Command?> | GetByIdAsync (Guid id) |
| |
| async Task< Command?> | GetByIdWithPlacementAsync (Guid id) |
| |
| override async Task< IReadOnlyList< Command > > | GetAllAsync () |
| |
| override async Task< Command > | AddAsync (Command command) |
| |
| override async Task< Command > | UpdateAsync (Command entity) |
| |
| async Task | ExecuteCommandAsync (Guid id) |
| |
| async Task | SaveSelectedReceiverAsync (Guid id, List< Guid > selected, string token="") |
| |
| async Task< List< CommandReceiver > > | GetReceiverForCommandAsync (Guid id, string token="") |
| |
| async Task< List< CommandReceiver > > | GetReceiverByCommmandIdAsync (Guid Id) |
| |
| async Task< CommandReceiver > | DeleteCommandReceiverAsync (Guid personalId) |
| |
| async Task< CommandReceiver?> | GetCommandReceiverAsync (Guid personalId) |
| |
| async Task | SwapReceiverOrderAsync (Guid personalId, string direction) |
| |
| async Task< string > | GetReceiverPositionByCommandIdAsync (Guid id) |
| |
| async Task< string > | GetReceiverPosition2ByCommandIdAsync (Guid id) |
| |
| async Task< List< CommandDeployment > > | GetDeploymentByCommandIdAsync (Guid id) |
| |
| async Task< List< ProfilePosition > > | GetProfileByOrganizationIdAsync (Guid orgId) |
| |
| async Task | CreateCommandDeploymentAsync (Guid commandId, List< CommandDeployment > deploy) |
| |
| async Task | UpdatCommandDeploymentAsync (List< CommandDeployment > deploys) |
| |
| async Task | DeleteCommandDeploymentAsync (Guid id) |
| |
| async Task< CommandDeployment?> | GetCommandDeploymentById (Guid id) |
| |
| async Task< List< CommandDocument > > | GetExistDocument (Guid id, string category) |
| |
| async Task | UploadDocument (Guid id, string category, CommandDocument document) |
| |
| async Task< List< CommandDocument > > | GetCommandDocumentAsync (Guid id) |
| |
| async Task | GotoNextStateAsync (Guid id) |
| |
| async Task | GotoPrevStateAsync (Guid id) |
| |
| async Task< PlacementSalaryResponse > | GetCommandReceiverSalary (Guid recordId, Double? _Amount, Double? _MouthSalaryAmount, Double? _PositionSalaryAmount) |
| |
| async Task< PlacementSalaryResponse > | GetPlacementSalaryAsync (Guid placementProfileId) |
| |
| async Task | UpdateCommandReceiverSalaryAsync (Guid personalId, UpdatePlacementSalaryRequest req) |
| |
| async Task | UpdatePlacementSalaryAsync (Guid personalId, UpdatePlacementSalaryRequest req) |
| |
| async Task< List< PositionPath > > | GetPlacementPositionPath (Guid id) |
| |
| async Task< CommandInfoResponse > | GetCommandInfoAsync (Guid id) |
| |
| async Task | UpdateCommandInfoAsync (Guid id, string orderNo, string orderYear, DateTime signDate) |
| |
| async Task< Guid > | GetRootOcIdAsync (Guid ocId) |
| |
| async Task< List< KeyValueItemResponse > > | GetCommandOrgAsync () |
| |
| async Task< List< OrganizationApproverResponse > > | GetOrgApproverAsync (Guid ocId) |
| |
| async Task< dynamic > | GetCommandProfileAsync (string commandType, int year, string? posno) |
| |
| | GenericRepository (IApplicationDBContext dbContext, IHttpContextAccessor httpContextAccessor) |
| |
| async Task< Guid > | GetProfileOrganizationAsync (string citizenId) |
| |
| async Task< bool > | CheckIsActiveOfficerAsync (string citizenId) |
| |
| virtual async Task< T?> | GetByIdAsync (S id) |
| |
| virtual async Task< T > | AddAsync (T entity) |
| |
| virtual async Task< T > | UpdateAsync (T entity) |
| |
| virtual async Task | DeleteAsync (T entity) |
| |