* @throws SystemException if a system exception occurred
*/
@Override
public int countByCertificateIDAndVerbAndObject(Long certificateID,
String verb, String object) throws SystemException {
FinderPath finderPath = FINDER_PATH_COUNT_BY_CERTIFICATEIDANDVERBANDOBJECT;
Object[] finderArgs = new Object[] { certificateID, verb, object };
Long count = (Long) FinderCacheUtil.getResult(finderPath, finderArgs,
this);