Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.softwarecatalog.NoSuchProductEntryException

Packages that use NoSuchProductEntryException
com.liferay.portlet.softwarecatalog.service.persistence   
 

Uses of NoSuchProductEntryException in com.liferay.portlet.softwarecatalog.service.persistence
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence that throw NoSuchProductEntryException
static SCProductEntry[] SCProductEntryUtil.filterFindByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set of s c product entries that the user has permission to view where groupId = ? and userId = ?.
 SCProductEntry[] SCProductEntryPersistence.filterFindByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set of s c product entries that the user has permission to view where groupId = ? and userId = ?.
static SCProductEntry[] SCProductEntryUtil.filterFindByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set of s c product entries that the user has permission to view where groupId = ?.
 SCProductEntry[] SCProductEntryPersistence.filterFindByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set of s c product entries that the user has permission to view where groupId = ?.
static SCProductEntry SCProductEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where companyId = ?.
 SCProductEntry SCProductEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where companyId = ?.
static SCProductEntry SCProductEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where companyId = ?.
 SCProductEntry SCProductEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where companyId = ?.
static SCProductEntry[] SCProductEntryUtil.findByCompanyId_PrevAndNext(long productEntryId, long companyId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set where companyId = ?.
 SCProductEntry[] SCProductEntryPersistence.findByCompanyId_PrevAndNext(long productEntryId, long companyId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set where companyId = ?.
static SCProductEntry SCProductEntryUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where groupId = ? and userId = ?.
 SCProductEntry SCProductEntryPersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where groupId = ? and userId = ?.
static SCProductEntry SCProductEntryUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where groupId = ? and userId = ?.
 SCProductEntry SCProductEntryPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where groupId = ? and userId = ?.
static SCProductEntry[] SCProductEntryUtil.findByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set where groupId = ? and userId = ?.
 SCProductEntry[] SCProductEntryPersistence.findByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set where groupId = ? and userId = ?.
static SCProductEntry SCProductEntryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where groupId = ?.
 SCProductEntry SCProductEntryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first s c product entry in the ordered set where groupId = ?.
static SCProductEntry SCProductEntryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where groupId = ?.
 SCProductEntry SCProductEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last s c product entry in the ordered set where groupId = ?.
static SCProductEntry[] SCProductEntryUtil.findByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set where groupId = ?.
 SCProductEntry[] SCProductEntryPersistence.findByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator orderByComparator)
          Returns the s c product entries before and after the current s c product entry in the ordered set where groupId = ?.
static SCProductEntry SCProductEntryUtil.findByPrimaryKey(long productEntryId)
          Returns the s c product entry with the primary key or throws a NoSuchProductEntryException if it could not be found.
 SCProductEntry SCProductEntryPersistence.findByPrimaryKey(long productEntryId)
          Returns the s c product entry with the primary key or throws a NoSuchProductEntryException if it could not be found.
static SCProductEntry SCProductEntryUtil.findByRG_RA(String repoGroupId, String repoArtifactId)
          Returns the s c product entry where repoGroupId = ? and repoArtifactId = ? or throws a NoSuchProductEntryException if it could not be found.
 SCProductEntry SCProductEntryPersistence.findByRG_RA(String repoGroupId, String repoArtifactId)
          Returns the s c product entry where repoGroupId = ? and repoArtifactId = ? or throws a NoSuchProductEntryException if it could not be found.
static SCProductEntry SCProductEntryUtil.remove(long productEntryId)
          Removes the s c product entry with the primary key from the database.
 SCProductEntry SCProductEntryPersistence.remove(long productEntryId)
          Removes the s c product entry with the primary key from the database.
static SCProductEntry SCProductEntryUtil.removeByRG_RA(String repoGroupId, String repoArtifactId)
          Removes the s c product entry where repoGroupId = ? and repoArtifactId = ? from the database.
 SCProductEntry SCProductEntryPersistence.removeByRG_RA(String repoGroupId, String repoArtifactId)
          Removes the s c product entry where repoGroupId = ? and repoArtifactId = ? from the database.
 


Liferay 6.1.2-ce-ga3