| org.tigris.scarab.om.BaseScarabUserImplPeer org.tigris.scarab.om.ScarabUserImplPeer
ScarabUserImplPeer | public class ScarabUserImplPeer extends BaseScarabUserImplPeer (Code) | | Utility methods for the ScarabUserImpl table (TURBINE_USER, really).
|
Method Summary | |
public static int | getUsersCount(Criteria critCount) Returns the number of rows returned from the criteria. |
getUsersCount | public static int getUsersCount(Criteria critCount) throws TorqueException, DataSetException(Code) | | Returns the number of rows returned from the criteria. The criteria should have an unique SelectColumn
(use crit.addSelectColumn("COUNT(*)").
|
Methods inherited from org.tigris.scarab.om.BaseScarabUserImplPeer | public static Class getOMClass() throws TorqueException(Code)(Java Doc) public static ScarabUserImpl retrieveScarabUserImplByPK(Integer pk) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static ScarabUserImpl retrieveScarabUserImplByPK(Integer pk, Connection con) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static ScarabUserImpl retrieveScarabUserImplByPK(ObjectKey pk) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static ScarabUserImpl retrieveScarabUserImplByPK(ObjectKey pk, Connection con) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static List retrieveScarabUserImplByPKs(List pks) throws TorqueException(Code)(Java Doc) public static List retrieveScarabUserImplByPKs(List pks, Connection dbcon) throws TorqueException(Code)(Java Doc)
|
|
|