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
Methods in com.storedobject.core that return EntityModifier and TypeMethodDescriptionstatic Entity
Consignment.getBuyer()
InventorySale.getCustomerEntity()
default Entity
ContentProducer.getEntity()
EntityRole.getEntity()
Same asEntityRole.getOrganization()
.InventoryVirtualLocation.getEntity()
SystemEntity.getEntity()
Gets the entity of this System EntityEntityRole.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 TypeMethodDescriptionstatic InventoryLocation
InventoryTransaction.createConsumerLocation
(TransactionManager tm, Entity consumer) Create a consumer location.static InventoryLocation
InventoryTransaction.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 InventoryLocation
InventoryTransaction.createLoanFromLocation
(TransactionManager tm, Entity entity) Create an organization location where we can rent items from.static InventoryLocation
InventoryTransaction.createLoanToLocation
(TransactionManager tm, Entity entity) Create an organization location where we can rent out items.static InventoryLocation
InventoryTransaction.createRepairLocation
(TransactionManager tm, Entity repairEntity) Create a repair organization location.static InventoryLocation
InventoryTransaction.createSupplierLocation
(TransactionManager tm, Entity supplier) Create a supplier location.static AccessControl
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 ReportFormat
Get the "report format" definition for the given parameter.static SystemEntity
void
InventoryTransaction.loanFrom
(InventoryItem item, String reference, InventoryLocation to, Entity entity) Loan an item from another entity.void
InventoryTransaction.loanTo
(InventoryItem item, String reference, Entity entity) Loan an item to another entity.void
InventoryTransaction.purchase
(InventoryItem item, Quantity quantity, String reference, InventoryLocation to, Entity fromEntity) Purchase an item.void
InventoryTransaction.purchase
(InventoryItem item, String reference, InventoryLocation to, Entity fromEntity) Purchase an item.void
InventoryTransaction.receiveFromExternal
(InventoryItem item, String reference, InventoryLocation to, Entity entity) Receive an item from another entity.void
InventoryTransaction.sale
(InventoryItem item, Quantity quantity, String reference, Entity toEntity) Sell items.void
InventoryTransaction.sendForRepair
(InventoryItem item, Quantity quantity, String reference, Entity repairEntity) Sent an item for repair.void
InventoryTransaction.sendForRepair
(InventoryItem item, String reference, Entity repairEntity) Sent an item for repair.void
void
Same asEntityRole.setOrganization(Entity)
.void
void
Sets the entity of this System Entity.void
EntityRole.setOrganization
(Entity organization) void
void
InventoryGRN.setSupplier
(Entity supplier) void
InventoryPO.setSupplier
(Entity supplier) -
Uses of Entity in com.storedobject.office
Methods in com.storedobject.office that return EntityModifier and TypeMethodDescriptionfinal Entity
ExcelReport.getEntity()
final Entity
ODSReport.getEntity()
ODTReport.getEntity()
final Entity
TextReport.getEntity()
Methods 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 suppliers 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 Organization
Organization.get
(SystemEntity systemEntity, Entity entity)