|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchVirtualHostException | |
|---|---|
| com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
| com.liferay.portal.service.persistence.impl | This package defines the portal service persistence implementation base 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. |
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. |
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. |
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. |
static VirtualHost |
VirtualHostUtil.removeByC_L(long companyId,
long layoutSetId)
Removes the virtual host where companyId = ? and layoutSetId = ? from the database. |
VirtualHost |
VirtualHostPersistence.removeByC_L(long companyId,
long layoutSetId)
Removes the virtual host where companyId = ? and layoutSetId = ? from the database. |
static VirtualHost |
VirtualHostUtil.removeByHostname(String hostname)
Removes the virtual host where hostname = ? from the database. |
VirtualHost |
VirtualHostPersistence.removeByHostname(String hostname)
Removes the virtual host where hostname = ? from the database. |
| Uses of NoSuchVirtualHostException in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that throw NoSuchVirtualHostException | |
|---|---|
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. |
VirtualHost |
VirtualHostPersistenceImpl.findByHostname(String hostname)
Returns the virtual host where hostname = ? 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. |
VirtualHost |
VirtualHostPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the virtual host with the primary key or throws a NoSuchModelException if it could not be found. |
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. |
VirtualHost |
VirtualHostPersistenceImpl.removeByC_L(long companyId,
long layoutSetId)
Removes the virtual host where companyId = ? and layoutSetId = ? from the database. |
VirtualHost |
VirtualHostPersistenceImpl.removeByHostname(String hostname)
Removes the virtual host where hostname = ? from the database. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||