Uses of Class
com.liferay.portal.kernel.exception.NoSuchVirtualHostException
Packages that use NoSuchVirtualHostException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchVirtualHostException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchVirtualHostExceptionModifier and TypeMethodDescriptionVirtualHostPersistence.findByC_L_D
(long companyId, long layoutSetId, boolean defaultVirtualHost) Returns the virtual host where companyId = ? and layoutSetId = ? and defaultVirtualHost = ? or throws aNoSuchVirtualHostException
if it could not be found.static VirtualHost
VirtualHostUtil.findByC_L_D
(long companyId, long layoutSetId, boolean defaultVirtualHost) Returns the virtual host where companyId = ? and layoutSetId = ? and defaultVirtualHost = ? or throws aNoSuchVirtualHostException
if it could not be found.VirtualHostPersistence.findByC_L_First
(long companyId, long layoutSetId, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where companyId = ? and layoutSetId = ?.static VirtualHost
VirtualHostUtil.findByC_L_First
(long companyId, long layoutSetId, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where companyId = ? and layoutSetId = ?.VirtualHostPersistence.findByC_L_Last
(long companyId, long layoutSetId, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where companyId = ? and layoutSetId = ?.static VirtualHost
VirtualHostUtil.findByC_L_Last
(long companyId, long layoutSetId, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where companyId = ? and layoutSetId = ?.VirtualHostPersistence.findByC_L_PrevAndNext
(long virtualHostId, long companyId, long layoutSetId, OrderByComparator<VirtualHost> orderByComparator) Returns the virtual hosts before and after the current virtual host in the ordered set where companyId = ? and layoutSetId = ?.static VirtualHost[]
VirtualHostUtil.findByC_L_PrevAndNext
(long virtualHostId, long companyId, long layoutSetId, OrderByComparator<VirtualHost> orderByComparator) Returns the virtual hosts before and after the current virtual host in the ordered set where companyId = ? and layoutSetId = ?.VirtualHostPersistence.findByCompanyId_First
(long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where companyId = ?.static VirtualHost
VirtualHostUtil.findByCompanyId_First
(long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where companyId = ?.VirtualHostPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where companyId = ?.static VirtualHost
VirtualHostUtil.findByCompanyId_Last
(long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where companyId = ?.VirtualHostPersistence.findByCompanyId_PrevAndNext
(long virtualHostId, long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the virtual hosts before and after the current virtual host in the ordered set where companyId = ?.static VirtualHost[]
VirtualHostUtil.findByCompanyId_PrevAndNext
(long virtualHostId, long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the virtual hosts before and after the current virtual host in the ordered set where companyId = ?.VirtualHostPersistence.findByHostname
(String hostname) Returns the virtual host where hostname = ? or throws aNoSuchVirtualHostException
if it could not be found.static VirtualHost
VirtualHostUtil.findByHostname
(String hostname) Returns the virtual host where hostname = ? or throws aNoSuchVirtualHostException
if it could not be found.VirtualHostPersistence.findByNotL_H_First
(long layoutSetId, String hostname, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where layoutSetId ≠ ? and hostname = ?.static VirtualHost
VirtualHostUtil.findByNotL_H_First
(long layoutSetId, String hostname, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where layoutSetId ≠ ? and hostname = ?.VirtualHostPersistence.findByNotL_H_Last
(long layoutSetId, String hostname, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where layoutSetId ≠ ? and hostname = ?.static VirtualHost
VirtualHostUtil.findByNotL_H_Last
(long layoutSetId, String hostname, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where layoutSetId ≠ ? and hostname = ?.VirtualHostPersistence.findByNotL_H_PrevAndNext
(long virtualHostId, long layoutSetId, String hostname, OrderByComparator<VirtualHost> orderByComparator) Returns the virtual hosts before and after the current virtual host in the ordered set where layoutSetId ≠ ? and hostname = ?.static VirtualHost[]
VirtualHostUtil.findByNotL_H_PrevAndNext
(long virtualHostId, long layoutSetId, String hostname, OrderByComparator<VirtualHost> orderByComparator) Returns the virtual hosts before and after the current virtual host in the ordered set where layoutSetId ≠ ? and hostname = ?.VirtualHostPersistence.findByPrimaryKey
(long virtualHostId) Returns the virtual host with the primary key or throws aNoSuchVirtualHostException
if it could not be found.static VirtualHost
VirtualHostUtil.findByPrimaryKey
(long virtualHostId) Returns the virtual host with the primary key or throws aNoSuchVirtualHostException
if it could not be found.VirtualHostPersistence.remove
(long virtualHostId) Removes the virtual host with the primary key from the database.static VirtualHost
VirtualHostUtil.remove
(long virtualHostId) Removes the virtual host with the primary key from the database.VirtualHostPersistence.removeByC_L_D
(long companyId, long layoutSetId, boolean defaultVirtualHost) Removes the virtual host where companyId = ? and layoutSetId = ? and defaultVirtualHost = ? from the database.static VirtualHost
VirtualHostUtil.removeByC_L_D
(long companyId, long layoutSetId, boolean defaultVirtualHost) Removes the virtual host where companyId = ? and layoutSetId = ? and defaultVirtualHost = ? from the database.VirtualHostPersistence.removeByHostname
(String hostname) Removes the virtual host where hostname = ? from the database.static VirtualHost
VirtualHostUtil.removeByHostname
(String hostname) Removes the virtual host where hostname = ? from the database.