| org.tigris.scarab.om.BaseAttributePeer org.tigris.scarab.om.AttributePeer
AttributePeer | public class AttributePeer extends BaseAttributePeer (Code) | | This class represents an AttributePeer.
author: Jon S. Stevens version: $Id: AttributePeer.java 9977 2005-12-09 00:40:59Z hair $ |
getAttributes | public static List getAttributes(String attributeType, boolean includeDeleted, String sortColumn, String sortPolarity) throws TorqueException(Code) | | Gets a List of all of the Attribute objects in the database.
|
getAttributes | public static List getAttributes() throws TorqueException(Code) | | Gets a List of all of the Attribute objects in the database.
Sorts on selected column.
|
getAttributes | public static List getAttributes(String attributeType) throws TorqueException(Code) | | Gets a List of Attribute objects in the database.
|
getAttributes | public static List getAttributes(String attributeType, boolean includeDeleted) throws TorqueException(Code) | | Gets a List of Attribute objects in the database.
|
getAttributes | public static List getAttributes(String sortColumn, String sortPolarity) throws TorqueException(Code) | | Gets a List of data Attribute objects in the database.
Sorts on selected column.
|
getFilteredAttributes | public static List getFilteredAttributes(String name, String description, String searchField) throws TorqueException(Code) | | Gets a List of all of the Attribute objects filtered
on name or description
|
Methods inherited from org.tigris.scarab.om.BaseAttributePeer | public static void addSelectColumns(Criteria criteria) throws TorqueException(Code)(Java Doc) public static Criteria buildCriteria(ObjectKey pk)(Code)(Java Doc) public static Criteria buildCriteria(Attribute obj)(Code)(Java Doc) public static Criteria buildSelectCriteria(Attribute obj)(Code)(Java Doc) public static void correctBooleans(Criteria criteria)(Code)(Java Doc) public static void doDelete(Criteria criteria) throws TorqueException(Code)(Java Doc) public static void doDelete(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) public static void doDelete(Attribute obj) throws TorqueException(Code)(Java Doc) public static void doDelete(Attribute obj, Connection con) throws TorqueException(Code)(Java Doc) public static void doDelete(ObjectKey pk) throws TorqueException(Code)(Java Doc) public static void doDelete(ObjectKey pk, Connection con) throws TorqueException(Code)(Java Doc) public static ObjectKey doInsert(Criteria criteria) throws TorqueException(Code)(Java Doc) public static ObjectKey doInsert(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) public static void doInsert(Attribute obj) throws TorqueException(Code)(Java Doc) public static void doInsert(Attribute obj, Connection con) throws TorqueException(Code)(Java Doc) public static List doSelect(Criteria criteria) throws TorqueException(Code)(Java Doc) public static List doSelect(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) public static List doSelect(Attribute obj) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptAttributeOption(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptAttributeOption(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptAttributeType(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptAttributeType(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptScarabUserImpl(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAttributeOption(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAttributeOption(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAttributeType(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAttributeType(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinScarabUserImpl(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) public static List doSelectVillageRecords(Criteria criteria) throws TorqueException(Code)(Java Doc) public static List doSelectVillageRecords(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) public static void doUpdate(Criteria criteria) throws TorqueException(Code)(Java Doc) public static void doUpdate(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) public static void doUpdate(Attribute obj) throws TorqueException(Code)(Java Doc) public static void doUpdate(Attribute obj, Connection con) throws TorqueException(Code)(Java Doc) public static MapBuilder getMapBuilder() throws TorqueException(Code)(Java Doc) public static Class getOMClass() throws TorqueException(Code)(Java Doc) protected static TableMap getTableMap() throws TorqueException(Code)(Java Doc) public static void populateObject(Record row, int offset, Attribute obj) throws TorqueException(Code)(Java Doc) public static List populateObjects(List records) throws TorqueException(Code)(Java Doc) public static List resultSet2Objects(java.sql.ResultSet results) throws TorqueException(Code)(Java Doc) public static Attribute retrieveByPK(Integer pk) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static Attribute retrieveByPK(Integer pk, Connection con) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static Attribute retrieveByPK(ObjectKey pk) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static Attribute retrieveByPK(ObjectKey pk, Connection con) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static List retrieveByPKs(List pks) throws TorqueException(Code)(Java Doc) public static List retrieveByPKs(List pks, Connection dbcon) throws TorqueException(Code)(Java Doc) public static Attribute row2Object(Record row, int offset, Class cls) throws TorqueException(Code)(Java Doc)
|
|
|