org.paneris.jammyjoes.model.generated
Class JammyjoesDatabaseBase

java.lang.Object
  extended by org.melati.poem.Database
      extended by org.melati.poem.generated.PoemDatabaseBase
          extended by org.melati.poem.PoemDatabase
              extended by org.paneris.jammyjoes.model.generated.JammyjoesDatabaseBase
All Implemented Interfaces:
org.melati.poem.generated.PoemDatabaseTablesBase, org.melati.poem.PoemDatabaseTables, org.melati.poem.transaction.TransactionPool
Direct Known Subclasses:
JammyjoesDatabase

public class JammyjoesDatabaseBase
extends org.melati.poem.PoemDatabase

Melati POEM generated Database base class.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.melati.poem.Database
org.melati.poem.Database.ConnectingException
 
Constructor Summary
protected JammyjoesDatabaseBase()
           
 
Method Summary
 AffiliateTable getAffiliateTable()
          Retrieves the AffiliateTable table.
 AffiliateTransactionTable getAffiliateTransactionTable()
          Retrieves the AffiliateTransactionTable table.
 AgeTable getAgeTable()
          Retrieves the AgeTable table.
 AwardTable getAwardTable()
          Retrieves the AwardTable table.
 org.melati.poem.CapabilityTable getCapabilityTable()
          Retrieves the CapabilityTable table.
 org.melati.poem.ColumnInfoTable getColumnInfoTable()
          Retrieves the ColumnInfoTable table.
 DeliveryCarrierTable getDeliveryCarrierTable()
          Retrieves the DeliveryCarrierTable table.
 DeliveryChargeTable getDeliveryChargeTable()
          Retrieves the DeliveryChargeTable table.
 DeliveryZoneTable getDeliveryZoneTable()
          Retrieves the DeliveryZoneTable table.
 EcentiveCategoryTable getEcentiveCategoryTable()
          Retrieves the EcentiveCategoryTable table.
 org.melati.poem.GroupCapabilityTable getGroupCapabilityTable()
          Retrieves the GroupCapabilityTable table.
 org.melati.poem.GroupMembershipTable getGroupMembershipTable()
          Retrieves the GroupMembershipTable table.
 org.melati.poem.GroupTable getGroupTable()
          Retrieves the GroupTable table.
 ManufacturerTable getManufacturerTable()
          Retrieves the ManufacturerTable table.
 OrderStatusTable getOrderStatusTable()
          Retrieves the OrderStatusTable table.
 OrderTypeTable getOrderTypeTable()
          Retrieves the OrderTypeTable table.
 ProductStatusTable getProductStatusTable()
          Retrieves the ProductStatusTable table.
 ProductTable getProductTable()
          Retrieves the ProductTable table.
 org.melati.poem.SettingTable getSettingTable()
          Retrieves the SettingTable table.
 SexTable getSexTable()
          Retrieves the SexTable table.
 ShopCurrencyTable getShopCurrencyTable()
          Retrieves the ShopCurrencyTable table.
 ShopOrderItemTable getShopOrderItemTable()
          Retrieves the ShopOrderItemTable table.
 ShopOrderTable getShopOrderTable()
          Retrieves the ShopOrderTable table.
 StockTransactionTable getStockTransactionTable()
          Retrieves the StockTransactionTable table.
 StockTransactionTypeTable getStockTransactionTypeTable()
          Retrieves the StockTransactionTypeTable table.
 SupplierTable getSupplierTable()
          Retrieves the SupplierTable table.
 org.melati.poem.TableCategoryTable getTableCategoryTable()
          Retrieves the TableCategoryTable table.
 org.melati.poem.TableInfoTable getTableInfoTable()
          Retrieves the TableInfoTable table.
 TypeTable getTypeTable()
          Retrieves the TypeTable table.
 org.melati.poem.UserTable getUserTable()
          Retrieves the UserTable table.
 WrappingTable getWrappingTable()
          Retrieves the WrappingTable table.
 
Methods inherited from class org.melati.poem.Database
addConstraints, addTableAndCommit, administerCapability, administratorUser, beginExclusiveLock, beginSession, columns, connect, defineTable, deleteTableAndCommit, disconnect, dump, dumpCacheAnalysis, endExclusiveLock, endSession, getCanAdminister, getCommittedConnection, getDbms, getDisplayName, getDisplayTables, getFreeTransactionsCount, getLastQuery, getName, getQueryCount, getTable, getTransactionsCount, givesCapabilitySQL, guestAccessToken, guestUser, hasCapability, inCommittedTransaction, incrementQueryCount, inSession, isFree, logCommits, logSQL, poemTransaction, quotedName, redefineTable, referencesTo, referencesTo, setCanAdminister, setCanAdminister, setDisplayName, setLogCommits, setLogSQL, setTransactionsMax, sqlQuery, sqlUpdate, tables, toString, transaction, transactionsMax, trimCache, uncache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JammyjoesDatabaseBase

protected JammyjoesDatabaseBase()
Method Detail

getGroupTable

public org.melati.poem.GroupTable getGroupTable()
Retrieves the GroupTable table.

Specified by:
getGroupTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getGroupTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the GroupTable from this database

getCapabilityTable

public org.melati.poem.CapabilityTable getCapabilityTable()
Retrieves the CapabilityTable table.

