Liferay 6.0.3

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.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static SCProductEntry SCProductEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static SCProductEntry[] SCProductEntryUtil.findByCompanyId_PrevAndNext(long productEntryId, long companyId, OrderByComparator orderByComparator)
           
 SCProductEntry[] SCProductEntryPersistence.findByCompanyId_PrevAndNext(long productEntryId, long companyId, OrderByComparator orderByComparator)
           
 SCProductEntry[] SCProductEntryPersistenceImpl.findByCompanyId_PrevAndNext(long productEntryId, long companyId, OrderByComparator orderByComparator)
           
static SCProductEntry SCProductEntryUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistenceImpl.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
           
static SCProductEntry SCProductEntryUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistenceImpl.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
           
static SCProductEntry[] SCProductEntryUtil.findByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator orderByComparator)
           
 SCProductEntry[] SCProductEntryPersistence.findByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator orderByComparator)
           
 SCProductEntry[] SCProductEntryPersistenceImpl.findByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator orderByComparator)
           
static SCProductEntry SCProductEntryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
static SCProductEntry SCProductEntryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
static SCProductEntry[] SCProductEntryUtil.findByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator orderByComparator)
           
 SCProductEntry[] SCProductEntryPersistence.findByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator orderByComparator)
           
 SCProductEntry[] SCProductEntryPersistenceImpl.findByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator orderByComparator)
           
static SCProductEntry SCProductEntryUtil.findByPrimaryKey(long productEntryId)
           
 SCProductEntry SCProductEntryPersistence.findByPrimaryKey(long productEntryId)
           
 SCProductEntry SCProductEntryPersistenceImpl.findByPrimaryKey(long productEntryId)
           
static SCProductEntry SCProductEntryUtil.findByRG_RA(String repoGroupId, String repoArtifactId)
           
 SCProductEntry SCProductEntryPersistence.findByRG_RA(String repoGroupId, String repoArtifactId)
           
 SCProductEntry SCProductEntryPersistenceImpl.findByRG_RA(String repoGroupId, String repoArtifactId)
           
static SCProductEntry SCProductEntryUtil.remove(long productEntryId)
           
 SCProductEntry SCProductEntryPersistence.remove(long productEntryId)
           
 SCProductEntry SCProductEntryPersistenceImpl.remove(long productEntryId)
           
static void SCProductEntryUtil.removeByRG_RA(String repoGroupId, String repoArtifactId)
           
 void SCProductEntryPersistence.removeByRG_RA(String repoGroupId, String repoArtifactId)
           
 void SCProductEntryPersistenceImpl.removeByRG_RA(String repoGroupId, String repoArtifactId)
           
 


Liferay 6.0.3