Liferay 6.0.3

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

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

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

Methods in com.liferay.portlet.softwarecatalog.service.persistence that throw NoSuchLicenseException
static SCLicense SCLicenseUtil.findByA_R_First(boolean active, boolean recommended, OrderByComparator orderByComparator)
           
 SCLicense SCLicensePersistence.findByA_R_First(boolean active, boolean recommended, OrderByComparator orderByComparator)
           
 SCLicense SCLicensePersistenceImpl.findByA_R_First(boolean active, boolean recommended, OrderByComparator orderByComparator)
           
static SCLicense SCLicenseUtil.findByA_R_Last(boolean active, boolean recommended, OrderByComparator orderByComparator)
           
 SCLicense SCLicensePersistence.findByA_R_Last(boolean active, boolean recommended, OrderByComparator orderByComparator)
           
 SCLicense SCLicensePersistenceImpl.findByA_R_Last(boolean active, boolean recommended, OrderByComparator orderByComparator)
           
static SCLicense[] SCLicenseUtil.findByA_R_PrevAndNext(long licenseId, boolean active, boolean recommended, OrderByComparator orderByComparator)
           
 SCLicense[] SCLicensePersistence.findByA_R_PrevAndNext(long licenseId, boolean active, boolean recommended, OrderByComparator orderByComparator)
           
 SCLicense[] SCLicensePersistenceImpl.findByA_R_PrevAndNext(long licenseId, boolean active, boolean recommended, OrderByComparator orderByComparator)
           
static SCLicense SCLicenseUtil.findByActive_First(boolean active, OrderByComparator orderByComparator)
           
 SCLicense SCLicensePersistence.findByActive_First(boolean active, OrderByComparator orderByComparator)
           
 SCLicense SCLicensePersistenceImpl.findByActive_First(boolean active, OrderByComparator orderByComparator)
           
static SCLicense SCLicenseUtil.findByActive_Last(boolean active, OrderByComparator orderByComparator)
           
 SCLicense SCLicensePersistence.findByActive_Last(boolean active, OrderByComparator orderByComparator)
           
 SCLicense SCLicensePersistenceImpl.findByActive_Last(boolean active, OrderByComparator orderByComparator)
           
static SCLicense[] SCLicenseUtil.findByActive_PrevAndNext(long licenseId, boolean active, OrderByComparator orderByComparator)
           
 SCLicense[] SCLicensePersistence.findByActive_PrevAndNext(long licenseId, boolean active, OrderByComparator orderByComparator)
           
 SCLicense[] SCLicensePersistenceImpl.findByActive_PrevAndNext(long licenseId, boolean active, OrderByComparator orderByComparator)
           
static SCLicense SCLicenseUtil.findByPrimaryKey(long licenseId)
           
 SCLicense SCLicensePersistence.findByPrimaryKey(long licenseId)
           
 SCLicense SCLicensePersistenceImpl.findByPrimaryKey(long licenseId)
           
static SCLicense SCLicenseUtil.remove(long licenseId)
           
 SCLicense SCLicensePersistence.remove(long licenseId)
           
 SCLicense SCLicensePersistenceImpl.remove(long licenseId)
           
 


Liferay 6.0.3