Specified by:
getCapabilityTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getCapabilityTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the CapabilityTable from this database

getGroupMembershipTable

public org.melati.poem.GroupMembershipTable getGroupMembershipTable()
Retrieves the GroupMembershipTable table.

Specified by:
getGroupMembershipTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getGroupMembershipTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the GroupMembershipTable from this database

getGroupCapabilityTable

public org.melati.poem.GroupCapabilityTable getGroupCapabilityTable()
Retrieves the GroupCapabilityTable table.

Specified by:
getGroupCapabilityTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getGroupCapabilityTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the GroupCapabilityTable from this database

getTableCategoryTable

public org.melati.poem.TableCategoryTable getTableCategoryTable()
Retrieves the TableCategoryTable table.

Specified by:
getTableCategoryTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getTableCategoryTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the TableCategoryTable from this database

getTableInfoTable

public org.melati.poem.TableInfoTable getTableInfoTable()
Retrieves the TableInfoTable table.

Specified by:
getTableInfoTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getTableInfoTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the TableInfoTable from this database

getColumnInfoTable

public org.melati.poem.ColumnInfoTable getColumnInfoTable()
Retrieves the ColumnInfoTable table.

Specified by:
getColumnInfoTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getColumnInfoTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the ColumnInfoTable from this database

getSettingTable

public org.melati.poem.SettingTable getSettingTable()
Retrieves the SettingTable table.

Specified by:
getSettingTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getSettingTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the SettingTable from this database

getProductTable

public ProductTable getProductTable()
Retrieves the ProductTable table.

Returns:
the ProductTable from this database

getSupplierTable

public SupplierTable getSupplierTable()
Retrieves the SupplierTable table.

Returns:
the SupplierTable from this database

getManufacturerTable

public ManufacturerTable getManufacturerTable()
Retrieves the ManufacturerTable table.

Returns:
the ManufacturerTable from this database

getStockTransactionTable

public StockTransactionTable getStockTransactionTable()
Retrieves the StockTransactionTable table.

Returns:
the StockTransactionTable from this database

getAwardTable

public AwardTable getAwardTable()
Retrieves the AwardTable table.

Returns:
the AwardTable from this database

getShopOrderTable

public ShopOrderTable getShopOrderTable()
Retrieves the ShopOrderTable table.

Returns:
the ShopOrderTable from this database

getShopOrderItemTable

public ShopOrderItemTable getShopOrderItemTable()
Retrieves the ShopOrderItemTable table.

Returns:
the ShopOrderItemTable from this database

getAffiliateTable

public AffiliateTable getAffiliateTable()
Retrieves the AffiliateTable table.

Returns:
the AffiliateTable from this database

getAffiliateTransactionTable

public AffiliateTransactionTable getAffiliateTransactionTable()
Retrieves the AffiliateTransactionTable table.

Returns:
the AffiliateTransactionTable from this database

getTypeTable

public TypeTable getTypeTable()
Retrieves the TypeTable table.

Returns:
the TypeTable from this database

getSexTable

public SexTable getSexTable()
Retrieves the SexTable table.

Returns:
the SexTable from this database

getOrderTypeTable

public OrderTypeTable getOrderTypeTable()
Retrieves the OrderTypeTable table.

Returns:
the OrderTypeTable from this database

getStockTransactionTypeTable

public StockTransactionTypeTable getStockTransactionTypeTable()
Retrieves the StockTransactionTypeTable table.

Returns:
the StockTransactionTypeTable from this database

getDeliveryZoneTable

public DeliveryZoneTable getDeliveryZoneTable()
Retrieves the DeliveryZoneTable table.

Returns:
the DeliveryZoneTable from this database

getDeliveryChargeTable

public DeliveryChargeTable getDeliveryChargeTable()
Retrieves the DeliveryChargeTable table.

Returns:
the DeliveryChargeTable from this database

getDeliveryCarrierTable

public DeliveryCarrierTable getDeliveryCarrierTable()
Retrieves the DeliveryCarrierTable table.

Returns:
the DeliveryCarrierTable from this database

getOrderStatusTable

public OrderStatusTable getOrderStatusTable()
Retrieves the OrderStatusTable table.

Returns:
the OrderStatusTable from this database

getProductStatusTable

public ProductStatusTable getProductStatusTable()
Retrieves the ProductStatusTable table.

Returns:
the ProductStatusTable from this database

getEcentiveCategoryTable

public EcentiveCategoryTable getEcentiveCategoryTable()
Retrieves the EcentiveCategoryTable table.

Returns:
the EcentiveCategoryTable from this database

getWrappingTable

public WrappingTable getWrappingTable()
Retrieves the WrappingTable table.

Returns:
the WrappingTable from this database

getShopCurrencyTable

public ShopCurrencyTable getShopCurrencyTable()
Retrieves the ShopCurrencyTable table.

Returns:
the ShopCurrencyTable from this database

getAgeTable

public AgeTable getAgeTable()
Retrieves the AgeTable table.

Returns:
the AgeTable from this database

getUserTable

public org.melati.poem.UserTable getUserTable()
Retrieves the UserTable table.

Specified by:
getUserTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getUserTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the org.melati.poem.UserTable from this database


Copyright © 2001-2008 PanEris. All Rights Reserved.