Uses of Class
com.storedobject.core.SystemEntity
Packages that use SystemEntity
Package
Description
-
Uses of SystemEntity in com.storedobject.accounts
Methods in com.storedobject.accounts that return SystemEntityModifier and TypeMethodDescriptionAccountConfiguration.getSystemEntity()Retrieves the system entity associated with this AccountConfiguration.Invoice.getSystemEntity()TaxAccountConfiguration.getSystemEntity()Retrieves the system entity associated with this AccountConfiguration.Methods in com.storedobject.accounts with parameters of type SystemEntityModifier and TypeMethodDescriptionstatic EntityAccountEntityAccount.get(SystemEntity systemEntity, String name) Retrieves an instance ofEntityAccountbased on the givenSystemEntityand name.static ObjectIterator<? extends EntityAccount> EntityAccount.list(SystemEntity systemEntity, String name) Returns an iterator of EntityAccount objects that match the specified systemEntity and name.voidAccountConfiguration.setSystemEntity(SystemEntity systemEntity) Sets the system entity for this AccountConfiguration.voidInvoice.setSystemEntity(SystemEntity systemEntity) voidTaxAccountConfiguration.setSystemEntity(SystemEntity systemEntity) Sets the system entity for this AccountConfiguration. -
Uses of SystemEntity in com.storedobject.core
Methods in com.storedobject.core that return SystemEntityModifier and TypeMethodDescriptionstatic SystemEntitySystemEntity.get()Get the default System Entity.static SystemEntitystatic SystemEntityBranchAccount.getBranch()static SystemEntitydefault SystemEntityDevice.getDefaultEntity(SystemUser user) ReportFormat.getEntity()Get the entityIdfor which this "report format" definition is applicable.TransactionManager.getEntity()AccessControl.getOrganization()final SystemEntityAccount.getSystemEntity()Gets the System Entity.Consignment.getSystemEntity()default SystemEntityContentProducer.getSystemEntity()CurrencyRate.getSystemEntity()Gets the System Entity.EntityRole.getSystemEntity()FixedAssetLocation.getSystemEntity()GlobalProperty.getSystemEntity()HasReference.getSystemEntity()InventoryGRN.getSystemEntity()InventoryPO.getSystemEntity()InventoryStore.getSystemEntity()InventoryTransfer.getSystemEntity()JournalVoucher.getSystemEntity()Get the system entity of this JV.MaterialIssued.getSystemEntity()MaterialRequest.getSystemEntity()final SystemEntityMemo.getSystemEntity()OfEntity.getSystemEntity()PersonRole.getSystemEntity()UnpostedJournal.getSystemEntity()Methods in com.storedobject.core that return types with arguments of type SystemEntityModifier and TypeMethodDescriptionstatic ObjectIterator<SystemEntity> SystemUser.listEntities()Get the list of entities configured for this user.Methods in com.storedobject.core with parameters of type SystemEntityModifier and TypeMethodDescriptionstatic BranchAccountBranchAccount.create(TransactionManager tm, SystemEntity master, SystemEntity branch) static OffsetAccountOffsetAccount.create(TransactionManager tm, SystemEntity forEntity) static InventoryLocationInventoryTransaction.createConsumptionLocation(TransactionManager tm, SystemEntity systemEntity) Create the internal consumption location.static BranchAccountBranchAccount.createFrom(TransactionManager tm, SystemEntity master) static BranchAccountBranchAccount.createTo(TransactionManager tm, SystemEntity branch) static AccessControlAccessControl.get(SystemEntity entity) static AccountAccount.get(SystemEntity systemEntity, String name) static AccountTitleAccountTitle.get(SystemEntity systemEntity, String name) static BranchAccountBranchAccount.get(SystemEntity systemEntity, String name) static CurrencyRateCurrencyRate.get(Date date, Currency currency, SystemEntity entity) static CurrencyRateCurrencyRate.get(Currency currency, SystemEntity entity) static <T extends EntityRole>
TEntityRole.get(SystemEntity systemEntity, Class<T> roleClass, Entity entity) static <T extends EntityRole>
TEntityRole.get(SystemEntity systemEntity, Class<T> roleClass, Entity entity, boolean any) static StringGlobalProperty.get(SystemEntity systemEntity, String name) static <T extends InventoryStore>
TInventoryStore.get(SystemEntity systemEntity, String name) static OffsetAccountOffsetAccount.get(SystemEntity forEntity) static OffsetAccountOffsetAccount.get(SystemEntity systemEntity, String name) static <T extends PersonRole>
TPersonRole.get(SystemEntity systemEntity, Class<T> roleClass, Person person) static <T extends PersonRole>
TPersonRole.get(SystemEntity systemEntity, Class<T> roleClass, Person person, boolean any) static ReportFormatReportFormat.get(SystemEntity entity) Get the "report format" definition for the given parameter.static booleanGlobalProperty.getBoolean(SystemEntity systemEntity, String name) static RateMoney.getBuyingRate(Date date, Currency currency, SystemEntity systemEntity) Gets the buying rate.static RateMoney.getBuyingRate(Currency currency, SystemEntity systemEntity) Gets the buying rate.static <T extends EntityRole>
TEntityRole.getByEntityId(SystemEntity systemEntity, Class<T> roleClass, Id entityId) static <T extends EntityRole>
TEntityRole.getByEntityId(SystemEntity systemEntity, Class<T> roleClass, Id entityId, boolean any) static <T extends EntityRole>
TEntityRole.getByName(SystemEntity systemEntity, Class<T> roleClass, String name) static <T extends EntityRole>
TEntityRole.getByName(SystemEntity systemEntity, Class<T> roleClass, String name, boolean any) static <T extends PersonRole>
TPersonRole.getByName(SystemEntity systemEntity, Class<T> roleClass, String name) static <T extends PersonRole>
TPersonRole.getByName(SystemEntity systemEntity, Class<T> roleClass, String name, boolean any) static <A extends Account>
AAccount.getByNameOrNumber(SystemEntity systemEntity, Class<A> accountClass, String nameOrNumber, boolean any) static <T extends PersonRole>
TPersonRole.getByPersonId(SystemEntity systemEntity, Class<T> roleClass, Id personId) static <T extends PersonRole>
TPersonRole.getByPersonId(SystemEntity systemEntity, Class<T> roleClass, Id personId, boolean any) static InventoryVirtualLocationInventoryVirtualLocation.getConsumptionLocation(SystemEntity systemEntity) Money.getExchangeRate(Date date, Currency currency, SystemEntity systemEntity) Gets the exchange rate (average of selling rate and buying rate).Money.getExchangeRate(Currency currency, SystemEntity systemEntity) Gets the exchange rate (average of selling rate and buying rate).static intGlobalProperty.getInteger(SystemEntity systemEntity, String name) static longGlobalProperty.getLong(SystemEntity systemEntity, String name) SerialPattern.getNumber(SystemEntity systemEntity, long serial, Date date) Get the number string appropriately stuffed as per the pattern.static StringSerialPattern.getNumber(SystemEntity systemEntity, long serial, Date date, String pattern) Get the number string appropriately stuffed as per the pattern.static StringSerialPattern.getNumber(String patternName, SystemEntity systemEntity, long serial, Date date) Get the number string appropriately stuffed as per the pattern.static InventoryVirtualLocationInventoryVirtualLocation.getScrapLocation(SystemEntity systemEntity) static RateMoney.getSellingRate(Date date, Currency currency, SystemEntity systemEntity) Gets the selling rate.static RateMoney.getSellingRate(Currency currency, SystemEntity systemEntity) Gets the selling rate.static InventoryVirtualLocationInventoryVirtualLocation.getShortageLocation(SystemEntity systemEntity) static booleanFinancial.isActive(SystemEntity systemEntity) Is financial system active for this entity?static ObjectIterator<? extends Account> Account.list(SystemEntity systemEntity, String name) static ObjectIterator<? extends AccountTitle> AccountTitle.list(SystemEntity systemEntity, String name) static ObjectIterator<? extends BranchAccount> BranchAccount.list(SystemEntity systemEntity, String name) static <T extends InventoryStore>
ObjectIterator<T> InventoryStore.list(SystemEntity systemEntity, String name) static ObjectIterator<? extends OffsetAccount> OffsetAccount.list(SystemEntity systemEntity, String name) final Set<SystemUser> Memo.listApprovers(SystemEntity forEntity) static <T extends EntityRole>
ObjectIterator<T> EntityRole.listByName(SystemEntity systemEntity, Class<T> roleClass, String name) static <T extends EntityRole>
ObjectIterator<T> EntityRole.listByName(SystemEntity systemEntity, Class<T> roleClass, String name, boolean any) static <T extends PersonRole>
ObjectIterator<T> PersonRole.listByName(SystemEntity systemEntity, Class<T> roleClass, String name) static <T extends PersonRole>
ObjectIterator<T> PersonRole.listByName(SystemEntity systemEntity, Class<T> roleClass, String name, boolean any) static <A extends Account>
ObjectIterator<A> Account.listByNameOrNumber(SystemEntity systemEntity, Class<A> accountClass, String nameOrNumber, boolean any) final Set<SystemUser> Memo.listCommenters(SystemEntity forEntity) voidObjectSearcher.populate(SystemEntity systemEntity) voidObjectSearcher.populate(SystemEntity systemEntity, ObjectIterator<T> objects) voidObjectSearcher.populate(SystemEntity systemEntity, String extraFilter) voidObjectSearcher.search(SystemEntity systemEntity, ObjectSetter<T> setter) voidObjectSearcher.search(SystemEntity systemEntity, ObjectSetter<T> setter, String extraFilter) voidBranchAccount.setBranch(SystemEntity branch) voidReportFormat.setEntity(SystemEntity entity) Set the entity.booleanTransactionManager.setEntity(SystemEntity entity) voidAccessControl.setOrganization(SystemEntity organization) final voidAccount.setSystemEntity(SystemEntity systemEntity) voidEntityRole.setSystemEntity(SystemEntity systemEntity) voidFixedAssetLocation.setSystemEntity(SystemEntity systemEntity) voidGlobalProperty.setSystemEntity(SystemEntity systemEntity) voidInventoryStore.setSystemEntity(SystemEntity systemEntity) voidInventoryTransfer.setSystemEntity(SystemEntity systemEntity) voidJournalVoucher.setSystemEntity(SystemEntity systemEntity) Set the system entity of this JV.voidMaterialIssued.setSystemEntity(SystemEntity systemEntity) voidMaterialRequest.setSystemEntity(SystemEntity systemEntity) final voidMemo.setSystemEntity(SystemEntity systemEntity) voidPersonRole.setSystemEntity(SystemEntity systemEntity) voidUnpostedJournal.setSystemEntity(SystemEntity systemEntity) Money.List.toLocal(SystemEntity systemEntity) Convert to a local currency value.Money.toLocal(Rate exchangeRate, SystemEntity systemEntity) Convert this monetary value to the equivalent in local currency by multiplying with the given "exchange rate".Money.toLocal(SystemEntity systemEntity) Convert this monetary value to the equivalent in local currency by multiplying with the given "exchange rate".Money.toLocal(Date date, SystemEntity systemEntity) Convert this monetary value to the equivalent in local currency by multiplying with the given "exchange rate".Method parameters in com.storedobject.core with type arguments of type SystemEntityModifier and TypeMethodDescriptionstatic voidBranchAccount.setNumberGenerator(BiFunction<SystemEntity, SystemEntity, String> numberGenerator) static voidBranchAccount.setNumberGenerator(BiFunction<SystemEntity, SystemEntity, String> numberGenerator) static voidOffsetAccount.setNumberGenerator(Function<SystemEntity, String> numberGenerator) -
Uses of SystemEntity in com.storedobject.iot
Methods in com.storedobject.iot that return SystemEntityMethods in com.storedobject.iot with parameters of type SystemEntityModifier and TypeMethodDescriptionvoidAlertRepeatFrequency.setSystemEntity(SystemEntity systemEntity) -
Uses of SystemEntity in com.storedobject.report
Constructors in com.storedobject.report with parameters of type SystemEntityModifierConstructorDescriptionJournalReport(Device device, SystemEntity systemEntity, DatePeriod datePeriod) TrialBalance(Device device, SystemEntity entity, Date date) -
Uses of SystemEntity in com.storedobject.tools
Methods in com.storedobject.tools that return SystemEntity -
Uses of SystemEntity in com.storedobject.ui
Methods in com.storedobject.ui with parameters of type SystemEntityModifier and TypeMethodDescriptiondefault StringObjectGridData.getEntityFilter(SystemEntity systemEntity, String extraFilter) ObjectGetField.GetProvider.getTextObject(SystemEntity systemEntity, String searchText) Get an object instance for the search text specified.ObjectGetField.GetSupplier.getTextObject(SystemEntity systemEntity, String value) ObjectGetField.GetTypedSupplier.getTextObject(SystemEntity systemEntity, String value) ObjectGetField.GetProvider.listTextObjects(SystemEntity systemEntity, String searchText) Get a list of object instances for the search text specified.ObjectGetField.GetSupplier.listTextObjects(SystemEntity systemEntity, String value) ObjectGetField.GetTypedSupplier.listTextObjects(SystemEntity systemEntity, String value) default voidObjectGridData.populate(SystemEntity systemEntity) default voidObjectGridData.populate(SystemEntity systemEntity, ObjectIterator<T> objectIterator) default voidObjectGridData.populate(SystemEntity systemEntity, String extraFilter) default voidObjectGridData.search(SystemEntity systemEntity, ObjectSetter<T> setter) default voidObjectGridData.search(SystemEntity systemEntity, ObjectSetter<T> setter, String extraFilter) -
Uses of SystemEntity in com.storedobject.ui.accounts
Constructors in com.storedobject.ui.accounts with parameters of type SystemEntityModifierConstructorDescriptionTrialBalance(SystemEntity systemEntity) TrialBalance(SystemEntity systemEntity, Date date) -
Uses of SystemEntity in com.storedobject.ui.util
Constructor parameters in com.storedobject.ui.util with type arguments of type SystemEntity -
Uses of SystemEntity in com.storedobjects.support
Methods in com.storedobjects.support with parameters of type SystemEntityModifier and TypeMethodDescriptionstatic OrganizationOrganization.get(SystemEntity systemEntity, Entity entity) static OrganizationOrganization.get(SystemEntity systemEntity, String name) static OrganizationOrganization.getByEntityId(SystemEntity systemEntity, Id entityId) static ObjectIterator<Organization> Organization.list(SystemEntity systemEntity, String name)