ApprovalPendingController class

Inheritance
  • Object
  • GetLifeCycle
  • DisposableInterface
  • GetxController
  • ApprovalPendingController
Implemented types

Constructors

ApprovalPendingController()

Properties

addressList ↔ RxList<AddressElement>
getter/setter pair
approvalData Map<String, dynamic>
getter/setter pair
approverId String
getter/setter pair
billingAddress ↔ Rx<AddressElement>
getter/setter pair
billingAddressList ↔ RxList<AddressElement>
getter/setter pair
billingSelected ↔ RxString
getter/setter pair
cartDetailsResponseModel CartDetailsResponseModel
getter/setter pair
commaSeparated String
getter/setter pair
createdCustomersAddressList ↔ RxList<AddressElement>
getter/setter pair
createdPartners ↔ Rx<PartnerDetailsModel>
getter/setter pair
currentAddress ↔ Rx<ProfileAddress>
getter/setter pair
customerId ↔ RxString
getter/setter pair
customerName ↔ RxString
getter/setter pair
dateFromController ↔ Rx<TextEditingController>
getter/setter pair
dateToController ↔ Rx<TextEditingController>
getter/setter pair
designationName ↔ RxString
getter/setter pair
destinationSelected ↔ RxString
getter/setter pair
dio → Dio
final
erpAccNumController TextEditingController
getter/setter pair
erpDsoAccIdController TextEditingController
getter/setter pair
erpSiteNumController TextEditingController
getter/setter pair
eventDropdowns List<Content>
getter/setter pair
filterProductCode ↔ RxString
getter/setter pair
firstEncounteredEmptyField String
getter/setter pair
formattedEndOfMonthDate String
getter/setter pair
formattedStartOfMonthDate String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
no setterinherited
index ↔ RxInt
getter/setter pair
initialized bool
Checks whether the controller has already been initialized.
no setterinherited
invoiceReceiptId ↔ RxString
getter/setter pair
isAddressExpanded ↔ RxBool
getter/setter pair
isClosed bool
Checks whether the controller has already been closed.
no setterinherited
isCreditTypeExpanded ↔ RxBool
getter/setter pair
isDatesSelected ↔ RxBool
getter/setter pair
isEventSelected ↔ RxBool
getter/setter pair
isLoading ↔ RxBool
getter/setter pair
isLoadingMore ↔ RxBool
getter/setter pair
isMandatoryDetailsCompleted ↔ RxBool
getter/setter pair
isOperatorWarehouseExpanded ↔ RxBool
getter/setter pair
isOrderDetailsExpanded ↔ RxBool
getter/setter pair
isProfileExpanded ↔ RxBool
getter/setter pair
isSearching ↔ RxBool
getter/setter pair
isWarehouseExpanded ↔ RxBool
getter/setter pair
keyword String
getter/setter pair
listeners int
no setterinherited
localization Localization
final
manageApproveResponseModel ManageApproveResponseModel
getter/setter pair
maxSinglePaymentReceiptAmountController TextEditingController
getter/setter pair
newAddressList ↔ RxList<AddressElement>
getter/setter pair
newPartners ↔ Rx<RequestDetails>
getter/setter pair
onDelete → InternalFinalCallback<void>
Internal callback that starts the cycle of this controller.
finalinherited
onStart → InternalFinalCallback<void>
Called at the exact moment the widget is allocated in memory. It uses an internal "callable" type, to avoid any @overrides in subclases. This method should be internal and is required to define the lifetime cycle of the subclass.
finalinherited
orderId ↔ RxString
getter/setter pair
orderStatus ↔ RxString
getter/setter pair
orderType ↔ RxString
getter/setter pair
partners ↔ Rx<OldDetails>
getter/setter pair
payTo ↔ RxString
getter/setter pair
pgpImage ↔ Rx<GenericUploadResponse>
getter/setter pair
pgpOldImage ↔ Rx<GenericUploadResponse>
getter/setter pair
pricingSegemntDropdown ↔ RxList<ContextMapping>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchController TextEditingController
getter/setter pair
selectedBillingAddress ↔ RxString
getter/setter pair
selectedBillingAddressContent ↔ Rx<AddressElement>
getter/setter pair
selectedDestinationAddress ↔ RxString
getter/setter pair
selectedDestinationAddressContent ↔ Rx<Content>
getter/setter pair
selectedEvent ↔ Rx<Content>
getter/setter pair
selectedFilter String
getter/setter pair
selectedPricingSegemntDropdown ↔ Rx<ContextMapping>
getter/setter pair
selectedProduct ↔ RxList<ProductContentModel>
getter/setter pair
selectedSourceAddress ↔ RxString
getter/setter pair
selectedSourceAddressContent ↔ Rx<Content>
getter/setter pair
sellThruOrder ↔ Rx<SellThruProductDataModel>
getter/setter pair
serialNumberListContent ↔ RxList<Content>
getter/setter pair
serviceNames List<String>
getter/setter pair
serviceParent ↔ RxString
getter/setter pair
sourceSelected ↔ RxString
getter/setter pair
status ↔ RxInt
getter/setter pair
storage → GetStorage
final
taskId ↔ RxString
getter/setter pair
taskName ↔ RxString
getter/setter pair
tasksList ↔ RxList<Content>
getter/setter pair
toShowErpDetails ↔ RxBool
getter/setter pair
totalSerialNumber ↔ RxInt
getter/setter pair
totalTasks int
getter/setter pair
userId String
getter/setter pair
warehouseList ↔ RxList<Content>
getter/setter pair

Methods

$configureLifeCycle() → void
inherited
addListener(GetStateUpdate listener) → Disposer
Register a closure to be called when the object notifies its listeners.
inherited
addListenerId(Object? key, GetStateUpdate listener) → Disposer
inherited
approvalCancelApi(BuildContext context, String taskId, bool approvedStatus, String meaasge) Future<void>
approvalConfimationApi(BuildContext context, String taskId, bool approvedStatus, String meaasge, {bool? isCancelled = false, bool? isCreatedCustomer = false}) Future<void>
callGetTaks({String? keyword, int page = 1, String? event, String? fromDate, String? toDate}) Future<void>
callGetWarehouses({String? partnerId, int? page, int? size, String? warehouseCategory, int? status, String? sort, String? order, bool isForOperator = false}) Future<void>
callHistoryMoreInfoApi(int partnerId) Future<void>
callPartnerDetailsApi(String partnerId) Future<void>
callPosSaleSerialNumberListApi(int pageNumber, String? keyword) Future<bool>
checkMandatoryFields() → dynamic
clearFilter() → dynamic
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
getAddressDesinationString(OrderDestinationAddressAddressDetailsInfo? address) String
getAddressSourceString(OrderSourceAddressAddressDetailsInfo? address) String
getAddressString(BillingAddress? address) String
getCpmDropDown({String? parentId, required int dropDownMasterId}) → dynamic
getInvoice(String id) Future<void>
getpricingSegmentDropdown({required String id}) → dynamic
getRequestTaskId() Future
getServiceParent({required String parentId}) → dynamic
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.
inherited
onInit() → void
Called immediately after the widget is allocated in memory. You might use this to initialize something for the controller.
override
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
orderDetails(BuildContext context, String orderId, {bool? screen = false}) → dynamic
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
toString() String
A string representation of this object.
inherited
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
updateSellThruReOrder(CartDetailsResponseModel model) Future<void>

Operators

operator ==(Object other) bool
The equality operator.
inherited