Uses of Class
com.storedobject.core.Entity
Packages that use Entity
Package
Description
-
Uses of Entity in com.storedobject.accounts
Methods in com.storedobject.accounts that return EntityModifier and TypeMethodDescriptionBusinessEntity.getEntity()Retrieves the entity associated with this account entity.Methods in com.storedobject.accounts that return types with arguments of type EntityModifier and TypeMethodDescriptionBusinessEntity.getPartyClass()Returns the class representing the party associated with this entity.Methods in com.storedobject.accounts with parameters of type Entity -
Uses of Entity in com.storedobject.core
Fields in com.storedobject.core declared as EntityMethods in com.storedobject.core that return EntityModifier and TypeMethodDescriptionstatic EntityConsignment.getBuyer()InventorySale.getCustomerEntity()default EntityContentProducer.getEntity()EntityRole.getEntity()Same asEntityRole.getOrganization().InventoryVirtualLocation.getEntity()final EntityStreamContentProducer.getEntity()SystemEntity.getEntity()Gets the entity of this System Entityfinal EntityInventoryTransfer.getEntityFrom()final EntityInventoryTransfer.getEntityTo()EntityRole.getOrganization()InventoryItem.getOwner()InventoryRO.getRepairEntity()InventoryGRN.getSupplier()InventoryPO.getSupplier()Methods in com.storedobject.core that return types with arguments of type EntityMethods in com.storedobject.core with parameters of type EntityModifier and TypeMethodDescriptionvoidInventoryTransaction.changeOwner(InventoryItem item, String reference, Entity toEntity) Change ownership of an item.static InventoryLocationInventoryTransaction.createConsumerLocation(TransactionManager tm, Entity consumer) Create a consumer location.static InventoryLocationInventoryTransaction.createConsumptionLocation(TransactionManager tm, Entity entity) Create the consumption location.static InventoryLocationInventoryTransaction.createExternalOwnerLocation(TransactionManager tm, Entity externalEntity) Create an external owner location from where we can receive stocks.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.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 InventoryLocationInventoryTransaction.createRepairLocation(TransactionManager tm, Entity repairEntity) Create a repair organization location.static InventoryLocationInventoryTransaction.createSupplierLocation(TransactionManager tm, Entity supplier) Create a supplier location.static AccessControlstatic <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 ReportFormatGet the "report format" definition for the given parameter.static SystemEntitystatic InventoryVirtualLocationInventoryVirtualLocation.getConsumptionLocation(Entity entity) voidInventoryTransaction.loanFrom(InventoryItem item, String reference, InventoryLocation to, Entity entity) Loan an item from another entity.voidInventoryTransaction.loanTo(InventoryItem item, Quantity quantity, String reference, Entity entity) Loan an item to another entity.protected voidInventoryLoanOutItem.move(InventoryTransaction transaction, InventoryItem item, InventoryLocation toLocation, Entity toEntity) protected abstract voidInventoryReturnItem.move(InventoryTransaction transaction, InventoryItem item, InventoryLocation toLocation, Entity toEntity) protected voidInventoryROItem.move(InventoryTransaction transaction, InventoryItem item, InventoryLocation toLocation, Entity toEntity) protected voidInventorySaleItem.move(InventoryTransaction transaction, InventoryItem item, InventoryLocation toLocation, Entity toEntity) protected voidInventoryTransferItem.move(InventoryTransaction transaction, InventoryItem item, InventoryLocation toLocation, Entity toEntity) Move the item to the specified location.voidInventoryTransaction.purchase(InventoryItem item, Quantity quantity, String reference, InventoryLocation to, Entity fromEntity) Purchase an item.voidInventoryTransaction.purchase(InventoryItem item, String reference, InventoryLocation to, Entity fromEntity) Purchase an item.voidInventoryTransaction.receiveFromExternal(InventoryItem item, String reference, InventoryLocation to, Entity entity) Receive an item from another entity.voidInventoryTransaction.sale(InventoryItem item, Quantity quantity, String reference, Entity toEntity) Sell items.voidInventoryTransaction.sendForRepair(InventoryItem item, Quantity quantity, String reference, Entity repairEntity) Sent an item for repair.voidInventoryTransaction.sendForRepair(InventoryItem item, String reference, Entity repairEntity) Sent an item for repair.voidvoidSame asEntityRole.setOrganization(Entity).voidvoidSets the entity of this System Entity.voidEntityRole.setOrganization(Entity organization) voidvoidInventoryGRN.setSupplier(Entity supplier) voidInventoryPO.setSupplier(Entity supplier) -
Uses of Entity in com.storedobject.office
Methods in com.storedobject.office that return EntityMethods in com.storedobject.office with parameters of type Entity -
Uses of Entity in com.storedobject.pdf
Methods in com.storedobject.pdf that return EntityModifier and TypeMethodDescriptionPDF.getEntity()Get the entity (If the entity can not be identified from "Transaction Manager" or "Entity", then, null is returned.Methods in com.storedobject.pdf with parameters of type Entity -
Uses of Entity in com.storedobject.ui.inventory
Methods in com.storedobject.ui.inventory that return types with arguments of type EntityModifier and TypeMethodDescriptionGRN.suppliers(int type) Create a supplier list for the given type of GRN.Constructors in com.storedobject.ui.inventory with parameters of type Entity -
Uses of Entity in com.storedobjects.support
Methods in com.storedobjects.support with parameters of type EntityModifier and TypeMethodDescriptionstatic OrganizationOrganization.get(SystemEntity systemEntity, Entity entity)