Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.NoSuchPreferencesException

Packages that use NoSuchPreferencesException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of NoSuchPreferencesException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchPreferencesException
 PortalPreferences PortalPreferencesPersistence.findByO_O(long ownerId, int ownerType)
          Returns the portal preferences where ownerId = ? and ownerType = ? or throws a NoSuchPreferencesException if it could not be found.
static PortalPreferences PortalPreferencesUtil.findByO_O(long ownerId, int ownerType)
          Returns the portal preferences where ownerId = ? and ownerType = ? or throws a NoSuchPreferencesException if it could not be found.
 PortalPreferences PortalPreferencesPersistenceImpl.findByO_O(long ownerId, int ownerType)
          Returns the portal preferences where ownerId = ? and ownerType = ? or throws a NoSuchPreferencesException if it could not be found.
 PortalPreferences PortalPreferencesPersistence.findByPrimaryKey(long portalPreferencesId)
          Returns the portal preferences with the primary key or throws a NoSuchPreferencesException if it could not be found.
static PortalPreferences PortalPreferencesUtil.findByPrimaryKey(long portalPreferencesId)
          Returns the portal preferences with the primary key or throws a NoSuchPreferencesException if it could not be found.
 PortalPreferences PortalPreferencesPersistenceImpl.findByPrimaryKey(long portalPreferencesId)
          Returns the portal preferences with the primary key or throws a NoSuchPreferencesException if it could not be found.
 PortalPreferences PortalPreferencesPersistence.remove(long portalPreferencesId)
          Removes the portal preferences with the primary key from the database.
static PortalPreferences PortalPreferencesUtil.remove(long portalPreferencesId)
          Removes the portal preferences with the primary key from the database.
 PortalPreferences PortalPreferencesPersistenceImpl.remove(long portalPreferencesId)
          Removes the portal preferences with the primary key from the database.
 PortalPreferences PortalPreferencesPersistenceImpl.remove(Serializable primaryKey)
          Removes the portal preferences with the primary key from the database.
 PortalPreferences PortalPreferencesPersistence.removeByO_O(long ownerId, int ownerType)
          Removes the portal preferences where ownerId = ? and ownerType = ? from the database.
static PortalPreferences PortalPreferencesUtil.removeByO_O(long ownerId, int ownerType)
          Removes the portal preferences where ownerId = ? and ownerType = ? from the database.
 PortalPreferences PortalPreferencesPersistenceImpl.removeByO_O(long ownerId, int ownerType)
          Removes the portal preferences where ownerId = ? and ownerType = ? from the database.
 


Liferay 6.1.2-ce-ga3