| Interface | Description |
|---|---|
| Auditable | |
| IItem |
This interface is common to Categorys and Products by now
They give a way to control the CategoryPanel without differencyng
a product from a Category.
|
| Class | Description |
|---|---|
| AbstractHibernateObject<Type extends AbstractHibernateObject<Type>> |
Base Hibernate Bean.
|
| AbstractIdentifiedHibernateObject<Type extends AbstractIdentifiedHibernateObject<Type>> |
This class adds ids, version, and equals()/hashcode() implementations for
hibernate beans that need them.
|
| AbstractVisiblyIdentifiedHibernateObject<Type extends AbstractVisiblyIdentifiedHibernateObject<Type>> | |
| AuditableInterceptor | |
| CashRegister | |
| Category |
This class decribes a category.
|
| CompanyData |
The class CompanyData provides methods to retrieve company data from the
resource file "Company.Data.xml"
|
| ConnectionTester | |
| Course |
This class provides named meal courses for restaurant use.
|
| Currency |
This entity defines currencies that can be used for payment additionally to
the base currency defined by the region setting.
|
| Customer |
This represents an individual customer entity.
|
| CustomerDiscounts |
This entity holds customer specific discount factors for products.
|
| CustomerGroup |
This represents an agreggation of customers.
|
| DiscountReason |
When a discount occurs this class represents the reason why it was given.
|
| Floor | |
| HibDAOFactory | |
| HibDAOFactory.CashRegisterDAO | |
| HibDAOFactory.CategoryDAO | |
| HibDAOFactory.CurrencyDAO | |
| HibDAOFactory.CustomerDAO | |
| HibDAOFactory.CustomerDiscountsDAO | |
| HibDAOFactory.CustomerGroupDAO | |
| HibDAOFactory.DiscountReasonDAO | |
| HibDAOFactory.FloorDAO | |
| HibDAOFactory.ImageDAO | |
| HibDAOFactory.ImageResourceDAO | |
| HibDAOFactory.KitchenOrderDAO | |
| HibDAOFactory.LocationDAO | |
| HibDAOFactory.PaymentDAO | |
| HibDAOFactory.PermissionDAO | |
| HibDAOFactory.PlaceDAO | |
| HibDAOFactory.ProductDAO | |
| HibDAOFactory.ProductEanDAO | |
| HibDAOFactory.ProductLocationDAO | |
| HibDAOFactory.PropertyDAO | |
| HibDAOFactory.ReservationDAO | |
| HibDAOFactory.ResourceDAO | |
| HibDAOFactory.RoleDAO | |
| HibDAOFactory.SpecialPriceDAO | |
| HibDAOFactory.StockDiaryDAO | |
| HibDAOFactory.TareDAO | |
| HibDAOFactory.TaxDAO | |
| HibDAOFactory.TicketDAO | |
| HibDAOFactory.TicketLineDAO | |
| HibDAOFactory.UserDAO | |
| HibernateDAO<Type extends AbstractHibernateObject,KeyType extends Serializable> | |
| HibernateObjectFactory |
This class will handle the loading of hibernate objects
|
| HibernateUtil |
POSper Hibernate Bridge.
|
| Image |
This class is for describing images.
|
| ImageResource |
This class stores the image resources regarding POSper.
|
| KitchenOrder |
An order, is created each time products are added to a ticket.
|
| Location | |
| Logintime |
This entity holds customer specific discount factors for products.
|
| MySQLDialect | |
| Payment |
All payment records, related to both ticket and cashregister.
|
| PaymentSerialGenerator |
This class has the sole purpose of allowing us to generate serial numbers
for explicitely created payments.
|
| Permission | |
| Place |
This persistent entity holds the properties of places (restaurant tables)
Changes:
- added table dimensions (if null button default will be used)
|
| PosperNamingStrategy | |
| Product |
Changes:
- modifiers
- accountingLevel
|
| ProductEan |
This entity holds EAN codes assigned to a product.
|
| ProductLocation | |
| Property | |
| Reservation | |
| Resource |
This class stores the resources regarding POSper.
|
| Role | |
| SpecialPrice |
This entity holds customer specific discount factors for products.
|
| StockDiary | |
| Tare |
This class describes a Tare on POSper data model.
|
| Tax |
This class describes a Tax on POSper data model.
|
| Ticket |
This class describes a Ticket.
|
| TicketCreationGenerator |
This class has the sole purpose of allowing us to generate visible ids for
tickets without a risk of race conditions because hibernate doesn't allow
sequences with mysqld!
|
| TicketIdGenerator |
This class has the sole purpose of allowing us to generate sequence of ticket
numbers.
|
| TicketLine |
A Ticket Line holds information regarding a ticket including the product
being sold, the amount and cost of what's being sold, and associated taxes.
|
| TicketSorter |
This class provides the ability to sort tickets by visible id.
|
| User |
This class describes each user of POSper.
|
| ValueCard |
Value cards are coupons identified by a code and representing a monetary value.
|
Copyright © 2021. All rights reserved.