Method | Description | |
---|---|---|
AddHub ( Hub hub ) : bool | ||
DeleteById ( int id ) : bool | ||
DeleteHub ( Hub hub ) : bool | ||
Dispose ( ) : void | ||
EditHub ( Hub hub ) : bool | ||
FindBy ( bool>.System |
||
FindById ( int id ) : Hub | ||
GetAllHub ( ) : List |
||
GetAllStoreByUser ( UserProfile user ) : List |
||
GetAllWithoutId ( int hubId ) : List |
||
GetDispatchFulfillmentStatus ( int hubID ) : IEnumerable |
||
GetFreeStockGroupedByProgram ( int HuBID, |
||
GetOthersHavingSameOwner ( Hub hub ) : List |
||
GetOthersWithDifferentOwner ( Hub hub ) : List |
||
GetStatusReportBySI ( int hubID ) : IEnumerable |
||
GetStockStatusReport ( int hubID, int commodityID ) : IEnumerable |
||
HubService ( IUnitOfWork unitOfWork ) : System |
public FindBy ( bool>.System |
||
predicate | bool>.System | |
return | List |
public GetAllStoreByUser ( UserProfile user ) : List |
||
user | UserProfile | |
return | List |
public GetDispatchFulfillmentStatus ( int hubID ) : IEnumerable |
||
hubID | int | |
return | IEnumerable |
public GetFreeStockGroupedByProgram ( int HuBID, |
||
HuBID | int | |
freeStockFilterViewModel | ||
return | List |
public GetOthersHavingSameOwner ( Hub hub ) : List |
||
hub | Hub | |
return | List |
public GetOthersWithDifferentOwner ( Hub hub ) : List |
||
hub | Hub | |
return | List |
public GetStatusReportBySI ( int hubID ) : IEnumerable |
||
hubID | int | |
return | IEnumerable |
public GetStockStatusReport ( int hubID, int commodityID ) : IEnumerable |
||
hubID | int | |
commodityID | int | |
return | IEnumerable |
public HubService ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
return | System |