| org.tigris.scarab.om.BaseScarabRoleImplPeer
All known Subclasses: org.tigris.scarab.om.ScarabRoleImplPeer,
BaseScarabRoleImplPeer | abstract public class BaseScarabRoleImplPeer extends org.apache.fulcrum.security.impl.db.entity.TurbineRolePeer (Code) | | |
CLASSNAME_DEFAULT | final protected static String CLASSNAME_DEFAULT(Code) | | A class that can be returned by this peer.
|
CLASS_DEFAULT | final protected static Class CLASS_DEFAULT(Code) | | A class that can be returned by this peer.
|
numColumns | final public static int numColumns(Code) | | number of columns for this peer
|
getOMClass | public static Class getOMClass() throws TorqueException(Code) | | The class that the Peer will make instances of.
If the BO is abstract then you must implement this method
in the BO.
throws: TorqueException - Any exceptions caught during processing will berethrown wrapped into a TorqueException. |
retrieveScarabRoleImplByPK | public static ScarabRoleImpl retrieveScarabRoleImplByPK(Integer pk) throws TorqueException, NoRowsException, TooManyRowsException(Code) | | Retrieve a single object by pk
Parameters: pk - the primary key throws: TorqueException - Any exceptions caught during processing will berethrown wrapped into a TorqueException. throws: NoRowsException - Primary key was not found in database. throws: TooManyRowsException - Primary key was not found in database. |
retrieveScarabRoleImplByPK | public static ScarabRoleImpl retrieveScarabRoleImplByPK(Integer pk, Connection con) throws TorqueException, NoRowsException, TooManyRowsException(Code) | | Retrieve a single object by pk
Parameters: pk - the primary key Parameters: con - the connection to use throws: TorqueException - Any exceptions caught during processing will berethrown wrapped into a TorqueException. throws: NoRowsException - Primary key was not found in database. throws: TooManyRowsException - Primary key was not found in database. |
retrieveScarabRoleImplByPK | public static ScarabRoleImpl retrieveScarabRoleImplByPK(ObjectKey pk) throws TorqueException, NoRowsException, TooManyRowsException(Code) | | Retrieve a single object by pk
Parameters: pk - the primary key throws: TorqueException - Any exceptions caught during processing will berethrown wrapped into a TorqueException. throws: NoRowsException - Primary key was not found in database. throws: TooManyRowsException - Primary key was not found in database. |
retrieveScarabRoleImplByPK | public static ScarabRoleImpl retrieveScarabRoleImplByPK(ObjectKey pk, Connection con) throws TorqueException, NoRowsException, TooManyRowsException(Code) | | Retrieve a single object by pk
Parameters: pk - the primary key Parameters: con - the connection to use throws: TorqueException - Any exceptions caught during processing will berethrown wrapped into a TorqueException. throws: NoRowsException - Primary key was not found in database. throws: TooManyRowsException - Primary key was not found in database. |
retrieveScarabRoleImplByPKs | public static List retrieveScarabRoleImplByPKs(List pks) throws TorqueException(Code) | | Retrieve a multiple objects by pk
Parameters: pks - List of primary keys throws: TorqueException - Any exceptions caught during processing will berethrown wrapped into a TorqueException. |
retrieveScarabRoleImplByPKs | public static List retrieveScarabRoleImplByPKs(List pks, Connection dbcon) throws TorqueException(Code) | | Retrieve a multiple objects by pk
Parameters: pks - List of primary keys Parameters: dbcon - the connection to use throws: TorqueException - Any exceptions caught during processing will berethrown wrapped into a TorqueException. |
|
|