Uses of Class
com.storedobject.core.TransactionManager
Packages that use TransactionManager
Package
Description
-
Uses of TransactionManager in com.storedobject.accounts
Methods in com.storedobject.accounts with parameters of type TransactionManagerModifier and TypeMethodDescriptionvoidInvoice.addPayment(Money amount, TransactionManager tm) static BusinessEntityBusinessEntity.createFor(TransactionManager tm, Id entityId) Creates a BusinessEntity (if not already exists) for the specified entityId using the given TransactionManager.static EntityAccountEntityAccount.createFor(TransactionManager tm, AccountEntity<?> accountEntity) Creates an EntityAccount for the providedAccountEntity.static EntityAccountEntityAccount.createFor(TransactionManager tm, AccountEntity<?> accountEntity, int category, int type) Creates an EntityAccount for the providedAccountEntity, category and type of invoice.static EntityAccountEntityAccount.createFor(TransactionManager tm, AccountEntity<?> accountEntity, Class<? extends EntityAccount> accountClass) Creates an EntityAccount for the providedAccountEntityand class ofEntityAccount.static EntityAccountEntityAccount.createFor(TransactionManager tm, AccountEntity<?> accountEntity, Currency currency, Class<? extends EntityAccount> accountClass) Creates an EntityAccount for the providedAccountEntityand class ofEntityAccount.final voidInvoice.postLedger(TransactionManager transactionManager) voidInvoice.setPayment(Money amount, TransactionManager tm) voidAccountConfiguration.validateData(TransactionManager tm) voidAccountEntity.validateData(TransactionManager tm) voidCashAccount.validateData(TransactionManager tm) voidCustomerInvoice.validateData(TransactionManager tm) voidEntityAccount.validateData(TransactionManager tm) voidInstantaneousAccount.validateData(TransactionManager tm) voidInvoice.validateData(TransactionManager tm) voidSupplierInvoice.validateData(TransactionManager tm) voidTaxAccountConfiguration.validateData(TransactionManager tm) -
Uses of TransactionManager in com.storedobject.ai
Methods in com.storedobject.ai that return TransactionManagerModifier and TypeMethodDescriptionfinal TransactionManagerKnowledge.getTransactionManager()Retrieves the TransactionManager instance associated with this Knowledge object.Methods in com.storedobject.ai with parameters of type TransactionManagerModifier and TypeMethodDescriptionstatic AIAI.get(TransactionManager tm) Retrieves an existing AI instance associated with the current session of the provided TransactionManager or creates a new one if no such instance exists.voidTopic.validateData(TransactionManager tm) Validates the data integrity and ensures all required properties of theTopicare properly set.Constructors in com.storedobject.ai with parameters of type TransactionManagerModifierConstructorDescriptionCreates an instance of the Knowledge class with the specified TransactionManager. -
Uses of TransactionManager in com.storedobject.calendar
Methods in com.storedobject.calendar with parameters of type TransactionManagerModifier and TypeMethodDescriptionvoidCalendar.validateData(TransactionManager tm) voidEntry.validateData(TransactionManager tm) -
Uses of TransactionManager in com.storedobject.core
Methods in com.storedobject.core that return TransactionManagerModifier and TypeMethodDescriptionstatic TransactionManagerTransactionManager.create(Device device, Properties loginProperties) final TransactionManagerAbstractTransaction.getManager()Gets the TransactionManager associated with this Transaction.Transaction.getManager()Gets the TransactionManager associated with this Transaction.TransactionControl.getManager()ApplicationServer.getTransactionManager()default TransactionManagerContentProducer.getTransactionManager()DataChanged.getTransactionManager()Retrieves the TransactionManager that can be used for further processing.MessageViewer.getTransactionManager()RequiresTransactionManager.getTransactionManager()Retrieves the transaction manager associated with this object.StreamContentProducer.getTransactionManager()Methods in com.storedobject.core with parameters of type TransactionManagerModifier and TypeMethodDescriptionvoidJavaClass.accessed(TransactionManager tm) static voidPerson.addSalutation(TransactionManager tm, String salutation, boolean male, boolean female, boolean transgender) static voidPerson.addSuffix(TransactionManager tm, String suffix) final voidAccount.addToOpeningBalance(TransactionManager tm, Money amount) final voidAccount.addToOpeningBalance(TransactionManager tm, Money amount, Money localCurrencyAmount) voidPseudoTran.authorize(TransactionManager tm) PseudoTran.buildView(TransactionManager tm) static voidTransactionValueDate.changeTo(Date newValueDate, Id accountId, Date transactionDate, Money amount, int entrySerial, TransactionManager tm) static voidTransactionValueDate.changeTo(Date newValueDate, Id accountId, Date transactionDate, Money amount, Id voucherId, int entrySerial, TransactionManager tm) static voidTransactionValueDate.changeTo(Date newValueDate, Id accountId, Date transactionDate, Money amount, Id voucherId, TransactionManager tm) static voidTransactionValueDate.changeTo(Date newValueDate, Id accountId, Date transactionDate, Money amount, TransactionManager tm) voidInventoryItemType.changeUnitOfMeasurement(TransactionManager tm, Quantity uom, Quantity uoi) default IdOfEntity.check(TransactionManager tm, Id systemEntityId) voidInventoryReturn.close(TransactionManager tm) Close (only if all the items are returned via some means).voidInventoryReturn.close(TransactionManager tm, boolean manually) Close (only if all the items are returned via some means).static voidStockHistoryDate.compute(TransactionManager tm, Date date, InventoryLocation location) voidInventoryGRN.computeLandedCost(TransactionManager tm) Compute/recompute the landed cost.voidInventoryGRN.computeTax(TransactionManager tm, TaxRegion region) voidInventoryItemType.correctUoM(TransactionManager tm, MeasurementUnit from, MeasurementUnit to) static BranchAccountBranchAccount.create(TransactionManager tm, SystemEntity master, SystemEntity branch) static MessageTemplateMessageTemplate.create(String name, TransactionManager tm) Create a template if it doesn't exist.static OffsetAccountOffsetAccount.create(TransactionManager tm) static OffsetAccountOffsetAccount.create(TransactionManager tm, SystemEntity forEntity) static TransactionTypeTransactionType.create(TransactionManager transactionManager, String shortName) InventoryItemType.createAPN(String apn, TransactionManager tm) Create an APN for this P/N.static InventoryLocationInventoryTransaction.createConsumerLocation(TransactionManager tm, Entity consumer) Create a consumer location.static InventoryLocationInventoryTransaction.createConsumptionLocation(TransactionManager tm, Entity entity) Create the consumption location.static InventoryLocationInventoryTransaction.createConsumptionLocation(TransactionManager tm, SystemEntity systemEntity) Create the internal consumption location.static InventoryLocationInventoryTransaction.createExternalOwnerLocation(TransactionManager tm, Entity externalEntity) Create an external owner location from where we can receive stocks.static ContactTypeContactType.createForAndroid(TransactionManager tm) static ContactTypeContactType.createForIOS(TransactionManager tm) static ContactTypeContactType.createForTelegram(TransactionManager tm) static BranchAccountBranchAccount.createFrom(TransactionManager tm, SystemEntity master) static InventoryLocationInventoryTransaction.createLoanFromLocation(TransactionManager tm, Entity entity) Create an organization location where we can rent items from.static InventoryLocationInventoryTransaction.createLoanToLocation(TransactionManager tm, Entity entity) Create an organization location where we can rent out items.static AutoLoginAutoLogin.createLogin4JWT(TransactionManager tm, SystemUser su, String clientId, boolean signed) Creates a new AutoLogin instance for issuing JSON Web Tokens (JWTs).static InventoryLocationInventoryTransaction.createRepairLocation(TransactionManager tm, Entity repairEntity) Create a repair organization location.static voidServerInformation.createServer(TransactionManager tm, String name, String description, String certificateURL, String ourURL) static InventoryLocationInventoryTransaction.createSupplierLocation(TransactionManager tm, Entity supplier) Create a supplier location.static BranchAccountBranchAccount.createTo(TransactionManager tm, SystemEntity branch) static InputStreamSecret.decrypt(InputStream encryptedStream, int keyIndex, TransactionManager tm) Decrypt the encrypted stream.static voidSecret.decrypt(InputStream encryptedStream, OutputStream clearStream, int keyIndex, TransactionManager tm) Decrypt an encrypted stream and write it to an output stream.static StringSecret.decrypt(String data, int keyIndex, TransactionManager tm) Decrypt data.voidPseudoTran.delete(TransactionManager tm) final voidStoredObject.directUpdate(TransactionManager tm) Do direct update without creating a transaction.static voidSecret.encrypt(InputStream clearStream, OutputStream encryptedStream, int keyIndex, TransactionManager tm) Encrypt a clear stream and write it to an output stream.static OutputStreamSecret.encrypt(OutputStream clearStream, int keyIndex, TransactionManager tm) Encrypt the encrypted stream.static StringSecret.encrypt(String data, int keyIndex, TransactionManager tm) Encrypt data.final voidBulkDataDelete.execute(TransactionManager tm) intBulkDataUpdate.execute(TransactionManager tm) static InventoryTransactionInventoryTransaction.forDataPickup(TransactionManager tm) Deprecated.static InventoryTransactionInventoryTransaction.forDataPickup(TransactionManager tm, String reference) Create "Inventory Transaction" for data pick-up.static DeveloperLogDeveloperLog.get(TransactionManager tm, JavaClass sourceCode) static FileFolderAccessRightsFileFolderAccessRights.get(TransactionManager tm) static StringGlobalProperty.get(TransactionManager tm, String name) static OffsetAccountOffsetAccount.get(TransactionManager tm) static ReportFormatReportFormat.get(TransactionManager tm) Get the "report format" definition for the given parameter.static UserActionUserAction.get(TransactionManager tm, String action) Retrieves a UserAction object associated with a given action.static booleanGlobalProperty.getBoolean(TransactionManager tm, String name) AbstractPeriod.getDBCondition(TransactionManager tm) AbstractPeriod.getDBTimeCondition(TransactionManager tm) static DeveloperLogDeveloperLog.getFor(TransactionManager tm, JavaClass sourceCode) static intGlobalProperty.getInteger(TransactionManager tm, String name) DeviceLayout.getLogoName(TransactionManager tm) static longGlobalProperty.getLong(TransactionManager tm, String name) SerialPattern.getNumber(TransactionManager tm, long serial, Date date) Get the number string appropriately stuffed as per the pattern.static StringSerialPattern.getNumber(TransactionManager tm, long serial, Date date, String pattern) Get the number string appropriately stuffed as per the pattern.static StringSerialPattern.getNumber(String patternName, TransactionManager tm, long serial, Date date) Get the number string appropriately stuffed as per the pattern.static booleanFinancial.isActive(TransactionManager tm) Is financial system active for this transaction manager?static intStoredObject.load(TransactionManager tm, InputStream data, Comparator<CharSequence> objectComparator) Load data from the given input stream and create/save instanced of objects created out of that.static intStoredObject.load(TransactionManager tm, Reader data, Comparator<CharSequence> objectComparator) Load data from the given reader and create/save instanced of objects created out of that.voidSystemUser.lock(TransactionManager tm) static StringSecret.log(TransactionManager tm) booleanLoginMessage.markAsRead(TransactionManager tm) booleanLoginMessage.markAsRead(TransactionManager tm, boolean doNotDelete) voidInventoryItem.migrate(TransactionManager tm, InventoryItemType migratedType, Function<InventoryItem, InventoryItem> itemConvertor) Migrate this item to another type.voidInventoryItem.migrate(TransactionManager tm, StoredObject migratedInstance) voidInventoryItemType.migrate(TransactionManager tm, InventoryItemType migratedType, Function<InventoryItem, InventoryItem> itemConvertor) Migrate this item type to another.voidInventoryItemType.migrate(TransactionManager tm, StoredObject migratedInstance) voidStoredObject.migrate(TransactionManager tm, StoredObject migratedInstance) Migrate this instance to another class instance.static voidSecret.migrateMasterKey(TransactionManager tm) Migrate Master Keys.default TNewObject.newObject(TransactionManager tm) Create a new instance of the object.static booleanMessageTemplate.notify(String templateName, TransactionManager tm, Iterable<Person> persons, Object... messageParameters) Create and send messages to the given list of persons.booleanNotifye.notify(String templateName, TransactionManager tm, Object... messageParameters) Create and send a message to this receiver.booleanPerson.notify(String templateName, TransactionManager tm, Object... messageParameters) Create and send a message to this person.booleanSystemUser.notify(String templateName, TransactionManager tm, Object... messageParameters) Create and send a message to this user.booleanSystemUserGroup.notify(String templateName, TransactionManager tm, Object... messageParameters) Create and send a message to the members of this group.static <T extends AbstractCheckList>
voidAbstractCheckList.populate(T checkList, CheckListTemplate template, TransactionManager tm) static <T extends AbstractCheckList>
voidAbstractCheckList.populate(T checkList, CheckListTemplate template, TransactionManager tm, Consumer<T> setValues) static <T extends AbstractCheckList,IT extends AbstractCheckListItem>
voidAbstractCheckList.populate(T checkList, CheckListTemplate template, TransactionManager tm, Consumer<T> setValues, BiConsumer<IT, T> setItemValues) voidFinancial.postLedger(TransactionManager transactionManager) Posts ledger transactions using the provided TransactionManager.voidJournalVoucher.predateTransactions(TransactionManager transactionManager, Date date, String remarks) Change the date of the associated transactions.static voidLicense.process(TransactionManager tm, String license) booleanWebBiometric.register(TransactionManager tm, String biometricID, String type, String attestationObject, String clientDataJSON) voidAutoLogin.reissueJWT(TransactionManager tm) Reissues a JSON Web Token (JWT) for the current AutoLogin instance.static StringLicense.requestForDeletion(TransactionManager tm) static StringLicense.requestForNew(TransactionManager tm) static StringLicense.requestForUpdate(TransactionManager tm) static booleanStoredObjectUtility.sameContent(TransactionManager tm, StoredObject one, StoredObject two) JournalVoucher.saveAsUnposted(TransactionManager tm) Save this JV as an unposted journal.voidSystemUser.saveKeyForTOTP(TransactionManager tm, byte[] keyForTOTP) default FileDataContentProducer.saveTo(FileData fileData, TransactionManager tm) default FileDataContentProducer.saveTo(String folderPath, TransactionManager tm) static voidAccountChart.set(Account account, TransactionManager tm) static voidAccountChart.set(Account account, String chartName, TransactionManager tm) default voidHasContacts.setContact(TransactionManager tm, String contactType, String contactValue) Set a contact value for this instance.voidLoginMessage.setGeneratedBy(TransactionManager tm, StoredObject generatedBy) static voidNewObject.setLocalTime(TransactionManager tm, StoredObject object) Set local time values corresponding to theTransactionManagerto the object passed if it's just created now.final voidAccount.setOpeningBalance(TransactionManager tm, Money amount) final voidAccount.setOpeningBalance(TransactionManager tm, Money amount, Money localCurrencyAmount) voidLoginMessage.setProcessorLogic(TransactionManager tm, Class<?> processorClass) static voidNewObject.setSystemEntity(TransactionManager tm, StoredObject object) SetSystemEntityfrom theTransactionManagerto the object passed if it's of typeOfEntityand its system entity is not yet set.voidParameterService.setTransactionManager(TransactionManager tm) Set the "Transaction Manager".voidRequiresTransactionManager.setTransactionManager(TransactionManager tm) Sets the transaction manager for this object.voidStock.setTransactionManager(TransactionManager tm) voidStreamContentProducer.setTransactionManager(TransactionManager tm) voidStreamDataContent.setTransactionManager(TransactionManager tm) Money.List.toLocal(TransactionManager tm) Convert to a local currency value.Money.toLocal(Rate exchangeRate, TransactionManager tm) Convert this monetary value to the equivalent in local currency by multiplying with the given "exchange rate".Money.toLocal(TransactionManager tm) Convert this monetary value to the equivalent in local currency by multiplying with the given "exchange rate".Money.toLocal(Date date, TransactionManager tm) Convert this monetary value to the equivalent in local currency by multiplying with the given "exchange rate".static StringLicense.transfer(TransactionManager tm, String request) voidSystemUser.unlock(TransactionManager tm) booleanInventoryItem.updateCost(TransactionManager tm, Money newCost, boolean updateAll) Update the cost of this item.voidInventoryLedger.updateCost(TransactionManager tm, Money newCost) voidInventoryLedger.updateReference(TransactionManager tm, String newReference) static voidPerson.updateSalutation(TransactionManager tm, int code, String salutation, boolean male, boolean female, boolean transgender) static voidPerson.updateSuffix(TransactionManager tm, int code, String suffix) booleanInventoryGRNItem.updateValues(TransactionManager tm, Quantity newQuantity, Money newUnitCost, String newSerialNumber) Update various attribute values.voidAbstractCheckList.validateData(TransactionManager tm) voidAbstractServiceItemType.validateData(TransactionManager tm) voidAbstractTradeType.validateData(TransactionManager tm) voidAccessControl.validateData(TransactionManager tm) voidAccount.validateData(TransactionManager tm) voidAccountChart.validateData(TransactionManager tm) voidAccountChartMap.validateData(TransactionManager tm) voidAccountLimit.validateData(TransactionManager tm) voidAccountTitle.validateData(TransactionManager tm) voidAPIToken.validateData(TransactionManager tm) Validates the data for the current instance of APIToken.voidApplicableDataLogic.validateData(TransactionManager tm) voidAttachmentDefinition.validateData(TransactionManager tm) voidAuditTrailConfiguration.validateData(TransactionManager tm) voidAuditTrailLinkConfiguration.validateData(TransactionManager tm) voidAutoLogin.validateData(TransactionManager tm) voidBranchAccount.validateData(TransactionManager tm) voidConnectorLogic.validateData(TransactionManager tm) voidConsignment.validateData(TransactionManager tm) voidConsignmentItem.validateData(TransactionManager tm) voidConsignmentPacket.validateData(TransactionManager tm) voidContact.validateData(TransactionManager tm) voidContactGroupingCode.validateData(TransactionManager tm) voidContactType.validateData(TransactionManager tm) voidCurrencyRate.validateData(TransactionManager tm) voidDashboardDefinition.validateData(TransactionManager tm) voidDataChangeNotifierLogic.validateData(TransactionManager tm) Validates the data using the parent class' validateData method.voidDataLogic.validateData(TransactionManager tm) Validates input data.voidDeveloperLog.validateData(TransactionManager tm) voidDeviceLayout.validateData(TransactionManager tm) voidDocument.validateData(TransactionManager tm) voidDocumentConfiguration.validateData(TransactionManager tm) voidEntity.validateData(TransactionManager tm) voidEntityRole.validateData(TransactionManager tm) voidExchangeRate.validateData(TransactionManager tm) voidExternalSystemUser.validateData(TransactionManager tm) voidExtraInfoDefinition.validateData(TransactionManager tm) voidFileCirculation.validateData(TransactionManager tm) voidFileData.validateData(TransactionManager tm) voidFileFolder.validateData(TransactionManager tm) voidFileFolderAccessRights.validateData(TransactionManager tm) voidFixedAssetLocation.validateData(TransactionManager tm) voidGlobalProperty.validateData(TransactionManager tm) voidInventoryAPN.validateData(TransactionManager tm) voidInventoryAssembly.validateData(TransactionManager tm) voidInventoryBin.validateData(TransactionManager tm) voidInventoryCustodyLocation.validateData(TransactionManager tm) voidInventoryFitmentPosition.validateData(TransactionManager tm) voidInventoryGRN.validateData(TransactionManager tm) voidInventoryGRNItem.validateData(TransactionManager tm) voidInventoryItem.validateData(TransactionManager tm) voidInventoryItemType.validateData(TransactionManager tm) voidInventoryLedger.validateData(TransactionManager tm) voidInventoryLocation.validateData(TransactionManager tm) voidInventoryPO.validateData(TransactionManager tm) voidInventoryPOItem.validateData(TransactionManager tm) voidInventoryReservedBin.validateData(TransactionManager tm) voidInventoryReturnItem.validateData(TransactionManager tm) voidInventorySale.validateData(TransactionManager tm) voidInventoryStore.validateData(TransactionManager tm) voidInventoryStoreBin.validateData(TransactionManager tm) voidInventoryTransfer.validateData(TransactionManager tm) voidInventoryTransferItem.validateData(TransactionManager tm) voidInventoryUnitCorrection.validateData(TransactionManager tm) voidInventoryVirtualLocation.validateData(TransactionManager tm) voidJavaClass.validateData(TransactionManager tm) voidJavaInnerClass.validateData(TransactionManager tm) voidJournalVoucher.validateData(TransactionManager tm) voidJournalVoucherStage.validateData(TransactionManager tm) voidLandedCost.validateData(TransactionManager tm) voidLandedCostType.validateData(TransactionManager tm) voidLogic.validateData(TransactionManager tm) voidLogicGroup.validateData(TransactionManager tm) voidLoginMessage.validateData(TransactionManager tm) voidMaterialIssued.validateData(TransactionManager tm) voidMaterialIssuedItem.validateData(TransactionManager tm) voidMaterialRequest.validateData(TransactionManager tm) voidMaterialRequestItem.validateData(TransactionManager tm) voidMaterialRequestPriority.validateData(TransactionManager tm) voidMediaFile.validateData(TransactionManager tm) voidMemo.validateData(TransactionManager tm) voidMemoComment.validateData(TransactionManager tm) voidMemoType.validateData(TransactionManager tm) voidMessage.validateData(TransactionManager tm) voidMessageTemplate.validateData(TransactionManager tm) voidModuleLogic.validateData(TransactionManager tm) voidName.validateData(TransactionManager tm) voidObjectPermission.validateData(TransactionManager tm) voidObjectPermissionGroup.validateData(TransactionManager tm) voidObjectPermissionUser.validateData(TransactionManager tm) voidOffsetAccount.validateData(TransactionManager tm) voidPackingUnit.validateData(TransactionManager tm) voidParameterLogic.validateData(TransactionManager tm) voidPasswordPolicy.validateData(TransactionManager tm) voidPerson.validateData(TransactionManager tm) voidPersonRole.validateData(TransactionManager tm) voidPIN.validateData(TransactionManager tm) voidPrintLogicDefinition.validateData(TransactionManager tm) voidPseudoTranApproval.validateData(TransactionManager tm) voidReportColumnDefinition.validateData(TransactionManager tm) voidReportDefinition.validateData(TransactionManager tm) voidReportFormat.validateData(TransactionManager tm) voidSecret.validateData(TransactionManager tm) voidSerialConfigurator.validateData(TransactionManager tm) voidSerialGenerator.validateData(TransactionManager tm) voidSerialPattern.validateData(TransactionManager tm) voidServerInformation.validateData(TransactionManager tm) voidServerLink.validateData(TransactionManager tm) voidShortName.validateData(TransactionManager tm) voidSignature.validateData(TransactionManager tm) voidSOClass.validateData(TransactionManager tm) voidStockHistory.validateData(TransactionManager tm) voidStockHistoryDate.validateData(TransactionManager tm) voidStoredObject.validateData(TransactionManager tm) The system will invoke this whenever the object is saved to the DB.voidStreamData.validateData(TransactionManager tm) voidSubscriptionItem.validateData(TransactionManager tm) voidSystemEntity.validateData(TransactionManager tm) voidSystemUser.validateData(TransactionManager tm) voidSystemUserGroup.validateData(TransactionManager tm) voidTax.validateData(TransactionManager tm) voidTaxDefinition.validateData(TransactionManager tm) voidTaxMethod.validateData(TransactionManager tm) voidTaxRate.validateData(TransactionManager tm) voidTaxType.validateData(TransactionManager tm) voidTextContent.validateData(TransactionManager tm) voidTransactionDate.validateData(TransactionManager tm) voidTransactionValueDate.validateData(TransactionManager tm) voidUIAction.validateData(TransactionManager tm) Validates the data for the current UIAction instance.voidUIFieldMetadata.validateData(TransactionManager tm) voidUnpostedJournal.validateData(TransactionManager tm) voidUnpostedJournalEntry.validateData(TransactionManager tm) voidUserAction.validateData(TransactionManager tm) Validates the data for the current object by performing type checks and ensuring no duplicates.voidUserRegistrationConfiguration.validateData(TransactionManager tm) voidWebBiometric.validateData(TransactionManager tm) voidExternalSystemUser.verify(TransactionManager tm, String authorizedUser, char[] password, String externalURL) Constructors in com.storedobject.core with parameters of type TransactionManagerModifierConstructorDescriptionDeprecated.InventoryTransaction(TransactionManager tm, String reference) Deprecated.InventoryTransaction(TransactionManager tm, Date date) Constructor.InventoryTransaction(TransactionManager tm, Date date, String reference) Constructor.TransactionControl(TransactionManager tm, boolean pseudo) -
Uses of TransactionManager in com.storedobject.iot
Methods in com.storedobject.iot that return TransactionManagerMethods in com.storedobject.iot with parameters of type TransactionManagerModifier and TypeMethodDescriptionvoidMQTT.collect(TransactionManager tm) voidBlock.computeConsumption(TransactionManager tm) Computes the consumption for all resources retrieved as a list ofResourceobjects and processes them using the specifiedTransactionManager.voidBlock.computeConsumption(TransactionManager tm, Resource resource) Computes the consumption of a given resource by repeatedly invoking the consumption process until the operation no longer returns 1, which indicates further processing is required.voidBlock.computeConsumption(TransactionManager tm, Iterable<Resource> resources) Calculates the consumption of resources using the provided transaction manager.final voidSuperUnit.computeStatistics(TransactionManager tm) voidUnit.computeStatistics(TransactionManager tm) Computes and updates statistics for the given transaction manager based on the unit type and data classes associated with the unit.static UnitItemTypeUnitItemType.create(TransactionManager tm, Class<? extends Unit> uClass) static UnitTypeUnitType.create(TransactionManager tm, Class<? extends Unit> uClass) voidBlock.deleteConsumption(TransactionManager tm, Resource resource) Deletes the consumption data for the given resource.static voidUnitDefinition.generateLimitsAndAlarms(TransactionManager tm) static AlertGeneratorAlertGenerator.get(TransactionManager tm) static AlertRepeatFrequencyAlertRepeatFrequency.get(int significance, TransactionManager tm) voidBlock.recomputeConsumption(TransactionManager tm) Recomputes the consumption statistics for all resources associated with the object.voidBlock.recomputeConsumption(TransactionManager tm, Resource resource) Recomputes the consumption data for the given resource by first removing existing consumption entries associated with the resource and then recalculating the consumption values using the current data and requirements.voidBlock.recomputeStatistics(TransactionManager tm) Recomputes the statistical data for all units associated with this block.final voidSuperUnit.recomputeStatistics(TransactionManager tm) voidUnit.recomputeStatistics(TransactionManager tm) Recomputes all statistics for the current unit by first deleting the existing statistics and then regenerating them.voidHourlyConsumption.remove(TransactionManager tm) Removes the consumption for the associated unit or unit items and updates related consumption records for various time periods accordingly.voidMQTT.setTransactionManager(TransactionManager tm) voidAlertRepeatFrequency.validateData(TransactionManager tm) voidBlock.validateData(TransactionManager tm) Validates the data of the Block object by performing various checks such as ensuring certain fields are populated, validating relationships, and defaulting missing attributes where necessary.voidBlockDisplayContent.validateData(TransactionManager tm) voidCommand.validateData(TransactionManager tm) voidConsumption.validateData(TransactionManager tm) Validates the data associated with the consumption record by ensuring that the specified item and resource are of the correct types and are properly set.voidControlSchedule.validateData(TransactionManager tm) voidCustomMessageLogic.validateData(TransactionManager tm) voidData.validateData(TransactionManager tm) voidFullConsumption.validateData(TransactionManager tm) voidLimitMessage.validateData(TransactionManager tm) voidMQTT.validateData(TransactionManager tm) voidResource.validateData(TransactionManager tm) voidResourceCost.validateData(TransactionManager tm) voidSite.validateData(TransactionManager tm) Validates the data fields of the Site object before saving or processing.voidStatistics.validateData(TransactionManager tm) Validates the data of the current object.voidUnit.validateData(TransactionManager tm) Validates the Unit's data by ensuring theblockIdis associated with an instance of theBlockclass and invoking additional data validation logic from the superclass.voidUnitDefinition.validateData(TransactionManager tm) voidUnitItem.validateData(TransactionManager tm) voidUnitItemType.validateData(TransactionManager tm) voidUnitType.validateData(TransactionManager tm) voidValueDefinition.validateData(TransactionManager tm) voidValueImagePosition.validateData(TransactionManager tm) voidValueLimit.validateData(TransactionManager tm) -
Uses of TransactionManager in com.storedobject.job
Methods in com.storedobject.job that return TransactionManagerModifier and TypeMethodDescriptionJob.getTransactionManager()Get the currently activeTransactionManager.Schedule.getTransactionManager()Scheduler.getTransactionManager()Methods in com.storedobject.job with parameters of type TransactionManagerModifier and TypeMethodDescriptionstatic MessageGroupMessageGroup.create(String name, TransactionManager tm) Create a new message group if it doesn't exist.static booleanComputeStockHistory.execute(TransactionManager tm, Date date) static booleanMessageGroup.notify(String groupName, TransactionManager tm, Object... messageParameters) Create and send a message to all members of this group.voidMessageGroup.send(Person person, TransactionManager tm, Object... messageParameters) Create and send a message to all members of this group and to an additional person.voidMessageGroup.send(TransactionManager tm, Object... messageParameters) Create and send a message to all members of this group.static voidMessageGroup.send(String groupName, Person person, TransactionManager tm, Object... messageParameters) Create and send a message to all members of this group and to an additional person.static voidMessageGroup.send(String groupName, TransactionManager tm, Object... messageParameters) Create and send a message to all members of this group.voidSchedule.setTransactionManager(TransactionManager tm) voidLog.validateData(TransactionManager tm) voidMessageEscalation.validateData(TransactionManager tm) voidMessageEscalationGroup.validateData(TransactionManager tm) voidMessageGroup.validateData(TransactionManager tm) voidSchedule.validateData(TransactionManager tm) -
Uses of TransactionManager in com.storedobject.mail
Methods in com.storedobject.mail with parameters of type TransactionManagerModifier and TypeMethodDescriptionbooleanMail.attach(TransactionManager tm, ContentProducer... content) Attaches one or more content items to the mail using the provided transaction manager.booleanMail.attach(TransactionManager tm, FileData... files) Attaches the provided files to the specified transaction manager.booleanMail.attach(TransactionManager tm, Iterable<FileData> files) Attaches a collection of files to the current object using the provided TransactionManager.booleanMail.attachFrom(TransactionManager tm, Mail another) Attach attachments from another mail.static MailMail.createAlert(TransactionManager tm) Creates and prepares an alert mail based on the provided TransactionManager instance.static intSender.sendMails(int count, TransactionManager tm) static intSender.sendMails(TransactionManager tm) voidGMailRegistrationService.setTransactionManager(TransactionManager tm) voidAttachment.validateData(TransactionManager tm) voidError.validateData(TransactionManager tm) voidGMailSender.validateData(TransactionManager tm) voidMail.validateData(TransactionManager tm) voidMailSender.validateData(TransactionManager tm) voidSender.validateData(TransactionManager tm) voidSenderGroup.validateData(TransactionManager tm) -
Uses of TransactionManager in com.storedobject.office
Methods in com.storedobject.office that return TransactionManagerModifier and TypeMethodDescriptionExcelReport.getTransactionManager()final TransactionManagerODSReport.getTransactionManager()final TransactionManagerODT.getTransactionManager()Methods in com.storedobject.office with parameters of type TransactionManagerModifier and TypeMethodDescriptionfinal voidExcelReport.setTransactionManager(TransactionManager tm) final voidODSReport.setTransactionManager(TransactionManager tm) final voidODT.setTransactionManager(TransactionManager transactionManager) final voidTextReport.setTransactionManager(TransactionManager tm) -
Uses of TransactionManager in com.storedobject.pdf
Methods in com.storedobject.pdf that return TransactionManagerModifier and TypeMethodDescriptionfinal TransactionManagerPDF.getTransactionManager()Gets the Transaction ManagerMethods in com.storedobject.pdf with parameters of type TransactionManagerModifier and TypeMethodDescriptionfinal voidSets the Transaction Manager so that the "letter head" can be printed. -
Uses of TransactionManager in com.storedobject.sms
Methods in com.storedobject.sms with parameters of type TransactionManagerModifier and TypeMethodDescriptionvoidProvider.validateData(TransactionManager tm) voidSMSMessage.validateData(TransactionManager tm) -
Uses of TransactionManager in com.storedobject.telegram
Methods in com.storedobject.telegram with parameters of type TransactionManagerModifier and TypeMethodDescriptionvoidBot.validateData(TransactionManager tm) voidTelegram.validateData(TransactionManager tm) -
Uses of TransactionManager in com.storedobject.tools
Methods in com.storedobject.tools that return TransactionManagerMethods in com.storedobject.tools with parameters of type TransactionManagerModifier and TypeMethodDescriptionTableDefinition.alterTable(TransactionManager tm) static voidJavaTool.compareDefinitions(TransactionManager tm, InputStream data, StyledBuilder message) static voidTableDefinition.compareDefinitions(TransactionManager tm, InputStream data, StyledBuilder message) booleanTableDefinition.deploy(TransactionManager tm, char[] securityPassword) booleanTableDefinition.deploy(TransactionManager tm, char[] securityPassword, boolean checkOldLoaded) booleanTableDefinition.deployLogic(TransactionManager tm) booleanTableDefinition.deployLogic(TransactionManager tm, boolean checkOldLoaded) booleanTableDefinition.deployTable(TransactionManager tm, char[] securityPassword) TableDefinition.getSchemaName(TransactionManager tm) TableDefinition.getTableName(TransactionManager tm) static voidJavaTool.loadDefinitions(TransactionManager tm, InputStream data, StyledBuilder message) static voidTableDefinition.loadDefinitions(TransactionManager tm, InputStream data, StyledBuilder message) voidSystemMessageViewer.setTransactionManager(TransactionManager tm) static voidJavaTool.updateDefinitions(TransactionManager tm, InputStream data, StyledBuilder message) static voidPackager.upload(TransactionManager tm, char[] securityPassword, BufferedReader data, boolean includeClasses, boolean includeLogic, boolean includeMasters) voidColumnDefinition.validateData(TransactionManager tm) voidIndexDefinition.validateData(TransactionManager tm) voidLinkDefinition.validateData(TransactionManager tm) voidMCPParameter.validateData(TransactionManager tm) voidMCPTool.validateData(TransactionManager tm) voidPackager.validateData(TransactionManager tm) voidTableDefinition.validateData(TransactionManager tm) Constructors in com.storedobject.tools with parameters of type TransactionManager -
Uses of TransactionManager in com.storedobject.ui
Methods in com.storedobject.ui that return TransactionManagerModifier and TypeMethodDescriptionApplication.getTransactionManager()Retrieves the TransactionManager associated with the server.final TransactionManagerExecutor.getTransactionManager()Retrieves theTransactionManagerinstance associated with the currentApplication.default TransactionManagerTransactional.getTransactionManager()Methods in com.storedobject.ui with parameters of type TransactionManagerModifier and TypeMethodDescriptionbooleanPostLogin.canLogin(TransactionManager tm) Check whether the user can really use the current application that he/she has already logged in.voidContent.setTransactionManager(TransactionManager transactionManager) -
Uses of TransactionManager in com.storedobject.ui.inventory
Methods in com.storedobject.ui.inventory with parameters of type TransactionManagerModifier and TypeMethodDescriptionvoidSupplierInvoiceDetail.set(TransactionManager tm, Currency currency) Constructors in com.storedobject.ui.inventory with parameters of type TransactionManager -
Uses of TransactionManager in com.storedobject.whatsapp
Methods in com.storedobject.whatsapp with parameters of type TransactionManager -
Uses of TransactionManager in com.storedobjects.crm
Methods in com.storedobjects.crm with parameters of type TransactionManagerModifier and TypeMethodDescriptionvoidReceiveWebInquiry.setTransactionManager(TransactionManager transactionManager) voidInquiry.validateData(TransactionManager tm) -
Uses of TransactionManager in com.storedobjects.support
Methods in com.storedobjects.support with parameters of type TransactionManagerModifier and TypeMethodDescriptionvoidIssue.validateData(TransactionManager tm) voidProduct.validateData(TransactionManager tm) voidProductSkill.validateData(TransactionManager tm) voidSupportPerson.validateData(TransactionManager tm) voidSupportUser.validateData(TransactionManager tm)