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 EntityAccount
EntityAccount.get
(SystemEntity systemEntity, String name) Retrieves an instance ofEntityAccount
based on the givenSystemEntity
and name.static ObjectIterator
<? extends EntityAccount> EntityAccount.list
(SystemEntity systemEntity, String name) Returns an iterator of EntityAccount objects that match the specified systemEntity and name.void
AccountConfiguration.setSystemEntity
(SystemEntity systemEntity) Sets the system entity for this AccountConfiguration.void
Invoice.setSystemEntity
(SystemEntity systemEntity) void
TaxAccountConfiguration.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 SystemEntity
SystemEntity.get()
Get the default System Entity.static SystemEntity
static SystemEntity
BranchAccount.getBranch()
static SystemEntity
default SystemEntity
Device.getDefaultEntity
(SystemUser user) ReportFormat.getEntity()
Get the entityId
for which this "report format" definition is applicable.TransactionManager.getEntity()
AccessControl.getOrganization()
final SystemEntity
Account.getSystemEntity()
Gets the System Entity.Consignment.getSystemEntity()
default SystemEntity
ContentProducer.getSystemEntity()
CurrencyRate.getSystemEntity()
Gets the System Entity.EntityRole.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 SystemEntity
Memo.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 BranchAccount
BranchAccount.create
(TransactionManager tm, SystemEntity master, SystemEntity branch) static OffsetAccount
OffsetAccount.create
(TransactionManager tm, SystemEntity forEntity) static BranchAccount
BranchAccount.createFrom
(TransactionManager tm, SystemEntity master) static BranchAccount
BranchAccount.createTo
(TransactionManager tm, SystemEntity branch) static AccessControl
AccessControl.get
(SystemEntity entity) static Account
Account.get
(SystemEntity systemEntity, String name) static AccountTitle
AccountTitle.get
(SystemEntity systemEntity, String name) static BranchAccount
BranchAccount.get
(SystemEntity systemEntity, String name) static CurrencyRate
CurrencyRate.get
(Date date, Currency currency, SystemEntity entity) static CurrencyRate
CurrencyRate.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 String
GlobalProperty.get
(SystemEntity systemEntity, String name) static <T extends InventoryStore>
TInventoryStore.get
(SystemEntity systemEntity, String name) static OffsetAccount
OffsetAccount.get
(SystemEntity forEntity) static OffsetAccount
OffsetAccount.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 ReportFormat
ReportFormat.get
(SystemEntity entity) Get the "report format" definition for the given parameter.static boolean
GlobalProperty.getBoolean
(SystemEntity systemEntity, String name) Money.getBuyingRate
(Currency currency, SystemEntity systemEntity) Gets the buying rate.static Rate
Money.getBuyingRate
(Currency from, Currency to, 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 InventoryVirtualLocation
InventoryVirtualLocation.getConsumptionLocation
(SystemEntity systemEntity) Money.getExchangeRate
(Currency currency, SystemEntity systemEntity) Gets the exchange rate (average of selling rate and buying rate).static Rate
Money.getExchangeRate
(Currency from, Currency to, SystemEntity systemEntity) Gets the exchange rate (average of selling rate and buying rate).static int
GlobalProperty.getInteger
(SystemEntity systemEntity, String name) static long
GlobalProperty.getLong
(SystemEntity systemEntity, String name) SerialPattern.getNumber
(SystemEntity systemEntity, long serial, Date date) Get the number string appropriately stuffed as per the pattern.static String
SerialPattern.getNumber
(SystemEntity systemEntity, long serial, Date date, String pattern) Get the number string appropriately stuffed as per the pattern.static String
SerialPattern.getNumber
(String patternName, SystemEntity systemEntity, long serial, Date date) Get the number string appropriately stuffed as per the pattern.static InventoryVirtualLocation
InventoryVirtualLocation.getScrapLocation
(SystemEntity systemEntity) Money.getSellingRate
(Currency currency, SystemEntity systemEntity) Gets the selling rate.static Rate
Money.getSellingRate
(Currency from, Currency to, SystemEntity systemEntity) Gets the selling rate.static InventoryVirtualLocation
InventoryVirtualLocation.getShortageLocation
(SystemEntity systemEntity) static boolean
Financial.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) void
ObjectSearcher.populate
(SystemEntity systemEntity) void
ObjectSearcher.populate
(SystemEntity systemEntity, ObjectIterator<T> objects) void
ObjectSearcher.populate
(SystemEntity systemEntity, String extraFilter) void
ObjectSearcher.search
(SystemEntity systemEntity, ObjectSetter<T> setter) void
ObjectSearcher.search
(SystemEntity systemEntity, ObjectSetter<T> setter, String extraFilter) void
BranchAccount.setBranch
(SystemEntity branch) void
ReportFormat.setEntity
(SystemEntity entity) Set the entity.boolean
TransactionManager.setEntity
(SystemEntity entity) void
AccessControl.setOrganization
(SystemEntity organization) final void
Account.setSystemEntity
(SystemEntity systemEntity) void
EntityRole.setSystemEntity
(SystemEntity systemEntity) void
GlobalProperty.setSystemEntity
(SystemEntity systemEntity) void
InventoryStore.setSystemEntity
(SystemEntity systemEntity) void
InventoryTransfer.setSystemEntity
(SystemEntity systemEntity) void
JournalVoucher.setSystemEntity
(SystemEntity systemEntity) Set the system entity of this JV.void
MaterialIssued.setSystemEntity
(SystemEntity systemEntity) void
MaterialRequest.setSystemEntity
(SystemEntity systemEntity) final void
Memo.setSystemEntity
(SystemEntity systemEntity) void
PersonRole.setSystemEntity
(SystemEntity systemEntity) void
UnpostedJournal.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 applying the given "exchange rate".Money.toLocal
(SystemEntity systemEntity) Convert this monetary value to the equivalent in local currency by applying the current "exchange rate".Money.toLocal
(Date date, SystemEntity systemEntity) Convert this monetary value to the equivalent in local currency by applying the current "exchange rate".Method parameters in com.storedobject.core with type arguments of type SystemEntityModifier and TypeMethodDescriptionstatic void
BranchAccount.setNumberGenerator
(BiFunction<SystemEntity, SystemEntity, String> numberGenerator) static void
BranchAccount.setNumberGenerator
(BiFunction<SystemEntity, SystemEntity, String> numberGenerator) static void
OffsetAccount.setNumberGenerator
(Function<SystemEntity, String> numberGenerator) -
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 String
ObjectGridData.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 void
ObjectGridData.populate
(SystemEntity systemEntity) default void
ObjectGridData.populate
(SystemEntity systemEntity, ObjectIterator<T> objectIterator) default void
ObjectGridData.populate
(SystemEntity systemEntity, String extraFilter) default void
ObjectGridData.search
(SystemEntity systemEntity, ObjectSetter<T> setter) default void
ObjectGridData.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 Organization
Organization.get
(SystemEntity systemEntity, Entity entity) static Organization
Organization.get
(SystemEntity systemEntity, String name) static Organization
Organization.getByEntityId
(SystemEntity systemEntity, Id entityId) static ObjectIterator
<Organization> Organization.list
(SystemEntity systemEntity, String name)