Method | Description | |
---|---|---|
HRApproved ( System.Guid uniqueRequestID ) : bool | ||
RemoveRequestByUniqueId ( System.Guid UniqueRequestID ) : bool | ||
RequestFormDB ( ) : System | ||
RetrieveRequest ( System.Guid uniqueRequestID ) : |
||
SDApproved ( System.Guid uniqueRequestID ) : bool | ||
StoreRequestFormInDatabaseAsPending ( |
||
UpdateRequestToHRApproved ( System.Guid UniqueRequestID ) : bool | ||
UpdateRequestToServiceDeskApproved ( System.Guid UniqueRequestID ) : bool |
Method | Description | |
---|---|---|
AddParametersForStoreRequestFormInDatabaseHelper ( |
||
CheckOtherDepartmentApproval ( System.Guid uniqueRequestID, string ApprovalDept ) : bool | ||
UpdateRequestToApprovedStatus ( System.Guid UniqueRequestID, string ApprovalDept ) : bool | ||
setTheRequestAsNotPending ( System.Guid uniqueRequestID ) : void |
public HRApproved ( System.Guid uniqueRequestID ) : bool | ||
uniqueRequestID | System.Guid | |
return | bool |
public RemoveRequestByUniqueId ( System.Guid UniqueRequestID ) : bool | ||
UniqueRequestID | System.Guid | |
return | bool |
public RetrieveRequest ( System.Guid uniqueRequestID ) : |
||
uniqueRequestID | System.Guid | |
return |
public SDApproved ( System.Guid uniqueRequestID ) : bool | ||
uniqueRequestID | System.Guid | |
return | bool |
public StoreRequestFormInDatabaseAsPending ( |
||
form | ||
return | bool |
public UpdateRequestToHRApproved ( System.Guid UniqueRequestID ) : bool | ||
UniqueRequestID | System.Guid | |
return | bool |
public UpdateRequestToServiceDeskApproved ( System.Guid UniqueRequestID ) : bool | ||
UniqueRequestID | System.Guid | |
return | bool |