Method | Description | |
---|---|---|
AddTransportOrder ( |
||
ApproveTransportOrder ( |
||
CheckIfCommodityIsDipatchedToThisFdp ( int fdpId, string bidNo, int transporterId, int transportOrderId, int commodityId ) : decimal? | ||
CreateTransportOrder ( int transportRequisitionId, int bidId ) : bool | ||
DeleteById ( int id ) : bool | ||
DeleteHubAllocations ( List |
||
DeleteSiPcAllocations ( List |
||
DeleteTransporRequsitionDetails ( List |
||
DeleteTransportOrder ( |
||
DeleteTransportOrderDetails ( List |
||
Dispose ( ) : void | ||
EditTransportOrder ( |
||
FindBy ( bool>.Expression |
||
FindById ( int id ) : |
||
GeTransportOrderRpt ( int id ) : List |
||
GeneratDispatchPlan ( int transportOrderId ) : bool | ||
Get ( bool>.Expression |
||
GetAllTransportOrder ( ) : List |
||
GetByHub ( bool>.Expression |
||
GetFilteredTransportOrder ( IEnumerable |
||
GetFilteredTransportOrder ( IEnumerable |
||
GetHubs ( ) : List |
||
GetPrograms ( ) : List |
||
GetRegions ( ) : IOrderedEnumerable |
||
GetRequsitionsToBeReverted ( ) : List |
||
GetTransportOrderDetail ( int requisitionId ) : IEnumerable |
||
GetTransportOrderDetailByTransportId ( int transportId ) : IEnumerable |
||
GetTransportOrderReleifRequisition ( int status ) : IEnumerable |
||
GetTransportRequisitionNo ( string transportRequisitionNo ) : string | ||
GetTransporter ( ) : List |
||
GetWoredas ( int zoneId, int transReqNo ) : IOrderedEnumerable |
||
GetZone ( int transReqNo ) : IOrderedEnumerable |
||
ReAssignTransporter ( IEnumerable |
||
ReverseDispatchAllocation ( int transportOrderId ) : List |
||
ReverseTransportOrder ( int transportOrderID ) : bool | ||
RevertRequsition ( int requisitionID ) : bool | ||
SignTransportOrder ( |
||
TransportOrderService ( IUnitOfWork unitOfWork, ITransporterService transporterService, INotificationService notificationService ) : System | ||
UpdateRequsitionStatus ( IEnumerable |
||
UpdateRequsitionStatus ( int requisitionID ) : void | ||
UpdateTransporterOrder ( int transportorderId, int woredaId ) : void |
Method | Description | |
---|---|---|
AddToCurrentTransport ( IEnumerable |
||
AddToNotification ( int transportOrderId, string transportOrderNo, List |
||
AssignTransporterForEachWoreda ( int transportRequisitionId, int bidId ) : List |
public AddTransportOrder ( |
||
transportOrder | ||
return | bool |
public ApproveTransportOrder ( |
||
transportOrder | ||
return | bool |
public CheckIfCommodityIsDipatchedToThisFdp ( int fdpId, string bidNo, int transporterId, int transportOrderId, int commodityId ) : decimal? | ||
fdpId | int | |
bidNo | string | |
transporterId | int | |
transportOrderId | int | |
commodityId | int | |
return | decimal? |
public CreateTransportOrder ( int transportRequisitionId, int bidId ) : bool | ||
transportRequisitionId | int | |
bidId | int | |
return | bool |
public DeleteHubAllocations ( List |
||
hubAllocations | List |
|
return | void |
public DeleteSiPcAllocations ( List |
||
sIPcAllocations | List |
|
return | void |
public DeleteTransporRequsitionDetails ( List |
||
transportRequisitionDetails | List |
|
return | void |
public DeleteTransportOrder ( |
||
transportOrder | ||
return | bool |
public DeleteTransportOrderDetails ( List |
||
transportOrderDetails | List |
|
return | void |
public EditTransportOrder ( |
||
transportOrder | ||
return | bool |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
return | List |
public FindById ( int id ) : |
||
id | int | |
return |
public GeneratDispatchPlan ( int transportOrderId ) : bool | ||
transportOrderId | int | |
return | bool |
public Get ( bool>.Expression |
||
filter | bool>.Expression | |
orderBy | Func |
|
includeProperties | string | |
return | IEnumerable |
public GetByHub ( bool>.Expression |
||
filter | bool>.Expression | |
orderBy | Func |
|
includeProperties | string | |
hubId | int | |
statusId | int | |
return | IEnumerable |
public GetFilteredTransportOrder ( IEnumerable |
||
transportOrderDetails | IEnumerable |
|
statusId | int | |
return | IEnumerable |
public GetFilteredTransportOrder ( IEnumerable |
||
transportRequsitionDetails | IEnumerable |
|
statusId | int | |
return | IEnumerable |
public GetTransportOrderDetail ( int requisitionId ) : IEnumerable |
||
requisitionId | int | |
return | IEnumerable |
public GetTransportOrderDetailByTransportId ( int transportId ) : IEnumerable |
||
transportId | int | |
return | IEnumerable |
public GetTransportOrderReleifRequisition ( int status ) : IEnumerable |
||
status | int | |
return | IEnumerable |
public GetTransportRequisitionNo ( string transportRequisitionNo ) : string | ||
transportRequisitionNo | string | |
return | string |
public GetWoredas ( int zoneId, int transReqNo ) : IOrderedEnumerable |
||
zoneId | int | |
transReqNo | int | |
return | IOrderedEnumerable |
public GetZone ( int transReqNo ) : IOrderedEnumerable |
||
transReqNo | int | |
return | IOrderedEnumerable |
public ReAssignTransporter ( IEnumerable |
||
transReqWithTransporter | IEnumerable |
|
transporterID | int | |
return | int |
public ReverseDispatchAllocation ( int transportOrderId ) : List |
||
transportOrderId | int | |
return | List |
public ReverseTransportOrder ( int transportOrderID ) : bool | ||
transportOrderID | int | |
return | bool |
public RevertRequsition ( int requisitionID ) : bool | ||
requisitionID | int | |
return | bool |
public SignTransportOrder ( |
||
transportOrder | ||
return | bool |
public TransportOrderService ( IUnitOfWork unitOfWork, ITransporterService transporterService, INotificationService notificationService ) : System | ||
unitOfWork | IUnitOfWork | |
transporterService | ITransporterService | |
notificationService | INotificationService | |
return | System |
public UpdateRequsitionStatus ( IEnumerable |
||
requisitionIDs | IEnumerable |
|
return | void |
public UpdateRequsitionStatus ( int requisitionID ) : void | ||
requisitionID | int | |
return | void |
public UpdateTransporterOrder ( int transportorderId, int woredaId ) : void | ||
transportorderId | int | |
woredaId | int | |
return | void |