org.openprivacy.reptile.om
Class FaviconPeer

java.lang.Object
  |
  +--org.apache.turbine.om.peer.BasePeer
        |
        +--org.openprivacy.reptile.om.BaseFaviconPeer
              |
              +--org.openprivacy.reptile.om.FaviconPeer

public class FaviconPeer
extends BaseFaviconPeer

The skeleton for this class was autogenerated by Torque on: [Thu Nov 29 00:21:16 PST 2001] You should add additional methods to this class to meet the application requirements. This class will only be generated as long as it does not already exist in the output directory.


Field Summary
static int STATUS_FAILED
           
static int STATUS_SUCCESS
           
 
Fields inherited from class org.openprivacy.reptile.om.BaseFaviconPeer
CLASS_DEFAULT, CLASSNAME_DEFAULT, ID, LOCATION, numColumns, SITE, STATUS, TABLE_NAME
 
Fields inherited from class org.apache.turbine.om.peer.BasePeer
DEFAULT_MAP_BUILDER, IGNORE_CASE, ORDER_BY
 
Constructor Summary
FaviconPeer()
           
 
Method Summary
static Favicon getFaviconBySite(java.lang.String site)
          Get a Favicon by it's location return null if one wasn't found.
 
Methods inherited from class org.openprivacy.reptile.om.BaseFaviconPeer
addSelectColumns, buildCriteria, doDelete, doDelete, doDelete, doDelete, doInsert, doInsert, doInsert, doInsert, doSelect, doSelect, doSelectVillageRecords, doSelectVillageRecords, doUpdate, doUpdate, doUpdate, doUpdate, getMapBuilder, getOMClass, getTableMap, populateObject, populateObjects, resultSet2Objects, retrieveByPK, retrieveByPK, row2Object
 
Methods inherited from class org.apache.turbine.om.peer.BasePeer
beginTransaction, commitTransaction, createPreparedStatement, createQueryString, deleteAll, deleteAll, doPSSelect, doPSSelect, doUpdate, doUpdate, executeQuery, executeQuery, executeQuery, executeQuery, executeQuery, executeQuery, executeStatement, executeStatement, executeStatement, getMapBuilder, getSelectResults, getSelectResults, getSelectResults, getSelectResults, handleMultiple, handleMultipleRecords, hashtableToByteArray, initColumnNames, initCriteriaKeys, initTableColumns, initTableSchema, initTableSchema, rollBackTransaction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATUS_SUCCESS

public static final int STATUS_SUCCESS
See Also:
Constant Field Values

STATUS_FAILED

public static final int STATUS_FAILED
See Also:
Constant Field Values
Constructor Detail

FaviconPeer

public FaviconPeer()
Method Detail

getFaviconBySite

public static Favicon getFaviconBySite(java.lang.String site)
                                throws java.lang.Exception
Get a Favicon by it's location return null if one wasn't found.

java.lang.Exception