public abstract static class IInventoryService.Stub extends Binder implements IInventoryService
IInventoryService.Default, IInventoryService.Stub
IBinder.DeathRecipient
DUMP_TRANSACTION, FIRST_CALL_TRANSACTION, FLAG_ONEWAY, INTERFACE_TRANSACTION, LAST_CALL_TRANSACTION, LIKE_TRANSACTION, PING_TRANSACTION, TWEET_TRANSACTION
Constructor and Description |
---|
Stub()
Construct the stub at attach it to the interface.
|
Modifier and Type | Method and Description |
---|---|
IBinder |
asBinder() |
static IInventoryService |
asInterface(IBinder obj)
Cast an IBinder object into an com.clover.sdk.v3.inventory.IInventoryService interface,
generating a proxy if needed.
|
static IInventoryService |
getDefaultImpl() |
boolean |
onTransact(int code,
Parcel data,
Parcel reply,
int flags) |
static boolean |
setDefaultImpl(IInventoryService impl) |
attachInterface, clearCallingIdentity, clearCallingWorkSource, dump, dump, dumpAsync, flushPendingCommands, getCallingPid, getCallingUid, getCallingUidOrThrow, getCallingUserHandle, getCallingWorkSourceUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, restoreCallingWorkSource, setCallingWorkSourceUid, transact, unlinkToDeath
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addItemToCategory, assignCategoriesToItem, assignItemsToTag, assignModifierGroupToItem, assignOptionsToItem, assignTagsToItem, assignTagsToPrinter, assignTaxRatesToItem, bulkAssignColorToItems, createAttribute, createCategory, createDiscount, createItem, createItemGroup, createModifier, createModifierGroup, createOption, createTag, createTaxRate, deleteAttribute, deleteCategories, deleteCategory, deleteDiscount, deleteItem, deleteItemGroup, deleteItems, deleteModifier, deleteModifierGroup, deleteModifierGroups, deleteOption, deleteTag, deleteTags, deleteTaxRate, getAttribute, getAttributes, getCategories, getDiscount, getDiscounts, getItem, getItemGroup, getItemIds, getItems, getItemsForModifierGroup, getItemsWithCategories, getItemWithCategories, getModifierGroups, getModifierGroupsForItem, getModifiers, getOption, getOptions, getOptionsForItem, getTag, getTags, getTagsForItem, getTagsForPrinter, getTaxRate, getTaxRates, getTaxRatesExcludedForItem, getTaxRatesForItem, moveItemInCategoryLayout, removeCategoriesFromItem, removeItemFromCategory, removeItemsFromTag, removeItemStock, removeModifierGroupFromItem, removeOptionsFromItem, removeTagsFromItem, removeTagsFromPrinter, removeTaxRatesFromItem, updateAttribute, updateCategory, updateCategoryItems, updateCategorySortOrders, updateDiscount, updateItem, updateItemGroup, updateItemStock, updateItemStockQuantity, updateModifier, updateModifierGroup, updateModifierGroupSortOrders, updateModifierSortOrder, updateOption, updateTag, updateTaxRate
public static IInventoryService asInterface(IBinder obj)
public IBinder asBinder()
asBinder
in interface IInterface
public boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException
onTransact
in class Binder
RemoteException
public static boolean setDefaultImpl(IInventoryService impl)
public static IInventoryService getDefaultImpl()