Uses of Interface
com.storedobject.core.Transaction
Packages that use Transaction
Package
Description
-
Uses of Transaction in com.storedobject.accounts
Methods in com.storedobject.accounts with parameters of type TransactionModifier and TypeMethodDescriptionvoidInvoice.addPayment(Money amount, Transaction transaction) voidInvoice.setPayment(Money amount, Transaction transaction) -
Uses of Transaction in com.storedobject.core
Classes in com.storedobject.core that implement TransactionModifier and TypeClassDescriptionclassfinal classTransaction.final classMethods in com.storedobject.core that return TransactionModifier and TypeMethodDescriptionInstall.createTransaction()TransactionManager.createTransaction(Logic logic, PseudoTransaction pseudoTransaction) Create a new transaction for a given logic.final TransactionStoredObject.getTransaction()Get the transaction this instance is currently involved in.TransactionControl.getTransaction()User the currently active transaction or a new transaction if none exists.TransactionControl.useTransaction()User the currently active transaction.Methods in com.storedobject.core with parameters of type TransactionModifier and TypeMethodDescriptionfinal voidStoredObject.addLink(Transaction transaction, Id id) Add a given Id as a link to this instance.final voidStoredObject.addLink(Transaction transaction, Id id, int linkType) Add a given Id as a link to this instance.final voidStoredObject.addLink(Transaction transaction, StoredObject object) Add a given object as a link to this instance.final voidStoredObject.addLink(Transaction transaction, StoredObject object, int linkType) Add a given object as a link to this instance.static LoginMessageLoginMessage.alert(Transaction transaction, String message, StoredObject person) static LoginMessageLoginMessage.alert(Transaction transaction, String message, StoredObject person, int validityInDays) static LoginMessageLoginMessage.alert(Transaction transaction, String message, StoredObject person, StoredObject generatedBy) static LoginMessageLoginMessage.alert(Transaction transaction, String message, StoredObject person, StoredObject generatedBy, int validityInDays) static LoginMessageLoginMessage.alert(Transaction transaction, String message, StoredObject person, Class<?> processorClass) static LoginMessageLoginMessage.alert(Transaction transaction, String message, StoredObject person, Class<?> processorClass, int validityInDays) static LoginMessageLoginMessage.alert(Transaction transaction, String message, StoredObject person, Class<?> processorClass, StoredObject generatedBy) static LoginMessageLoginMessage.alert(Transaction transaction, String message, StoredObject person, Class<?> processorClass, StoredObject generatedBy, int validityInDays) static LoginMessageLoginMessage.alert(Transaction transaction, String message, Iterable<? extends StoredObject> persons) static LoginMessageLoginMessage.alert(Transaction transaction, String message, Iterable<? extends StoredObject> persons, int validityInDays) static LoginMessageLoginMessage.alert(Transaction transaction, String message, Iterable<? extends StoredObject> persons, StoredObject generatedBy, int validityInDays) static LoginMessageLoginMessage.alert(Transaction transaction, String message, Iterable<? extends StoredObject> persons, Class<?> processorClass) static LoginMessageLoginMessage.alert(Transaction transaction, String message, Iterable<? extends StoredObject> persons, Class<?> processorClass, int validityInDays) static LoginMessageLoginMessage.alert(Transaction transaction, String message, Iterable<? extends StoredObject> persons, Class<?> processorClass, StoredObject generatedBy) static LoginMessageLoginMessage.alert(Transaction transaction, String message, Iterable<? extends StoredObject> persons, Class<?> processorClass, StoredObject generatedBy, int validityInDays) final voidAccount.allow(Transaction transaction, boolean debit, boolean credit) InventoryTransfer.amend(Transaction transaction) Amend this.InventoryPO.amendOrder(Transaction transaction) Amend this PO.voidMemoComment.approveMemo(Transaction transaction, String approvalText) voidMemoComment.approveMemo(Transaction transaction, String approvalText, SystemUser forwardTo) voidMemoComment.assignAssistant(Transaction transaction, SystemUser assistant) voidInventoryItem.attachPO(Transaction transaction, InventoryPO po) Attach the PO for this item.voidInventoryItem.attachRO(Transaction transaction, InventoryRO ro) Attach the RO to this item.voidInventoryItem.changePartNumber(Transaction transaction, InventoryItemType newPartNumber) voidFileData.circulate(Transaction transaction) voidFileFolder.circulate(Transaction transaction, boolean recursive) final voidAccount.close(Transaction transaction) voidInventoryGRN.close(Transaction transaction) voidInventoryReturn.close(Transaction transaction) Close (only if all the items are returned via some means).voidInventoryReturn.close(Transaction transaction, boolean manually) Close (only if all the items are returned via some means).voidMaterialIssued.close(Transaction transaction) voidMemoComment.closeMemo(Transaction transaction) voidInventoryPO.closeOrder(Transaction transaction) voidMemoComment.commentMemo(Transaction transaction, String comment) voidTransaction.CommitListener.committed(Transaction transaction) Will be invoked after the transaction is committed.default voidTransaction.CommitListener.committing(Transaction transaction) Will be invoked jus before committing the transaction.voidInventoryGRN.correctExchangeRate(Transaction transaction, Rate exchangeRate) static intStoredObject.count(Transaction transaction, Class<? extends StoredObject> objectClass, String condition) Count the number of instances for the given set of parameters.static intStoredObject.count(Transaction transaction, Class<? extends StoredObject> objectClass, String condition, boolean any) Count the number of instances for the given set of parameters.final intId.countLinks(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass) final intId.countLinks(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, boolean any) final intId.countLinks(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String condition) final intId.countLinks(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) final intId.countLinks(Transaction transaction, Class<? extends StoredObject> objectClass) final intId.countLinks(Transaction transaction, Class<? extends StoredObject> objectClass, boolean any) final intId.countLinks(Transaction transaction, Class<? extends StoredObject> objectClass, String condition) final intId.countLinks(Transaction transaction, Class<? extends StoredObject> objectClass, String condition, boolean any) final intId.countLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass) final intId.countLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, boolean any) final intId.countLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String condition) final intId.countLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) final intStoredObject.countLinks(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass) Count the links of this instance for the given set of parameters.final intStoredObject.countLinks(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, boolean any) Count the links of this instance for the given set of parameters.final intStoredObject.countLinks(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String condition) Count the links of this instance for the given set of parameters.final intStoredObject.countLinks(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) Count the links of this instance for the given set of parameters.final intStoredObject.countLinks(Transaction transaction, Class<? extends StoredObject> objectClass) Count the links of this instance for the given set of parameters.final intStoredObject.countLinks(Transaction transaction, Class<? extends StoredObject> objectClass, boolean any) Count the links of this instance for the given set of parameters.final intStoredObject.countLinks(Transaction transaction, Class<? extends StoredObject> objectClass, String condition) Count the links of this instance for the given set of parameters.final intStoredObject.countLinks(Transaction transaction, Class<? extends StoredObject> objectClass, String condition, boolean any) Count the links of this instance for the given set of parameters.final intStoredObject.countLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass) Count the links of this instance for the given set of parameters.final intStoredObject.countLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, boolean any) Count the links of this instance for the given set of parameters.final intStoredObject.countLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String condition) Count the links of this instance for the given set of parameters.final intStoredObject.countLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) Count the links of this instance for the given set of parameters.final intId.countMasters(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass) final intId.countMasters(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, boolean any) final intId.countMasters(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String condition) final intId.countMasters(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) final intId.countMasters(Transaction transaction, Class<? extends StoredObject> objectClass) final intId.countMasters(Transaction transaction, Class<? extends StoredObject> objectClass, boolean any) final intId.countMasters(Transaction transaction, Class<? extends StoredObject> objectClass, String condition) final intId.countMasters(Transaction transaction, Class<? extends StoredObject> objectClass, String condition, boolean any) final intId.countMasters(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass) final intId.countMasters(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, boolean any) final intId.countMasters(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String condition) final intId.countMasters(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) final intStoredObject.countMasters(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass) For the given set of parameters, count the masters for which this instance is a link.final intStoredObject.countMasters(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, boolean any) For the given set of parameters, count the masters for which this instance is a link.final intStoredObject.countMasters(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String condition) For the given set of parameters, count the masters for which this instance is a link.final intStoredObject.countMasters(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) For the given set of parameters, count the masters for which this instance is a link.final intStoredObject.countMasters(Transaction transaction, Class<? extends StoredObject> objectClass) For the given set of parameters, count the masters for which this instance is a link.final intStoredObject.countMasters(Transaction transaction, Class<? extends StoredObject> objectClass, boolean any) For the given set of parameters, count the masters for which this instance is a link.final intStoredObject.countMasters(Transaction transaction, Class<? extends StoredObject> objectClass, String condition) For the given set of parameters, count the masters for which this instance is a link.final intStoredObject.countMasters(Transaction transaction, Class<? extends StoredObject> objectClass, String condition, boolean any) For the given set of parameters, count the masters for which this instance is a link.final intStoredObject.countMasters(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass) For the given set of parameters, count the masters for which this instance is a link.final intStoredObject.countMasters(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, boolean any) For the given set of parameters, count the masters for which this instance is a link.final intStoredObject.countMasters(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String condition) For the given set of parameters, count the masters for which this instance is a link.final intStoredObject.countMasters(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) For the given set of parameters, count the masters for which this instance is a link.static FileDataFileData.create(String path, StreamData streamData, Transaction transaction) static FileFolderFileFolder.createFolders(Transaction transaction, String path) static InventoryReservedBinInventoryReservedBin.createFor(Transaction transaction, InventoryBin bin, MaterialRequest materialRequest) InventoryItem.createGRN(Transaction transaction, InventoryStore store, Date grnDate, int grnNumber, Date invoiceDate, String invoiceReference, Entity supplier) Create the GRN for this item.InventoryItem.createGRN(Transaction transaction, InventoryStore store, Date grnDate, int grnNumber, Date invoiceDate, String invoiceReference, Entity supplier, int grnType) Create the GRN for this item.InventoryPO.createGRN(Transaction transaction, Map<Id, Quantity> quantities, InventoryGRN grn, String invoiceNumber, Date invoiceDate, Rate exchangeRate) Create a GRN for this PO.final voidStoredObject.delete(Transaction transaction) Delete this instance from the database.voidMemoComment.escalateMemo(Transaction transaction, String reason) voidBulkDataDelete.execute(Transaction t) static booleanStoredObject.exists(Transaction transaction, Class<? extends StoredObject> objectClass, String condition) Check the existence of any instances for the given set of parameters.static booleanStoredObject.exists(Transaction transaction, Class<? extends StoredObject> objectClass, String condition, boolean any) Check the existence of any instances for the given set of parameters.final booleanId.existsLink(Transaction transaction, int linkType, Id linkId) final booleanId.existsLink(Transaction transaction, int linkType, StoredObject link) final booleanId.existsLink(Transaction transaction, Id linkId) final booleanId.existsLink(Transaction transaction, StoredObject link) booleanStoredObject.existsLink(Transaction tran, int linkType, Id linkId) Check the existence of links under this instance for the given parameters.booleanStoredObject.existsLink(Transaction tran, int linkType, StoredObject link) Check the existence of links under this instance for the given parameters.booleanStoredObject.existsLink(Transaction tran, Id linkId) Check the existence of links under this instance for the given parameters.booleanStoredObject.existsLink(Transaction tran, StoredObject link) Check the existence of links under this instance for the given parameters.final booleanId.existsLinks(Transaction transaction) final booleanId.existsLinks(Transaction tran, int linkType, Class<? extends StoredObject> objectClass) final booleanId.existsLinks(Transaction tran, int linkType, Class<? extends StoredObject> objectClass, boolean any) final booleanId.existsLinks(Transaction tran, int linkType, Class<? extends StoredObject> objectClass, String condition) final booleanId.existsLinks(Transaction tran, int linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) final booleanId.existsLinks(Transaction tran, Class<? extends StoredObject> objectClass) final booleanId.existsLinks(Transaction tran, Class<? extends StoredObject> objectClass, boolean any) final booleanId.existsLinks(Transaction tran, Class<? extends StoredObject> objectClass, String condition) final booleanId.existsLinks(Transaction tran, Class<? extends StoredObject> objectClass, String condition, boolean any) final booleanId.existsLinks(Transaction tran, String linkType, Class<? extends StoredObject> objectClass) final booleanId.existsLinks(Transaction tran, String linkType, Class<? extends StoredObject> objectClass, boolean any) final booleanId.existsLinks(Transaction tran, String linkType, Class<? extends StoredObject> objectClass, String condition) final booleanId.existsLinks(Transaction tran, String linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) booleanStoredObject.existsLinks(Transaction tran) Check the existence of links under this instance for the given parameter.booleanStoredObject.existsLinks(Transaction tran, int linkType, Class<? extends StoredObject> objectClass) Check the existence of links under this instance for the given parameters.booleanStoredObject.existsLinks(Transaction tran, int linkType, Class<? extends StoredObject> objectClass, boolean any) Check the existence of links under this instance for the given parameters.booleanStoredObject.existsLinks(Transaction tran, int linkType, Class<? extends StoredObject> objectClass, String condition) Check the existence of links under this instance for the given parameters.booleanStoredObject.existsLinks(Transaction tran, int linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) Check the existence of links under this instance for the given parameters.booleanStoredObject.existsLinks(Transaction tran, Class<? extends StoredObject> objectClass) Check the existence of links under this instance for the given parameters.booleanStoredObject.existsLinks(Transaction tran, Class<? extends StoredObject> objectClass, boolean any) Check the existence of links under this instance for the given parameters.booleanStoredObject.existsLinks(Transaction tran, Class<? extends StoredObject> objectClass, String condition) Check the existence of links under this instance for the given parameters.booleanStoredObject.existsLinks(Transaction tran, Class<? extends StoredObject> objectClass, String condition, boolean any) Check the existence of links under this instance for the given parameters.booleanStoredObject.existsLinks(Transaction tran, String linkType, Class<? extends StoredObject> objectClass) Check the existence of links under this instance for the given parameters.booleanStoredObject.existsLinks(Transaction tran, String linkType, Class<? extends StoredObject> objectClass, boolean any) Check the existence of links under this instance for the given parameters.booleanStoredObject.existsLinks(Transaction tran, String linkType, Class<? extends StoredObject> objectClass, String condition) Check the existence of links under this instance for the given parameters.booleanStoredObject.existsLinks(Transaction tran, String linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) Check the existence of links under this instance for the given parameters.static intStoredObject.family(Id id, Transaction transaction) Get the family code of the given Id.voidMaterialRequest.foreclose(Transaction transaction) voidMemoComment.forwardMemo(Transaction transaction, String comment, SystemUser to) static BigIntegerSerialGenerator.generate(Transaction transaction, Object tag) static InventoryFitmentPositionInventoryFitmentPosition.get(Transaction transaction, InventoryItem item, InventoryAssembly assembly) Get a fitment position for the given item and assembly.static StoredObjectStoredObject.get(Transaction transaction, Id id) Get the instance from the database for the given parameters.static <T extends StoredObject>
TStoredObject.get(Transaction transaction, Class<T> objectClass, Id id) Get the instance from the database for the given parameters.static <T extends StoredObject,C extends T>
CStoredObject.get(Transaction transaction, Class<T> objectClass, Id id, boolean any) Get the instance from the database for the given parameters.static <T extends StoredObject>
TStoredObject.get(Transaction transaction, Class<T> objectClass, String condition) Get the instance from the database for the given parameters.static <T extends StoredObject,C extends T>
CStoredObject.get(Transaction transaction, Class<T> objectClass, String condition, boolean any) Get the instance from the database for the given parameters.static <T extends StoredObject>
TStoredObject.get(Transaction transaction, Class<T> objectClass, String condition, String order) Get the instance from the database for the given parameters.static <T extends StoredObject,C extends T>
CStoredObject.get(Transaction transaction, Class<T> objectClass, String condition, String order, boolean any) Get the instance from the database for the given parameters.AbstractCheckList.getCheckList(Transaction transaction) final <F extends FileData>
FId.getFileData(String name, Transaction transaction) final <F extends FileData>
FStoredObject.getFileData(String name, Transaction transaction) Get the "file data"FileDataattachment instance available under this instance for a given transaction.InventoryFitmentPosition.getFittedItem(Transaction transaction) Get the item fitted at this position (checks within a transaction).JavaClass.getInnerClassList(Transaction transaction) final <T extends StoredObject>
TId.getMaster(Transaction transaction, int linkType, Class<T> objectClass) final <T extends StoredObject>
TId.getMaster(Transaction transaction, int linkType, Class<T> objectClass, boolean any) final <T extends StoredObject>
TId.getMaster(Transaction transaction, int linkType, Class<T> objectClass, String condition) final <T extends StoredObject>
TId.getMaster(Transaction transaction, int linkType, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
TId.getMaster(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
TId.getMaster(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
TId.getMaster(Transaction transaction, Class<T> objectClass) final <T extends StoredObject>
TId.getMaster(Transaction transaction, Class<T> objectClass, boolean any) final <T extends StoredObject>
TId.getMaster(Transaction transaction, Class<T> objectClass, String condition) final <T extends StoredObject>
TId.getMaster(Transaction transaction, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
TId.getMaster(Transaction transaction, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
TId.getMaster(Transaction transaction, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
TId.getMaster(Transaction transaction, String linkType, Class<T> objectClass) final <T extends StoredObject>
TId.getMaster(Transaction transaction, String linkType, Class<T> objectClass, boolean any) final <T extends StoredObject>
TId.getMaster(Transaction transaction, String linkType, Class<T> objectClass, String condition) final <T extends StoredObject>
TId.getMaster(Transaction transaction, String linkType, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
TId.getMaster(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
TId.getMaster(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
TStoredObject.getMaster(Transaction transaction, int linkType, Class<T> objectClass) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster(Transaction transaction, int linkType, Class<T> objectClass, boolean any) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster(Transaction transaction, int linkType, Class<T> objectClass, String condition) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster(Transaction transaction, int linkType, Class<T> objectClass, String condition, boolean any) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster(Transaction transaction, Class<T> objectClass) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster(Transaction transaction, Class<T> objectClass, boolean any) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster(Transaction transaction, Class<T> objectClass, String condition) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster(Transaction transaction, Class<T> objectClass, String condition, boolean any) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster(Transaction transaction, String linkType, Class<T> objectClass) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster(Transaction transaction, String linkType, Class<T> objectClass, boolean any) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster(Transaction transaction, String linkType, Class<T> objectClass, String condition) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster(Transaction transaction, String linkType, Class<T> objectClass, String condition, boolean any) For the given set of parameters, look for a single master for this instance.SerialConfigurator.getYearPrefix(Transaction transaction) voidInventoryGRNItem.inspect(Transaction transaction) voidMaterialIssued.issue(Transaction transaction) voidMaterialIssued.issueReserved(Transaction transaction) voidFileData.linkTo(Transaction transaction, StoredObject object, String attribute) voidFileData.linkTo(Transaction transaction, String link) static <T extends StoredObject>
ObjectIterator<T> StoredObject.list(Transaction transaction, ClassAttribute<T> ca, String condition, String order, boolean any) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.list(Transaction transaction, ClassAttribute<T> ca, String condition, String order, boolean any, int skip, int limit, int[] distinct) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.list(Transaction transaction, Class<T> objectClass, String condition) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.list(Transaction transaction, Class<T> objectClass, String condition, boolean any) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.list(Transaction transaction, Class<T> objectClass, String condition, String order) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.list(Transaction transaction, Class<T> objectClass, String condition, String order, boolean any) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.list(Transaction transaction, Class<T> objectClass, String condition, String order, boolean any, int skip, int limit, int[] distinct) Get the list of instances from the database for the given parameters.final ObjectIterator<? extends FileData> Id.listFileData(Transaction transaction) final ObjectIterator<? extends FileData> StoredObject.listFileData(Transaction transaction) List all "file data"FileDataattachments available under this instance for a given transaction.final <T extends StoredObject>
ObjectIterator<T> Id.listLinks(Transaction transaction, int linkType, Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks(Transaction transaction, int linkType, Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks(Transaction transaction, int linkType, Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks(Transaction transaction, int linkType, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks(Transaction transaction, Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks(Transaction transaction, Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks(Transaction transaction, Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks(Transaction transaction, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks(Transaction transaction, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks(Transaction transaction, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks(Transaction transaction, String linkType, Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks(Transaction transaction, String linkType, Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks(Transaction transaction, String linkType, Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks(Transaction transaction, String linkType, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any, int skip, int limit, int[] distinct) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, int skip, int limit, int[] distinct) final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks(Transaction transaction, int linkType, Class<T> objectClass) Get the links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks(Transaction transaction, int linkType, Class<T> objectClass, boolean any) Get the links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks(Transaction transaction, int linkType, Class<T> objectClass, String condition) Get the links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks(Transaction transaction, int linkType, Class<T> objectClass, String condition, boolean any) Get the links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order) Get the links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order, boolean any) Get the links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks(Transaction transaction, Class<T> objectClass) Get the links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks(Transaction transaction, Class<T> objectClass, boolean any) Get the links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks(Transaction transaction, Class<T> objectClass, String condition) Get the links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks(Transaction transaction, Class<T> objectClass, String condition, boolean any) Get the links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks(Transaction transaction, Class<T> objectClass, String condition, String order) Get the links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks(Transaction transaction, Class<T> objectClass, String condition, String order, boolean any) Get the links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks(Transaction transaction, String linkType, Class<T> objectClass) Get the links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks(Transaction transaction, String linkType, Class<T> objectClass, boolean any) Get the links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks(Transaction transaction, String linkType, Class<T> objectClass, String condition) Get the links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks(Transaction transaction, String linkType, Class<T> objectClass, String condition, boolean any) Get the links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order) Get the links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any) Get the links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any, int skip, int limit, int[] distinct) Get the links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, int skip, int limit, int[] distinct) Get the links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Id.listMasters(Transaction transaction, int linkType, Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters(Transaction transaction, int linkType, Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters(Transaction transaction, int linkType, Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters(Transaction transaction, int linkType, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters(Transaction transaction, Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters(Transaction transaction, Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters(Transaction transaction, Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters(Transaction transaction, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters(Transaction transaction, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters(Transaction transaction, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters(Transaction transaction, String linkType, Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters(Transaction transaction, String linkType, Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters(Transaction transaction, String linkType, Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters(Transaction transaction, String linkType, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any, int skip, int limit, int[] distinct) final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters(Transaction transaction, int linkType, Class<T> objectClass) Get the list of "masters" from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters(Transaction transaction, int linkType, Class<T> objectClass, boolean any) Get the list of "masters" from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters(Transaction transaction, int linkType, Class<T> objectClass, String condition) Get the list of "masters" from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters(Transaction transaction, int linkType, Class<T> objectClass, String condition, boolean any) Get the list of "masters" from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order) Get the list of "masters" from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order, boolean any) Get the list of "masters" from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters(Transaction transaction, Class<T> objectClass) Get the list of "masters" from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters(Transaction transaction, Class<T> objectClass, boolean any) Get the list of "masters" from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters(Transaction transaction, Class<T> objectClass, String condition) Get the list of "masters" from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters(Transaction transaction, Class<T> objectClass, String condition, boolean any) Get the list of "masters" from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters(Transaction transaction, Class<T> objectClass, String condition, String order) Get the list of "masters" from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters(Transaction transaction, Class<T> objectClass, String condition, String order, boolean any) Get the list of "masters" from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters(Transaction transaction, String linkType, Class<T> objectClass) Get the list of "masters" from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters(Transaction transaction, String linkType, Class<T> objectClass, boolean any) Get the list of "masters" from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters(Transaction transaction, String linkType, Class<T> objectClass, String condition) Get the list of "masters" from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters(Transaction transaction, String linkType, Class<T> objectClass, String condition, boolean any) Get the list of "masters" from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order) Get the list of "masters" from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any) Get the list of "masters" from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any, int skip, int limit, int[] distinct) Get the list of "masters" from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, int skip, int limit, int[] distinct) Get the list of "masters" from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.listViaQuery(Transaction transaction, Class<T> objectClass, Query query) Get the list of instances from the database for the given parameters.voidInventoryPO.placeOrder(Transaction transaction) voidInventoryGRN.process(Transaction transaction) static QueryStoredObject.query(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition) Build a query for the given set of parameters.static QueryStoredObject.query(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) Build a query for the given set of parameters.static QueryStoredObject.query(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order) Build a query for the given set of parameters.static QueryStoredObject.query(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) Build a query for the given set of parameters.static QueryStoredObject.query(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any, int skip, int limit, int[] distinct) Build a query for the given set of parameters.final QueryId.queryLinks(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns) final QueryId.queryLinks(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) final QueryId.queryLinks(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition) final QueryId.queryLinks(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final QueryId.queryLinks(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final QueryId.queryLinks(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final QueryId.queryLinks(Transaction transaction, Class<? extends StoredObject> objectClass, String columns) final QueryId.queryLinks(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, boolean any) final QueryId.queryLinks(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition) final QueryId.queryLinks(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final QueryId.queryLinks(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final QueryId.queryLinks(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final QueryId.queryLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns) final QueryId.queryLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) final QueryId.queryLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition) final QueryId.queryLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final QueryId.queryLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final QueryId.queryLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final QueryId.queryLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any, int skip, int limit, int[] distinct) final QueryStoredObject.queryLinks(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns) Build a query to access the links of this instance for the given set of parameters.final QueryStoredObject.queryLinks(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) Build a query to access the links of this instance for the given set of parameters.final QueryStoredObject.queryLinks(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition) Build a query to access the links of this instance for the given set of parameters.final QueryStoredObject.queryLinks(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) Build a query to access the links of this instance for the given set of parameters.final QueryStoredObject.queryLinks(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) Build a query to access the links of this instance for the given set of parameters.final QueryStoredObject.queryLinks(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) Build a query to access the links of this instance for the given set of parameters.final QueryStoredObject.queryLinks(Transaction transaction, Class<? extends StoredObject> objectClass, String columns) Build a query to access the links of this instance for the given set of parameters.final QueryStoredObject.queryLinks(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, boolean any) Build a query to access the links of this instance for the given set of parameters.final QueryStoredObject.queryLinks(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition) Build a query to access the links of this instance for the given set of parameters.final QueryStoredObject.queryLinks(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) Build a query to access the links of this instance for the given set of parameters.final QueryStoredObject.queryLinks(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order) Build a query to access the links of this instance for the given set of parameters.final QueryStoredObject.queryLinks(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) Build a query to access the links of this instance for the given set of parameters.final QueryStoredObject.queryLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns) Build a query to access the links of this instance for the given set of parameters.final QueryStoredObject.queryLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) Build a query to access the links of this instance for the given set of parameters.final QueryStoredObject.queryLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition) Build a query to access the links of this instance for the given set of parameters.final QueryStoredObject.queryLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) Build a query to access the links of this instance for the given set of parameters.final QueryStoredObject.queryLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) Build a query to access the links of this instance for the given set of parameters.final QueryStoredObject.queryLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) Build a query to access the links of this instance for the given set of parameters.final QueryStoredObject.queryLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any, int skip, int limit, int[] distinct) Build a query to access the links of this instance for the given set of parameters.final QueryStoredObject.queryLinks(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, int skip, int limit, int[] distinct) Build a query to access the links of this instance for the given set of parameters.final QueryId.queryMasters(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns) final QueryId.queryMasters(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) final QueryId.queryMasters(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition) final QueryId.queryMasters(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final QueryId.queryMasters(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final QueryId.queryMasters(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final QueryId.queryMasters(Transaction transaction, Class<? extends StoredObject> objectClass, String columns) final QueryId.queryMasters(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, boolean any) final QueryId.queryMasters(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition) final QueryId.queryMasters(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final QueryId.queryMasters(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final QueryId.queryMasters(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final QueryId.queryMasters(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns) final QueryId.queryMasters(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) final QueryId.queryMasters(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition) final QueryId.queryMasters(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final QueryId.queryMasters(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final QueryId.queryMasters(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final QueryId.queryMasters(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any, int skip, int limit, int[] distinct) final QueryStoredObject.queryMasters(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns) For the given set of parameters, build a query on the masters of this instance.final QueryStoredObject.queryMasters(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) For the given set of parameters, build a query on the masters of this instance.final QueryStoredObject.queryMasters(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition) For the given set of parameters, build a query on the masters of this instance.final QueryStoredObject.queryMasters(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) For the given set of parameters, build a query on the masters of this instance.final QueryStoredObject.queryMasters(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) For the given set of parameters, build a query on the masters of this instance.final QueryStoredObject.queryMasters(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) For the given set of parameters, build a query on the masters of this instance.final QueryStoredObject.queryMasters(Transaction transaction, Class<? extends StoredObject> objectClass, String columns) For the given set of parameters, build a query on the masters of this instance.final QueryStoredObject.queryMasters(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, boolean any) For the given set of parameters, build a query on the masters of this instance.final QueryStoredObject.queryMasters(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition) For the given set of parameters, build a query on the masters of this instance.final QueryStoredObject.queryMasters(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) For the given set of parameters, build a query on the masters of this instance.final QueryStoredObject.queryMasters(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order) For the given set of parameters, build a query on the masters of this instance.final QueryStoredObject.queryMasters(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) For the given set of parameters, build a query on the masters of this instance.final QueryStoredObject.queryMasters(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns) For the given set of parameters, build a query on the masters of this instance.final QueryStoredObject.queryMasters(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) For the given set of parameters, build a query on the masters of this instance.final QueryStoredObject.queryMasters(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition) For the given set of parameters, build a query on the masters of this instance.final QueryStoredObject.queryMasters(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) For the given set of parameters, build a query on the masters of this instance.final QueryStoredObject.queryMasters(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) For the given set of parameters, build a query on the masters of this instance.final QueryStoredObject.queryMasters(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) For the given set of parameters, build a query on the masters of this instance.final QueryStoredObject.queryMasters(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any, int skip, int limit, int[] distinct) For the given set of parameters, build a query on the masters of this instance.voidMemoComment.recallMemo(Transaction transaction) voidInventoryPO.recallOrder(Transaction transaction) voidInventoryTransfer.receive(Transaction transaction) voidMaterialRequest.reduceRequestedQuantity(Transaction transaction, InventoryItemType partNumber, Quantity reduceBy) voidMaterialRequestItem.reduceRequestedQuantity(Transaction transaction, Quantity reduceBy) voidMemoComment.rejectMemo(Transaction transaction, String reason) voidMaterialRequest.releaseReservation(Transaction transaction) Release all reserved items.final StoredObjectStoredObject.reload(Transaction fromTransaction) Reload this instance from the database for a given transaction.final voidStoredObject.removeAllLinks(Transaction transaction) Remove all links.final voidStoredObject.removeAllLinks(Transaction transaction, int linkType) Remove all links.final voidStoredObject.removeAllLinks(Transaction transaction, Class<? extends StoredObject> objectClass) Remove all links of a given class type.final voidStoredObject.removeAllLinks(Transaction transaction, Class<? extends StoredObject> objectClass, int linkType) Remove all links of a given class type.final voidStoredObject.removeAllLinks(Transaction transaction, Class<? extends StoredObject> objectClass, String linkType) Remove all links of a given class type.final voidStoredObject.removeAllLinks(Transaction transaction, String linkType) Remove all links.final voidStoredObject.removeLink(Transaction transaction, Id id) Remove the link of a given object from this instance.final voidStoredObject.removeLink(Transaction transaction, Id id, int linkType) Remove the link of a given object from this instance.final voidStoredObject.removeLink(Transaction transaction, Id id, String linkType) Remove the link of a given object from this instance.final voidStoredObject.removeLink(Transaction transaction, StoredObject object) Remove the link of a given object from this instance.final voidStoredObject.removeLink(Transaction transaction, StoredObject object, int linkType) Remove the link of a given object from this instance.final voidStoredObject.removeLink(Transaction transaction, StoredObject object, String linkType) Remove the link of a given object from this instance.final voidStoredObject.removeReverseLinks(Transaction transaction) Remove all reverse links of this instance.final voidAccount.reopen(Transaction transaction) voidMemoComment.reopenMemo(Transaction transaction, String reason) voidFileData.replaceWith(Transaction transaction, FileData file) Replace this version with another version.voidMaterialRequest.request(Transaction transaction) voidMaterialRequest.requestForIssuance(Transaction transaction) voidMaterialRequest.reserve(Transaction transaction) FileData.restore(Transaction transaction) Restore the previous version of this.voidMemoComment.returnMemo(Transaction transaction, String reason) voidMemoComment.returnMemoToInitiator(Transaction transaction, String reason) default voidTransaction.CommitListener.rolledback(Transaction transaction) Will be invoked after the transaction is rolled back.voidInventoryTransaction.save(Transaction transaction) Save the current entries using the transaction that is provided.Memo.save(Transaction transaction, String content, SystemUser enteredFor) final IdStoredObject.save(Transaction transaction) Save an instance to the database.default voidStoredObjectLink.save(Transaction transaction) voidSystemUser.saveAsAuditor(Transaction transaction) voidSystemUser.saveAsExternalUser(Transaction transaction) voidSystemUser.saveAsProcessUser(Transaction transaction) voidFileData.saveInFolder(Transaction transaction, String folderPath) default FileDataContentProducer.saveTo(FileData fileData, Transaction transaction) default FileDataContentProducer.saveTo(String folderPath, Transaction transaction) voidInventoryTransfer.send(Transaction transaction) voidInventoryPOItem.setAPN(Transaction transaction, InventoryItemType apn, Quantity quantity) default voidHasContacts.setContact(Transaction transaction, String contactType, String contactValue) Deprecated.voidLoginMessage.setGeneratedBy(Transaction transaction, StoredObject generatedBy) voidLoginMessage.setProcessorLogic(Transaction transaction, Class<?> processorClass) voidStoredObject.setTransaction(Transaction transaction) Set transaction for saving the instance to the database.voidTransactionControl.setTransaction(Transaction transaction) voidInventoryGRNItem.splitQuantity(Transaction transaction, Quantity quantityToSplit) voidTransactionManager.Transact.transact(Transaction transaction) QueryBuilder.transaction(Transaction transaction) Sets the transaction for the query being built.final voidStoredObject.undelete(Transaction transaction) Resurrect an old instance in the database.voidFileData.unlinkFrom(Transaction transaction, FileFolder folder) voidMemo.updateSubject(Transaction transaction, String subject) JavaClass.upload(Transaction transaction) Constructors in com.storedobject.core with parameters of type TransactionModifierConstructorDescriptionDesign_Error(Transaction transaction) Design_Error(Transaction transaction, StoredObject so) Design_Error(Transaction transaction, StoredObject so, String message) Design_Error(Transaction transaction, Class<?> soClass) Design_Error(Transaction transaction, Class<?> soClass, String message) Design_Error(Transaction transaction, String message) Transaction_Error(Transaction transaction, String message) -
Uses of Transaction in com.storedobject.iot
Methods in com.storedobject.iot with parameters of type TransactionModifier and TypeMethodDescriptionvoidValueDefinition.savePosition(Transaction t, int imageX, int imageY, Unit unit) -
Uses of Transaction in com.storedobject.mail
Methods in com.storedobject.mail with parameters of type TransactionModifier and TypeMethodDescriptionstatic voidMail.alert(Transaction transaction, String message, StoredObject person) Sends an alert for the given transaction with a specified message and person information.static voidMail.alert(Transaction transaction, String message, StoredObject person, String subject) Sends an alert with the specified details.static voidMail.alert(Transaction transaction, String message, Iterable<? extends StoredObject> persons) Sends an alert with a specified message to a group of persons in the context of a given transaction.static voidMail.alert(Transaction transaction, String message, Iterable<? extends StoredObject> persons, String subject) Sends an alert email to the specified recipients with the provided message and subject. -
Uses of Transaction in com.storedobject.ui
Methods in com.storedobject.ui that return TransactionModifier and TypeMethodDescriptionfinal TransactionObjectEditor.getTransaction(boolean create) TransactionCreator.getTransaction(boolean create) Get the transaction.Methods in com.storedobject.ui with parameters of type TransactionModifier and TypeMethodDescriptionprotected voidObjectListEditor.aboutToSave(Transaction transaction) This method is invoked fromObjectListEditor.save(Transaction)when changes are about to be saved to the database.protected voidObjectListEditor.deleted(Transaction transaction, T object) This is invoked when an instance is deleted while saving.voidObjectEditor.save(Transaction t) Save the current instance to the database.voidObjectListEditor.save(Transaction transaction) Save the currently accumulated changes to the database.protected voidObjectListEditor.saved(Transaction transaction, T object) This is invoked when an instance is saved.protected voidObjectEditor.saveObject(Transaction t, T object) Save the given object.protected booleanObjectListEditor.skipDelete(Transaction transaction, T object) This method is invoked fromObjectListEditor.save(Transaction)when the item is about to delete in the database.protected booleanObjectListEditor.skipSave(Transaction transaction, T object) This method is invoked fromObjectListEditor.save(Transaction)when the item is about to save to the database.default booleanTransactional.transact(Logic logic, Transaction pseudo, TransactionManager.Transact transact) -
Uses of Transaction in com.storedobject.ui.accounts
Methods in com.storedobject.ui.accounts with parameters of type TransactionModifier and TypeMethodDescriptionprotected voidBaseSupplierInvoiceEditor.saveObject(Transaction t, I object) protected voidJournalVoucherEditor.saveObject(Transaction t, JournalVoucher object) -
Uses of Transaction in com.storedobject.ui.common
Methods in com.storedobject.ui.common with parameters of type TransactionModifier and TypeMethodDescriptionprotected voidMemoSystem.MemoEditor.saveObject(Transaction t, M object) -
Uses of Transaction in com.storedobject.ui.inventory
Methods in com.storedobject.ui.inventory with parameters of type Transaction
HasContacts.setContact(TransactionManager, String, String)instead.