Package | Description |
---|---|
org.posper.data.gui | |
org.posper.data.loader | |
org.posper.data.user | |
org.posper.hibernate | |
org.posper.tpv.admin | |
org.posper.tpv.panelsales.restaurant |
Modifier and Type | Class and Description |
---|---|
class |
ComboBoxHibernateModel<Type extends AbstractHibernateObject> |
class |
ComboBoxHibernateModelWithEmpty<Type extends AbstractHibernateObject>
This combo box model adds a null element at the start.
|
class |
FindInfo<DataType extends AbstractHibernateObject> |
Modifier and Type | Class and Description |
---|---|
class |
ComparatorCreatorHibernate<Type extends AbstractHibernateObject> |
class |
RenderStringHibernate<RendType extends AbstractHibernateObject> |
class |
RenderStringHibernateMulti<RendType extends AbstractHibernateObject> |
class |
RenderStringHibernateProp<RendType extends AbstractHibernateObject> |
class |
StaticSentenceCriteria<Type extends AbstractHibernateObject<Type>,KeyType extends Serializable> |
class |
TableDefinitionHibernate<Type extends AbstractHibernateObject> |
Modifier and Type | Method and Description |
---|---|
List<AbstractHibernateObject> |
TableDefinitionHibernateDouble.getList() |
Modifier and Type | Class and Description |
---|---|
class |
BrowsableData<DataType extends AbstractHibernateObject> |
class |
BrowsableEditableData<DataType extends AbstractHibernateObject> |
class |
ListProviderHibernate<ListType extends AbstractHibernateObject> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHibernateObject<Type extends AbstractHibernateObject<Type>>
Base Hibernate Bean.
|
class |
HibernateDAO<Type extends AbstractHibernateObject,KeyType extends Serializable> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIdentifiedHibernateObject<Type extends AbstractIdentifiedHibernateObject<Type>>
This class adds ids, version, and equals()/hashcode() implementations for
hibernate beans that need them.
|
class |
AbstractVisiblyIdentifiedHibernateObject<Type extends AbstractVisiblyIdentifiedHibernateObject<Type>> |
class |
CashRegister |
class |
Category
This class decribes a category.
|
class |
Course
This class provides named meal courses for restaurant use.
|
class |
Currency
This entity defines currencies that can be used for payment additionally to
the base currency defined by the region setting.
|
class |
Customer
This represents an individual customer entity.
|
class |
CustomerDiscounts
This entity holds customer specific discount factors for products.
|
class |
CustomerGroup
This represents an agreggation of customers.
|
class |
DiscountReason
When a discount occurs this class represents the reason why it was given.
|
class |
Floor |
class |
Image
This class is for describing images.
|
class |
ImageResource
This class stores the image resources regarding POSper.
|
class |
KitchenOrder
An order, is created each time products are added to a ticket.
|
class |
Location |
class |
Logintime
This entity holds customer specific discount factors for products.
|
class |
Payment
All payment records, related to both ticket and cashregister.
|
class |
PaymentSerialGenerator
This class has the sole purpose of allowing us to generate serial numbers
for explicitely created payments.
|
class |
Permission |
class |
Place
This persistent entity holds the properties of places (restaurant tables)
Changes:
- added table dimensions (if null button default will be used)
|
class |
Product
Changes:
- modifiers
- accountingLevel
|
class |
ProductEan
This entity holds EAN codes assigned to a product.
|
class |
ProductLocation |
class |
Property |
class |
Reservation |
class |
Resource
This class stores the resources regarding POSper.
|
class |
Role |
class |
SpecialPrice
This entity holds customer specific discount factors for products.
|
class |
StockDiary |
class |
Tare
This class describes a Tare on POSper data model.
|
class |
Tax
This class describes a Tax on POSper data model.
|
class |
Ticket
This class describes a Ticket.
|
class |
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!
|
class |
TicketIdGenerator
This class has the sole purpose of allowing us to generate sequence of ticket
numbers.
|
class |
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.
|
class |
User
This class describes each user of POSper.
|
class |
ValueCard
Value cards are coupons identified by a code and representing a monetary value.
|
Modifier and Type | Method and Description |
---|---|
static AbstractHibernateObject |
HibernateObjectFactory.get(Class hibClass,
Serializable key) |
static AbstractHibernateObject |
HibernateObjectFactory.load(Class hibClass,
Serializable key) |
Modifier and Type | Method and Description |
---|---|
static List<AbstractHibernateObject> |
HibernateObjectFactory.list(Class hibClass)
Get a list of all hibernate objects of the given type.
|
Modifier and Type | Method and Description |
---|---|
AbstractHibernateObject |
ResourcesView.createValue() |
Modifier and Type | Method and Description |
---|---|
EditorRecord<AbstractHibernateObject> |
ResourcesPanel.getEditor() |
ListProvider<AbstractHibernateObject> |
ResourcesPanel.getListProvider() |
Modifier and Type | Method and Description |
---|---|
void |
ResourcesView.writeValueDelete(AbstractHibernateObject value) |
void |
ResourcesView.writeValueEdit(AbstractHibernateObject value) |
boolean |
ResourcesView.writeValueUpdate(AbstractHibernateObject value) |
Modifier and Type | Method and Description |
---|---|
AbstractHibernateObject |
JTicketsBagRestaurantRes.createValue() |
Copyright © 2021. All rights reserved.