ScanModel class
Inheritance
Object
GetLifeCycle
DisposableInterface
GetxController
ScanModel
Implemented types
Methods
$configureLifeCycle ()
→ void
inherited
addAssetToProduct ({String ? singleId , SingleScannedModel ? singleData , String ? startRange , String ? endRange , List <SingleScannedModel > ? rangeAssets , String ? boxId , RangeScannedModel ? boxData })
→ void
addListener (GetStateUpdate listener )
→ Disposer
Register a closure to be called when the object notifies its listeners.
inherited
addListenerId (Object ? key , GetStateUpdate listener )
→ Disposer
inherited
addProductToOrderList ({required CollectStockCardModel product , required bool isSingle , required bool isRange , required bool isBox })
→ bool
addScannedAsset (List <ScanContentModel > assets , int ? serial , int ? start , int ? end )
→ dynamic
callAddToCartApi (String ? serialNum , String ? serialStartRange , String ? serialEndRange , String ? productCode )
→ Future <void >
callARMMultipleGrnScanApi (String ? serialNum , String ? serialStartRange , String ? serialEndRange , int pageNo , String requestToPartnerId )
→ Future <void >
callARMMultipleStockDeliveryScanApi (String ? serialNum , String ? serialStartRange , String ? serialEndRange , int pageNo , String requestToPartnerId )
→ Future <void >
callCreditLimitValidation (String ? serialNum , String ? serialStartRange , String ? serialEndRange , String ? productCode )
→ Future <void >
callDeleteAssetByIdApi (String ? serialNum , String ? serialStartRange , String ? serialEndRange , String ? productCode , bool isReverseTheLimit )
→ Future <void >
callDeleteDiscountCartApi ()
→ Future <void >
callDeleteProductByIdApi (String productId , ProductContentModel data )
→ Future <void >
callDiscountCartApi (String cartDiscountId )
→ Future <void >
callGrnARMScanApi (String ? serialNum , String ? serialStartRange , String ? serialEndRange , String requestToPartnerId )
→ Future <void >
callproductDetailsApi (List <Partner > partner , ScanModel scanModel )
→ Future <void >
callReservecreditSaleAPI (double amount , List <Map <String , dynamic > > request )
→ Future <void >
callScanApi (String ? serialNum , String ? serialStartRange , String ? serialEndRange , String requestToPartnerId )
→ Future <void >
callSellThruScanApi (String ? serialNum , String ? serialStartRange , String ? serialEndRange , String requestToPartnerId )
→ Future <void >
callStockDeliveryARMScanApi (String ? serialNum , String ? serialStartRange , String ? serialEndRange , String requestToPartnerId )
→ Future <void >
callSubmitAPI (List <Map <String , dynamic > > request )
→ Future <void >
callUpdateCartApi (String ? serialNum , String ? serialStartRange , String ? serialEndRange , String ? productCode )
→ Future <void >
checkProductIsAlreadyAdded (String ? materialCode )
→ CollectStockCardModel ?
checkValue (String ? serialNumber )
→ String ?
clearAll ({required bool isSingle , required bool isRange , required ProductContentModel data_ })
→ Future <void >
clearEndRangeId ()
→ void
clearSingleId ()
→ void
clearStartRangeId ()
→ void
deleteAssetGrn (String assetid , ProductContentModel product )
→ dynamic
deleteBoxId ({String ? boxId , bool isBox = false })
→ Future <void >
deleteProduct (ProductContentModel data_ )
→ Future <void >
deleteProductGrn (String productCode )
→ dynamic
deleteSingleAsset (String assetId , ProductContentModel product )
→ Future <void >
dispose ()
→ void
inherited
disposeId (Object id )
→ void
To dispose an id
from future updates(), this ids are registered
by GetBuilder()
or similar, so is a way to unlink the state change with
the Widget from the Controller.
inherited
initModel (BuildContext context )
→ dynamic
isURL (String value )
→ bool
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyChildrens ()
→ void
inherited
onClose ()
→ void
Called before onDelete method. onClose might be used to
dispose resources used by the controller. Like closing events,
or streams before the controller is destroyed.
Or dispose objects that can potentially create some memory leaks,
like TextEditingControllers, AnimationControllers.
Might be useful as well to persist some data on disk.
override
onCollectStockScan ()
→ Future
onInit ()
→ void
Called immediately after the widget is allocated in memory.
You might use this to initialize something for the controller.
inherited
onReady ()
→ void
Called 1 frame after onInit(). It is the perfect place to enter
navigation events, like snackbar, dialogs, or a new route, or
async request.
inherited
prepareCartRequest (String ? serialNum , String ? serialStartRange , String ? serialEndRange , String ? productCode )
→ AddToCartRequest
previewScreen ()
→ void
refresh ()
→ void
inherited
refreshGroup (Object id )
→ void
inherited
removeListener (VoidCallback listener )
→ void
Remove a previously registered closure from the list of closures that the
object notifies.
inherited
removeListenerId (Object id , VoidCallback listener )
→ void
inherited
resetdata ()
→ dynamic
scanIccid ()
→ Future <void >
scanIccidWithCamera (String ? id )
→ Future <void >
setCurrentScanType (ScanType scanType )
→ void
setGrnProducts (Content data )
→ void
setIsManualEntry (bool status )
→ void
setSelectedScanType (String value )
→ void
setTabValue (int value )
→ void
setTestData (bool isOutlet )
→ void
submitScannedAssets (dynamic amount )
→ Future <void >
toString ()
→ String
A string representation of this object.
inherited
totalOrdered ()
→ int
totalScanned ()
→ int
update ([List <Object > ? ids , bool condition = true ])
→ void
Rebuilds GetBuilder
each time you call update()
;
Can take a List of ids
, that will only update the matching
GetBuilder( id: )
,
ids
can be reused among GetBuilders
like group tags.
The update will only notify the Widgets, if condition
is true.
inherited
updateCollectStock (CartModel data , String ? serialNum , String ? serialStartRange , String ? serialEndRange , String ? productCode )
→ Future <void >
updateSellThruOrder (CartModel data )
→ Future <void >
updateSpotSellThruOrder (CartModel data )
→ Future <void >
validateScanning ()
→ dynamic