Uses of Interface
com.liferay.portal.kernel.model.VirtualHost
Packages that use VirtualHost
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of VirtualHost in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement VirtualHostFields in com.liferay.portal.kernel.model with type parameters of type VirtualHostModifier and TypeFieldDescriptionstatic final Accessor<VirtualHost,
Long> VirtualHost.VIRTUAL_HOST_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return VirtualHostModifier and TypeMethodDescriptionVirtualHostModel.cloneWithOriginalValues()
VirtualHostWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model that return types with arguments of type VirtualHostModifier and TypeMethodDescriptionVirtualHostWrapper.getAttributeGetterFunctions()
VirtualHostWrapper.getAttributeSetterBiConsumers()
Methods in com.liferay.portal.kernel.model with parameters of type VirtualHostModifier and TypeMethodDescriptionprotected VirtualHostWrapper
VirtualHostWrapper.wrap
(VirtualHost virtualHost) Constructors in com.liferay.portal.kernel.model with parameters of type VirtualHost -
Uses of VirtualHost in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return VirtualHostModifier and TypeMethodDescriptionVirtualHostLocalService.addVirtualHost
(VirtualHost virtualHost) Adds the virtual host to the database.static VirtualHost
VirtualHostLocalServiceUtil.addVirtualHost
(VirtualHost virtualHost) Adds the virtual host to the database.VirtualHostLocalServiceWrapper.addVirtualHost
(VirtualHost virtualHost) Adds the virtual host to the database.VirtualHostLocalService.createVirtualHost
(long virtualHostId) Creates a new virtual host with the primary key.static VirtualHost
VirtualHostLocalServiceUtil.createVirtualHost
(long virtualHostId) Creates a new virtual host with the primary key.VirtualHostLocalServiceWrapper.createVirtualHost
(long virtualHostId) Creates a new virtual host with the primary key.VirtualHostLocalService.deleteVirtualHost
(long virtualHostId) Deletes the virtual host with the primary key from the database.VirtualHostLocalService.deleteVirtualHost
(VirtualHost virtualHost) Deletes the virtual host from the database.static VirtualHost
VirtualHostLocalServiceUtil.deleteVirtualHost
(long virtualHostId) Deletes the virtual host with the primary key from the database.static VirtualHost
VirtualHostLocalServiceUtil.deleteVirtualHost
(VirtualHost virtualHost) Deletes the virtual host from the database.VirtualHostLocalServiceWrapper.deleteVirtualHost
(long virtualHostId) Deletes the virtual host with the primary key from the database.VirtualHostLocalServiceWrapper.deleteVirtualHost
(VirtualHost virtualHost) Deletes the virtual host from the database.VirtualHostLocalService.fetchVirtualHost
(long virtualHostId) VirtualHostLocalService.fetchVirtualHost
(long companyId, long layoutSetId) Deprecated.VirtualHostLocalService.fetchVirtualHost
(String hostname) static VirtualHost
VirtualHostLocalServiceUtil.fetchVirtualHost
(long virtualHostId) static VirtualHost
VirtualHostLocalServiceUtil.fetchVirtualHost
(long companyId, long layoutSetId) Deprecated.As of Mueller (7.2.x), replaced byVirtualHostLocalServiceUtil.getVirtualHosts(long, long)
static VirtualHost
VirtualHostLocalServiceUtil.fetchVirtualHost
(String hostname) VirtualHostLocalServiceWrapper.fetchVirtualHost
(long virtualHostId) VirtualHostLocalServiceWrapper.fetchVirtualHost
(long companyId, long layoutSetId) Deprecated.As of Mueller (7.2.x), replaced byVirtualHostLocalServiceWrapper.getVirtualHosts(long, long)
VirtualHostLocalServiceWrapper.fetchVirtualHost
(String hostname) VirtualHostLocalService.getVirtualHost
(long virtualHostId) Returns the virtual host with the primary key.VirtualHostLocalService.getVirtualHost
(long companyId, long layoutSetId) Deprecated.As of Mueller (7.2.x), replaced byVirtualHostLocalService.getVirtualHosts(long, long)
VirtualHostLocalService.getVirtualHost
(String hostname) static VirtualHost
VirtualHostLocalServiceUtil.getVirtualHost
(long virtualHostId) Returns the virtual host with the primary key.static VirtualHost
VirtualHostLocalServiceUtil.getVirtualHost
(long companyId, long layoutSetId) Deprecated.As of Mueller (7.2.x), replaced byVirtualHostLocalServiceUtil.getVirtualHosts(long, long)
static VirtualHost
VirtualHostLocalServiceUtil.getVirtualHost
(String hostname) VirtualHostLocalServiceWrapper.getVirtualHost
(long virtualHostId) Returns the virtual host with the primary key.VirtualHostLocalServiceWrapper.getVirtualHost
(long companyId, long layoutSetId) Deprecated.As of Mueller (7.2.x), replaced byVirtualHostLocalServiceWrapper.getVirtualHosts(long, long)
VirtualHostLocalServiceWrapper.getVirtualHost
(String hostname) VirtualHostLocalService.updateVirtualHost
(long companyId, long layoutSetId, String hostname) Deprecated.As of Mueller (7.2.x), replaced byVirtualHostLocalService.updateVirtualHosts(long, long, TreeMap)
VirtualHostLocalService.updateVirtualHost
(VirtualHost virtualHost) Updates the virtual host in the database or adds it if it does not yet exist.static VirtualHost
VirtualHostLocalServiceUtil.updateVirtualHost
(long companyId, long layoutSetId, String hostname) Deprecated.As of Mueller (7.2.x), replaced byVirtualHostLocalServiceUtil.updateVirtualHosts(long, long, TreeMap)
static VirtualHost
VirtualHostLocalServiceUtil.updateVirtualHost
(VirtualHost virtualHost) Updates the virtual host in the database or adds it if it does not yet exist.VirtualHostLocalServiceWrapper.updateVirtualHost
(long companyId, long layoutSetId, String hostname) Deprecated.As of Mueller (7.2.x), replaced byVirtualHostLocalServiceWrapper.updateVirtualHosts(long, long, TreeMap)
VirtualHostLocalServiceWrapper.updateVirtualHost
(VirtualHost virtualHost) Updates the virtual host in the database or adds it if it does not yet exist.Methods in com.liferay.portal.kernel.service that return types with arguments of type VirtualHostModifier and TypeMethodDescriptionVirtualHostLocalService.getCTPersistence()
VirtualHostLocalServiceWrapper.getCTPersistence()
VirtualHostLocalService.getModelClass()
VirtualHostLocalServiceWrapper.getModelClass()
VirtualHostLocalService.getVirtualHosts
(int start, int end) Returns a range of all the virtual hosts.VirtualHostLocalService.getVirtualHosts
(long companyId) VirtualHostLocalService.getVirtualHosts
(long companyId, long layoutSetId) static List<VirtualHost>
VirtualHostLocalServiceUtil.getVirtualHosts
(int start, int end) Returns a range of all the virtual hosts.static List<VirtualHost>
VirtualHostLocalServiceUtil.getVirtualHosts
(long companyId) static List<VirtualHost>
VirtualHostLocalServiceUtil.getVirtualHosts
(long companyId, long layoutSetId) VirtualHostLocalServiceWrapper.getVirtualHosts
(int start, int end) Returns a range of all the virtual hosts.VirtualHostLocalServiceWrapper.getVirtualHosts
(long companyId) VirtualHostLocalServiceWrapper.getVirtualHosts
(long companyId, long layoutSetId) VirtualHostLocalService.updateVirtualHosts
(long companyId, long layoutSetId, TreeMap<String, String> hostnames) static List<VirtualHost>
VirtualHostLocalServiceUtil.updateVirtualHosts
(long companyId, long layoutSetId, TreeMap<String, String> hostnames) VirtualHostLocalServiceWrapper.updateVirtualHosts
(long companyId, long layoutSetId, TreeMap<String, String> hostnames) Methods in com.liferay.portal.kernel.service with parameters of type VirtualHostModifier and TypeMethodDescriptionVirtualHostLocalService.addVirtualHost
(VirtualHost virtualHost) Adds the virtual host to the database.static VirtualHost
VirtualHostLocalServiceUtil.addVirtualHost
(VirtualHost virtualHost) Adds the virtual host to the database.VirtualHostLocalServiceWrapper.addVirtualHost
(VirtualHost virtualHost) Adds the virtual host to the database.VirtualHostLocalService.deleteVirtualHost
(VirtualHost virtualHost) Deletes the virtual host from the database.static VirtualHost
VirtualHostLocalServiceUtil.deleteVirtualHost
(VirtualHost virtualHost) Deletes the virtual host from the database.VirtualHostLocalServiceWrapper.deleteVirtualHost
(VirtualHost virtualHost) Deletes the virtual host from the database.VirtualHostLocalService.updateVirtualHost
(VirtualHost virtualHost) Updates the virtual host in the database or adds it if it does not yet exist.static VirtualHost
VirtualHostLocalServiceUtil.updateVirtualHost
(VirtualHost virtualHost) Updates the virtual host in the database or adds it if it does not yet exist.VirtualHostLocalServiceWrapper.updateVirtualHost
(VirtualHost virtualHost) Updates the virtual host in the database or adds it if it does not yet exist.Method parameters in com.liferay.portal.kernel.service with type arguments of type VirtualHostModifier and TypeMethodDescription<R,
E extends Throwable>
RVirtualHostLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<VirtualHost>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RVirtualHostLocalServiceWrapper.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<VirtualHost>, R, E> updateUnsafeFunction) -
Uses of VirtualHost in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return VirtualHostModifier and TypeMethodDescriptionVirtualHostPersistence.create
(long virtualHostId) Creates a new virtual host with the primary key.static VirtualHost
VirtualHostUtil.create
(long virtualHostId) Creates a new virtual host with the primary key.VirtualHostPersistence.fetchByC_L_D
(long companyId, long layoutSetId, boolean defaultVirtualHost) Returns the virtual host where companyId = ? and layoutSetId = ? and defaultVirtualHost = ? or returnsnull
if it could not be found.VirtualHostPersistence.fetchByC_L_D
(long companyId, long layoutSetId, boolean defaultVirtualHost, boolean useFinderCache) Returns the virtual host where companyId = ? and layoutSetId = ? and defaultVirtualHost = ? or returnsnull
if it could not be found, optionally using the finder cache.static VirtualHost
VirtualHostUtil.fetchByC_L_D
(long companyId, long layoutSetId, boolean defaultVirtualHost) Returns the virtual host where companyId = ? and layoutSetId = ? and defaultVirtualHost = ? or returnsnull
if it could not be found.static VirtualHost
VirtualHostUtil.fetchByC_L_D
(long companyId, long layoutSetId, boolean defaultVirtualHost, boolean useFinderCache) Returns the virtual host where companyId = ? and layoutSetId = ? and defaultVirtualHost = ? or returnsnull
if it could not be found, optionally using the finder cache.VirtualHostPersistence.fetchByC_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.fetchByC_L_First
(long companyId, long layoutSetId, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where companyId = ? and layoutSetId = ?.VirtualHostPersistence.fetchByC_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.fetchByC_L_Last
(long companyId, long layoutSetId, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where companyId = ? and layoutSetId = ?.VirtualHostPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where companyId = ?.static VirtualHost
VirtualHostUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where companyId = ?.VirtualHostPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where companyId = ?.static VirtualHost
VirtualHostUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where companyId = ?.VirtualHostPersistence.fetchByHostname
(String hostname) Returns the virtual host where hostname = ? or returnsnull
if it could not be found.VirtualHostPersistence.fetchByHostname
(String hostname, boolean useFinderCache) Returns the virtual host where hostname = ? or returnsnull
if it could not be found, optionally using the finder cache.static VirtualHost
VirtualHostUtil.fetchByHostname
(String hostname) Returns the virtual host where hostname = ? or returnsnull
if it could not be found.static VirtualHost
VirtualHostUtil.fetchByHostname
(String hostname, boolean useFinderCache) Returns the virtual host where hostname = ? or returnsnull
if it could not be found, optionally using the finder cache.VirtualHostPersistence.fetchByNotL_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.fetchByNotL_H_First
(long layoutSetId, String hostname, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where layoutSetId ≠ ? and hostname = ?.VirtualHostPersistence.fetchByNotL_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.fetchByNotL_H_Last
(long layoutSetId, String hostname, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where layoutSetId ≠ ? and hostname = ?.VirtualHostPersistence.fetchByPrimaryKey
(long virtualHostId) Returns the virtual host with the primary key or returnsnull
if it could not be found.static VirtualHost
VirtualHostUtil.fetchByPrimaryKey
(long virtualHostId) Returns the virtual host with the primary key or returnsnull
if it could not be found.VirtualHostPersistence.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.static VirtualHost
VirtualHostUtil.update
(VirtualHost virtualHost) static VirtualHost
VirtualHostUtil.update
(VirtualHost virtualHost, ServiceContext serviceContext) VirtualHostPersistence.updateImpl
(VirtualHost virtualHost) static VirtualHost
VirtualHostUtil.updateImpl
(VirtualHost virtualHost) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type VirtualHostModifier and TypeMethodDescriptionstatic Map<Serializable,
VirtualHost> VirtualHostUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) VirtualHostPersistence.findAll()
Returns all the virtual hosts.VirtualHostPersistence.findAll
(int start, int end) Returns a range of all the virtual hosts.VirtualHostPersistence.findAll
(int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts.VirtualHostPersistence.findAll
(int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts.static List<VirtualHost>
VirtualHostUtil.findAll()
Returns all the virtual hosts.static List<VirtualHost>
VirtualHostUtil.findAll
(int start, int end) Returns a range of all the virtual hosts.static List<VirtualHost>
VirtualHostUtil.findAll
(int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts.static List<VirtualHost>
VirtualHostUtil.findAll
(int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts.VirtualHostPersistence.findByC_L
(long companyId, long layoutSetId) Returns all the virtual hosts where companyId = ? and layoutSetId = ?.VirtualHostPersistence.findByC_L
(long companyId, long layoutSetId, int start, int end) Returns a range of all the virtual hosts where companyId = ? and layoutSetId = ?.VirtualHostPersistence.findByC_L
(long companyId, long layoutSetId, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where companyId = ? and layoutSetId = ?.VirtualHostPersistence.findByC_L
(long companyId, long layoutSetId, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where companyId = ? and layoutSetId = ?.static List<VirtualHost>
VirtualHostUtil.findByC_L
(long companyId, long layoutSetId) Returns all the virtual hosts where companyId = ? and layoutSetId = ?.static List<VirtualHost>
VirtualHostUtil.findByC_L
(long companyId, long layoutSetId, int start, int end) Returns a range of all the virtual hosts where companyId = ? and layoutSetId = ?.static List<VirtualHost>
VirtualHostUtil.findByC_L
(long companyId, long layoutSetId, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where companyId = ? and layoutSetId = ?.static List<VirtualHost>
VirtualHostUtil.findByC_L
(long companyId, long layoutSetId, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where companyId = ? and layoutSetId = ?.VirtualHostPersistence.findByCompanyId
(long companyId) Returns all the virtual hosts where companyId = ?.VirtualHostPersistence.findByCompanyId
(long companyId, int start, int end) Returns a range of all the virtual hosts where companyId = ?.VirtualHostPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where companyId = ?.VirtualHostPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where companyId = ?.static List<VirtualHost>
VirtualHostUtil.findByCompanyId
(long companyId) Returns all the virtual hosts where companyId = ?.static List<VirtualHost>
VirtualHostUtil.findByCompanyId
(long companyId, int start, int end) Returns a range of all the virtual hosts where companyId = ?.static List<VirtualHost>
VirtualHostUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where companyId = ?.static List<VirtualHost>
VirtualHostUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where companyId = ?.VirtualHostPersistence.findByNotL_H
(long layoutSetId, String hostname) Returns all the virtual hosts where layoutSetId ≠ ? and hostname = ?.VirtualHostPersistence.findByNotL_H
(long layoutSetId, String[] hostnames) Returns all the virtual hosts where layoutSetId ≠ ? and hostname = any ?.VirtualHostPersistence.findByNotL_H
(long layoutSetId, String[] hostnames, int start, int end) Returns a range of all the virtual hosts where layoutSetId ≠ ? and hostname = any ?.VirtualHostPersistence.findByNotL_H
(long layoutSetId, String[] hostnames, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = any ?.VirtualHostPersistence.findByNotL_H
(long layoutSetId, String[] hostnames, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = ?, optionally using the finder cache.VirtualHostPersistence.findByNotL_H
(long layoutSetId, String hostname, int start, int end) Returns a range of all the virtual hosts where layoutSetId ≠ ? and hostname = ?.VirtualHostPersistence.findByNotL_H
(long layoutSetId, String hostname, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = ?.VirtualHostPersistence.findByNotL_H
(long layoutSetId, String hostname, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = ?.static List<VirtualHost>
VirtualHostUtil.findByNotL_H
(long layoutSetId, String hostname) Returns all the virtual hosts where layoutSetId ≠ ? and hostname = ?.static List<VirtualHost>
VirtualHostUtil.findByNotL_H
(long layoutSetId, String[] hostnames) Returns all the virtual hosts where layoutSetId ≠ ? and hostname = any ?.static List<VirtualHost>
VirtualHostUtil.findByNotL_H
(long layoutSetId, String[] hostnames, int start, int end) Returns a range of all the virtual hosts where layoutSetId ≠ ? and hostname = any ?.static List<VirtualHost>
VirtualHostUtil.findByNotL_H
(long layoutSetId, String[] hostnames, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = any ?.static List<VirtualHost>
VirtualHostUtil.findByNotL_H
(long layoutSetId, String[] hostnames, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = ?, optionally using the finder cache.static List<VirtualHost>
VirtualHostUtil.findByNotL_H
(long layoutSetId, String hostname, int start, int end) Returns a range of all the virtual hosts where layoutSetId ≠ ? and hostname = ?.static List<VirtualHost>
VirtualHostUtil.findByNotL_H
(long layoutSetId, String hostname, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = ?.static List<VirtualHost>
VirtualHostUtil.findByNotL_H
(long layoutSetId, String hostname, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = ?.static List<VirtualHost>
VirtualHostUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<VirtualHost>
VirtualHostUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<VirtualHost>
VirtualHostUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type VirtualHostModifier and TypeMethodDescriptionvoid
VirtualHostPersistence.cacheResult
(VirtualHost virtualHost) Caches the virtual host in the entity cache if it is enabled.static void
VirtualHostUtil.cacheResult
(VirtualHost virtualHost) Caches the virtual host in the entity cache if it is enabled.static void
VirtualHostUtil.clearCache
(VirtualHost virtualHost) static VirtualHost
VirtualHostUtil.update
(VirtualHost virtualHost) static VirtualHost
VirtualHostUtil.update
(VirtualHost virtualHost, ServiceContext serviceContext) VirtualHostPersistence.updateImpl
(VirtualHost virtualHost) static VirtualHost
VirtualHostUtil.updateImpl
(VirtualHost virtualHost) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type VirtualHostModifier and TypeMethodDescriptionvoid
VirtualHostPersistence.cacheResult
(List<VirtualHost> virtualHosts) Caches the virtual hosts in the entity cache if it is enabled.static void
VirtualHostUtil.cacheResult
(List<VirtualHost> virtualHosts) Caches the virtual hosts in the entity cache if it is enabled.VirtualHostPersistence.fetchByC_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.fetchByC_L_First
(long companyId, long layoutSetId, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where companyId = ? and layoutSetId = ?.VirtualHostPersistence.fetchByC_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.fetchByC_L_Last
(long companyId, long layoutSetId, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where companyId = ? and layoutSetId = ?.VirtualHostPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where companyId = ?.static VirtualHost
VirtualHostUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where companyId = ?.VirtualHostPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where companyId = ?.static VirtualHost
VirtualHostUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where companyId = ?.VirtualHostPersistence.fetchByNotL_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.fetchByNotL_H_First
(long layoutSetId, String hostname, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where layoutSetId ≠ ? and hostname = ?.VirtualHostPersistence.fetchByNotL_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.fetchByNotL_H_Last
(long layoutSetId, String hostname, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where layoutSetId ≠ ? and hostname = ?.VirtualHostPersistence.findAll
(int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts.VirtualHostPersistence.findAll
(int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts.static List<VirtualHost>
VirtualHostUtil.findAll
(int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts.static List<VirtualHost>
VirtualHostUtil.findAll
(int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts.VirtualHostPersistence.findByC_L
(long companyId, long layoutSetId, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where companyId = ? and layoutSetId = ?.VirtualHostPersistence.findByC_L
(long companyId, long layoutSetId, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where companyId = ? and layoutSetId = ?.static List<VirtualHost>
VirtualHostUtil.findByC_L
(long companyId, long layoutSetId, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where companyId = ? and layoutSetId = ?.static List<VirtualHost>
VirtualHostUtil.findByC_L
(long companyId, long layoutSetId, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where companyId = ? and layoutSetId = ?.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
(long companyId, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where companyId = ?.VirtualHostPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where companyId = ?.static List<VirtualHost>
VirtualHostUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where companyId = ?.static List<VirtualHost>
VirtualHostUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where companyId = ?.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.findByNotL_H
(long layoutSetId, String[] hostnames, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = any ?.VirtualHostPersistence.findByNotL_H
(long layoutSetId, String[] hostnames, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = ?, optionally using the finder cache.VirtualHostPersistence.findByNotL_H
(long layoutSetId, String hostname, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = ?.VirtualHostPersistence.findByNotL_H
(long layoutSetId, String hostname, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = ?.static List<VirtualHost>
VirtualHostUtil.findByNotL_H
(long layoutSetId, String[] hostnames, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = any ?.static List<VirtualHost>
VirtualHostUtil.findByNotL_H
(long layoutSetId, String[] hostnames, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = ?, optionally using the finder cache.static List<VirtualHost>
VirtualHostUtil.findByNotL_H
(long layoutSetId, String hostname, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = ?.static List<VirtualHost>
VirtualHostUtil.findByNotL_H
(long layoutSetId, String hostname, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = ?.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 = ?.static List<VirtualHost>
VirtualHostUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<VirtualHost> orderByComparator)
VirtualHostLocalService.getVirtualHosts(long, long)