Uses of Interface
com.liferay.portal.kernel.model.Website
Packages that use Website
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 Website in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement WebsiteFields in com.liferay.portal.kernel.model with type parameters of type WebsiteMethods in com.liferay.portal.kernel.model that return WebsiteModifier and TypeMethodDescriptionWebsiteModel.cloneWithOriginalValues()
WebsiteWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model that return types with arguments of type WebsiteMethods in com.liferay.portal.kernel.model with parameters of type WebsiteConstructors in com.liferay.portal.kernel.model with parameters of type Website -
Uses of Website in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return WebsiteModifier and TypeMethodDescriptionWebsiteLocalService.addWebsite
(Website website) Adds the website to the database.WebsiteLocalService.addWebsite
(String externalReferenceCode, long userId, String className, long classPK, String url, long listTypeId, boolean primary, ServiceContext serviceContext) static Website
WebsiteLocalServiceUtil.addWebsite
(Website website) Adds the website to the database.static Website
WebsiteLocalServiceUtil.addWebsite
(String externalReferenceCode, long userId, String className, long classPK, String url, long listTypeId, boolean primary, ServiceContext serviceContext) WebsiteLocalServiceWrapper.addWebsite
(Website website) Adds the website to the database.WebsiteLocalServiceWrapper.addWebsite
(String externalReferenceCode, long userId, String className, long classPK, String url, long listTypeId, boolean primary, ServiceContext serviceContext) WebsiteService.addWebsite
(String externalReferenceCode, String className, long classPK, String url, long typeId, boolean primary, ServiceContext serviceContext) static Website
WebsiteServiceUtil.addWebsite
(String externalReferenceCode, String className, long classPK, String url, long typeId, boolean primary, ServiceContext serviceContext) WebsiteServiceWrapper.addWebsite
(String externalReferenceCode, String className, long classPK, String url, long typeId, boolean primary, ServiceContext serviceContext) WebsiteLocalService.createWebsite
(long websiteId) Creates a new website with the primary key.static Website
WebsiteLocalServiceUtil.createWebsite
(long websiteId) Creates a new website with the primary key.WebsiteLocalServiceWrapper.createWebsite
(long websiteId) Creates a new website with the primary key.WebsiteLocalService.deleteWebsite
(long websiteId) Deletes the website with the primary key from the database.WebsiteLocalService.deleteWebsite
(Website website) Deletes the website from the database.static Website
WebsiteLocalServiceUtil.deleteWebsite
(long websiteId) Deletes the website with the primary key from the database.static Website
WebsiteLocalServiceUtil.deleteWebsite
(Website website) Deletes the website from the database.WebsiteLocalServiceWrapper.deleteWebsite
(long websiteId) Deletes the website with the primary key from the database.WebsiteLocalServiceWrapper.deleteWebsite
(Website website) Deletes the website from the database.WebsiteLocalService.fetchWebsite
(long websiteId) static Website
WebsiteLocalServiceUtil.fetchWebsite
(long websiteId) WebsiteLocalServiceWrapper.fetchWebsite
(long websiteId) WebsiteLocalService.fetchWebsiteByExternalReferenceCode
(String externalReferenceCode, long companyId) static Website
WebsiteLocalServiceUtil.fetchWebsiteByExternalReferenceCode
(String externalReferenceCode, long companyId) WebsiteLocalServiceWrapper.fetchWebsiteByExternalReferenceCode
(String externalReferenceCode, long companyId) WebsiteService.fetchWebsiteByExternalReferenceCode
(String externalReferenceCode, long companyId) static Website
WebsiteServiceUtil.fetchWebsiteByExternalReferenceCode
(String externalReferenceCode, long companyId) WebsiteServiceWrapper.fetchWebsiteByExternalReferenceCode
(String externalReferenceCode, long companyId) WebsiteLocalService.fetchWebsiteByUuidAndCompanyId
(String uuid, long companyId) Returns the website with the matching UUID and company.static Website
WebsiteLocalServiceUtil.fetchWebsiteByUuidAndCompanyId
(String uuid, long companyId) Returns the website with the matching UUID and company.WebsiteLocalServiceWrapper.fetchWebsiteByUuidAndCompanyId
(String uuid, long companyId) Returns the website with the matching UUID and company.WebsiteLocalService.getWebsite
(long websiteId) Returns the website with the primary key.static Website
WebsiteLocalServiceUtil.getWebsite
(long websiteId) Returns the website with the primary key.WebsiteLocalServiceWrapper.getWebsite
(long websiteId) Returns the website with the primary key.WebsiteService.getWebsite
(long websiteId) static Website
WebsiteServiceUtil.getWebsite
(long websiteId) WebsiteServiceWrapper.getWebsite
(long websiteId) WebsiteLocalService.getWebsiteByExternalReferenceCode
(String externalReferenceCode, long companyId) static Website
WebsiteLocalServiceUtil.getWebsiteByExternalReferenceCode
(String externalReferenceCode, long companyId) WebsiteLocalServiceWrapper.getWebsiteByExternalReferenceCode
(String externalReferenceCode, long companyId) WebsiteLocalService.getWebsiteByUuidAndCompanyId
(String uuid, long companyId) Returns the website with the matching UUID and company.static Website
WebsiteLocalServiceUtil.getWebsiteByUuidAndCompanyId
(String uuid, long companyId) Returns the website with the matching UUID and company.WebsiteLocalServiceWrapper.getWebsiteByUuidAndCompanyId
(String uuid, long companyId) Returns the website with the matching UUID and company.WebsiteLocalService.updateWebsite
(Website website) Updates the website in the database or adds it if it does not yet exist.WebsiteLocalService.updateWebsite
(String externalReferenceCode, long websiteId, String url, long listTypeId, boolean primary) static Website
WebsiteLocalServiceUtil.updateWebsite
(Website website) Updates the website in the database or adds it if it does not yet exist.static Website
WebsiteLocalServiceUtil.updateWebsite
(String externalReferenceCode, long websiteId, String url, long listTypeId, boolean primary) WebsiteLocalServiceWrapper.updateWebsite
(Website website) Updates the website in the database or adds it if it does not yet exist.WebsiteLocalServiceWrapper.updateWebsite
(String externalReferenceCode, long websiteId, String url, long listTypeId, boolean primary) WebsiteService.updateWebsite
(String externalReferenceCode, long websiteId, String url, long typeId, boolean primary) static Website
WebsiteServiceUtil.updateWebsite
(String externalReferenceCode, long websiteId, String url, long typeId, boolean primary) WebsiteServiceWrapper.updateWebsite
(String externalReferenceCode, long websiteId, String url, long typeId, boolean primary) Methods in com.liferay.portal.kernel.service that return types with arguments of type WebsiteModifier and TypeMethodDescriptionWebsiteLocalService.getWebsites()
WebsiteLocalService.getWebsites
(int start, int end) Returns a range of all the websites.WebsiteLocalService.getWebsites
(long companyId, String className, long classPK) WebsiteLocalServiceUtil.getWebsites()
WebsiteLocalServiceUtil.getWebsites
(int start, int end) Returns a range of all the websites.WebsiteLocalServiceUtil.getWebsites
(long companyId, String className, long classPK) WebsiteLocalServiceWrapper.getWebsites()
WebsiteLocalServiceWrapper.getWebsites
(int start, int end) Returns a range of all the websites.WebsiteLocalServiceWrapper.getWebsites
(long companyId, String className, long classPK) WebsiteService.getWebsites
(String className, long classPK) WebsiteServiceUtil.getWebsites
(String className, long classPK) WebsiteServiceWrapper.getWebsites
(String className, long classPK) Methods in com.liferay.portal.kernel.service with parameters of type WebsiteModifier and TypeMethodDescriptionWebsiteLocalService.addWebsite
(Website website) Adds the website to the database.static Website
WebsiteLocalServiceUtil.addWebsite
(Website website) Adds the website to the database.WebsiteLocalServiceWrapper.addWebsite
(Website website) Adds the website to the database.WebsiteLocalService.deleteWebsite
(Website website) Deletes the website from the database.static Website
WebsiteLocalServiceUtil.deleteWebsite
(Website website) Deletes the website from the database.WebsiteLocalServiceWrapper.deleteWebsite
(Website website) Deletes the website from the database.WebsiteLocalService.updateWebsite
(Website website) Updates the website in the database or adds it if it does not yet exist.static Website
WebsiteLocalServiceUtil.updateWebsite
(Website website) Updates the website in the database or adds it if it does not yet exist.WebsiteLocalServiceWrapper.updateWebsite
(Website website) Updates the website in the database or adds it if it does not yet exist. -
Uses of Website in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return WebsiteModifier and TypeMethodDescriptionWebsitePersistence.create
(long websiteId) Creates a new website with the primary key.static Website
WebsiteUtil.create
(long websiteId) Creates a new website with the primary key.WebsitePersistence.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Website
WebsiteUtil.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Website
WebsiteUtil.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.fetchByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Website
WebsiteUtil.fetchByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsitePersistence.fetchByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Website
WebsiteUtil.fetchByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsitePersistence.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ?.static Website
WebsiteUtil.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ?.WebsitePersistence.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ?.static Website
WebsiteUtil.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ?.WebsitePersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ?.static Website
WebsiteUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ?.WebsitePersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ?.static Website
WebsiteUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ?.WebsitePersistence.fetchByERC_C
(String externalReferenceCode, long companyId) Returns the website where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.WebsitePersistence.fetchByERC_C
(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the website where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.static Website
WebsiteUtil.fetchByERC_C
(String externalReferenceCode, long companyId) Returns the website where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.static Website
WebsiteUtil.fetchByERC_C
(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the website where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.WebsitePersistence.fetchByPrimaryKey
(long websiteId) Returns the website with the primary key or returnsnull
if it could not be found.static Website
WebsiteUtil.fetchByPrimaryKey
(long websiteId) Returns the website with the primary key or returnsnull
if it could not be found.WebsitePersistence.fetchByUserId_First
(long userId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where userId = ?.static Website
WebsiteUtil.fetchByUserId_First
(long userId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where userId = ?.WebsitePersistence.fetchByUserId_Last
(long userId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where userId = ?.static Website
WebsiteUtil.fetchByUserId_Last
(long userId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where userId = ?.WebsitePersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ? and companyId = ?.static Website
WebsiteUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ? and companyId = ?.WebsitePersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ? and companyId = ?.static Website
WebsiteUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ? and companyId = ?.WebsitePersistence.fetchByUuid_First
(String uuid, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ?.static Website
WebsiteUtil.fetchByUuid_First
(String uuid, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ?.WebsitePersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ?.static Website
WebsiteUtil.fetchByUuid_Last
(String uuid, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ?.WebsitePersistence.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Website
WebsiteUtil.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Website
WebsiteUtil.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.findByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Website
WebsiteUtil.findByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsitePersistence.findByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Website
WebsiteUtil.findByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.Website[]
WebsitePersistence.findByC_C_C_P_PrevAndNext
(long websiteId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Website[]
WebsiteUtil.findByC_C_C_P_PrevAndNext
(long websiteId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.Website[]
WebsitePersistence.findByC_C_C_PrevAndNext
(long websiteId, long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Website[]
WebsiteUtil.findByC_C_C_PrevAndNext
(long websiteId, long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.findByC_C_First
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ?.static Website
WebsiteUtil.findByC_C_First
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ?.WebsitePersistence.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ?.static Website
WebsiteUtil.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ?.Website[]
WebsitePersistence.findByC_C_PrevAndNext
(long websiteId, long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.static Website[]
WebsiteUtil.findByC_C_PrevAndNext
(long websiteId, long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.WebsitePersistence.findByCompanyId_First
(long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ?.static Website
WebsiteUtil.findByCompanyId_First
(long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ?.WebsitePersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ?.static Website
WebsiteUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ?.Website[]
WebsitePersistence.findByCompanyId_PrevAndNext
(long websiteId, long companyId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ?.static Website[]
WebsiteUtil.findByCompanyId_PrevAndNext
(long websiteId, long companyId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ?.WebsitePersistence.findByERC_C
(String externalReferenceCode, long companyId) Returns the website where externalReferenceCode = ? and companyId = ? or throws aNoSuchWebsiteException
if it could not be found.static Website
WebsiteUtil.findByERC_C
(String externalReferenceCode, long companyId) Returns the website where externalReferenceCode = ? and companyId = ? or throws aNoSuchWebsiteException
if it could not be found.WebsitePersistence.findByPrimaryKey
(long websiteId) Returns the website with the primary key or throws aNoSuchWebsiteException
if it could not be found.static Website
WebsiteUtil.findByPrimaryKey
(long websiteId) Returns the website with the primary key or throws aNoSuchWebsiteException
if it could not be found.WebsitePersistence.findByUserId_First
(long userId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where userId = ?.static Website
WebsiteUtil.findByUserId_First
(long userId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where userId = ?.WebsitePersistence.findByUserId_Last
(long userId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where userId = ?.static Website
WebsiteUtil.findByUserId_Last
(long userId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where userId = ?.Website[]
WebsitePersistence.findByUserId_PrevAndNext
(long websiteId, long userId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where userId = ?.static Website[]
WebsiteUtil.findByUserId_PrevAndNext
(long websiteId, long userId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where userId = ?.WebsitePersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ? and companyId = ?.static Website
WebsiteUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ? and companyId = ?.WebsitePersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ? and companyId = ?.static Website
WebsiteUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ? and companyId = ?.Website[]
WebsitePersistence.findByUuid_C_PrevAndNext
(long websiteId, String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?.static Website[]
WebsiteUtil.findByUuid_C_PrevAndNext
(long websiteId, String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?.WebsitePersistence.findByUuid_First
(String uuid, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ?.static Website
WebsiteUtil.findByUuid_First
(String uuid, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ?.WebsitePersistence.findByUuid_Last
(String uuid, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ?.static Website
WebsiteUtil.findByUuid_Last
(String uuid, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ?.Website[]
WebsitePersistence.findByUuid_PrevAndNext
(long websiteId, String uuid, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where uuid = ?.static Website[]
WebsiteUtil.findByUuid_PrevAndNext
(long websiteId, String uuid, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where uuid = ?.WebsitePersistence.remove
(long websiteId) Removes the website with the primary key from the database.static Website
WebsiteUtil.remove
(long websiteId) Removes the website with the primary key from the database.WebsitePersistence.removeByERC_C
(String externalReferenceCode, long companyId) Removes the website where externalReferenceCode = ? and companyId = ? from the database.static Website
WebsiteUtil.removeByERC_C
(String externalReferenceCode, long companyId) Removes the website where externalReferenceCode = ? and companyId = ? from the database.static Website
static Website
WebsiteUtil.update
(Website website, ServiceContext serviceContext) WebsitePersistence.updateImpl
(Website website) static Website
WebsiteUtil.updateImpl
(Website website) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type WebsiteModifier and TypeMethodDescriptionstatic Map<Serializable,
Website> WebsiteUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) WebsitePersistence.findAll()
Returns all the websites.WebsitePersistence.findAll
(int start, int end) Returns a range of all the websites.WebsitePersistence.findAll
(int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites.WebsitePersistence.findAll
(int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites.WebsiteUtil.findAll()
Returns all the websites.WebsiteUtil.findAll
(int start, int end) Returns a range of all the websites.WebsiteUtil.findAll
(int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites.WebsiteUtil.findAll
(int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites.WebsitePersistence.findByC_C
(long companyId, long classNameId) Returns all the websites where companyId = ? and classNameId = ?.WebsitePersistence.findByC_C
(long companyId, long classNameId, int start, int end) Returns a range of all the websites where companyId = ? and classNameId = ?.WebsitePersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ? and classNameId = ?.WebsitePersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ? and classNameId = ?.WebsiteUtil.findByC_C
(long companyId, long classNameId) Returns all the websites where companyId = ? and classNameId = ?.WebsiteUtil.findByC_C
(long companyId, long classNameId, int start, int end) Returns a range of all the websites where companyId = ? and classNameId = ?.WebsiteUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ? and classNameId = ?.WebsiteUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ? and classNameId = ?.WebsitePersistence.findByC_C_C
(long companyId, long classNameId, long classPK) Returns all the websites where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end) Returns a range of all the websites where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.WebsiteUtil.findByC_C_C
(long companyId, long classNameId, long classPK) Returns all the websites where companyId = ? and classNameId = ? and classPK = ?.WebsiteUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end) Returns a range of all the websites where companyId = ? and classNameId = ? and classPK = ?.WebsiteUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.WebsiteUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary) Returns all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsitePersistence.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end) Returns a range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsitePersistence.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsitePersistence.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsiteUtil.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary) Returns all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsiteUtil.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end) Returns a range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsiteUtil.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsiteUtil.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsitePersistence.findByCompanyId
(long companyId) Returns all the websites where companyId = ?.WebsitePersistence.findByCompanyId
(long companyId, int start, int end) Returns a range of all the websites where companyId = ?.WebsitePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ?.WebsitePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ?.WebsiteUtil.findByCompanyId
(long companyId) Returns all the websites where companyId = ?.WebsiteUtil.findByCompanyId
(long companyId, int start, int end) Returns a range of all the websites where companyId = ?.WebsiteUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ?.WebsiteUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ?.WebsitePersistence.findByUserId
(long userId) Returns all the websites where userId = ?.WebsitePersistence.findByUserId
(long userId, int start, int end) Returns a range of all the websites where userId = ?.WebsitePersistence.findByUserId
(long userId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where userId = ?.WebsitePersistence.findByUserId
(long userId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where userId = ?.WebsiteUtil.findByUserId
(long userId) Returns all the websites where userId = ?.WebsiteUtil.findByUserId
(long userId, int start, int end) Returns a range of all the websites where userId = ?.WebsiteUtil.findByUserId
(long userId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where userId = ?.WebsiteUtil.findByUserId
(long userId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where userId = ?.WebsitePersistence.findByUuid
(String uuid) Returns all the websites where uuid = ?.WebsitePersistence.findByUuid
(String uuid, int start, int end) Returns a range of all the websites where uuid = ?.WebsitePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where uuid = ?.WebsitePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where uuid = ?.WebsiteUtil.findByUuid
(String uuid) Returns all the websites where uuid = ?.WebsiteUtil.findByUuid
(String uuid, int start, int end) Returns a range of all the websites where uuid = ?.WebsiteUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where uuid = ?.WebsiteUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where uuid = ?.WebsitePersistence.findByUuid_C
(String uuid, long companyId) Returns all the websites where uuid = ? and companyId = ?.WebsitePersistence.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the websites where uuid = ? and companyId = ?.WebsitePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where uuid = ? and companyId = ?.WebsitePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where uuid = ? and companyId = ?.WebsiteUtil.findByUuid_C
(String uuid, long companyId) Returns all the websites where uuid = ? and companyId = ?.WebsiteUtil.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the websites where uuid = ? and companyId = ?.WebsiteUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where uuid = ? and companyId = ?.WebsiteUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where uuid = ? and companyId = ?.WebsiteUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) WebsiteUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) WebsiteUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Website> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type WebsiteModifier and TypeMethodDescriptionvoid
WebsitePersistence.cacheResult
(Website website) Caches the website in the entity cache if it is enabled.static void
WebsiteUtil.cacheResult
(Website website) Caches the website in the entity cache if it is enabled.static void
WebsiteUtil.clearCache
(Website website) static Website
static Website
WebsiteUtil.update
(Website website, ServiceContext serviceContext) WebsitePersistence.updateImpl
(Website website) static Website
WebsiteUtil.updateImpl
(Website website) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type WebsiteModifier and TypeMethodDescriptionvoid
WebsitePersistence.cacheResult
(List<Website> websites) Caches the websites in the entity cache if it is enabled.static void
WebsiteUtil.cacheResult
(List<Website> websites) Caches the websites in the entity cache if it is enabled.WebsitePersistence.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Website
WebsiteUtil.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Website
WebsiteUtil.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.fetchByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Website
WebsiteUtil.fetchByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsitePersistence.fetchByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Website
WebsiteUtil.fetchByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsitePersistence.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ?.static Website
WebsiteUtil.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ?.WebsitePersistence.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ?.static Website
WebsiteUtil.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ?.WebsitePersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ?.static Website
WebsiteUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ?.WebsitePersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ?.static Website
WebsiteUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ?.WebsitePersistence.fetchByUserId_First
(long userId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where userId = ?.static Website
WebsiteUtil.fetchByUserId_First
(long userId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where userId = ?.WebsitePersistence.fetchByUserId_Last
(long userId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where userId = ?.static Website
WebsiteUtil.fetchByUserId_Last
(long userId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where userId = ?.WebsitePersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ? and companyId = ?.static Website
WebsiteUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ? and companyId = ?.WebsitePersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ? and companyId = ?.static Website
WebsiteUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ? and companyId = ?.WebsitePersistence.fetchByUuid_First
(String uuid, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ?.static Website
WebsiteUtil.fetchByUuid_First
(String uuid, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ?.WebsitePersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ?.static Website
WebsiteUtil.fetchByUuid_Last
(String uuid, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ?.WebsitePersistence.findAll
(int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites.WebsitePersistence.findAll
(int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites.WebsiteUtil.findAll
(int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites.WebsiteUtil.findAll
(int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites.WebsitePersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ? and classNameId = ?.WebsitePersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ? and classNameId = ?.WebsiteUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ? and classNameId = ?.WebsiteUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ? and classNameId = ?.WebsitePersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.WebsiteUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.WebsiteUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Website
WebsiteUtil.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Website
WebsiteUtil.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsitePersistence.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsiteUtil.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsiteUtil.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsitePersistence.findByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Website
WebsiteUtil.findByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsitePersistence.findByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Website
WebsiteUtil.findByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.Website[]
WebsitePersistence.findByC_C_C_P_PrevAndNext
(long websiteId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Website[]
WebsiteUtil.findByC_C_C_P_PrevAndNext
(long websiteId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.Website[]
WebsitePersistence.findByC_C_C_PrevAndNext
(long websiteId, long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Website[]
WebsiteUtil.findByC_C_C_PrevAndNext
(long websiteId, long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.findByC_C_First
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ?.static Website
WebsiteUtil.findByC_C_First
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ?.WebsitePersistence.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ?.static Website
WebsiteUtil.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ?.Website[]
WebsitePersistence.findByC_C_PrevAndNext
(long websiteId, long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.static Website[]
WebsiteUtil.findByC_C_PrevAndNext
(long websiteId, long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.WebsitePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ?.WebsitePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ?.WebsiteUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ?.WebsiteUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ?.WebsitePersistence.findByCompanyId_First
(long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ?.static Website
WebsiteUtil.findByCompanyId_First
(long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ?.WebsitePersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ?.static Website
WebsiteUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ?.Website[]
WebsitePersistence.findByCompanyId_PrevAndNext
(long websiteId, long companyId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ?.static Website[]
WebsiteUtil.findByCompanyId_PrevAndNext
(long websiteId, long companyId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ?.WebsitePersistence.findByUserId
(long userId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where userId = ?.WebsitePersistence.findByUserId
(long userId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where userId = ?.WebsiteUtil.findByUserId
(long userId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where userId = ?.WebsiteUtil.findByUserId
(long userId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where userId = ?.WebsitePersistence.findByUserId_First
(long userId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where userId = ?.static Website
WebsiteUtil.findByUserId_First
(long userId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where userId = ?.WebsitePersistence.findByUserId_Last
(long userId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where userId = ?.static Website
WebsiteUtil.findByUserId_Last
(long userId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where userId = ?.Website[]
WebsitePersistence.findByUserId_PrevAndNext
(long websiteId, long userId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where userId = ?.static Website[]
WebsiteUtil.findByUserId_PrevAndNext
(long websiteId, long userId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where userId = ?.WebsitePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where uuid = ?.WebsitePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where uuid = ?.WebsiteUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where uuid = ?.WebsiteUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where uuid = ?.WebsitePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where uuid = ? and companyId = ?.WebsitePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where uuid = ? and companyId = ?.WebsiteUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where uuid = ? and companyId = ?.WebsiteUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where uuid = ? and companyId = ?.WebsitePersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ? and companyId = ?.static Website
WebsiteUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ? and companyId = ?.WebsitePersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ? and companyId = ?.static Website
WebsiteUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ? and companyId = ?.Website[]
WebsitePersistence.findByUuid_C_PrevAndNext
(long websiteId, String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?.static Website[]
WebsiteUtil.findByUuid_C_PrevAndNext
(long websiteId, String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?.WebsitePersistence.findByUuid_First
(String uuid, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ?.static Website
WebsiteUtil.findByUuid_First
(String uuid, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ?.WebsitePersistence.findByUuid_Last
(String uuid, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ?.static Website
WebsiteUtil.findByUuid_Last
(String uuid, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ?.Website[]
WebsitePersistence.findByUuid_PrevAndNext
(long websiteId, String uuid, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where uuid = ?.static Website[]
WebsiteUtil.findByUuid_PrevAndNext
(long websiteId, String uuid, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where uuid = ?.WebsiteUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Website> orderByComparator)