Liferay 6.1.10-ee-ga1

Uses of Class
com.liferay.portal.NoSuchVirtualHostException

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

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

Methods in com.liferay.portal.service.persistence that throw NoSuchVirtualHostException
static VirtualHost VirtualHostUtil.findByC_L(long companyId, long layoutSetId)
          Returns the virtual host where companyId = ? and layoutSetId = ? or throws a NoSuchVirtualHostException if it could not be found.
 VirtualHost VirtualHostPersistence.findByC_L(long companyId, long layoutSetId)
          Returns the virtual host where companyId = ? and layoutSetId = ? or throws a NoSuchVirtualHostException if it could not be found.
 VirtualHost VirtualHostPersistenceImpl.findByC_L(long companyId, long layoutSetId)
          Returns the virtual host where companyId = ? and layoutSetId = ? or throws a NoSuchVirtualHostException if it could not be found.
static VirtualHost VirtualHostUtil.findByHostname(String hostname)
          Returns the virtual host where hostname = ? or throws a NoSuchVirtualHostException if it could not be found.
 VirtualHost VirtualHostPersistence.findByHostname(String hostname)
          Returns the virtual host where hostname = ? or throws a NoSuchVirtualHostException if it could not be found.
 VirtualHost VirtualHostPersistenceImpl.findByHostname(String hostname)
          Returns the virtual host where hostname = ? or throws a NoSuchVirtualHostException if it could not be found.
static VirtualHost VirtualHostUtil.findByPrimaryKey(long virtualHostId)
          Returns the virtual host with the primary key or throws a NoSuchVirtualHostException if it could not be found.
 VirtualHost VirtualHostPersistence.findByPrimaryKey(long virtualHostId)
          Returns the virtual host with the primary key or throws a NoSuchVirtualHostException if it could not be found.
 VirtualHost VirtualHostPersistenceImpl.findByPrimaryKey(long virtualHostId)
          Returns the virtual host with the primary key or throws a NoSuchVirtualHostException if it could not be found.
static VirtualHost VirtualHostUtil.remove(long virtualHostId)
          Removes the virtual host with the primary key from the database.
 VirtualHost VirtualHostPersistence.remove(long virtualHostId)
          Removes the virtual host with the primary key from the database.
 VirtualHost VirtualHostPersistenceImpl.remove(long virtualHostId)
          Removes the virtual host with the primary key from the database.
 VirtualHost VirtualHostPersistenceImpl.remove(Serializable primaryKey)
          Removes the virtual host with the primary key from the database.
static void VirtualHostUtil.removeByC_L(long companyId, long layoutSetId)
          Removes the virtual host where companyId = ? and layoutSetId = ? from the database.
 void VirtualHostPersistence.removeByC_L(long companyId, long layoutSetId)
          Removes the virtual host where companyId = ? and layoutSetId = ? from the database.
 void VirtualHostPersistenceImpl.removeByC_L(long companyId, long layoutSetId)
          Removes the virtual host where companyId = ? and layoutSetId = ? from the database.
static void VirtualHostUtil.removeByHostname(String hostname)
          Removes the virtual host where hostname = ? from the database.
 void VirtualHostPersistence.removeByHostname(String hostname)
          Removes the virtual host where hostname = ? from the database.
 void VirtualHostPersistenceImpl.removeByHostname(String hostname)
          Removes the virtual host where hostname = ? from the database.
 


Liferay 6.1.10-ee-ga1