org.paneris.jammyjoes.model.generated
Interface JammyjoesDatabaseTablesBase

All Known Subinterfaces:
JammyjoesDatabaseTables
All Known Implementing Classes:
JammyjoesDatabase

public interface JammyjoesDatabaseTablesBase

Melati POEM generated base interface to the tables in org.paneris.jammyjoes.model.


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 tableas a org.melati.poem.UserTable.
 WrappingTable getWrappingTable()
          Retrieves the WrappingTable table.
 

Method Detail

getGroupTable

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

Returns:
the GroupTable from this database

getCapabilityTable

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

Returns:
the CapabilityTable from this database

getGroupMembershipTable

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

Returns:
the GroupMembershipTable from this database

getGroupCapabilityTable

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

Returns:
the GroupCapabilityTable from this database

getTableCategoryTable

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

Returns:
the TableCategoryTable from this database

getTableInfoTable

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

Returns:
the TableInfoTable from this database

getColumnInfoTable

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

Returns:
the ColumnInfoTable from this database

getSettingTable

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

Returns:
the SettingTable from this database

getProductTable

ProductTable getProductTable()
Retrieves the ProductTable table.

Returns:
the ProductTable from this database

getSupplierTable

SupplierTable getSupplierTable()
Retrieves the SupplierTable table.

Returns:
the SupplierTable from this database

getManufacturerTable

ManufacturerTable getManufacturerTable()
Retrieves the ManufacturerTable table.

Returns:
the ManufacturerTable from this database

getStockTransactionTable

StockTransactionTable getStockTransactionTable()
Retrieves the StockTransactionTable table.

Returns:
the StockTransactionTable from this database

getAwardTable

AwardTable getAwardTable()
Retrieves the AwardTable table.

Returns:
the AwardTable from this database

getShopOrderTable

ShopOrderTable getShopOrderTable()
Retrieves the ShopOrderTable table.

Returns:
the ShopOrderTable from this database

getShopOrderItemTable

ShopOrderItemTable getShopOrderItemTable()
Retrieves the ShopOrderItemTable table.

Returns:
the ShopOrderItemTable from this database

getAffiliateTable

AffiliateTable getAffiliateTable()
Retrieves the AffiliateTable table.

Returns:
the AffiliateTable from this database

getAffiliateTransactionTable

AffiliateTransactionTable getAffiliateTransactionTable()
Retrieves the AffiliateTransactionTable table.

Returns:
the AffiliateTransactionTable from this database

getTypeTable

TypeTable getTypeTable()
Retrieves the TypeTable table.

Returns:
the TypeTable from this database

getSexTable

SexTable getSexTable()
Retrieves the SexTable table.

Returns:
the SexTable from this database

getOrderTypeTable

OrderTypeTable getOrderTypeTable()
Retrieves the OrderTypeTable table.

Returns:
the OrderTypeTable from this database

getStockTransactionTypeTable

StockTransactionTypeTable getStockTransactionTypeTable()
Retrieves the StockTransactionTypeTable table.

Returns:
the StockTransactionTypeTable from this database

getDeliveryZoneTable

DeliveryZoneTable getDeliveryZoneTable()
Retrieves the DeliveryZoneTable table.

Returns:
the DeliveryZoneTable from this database

getDeliveryChargeTable

DeliveryChargeTable getDeliveryChargeTable()
Retrieves the DeliveryChargeTable table.

Returns:
the DeliveryChargeTable from this database

getDeliveryCarrierTable

DeliveryCarrierTable getDeliveryCarrierTable()
Retrieves the DeliveryCarrierTable table.

Returns:
the DeliveryCarrierTable from this database

getOrderStatusTable

OrderStatusTable getOrderStatusTable()
Retrieves the OrderStatusTable table.

Returns:
the OrderStatusTable from this database

getProductStatusTable

ProductStatusTable getProductStatusTable()
Retrieves the ProductStatusTable table.

Returns:
the ProductStatusTable from this database

getEcentiveCategoryTable

EcentiveCategoryTable getEcentiveCategoryTable()
Retrieves the EcentiveCategoryTable table.

Returns:
the EcentiveCategoryTable from this database

getWrappingTable

WrappingTable getWrappingTable()
Retrieves the WrappingTable table.

Returns:
the WrappingTable from this database

getShopCurrencyTable

ShopCurrencyTable getShopCurrencyTable()
Retrieves the ShopCurrencyTable table.

Returns:
the ShopCurrencyTable from this database

getAgeTable

AgeTable getAgeTable()
Retrieves the AgeTable table.

Returns:
the AgeTable from this database

getUserTable

org.melati.poem.UserTable getUserTable()
Retrieves the UserTable tableas a org.melati.poem.UserTable.

Returns:
the org.melati.poem.UserTable from this database


Copyright © 2001-2008 PanEris. All Rights Reserved.