- cacheResult(SiteFriendlyURL) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Caches the site friendly url in the entity cache if it is enabled.
- cacheResult(List<SiteFriendlyURL>) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Caches the site friendly urls in the entity cache if it is enabled.
- cacheResult(SiteFriendlyURL) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Caches the site friendly url in the entity cache if it is enabled.
- cacheResult(List<SiteFriendlyURL>) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Caches the site friendly urls in the entity cache if it is enabled.
- cleanUp() - Method in class com.liferay.site.taglib.servlet.taglib.SiteBrowserTag
-
- clearCache() - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
- clearCache(SiteFriendlyURL) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
- com.liferay.site.constants - package com.liferay.site.constants
-
- com.liferay.site.demo.data.creator - package com.liferay.site.demo.data.creator
-
- com.liferay.site.exception - package com.liferay.site.exception
-
- com.liferay.site.initializer - package com.liferay.site.initializer
-
- com.liferay.site.item.selector.criteria - package com.liferay.site.item.selector.criteria
-
- com.liferay.site.item.selector.criterion - package com.liferay.site.item.selector.criterion
-
- com.liferay.site.item.selector.display.context - package com.liferay.site.item.selector.display.context
-
- com.liferay.site.item.selector.renderer - package com.liferay.site.item.selector.renderer
-
- com.liferay.site.memberships.constants - package com.liferay.site.memberships.constants
-
- com.liferay.site.model - package com.liferay.site.model
-
- com.liferay.site.model.adapter - package com.liferay.site.model.adapter
-
- com.liferay.site.service - package com.liferay.site.service
-
- com.liferay.site.service.persistence - package com.liferay.site.service.persistence
-
- com.liferay.site.settings.configuration.admin.display - package com.liferay.site.settings.configuration.admin.display
-
- com.liferay.site.taglib.servlet.taglib - package com.liferay.site.taglib.servlet.taglib
-
- com.liferay.site.util - package com.liferay.site.util
-
- companyId - Variable in class com.liferay.site.model.SiteFriendlyURLTable
-
- countAll() - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the number of site friendly urls.
- countAll() - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the number of site friendly urls.
- countByC_F(long, String) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the number of site friendly urls where companyId = ? and friendlyURL = ?.
- countByC_F(long, String) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the number of site friendly urls where companyId = ? and friendlyURL = ?.
- countByC_F_L(long, String, String) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the number of site friendly urls where companyId = ? and friendlyURL = ? and languageId = ?.
- countByC_F_L(long, String, String) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the number of site friendly urls where companyId = ? and friendlyURL = ? and languageId = ?.
- countByC_G(long, long) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the number of site friendly urls where companyId = ? and groupId = ?.
- countByC_G(long, long) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the number of site friendly urls where companyId = ? and groupId = ?.
- countByC_G_L(long, long, String) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the number of site friendly urls where companyId = ? and groupId = ? and languageId = ?.
- countByC_G_L(long, long, String) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the number of site friendly urls where companyId = ? and groupId = ? and languageId = ?.
- countByUuid(String) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the number of site friendly urls where uuid = ?.
- countByUuid(String) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the number of site friendly urls where uuid = ?.
- countByUuid_C(String, long) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the number of site friendly urls where uuid = ? and companyId = ?.
- countByUuid_C(String, long) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the number of site friendly urls where uuid = ? and companyId = ?.
- countByUUID_G(String, long) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the number of site friendly urls where uuid = ? and groupId = ?.
- countByUUID_G(String, long) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the number of site friendly urls where uuid = ? and groupId = ?.
- countWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
- create(long) - Method in interface com.liferay.site.demo.data.creator.SiteDemoDataCreator
-
- create(long, String) - Method in interface com.liferay.site.demo.data.creator.SiteDemoDataCreator
-
- create(long) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Creates a new site friendly url with the primary key.
- create(long) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Creates a new site friendly url with the primary key.
- createDate - Variable in class com.liferay.site.model.SiteFriendlyURLTable
-
- createPersistedModel(Serializable) - Method in interface com.liferay.site.service.SiteFriendlyURLLocalService
-
- createPersistedModel(Serializable) - Static method in class com.liferay.site.service.SiteFriendlyURLLocalServiceUtil
-
- createPersistedModel(Serializable) - Method in class com.liferay.site.service.SiteFriendlyURLLocalServiceWrapper
-
- createSiteFriendlyURL(long) - Method in interface com.liferay.site.service.SiteFriendlyURLLocalService
-
Creates a new site friendly url with the primary key.
- createSiteFriendlyURL(long) - Static method in class com.liferay.site.service.SiteFriendlyURLLocalServiceUtil
-
Creates a new site friendly url with the primary key.
- createSiteFriendlyURL(long) - Method in class com.liferay.site.service.SiteFriendlyURLLocalServiceWrapper
-
Creates a new site friendly url with the primary key.
- fetchByC_F(long, String) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the site friendly url where companyId = ? and friendlyURL = ? or returns null
if it could not be found.
- fetchByC_F(long, String, boolean) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the site friendly url where companyId = ? and friendlyURL = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByC_F(long, String) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the site friendly url where companyId = ? and friendlyURL = ? or returns null
if it could not be found.
- fetchByC_F(long, String, boolean) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the site friendly url where companyId = ? and friendlyURL = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByC_F_L(long, String, String) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the site friendly url where companyId = ? and friendlyURL = ? and languageId = ? or returns null
if it could not be found.
- fetchByC_F_L(long, String, String, boolean) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the site friendly url where companyId = ? and friendlyURL = ? and languageId = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByC_F_L(long, String, String) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the site friendly url where companyId = ? and friendlyURL = ? and languageId = ? or returns null
if it could not be found.
- fetchByC_F_L(long, String, String, boolean) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the site friendly url where companyId = ? and friendlyURL = ? and languageId = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByC_G_First(long, long, OrderByComparator<SiteFriendlyURL>) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the first site friendly url in the ordered set where companyId = ? and groupId = ?.
- fetchByC_G_First(long, long, OrderByComparator<SiteFriendlyURL>) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the first site friendly url in the ordered set where companyId = ? and groupId = ?.
- fetchByC_G_L(long, long, String) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the site friendly url where companyId = ? and groupId = ? and languageId = ? or returns null
if it could not be found.
- fetchByC_G_L(long, long, String, boolean) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the site friendly url where companyId = ? and groupId = ? and languageId = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByC_G_L(long, long, String) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the site friendly url where companyId = ? and groupId = ? and languageId = ? or returns null
if it could not be found.
- fetchByC_G_L(long, long, String, boolean) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the site friendly url where companyId = ? and groupId = ? and languageId = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByC_G_Last(long, long, OrderByComparator<SiteFriendlyURL>) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the last site friendly url in the ordered set where companyId = ? and groupId = ?.
- fetchByC_G_Last(long, long, OrderByComparator<SiteFriendlyURL>) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the last site friendly url in the ordered set where companyId = ? and groupId = ?.
- fetchByPrimaryKey(long) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the site friendly url with the primary key or returns null
if it could not be found.
- fetchByPrimaryKey(long) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the site friendly url with the primary key or returns null
if it could not be found.
- fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
- fetchByUuid_C_First(String, long, OrderByComparator<SiteFriendlyURL>) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the first site friendly url in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_First(String, long, OrderByComparator<SiteFriendlyURL>) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the first site friendly url in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_Last(String, long, OrderByComparator<SiteFriendlyURL>) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the last site friendly url in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_Last(String, long, OrderByComparator<SiteFriendlyURL>) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the last site friendly url in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_First(String, OrderByComparator<SiteFriendlyURL>) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the first site friendly url in the ordered set where uuid = ?.
- fetchByUuid_First(String, OrderByComparator<SiteFriendlyURL>) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the first site friendly url in the ordered set where uuid = ?.
- fetchByUUID_G(String, long) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the site friendly url where uuid = ? and groupId = ? or returns null
if it could not be found.
- fetchByUUID_G(String, long, boolean) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the site friendly url where uuid = ? and groupId = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByUUID_G(String, long) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the site friendly url where uuid = ? and groupId = ? or returns null
if it could not be found.
- fetchByUUID_G(String, long, boolean) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the site friendly url where uuid = ? and groupId = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByUuid_Last(String, OrderByComparator<SiteFriendlyURL>) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the last site friendly url in the ordered set where uuid = ?.
- fetchByUuid_Last(String, OrderByComparator<SiteFriendlyURL>) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the last site friendly url in the ordered set where uuid = ?.
- fetchSiteFriendlyURL(long) - Method in interface com.liferay.site.service.SiteFriendlyURLLocalService
-
- fetchSiteFriendlyURL(long, long, String) - Method in interface com.liferay.site.service.SiteFriendlyURLLocalService
-
- fetchSiteFriendlyURL(long) - Static method in class com.liferay.site.service.SiteFriendlyURLLocalServiceUtil
-
- fetchSiteFriendlyURL(long, long, String) - Static method in class com.liferay.site.service.SiteFriendlyURLLocalServiceUtil
-
- fetchSiteFriendlyURL(long) - Method in class com.liferay.site.service.SiteFriendlyURLLocalServiceWrapper
-
- fetchSiteFriendlyURL(long, long, String) - Method in class com.liferay.site.service.SiteFriendlyURLLocalServiceWrapper
-
- fetchSiteFriendlyURLByFriendlyURL(long, String) - Method in interface com.liferay.site.service.SiteFriendlyURLLocalService
-
- fetchSiteFriendlyURLByFriendlyURL(long, String) - Static method in class com.liferay.site.service.SiteFriendlyURLLocalServiceUtil
-
- fetchSiteFriendlyURLByFriendlyURL(long, String) - Method in class com.liferay.site.service.SiteFriendlyURLLocalServiceWrapper
-
- fetchSiteFriendlyURLByUuidAndGroupId(String, long) - Method in interface com.liferay.site.service.SiteFriendlyURLLocalService
-
Returns the site friendly url matching the UUID and group.
- fetchSiteFriendlyURLByUuidAndGroupId(String, long) - Static method in class com.liferay.site.service.SiteFriendlyURLLocalServiceUtil
-
Returns the site friendly url matching the UUID and group.
- fetchSiteFriendlyURLByUuidAndGroupId(String, long) - Method in class com.liferay.site.service.SiteFriendlyURLLocalServiceWrapper
-
Returns the site friendly url matching the UUID and group.
- findAll() - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns all the site friendly urls.
- findAll(int, int) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns a range of all the site friendly urls.
- findAll(int, int, OrderByComparator<SiteFriendlyURL>) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns an ordered range of all the site friendly urls.
- findAll(int, int, OrderByComparator<SiteFriendlyURL>, boolean) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns an ordered range of all the site friendly urls.
- findAll() - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns all the site friendly urls.
- findAll(int, int) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns a range of all the site friendly urls.
- findAll(int, int, OrderByComparator<SiteFriendlyURL>) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns an ordered range of all the site friendly urls.
- findAll(int, int, OrderByComparator<SiteFriendlyURL>, boolean) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns an ordered range of all the site friendly urls.
- findByC_F(long, String) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the site friendly url where companyId = ? and friendlyURL = ? or throws a NoSuchFriendlyURLException
if it could not be found.
- findByC_F(long, String) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the site friendly url where companyId = ? and friendlyURL = ? or throws a NoSuchFriendlyURLException
if it could not be found.
- findByC_F_L(long, String, String) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the site friendly url where companyId = ? and friendlyURL = ? and languageId = ? or throws a NoSuchFriendlyURLException
if it could not be found.
- findByC_F_L(long, String, String) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the site friendly url where companyId = ? and friendlyURL = ? and languageId = ? or throws a NoSuchFriendlyURLException
if it could not be found.
- findByC_G(long, long) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns all the site friendly urls where companyId = ? and groupId = ?.
- findByC_G(long, long, int, int) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns a range of all the site friendly urls where companyId = ? and groupId = ?.
- findByC_G(long, long, int, int, OrderByComparator<SiteFriendlyURL>) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns an ordered range of all the site friendly urls where companyId = ? and groupId = ?.
- findByC_G(long, long, int, int, OrderByComparator<SiteFriendlyURL>, boolean) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns an ordered range of all the site friendly urls where companyId = ? and groupId = ?.
- findByC_G(long, long) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns all the site friendly urls where companyId = ? and groupId = ?.
- findByC_G(long, long, int, int) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns a range of all the site friendly urls where companyId = ? and groupId = ?.
- findByC_G(long, long, int, int, OrderByComparator<SiteFriendlyURL>) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns an ordered range of all the site friendly urls where companyId = ? and groupId = ?.
- findByC_G(long, long, int, int, OrderByComparator<SiteFriendlyURL>, boolean) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns an ordered range of all the site friendly urls where companyId = ? and groupId = ?.
- findByC_G_First(long, long, OrderByComparator<SiteFriendlyURL>) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the first site friendly url in the ordered set where companyId = ? and groupId = ?.
- findByC_G_First(long, long, OrderByComparator<SiteFriendlyURL>) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the first site friendly url in the ordered set where companyId = ? and groupId = ?.
- findByC_G_L(long, long, String) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the site friendly url where companyId = ? and groupId = ? and languageId = ? or throws a NoSuchFriendlyURLException
if it could not be found.
- findByC_G_L(long, long, String) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the site friendly url where companyId = ? and groupId = ? and languageId = ? or throws a NoSuchFriendlyURLException
if it could not be found.
- findByC_G_Last(long, long, OrderByComparator<SiteFriendlyURL>) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the last site friendly url in the ordered set where companyId = ? and groupId = ?.
- findByC_G_Last(long, long, OrderByComparator<SiteFriendlyURL>) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the last site friendly url in the ordered set where companyId = ? and groupId = ?.
- findByC_G_PrevAndNext(long, long, long, OrderByComparator<SiteFriendlyURL>) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the site friendly urls before and after the current site friendly url in the ordered set where companyId = ? and groupId = ?.
- findByC_G_PrevAndNext(long, long, long, OrderByComparator<SiteFriendlyURL>) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the site friendly urls before and after the current site friendly url in the ordered set where companyId = ? and groupId = ?.
- findByPrimaryKey(long) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the site friendly url with the primary key or throws a NoSuchFriendlyURLException
if it could not be found.
- findByPrimaryKey(long) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the site friendly url with the primary key or throws a NoSuchFriendlyURLException
if it could not be found.
- findByUuid(String) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns all the site friendly urls where uuid = ?.
- findByUuid(String, int, int) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns a range of all the site friendly urls where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<SiteFriendlyURL>) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns an ordered range of all the site friendly urls where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<SiteFriendlyURL>, boolean) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns an ordered range of all the site friendly urls where uuid = ?.
- findByUuid(String) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns all the site friendly urls where uuid = ?.
- findByUuid(String, int, int) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns a range of all the site friendly urls where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<SiteFriendlyURL>) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns an ordered range of all the site friendly urls where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<SiteFriendlyURL>, boolean) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns an ordered range of all the site friendly urls where uuid = ?.
- findByUuid_C(String, long) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns all the site friendly urls where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns a range of all the site friendly urls where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<SiteFriendlyURL>) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns an ordered range of all the site friendly urls where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<SiteFriendlyURL>, boolean) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns an ordered range of all the site friendly urls where uuid = ? and companyId = ?.
- findByUuid_C(String, long) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns all the site friendly urls where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns a range of all the site friendly urls where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<SiteFriendlyURL>) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns an ordered range of all the site friendly urls where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<SiteFriendlyURL>, boolean) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns an ordered range of all the site friendly urls where uuid = ? and companyId = ?.
- findByUuid_C_First(String, long, OrderByComparator<SiteFriendlyURL>) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the first site friendly url in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_First(String, long, OrderByComparator<SiteFriendlyURL>) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the first site friendly url in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_Last(String, long, OrderByComparator<SiteFriendlyURL>) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the last site friendly url in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_Last(String, long, OrderByComparator<SiteFriendlyURL>) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the last site friendly url in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<SiteFriendlyURL>) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the site friendly urls before and after the current site friendly url in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<SiteFriendlyURL>) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the site friendly urls before and after the current site friendly url in the ordered set where uuid = ? and companyId = ?.
- findByUuid_First(String, OrderByComparator<SiteFriendlyURL>) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the first site friendly url in the ordered set where uuid = ?.
- findByUuid_First(String, OrderByComparator<SiteFriendlyURL>) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the first site friendly url in the ordered set where uuid = ?.
- findByUUID_G(String, long) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the site friendly url where uuid = ? and groupId = ? or throws a NoSuchFriendlyURLException
if it could not be found.
- findByUUID_G(String, long) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the site friendly url where uuid = ? and groupId = ? or throws a NoSuchFriendlyURLException
if it could not be found.
- findByUuid_Last(String, OrderByComparator<SiteFriendlyURL>) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the last site friendly url in the ordered set where uuid = ?.
- findByUuid_Last(String, OrderByComparator<SiteFriendlyURL>) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the last site friendly url in the ordered set where uuid = ?.
- findByUuid_PrevAndNext(long, String, OrderByComparator<SiteFriendlyURL>) - Method in interface com.liferay.site.service.persistence.SiteFriendlyURLPersistence
-
Returns the site friendly urls before and after the current site friendly url in the ordered set where uuid = ?.
- findByUuid_PrevAndNext(long, String, OrderByComparator<SiteFriendlyURL>) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
Returns the site friendly urls before and after the current site friendly url in the ordered set where uuid = ?.
- findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
- findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
- findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<SiteFriendlyURL>) - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
- friendlyURL - Variable in class com.liferay.site.model.SiteFriendlyURLTable
-
- getActionableDynamicQuery() - Method in interface com.liferay.site.service.SiteFriendlyURLLocalService
-
- getActionableDynamicQuery() - Static method in class com.liferay.site.service.SiteFriendlyURLLocalServiceUtil
-
- getActionableDynamicQuery() - Method in class com.liferay.site.service.SiteFriendlyURLLocalServiceWrapper
-
- getAllGroups(PortletRequest) - Method in class com.liferay.site.util.GroupSearchProvider
-
- getCategoryKey() - Method in interface com.liferay.site.settings.configuration.admin.display.SiteSettingsConfigurationScreenContributor
-
- getCompanyId() - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Returns the company ID of this site friendly url.
- getCompanyId() - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- getCompanyId() - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Returns the company ID of this site friendly url.
- getCreateDate() - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Returns the create date of this site friendly url.
- getCreateDate() - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- getCreateDate() - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Returns the create date of this site friendly url.
- getDescription(Locale) - Method in interface com.liferay.site.initializer.SiteInitializer
-
- getDisplayStyle() - Method in interface com.liferay.site.item.selector.display.context.SitesItemSelectorViewDisplayContext
-
- getDisplayStyle() - Method in class com.liferay.site.taglib.servlet.taglib.SiteBrowserTag
-
- getEmptyResultsMessage() - Method in class com.liferay.site.taglib.servlet.taglib.SiteBrowserTag
-
- getEventName() - Method in class com.liferay.site.taglib.servlet.taglib.SiteBrowserTag
-
- getExportActionableDynamicQuery(PortletDataContext) - Method in interface com.liferay.site.service.SiteFriendlyURLLocalService
-
- getExportActionableDynamicQuery(PortletDataContext) - Static method in class com.liferay.site.service.SiteFriendlyURLLocalServiceUtil
-
- getExportActionableDynamicQuery(PortletDataContext) - Method in class com.liferay.site.service.SiteFriendlyURLLocalServiceWrapper
-
- getFriendlyURL() - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Returns the friendly url of this site friendly url.
- getFriendlyURL() - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- getFriendlyURL() - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Returns the friendly url of this site friendly url.
- getGroup() - Method in interface com.liferay.site.model.adapter.StagedGroup
-
- getGroupAdministrationURL(Group, PortletRequest) - Method in class com.liferay.site.util.GroupURLProvider
-
- getGroupId() - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Returns the group ID of this site friendly url.
- getGroupId() - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- getGroupId() - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Returns the group ID of this site friendly url.
- getGroupItemSelectorCriterion() - Method in interface com.liferay.site.item.selector.display.context.SitesItemSelectorViewDisplayContext
-
- getGroupLayoutsURL(Group, boolean, PortletRequest) - Method in class com.liferay.site.util.GroupURLProvider
-
- getGroupName(Group) - Method in interface com.liferay.site.item.selector.display.context.SitesItemSelectorViewDisplayContext
-
- getGroupParams(PortletRequest, GroupSearchTerms, long) - Method in class com.liferay.site.util.GroupSearchProvider
-
- getGroups() - Method in class com.liferay.site.taglib.servlet.taglib.SiteBrowserTag
-
- getGroupsCount() - Method in class com.liferay.site.taglib.servlet.taglib.SiteBrowserTag
-
- getGroupSearch() - Method in interface com.liferay.site.item.selector.display.context.SitesItemSelectorViewDisplayContext
-
- getGroupSearch(PortletRequest, PortletURL) - Method in class com.liferay.site.util.GroupSearchProvider
-
- getGroupURL(Group, PortletRequest) - Method in class com.liferay.site.util.GroupURLProvider
-
- getGroupURL(Group, PortletRequest, boolean) - Method in class com.liferay.site.util.GroupURLProvider
-
- getIndexableActionableDynamicQuery() - Method in interface com.liferay.site.service.SiteFriendlyURLLocalService
-
- getIndexableActionableDynamicQuery() - Static method in class com.liferay.site.service.SiteFriendlyURLLocalServiceUtil
-
- getIndexableActionableDynamicQuery() - Method in class com.liferay.site.service.SiteFriendlyURLLocalServiceWrapper
-
- getItemSelectedEventName() - Method in interface com.liferay.site.item.selector.display.context.SitesItemSelectorViewDisplayContext
-
- getJspPath() - Method in interface com.liferay.site.settings.configuration.admin.display.SiteSettingsConfigurationScreenContributor
-
- getKey() - Method in interface com.liferay.site.initializer.SiteInitializer
-
- getKey() - Method in interface com.liferay.site.settings.configuration.admin.display.SiteSettingsConfigurationScreenContributor
-
- getLanguageId() - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Returns the language ID of this site friendly url.
- getLanguageId() - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- getLanguageId() - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Returns the language ID of this site friendly url.
- getLastPublishDate() - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Returns the last publish date of this site friendly url.
- getLastPublishDate() - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- getLastPublishDate() - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Returns the last publish date of this site friendly url.
- getLiveGroupURL(Group, PortletRequest) - Method in class com.liferay.site.util.GroupURLProvider
-
- getModelAttributes() - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
- getModifiedDate() - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Returns the modified date of this site friendly url.
- getModifiedDate() - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- getModifiedDate() - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Returns the modified date of this site friendly url.
- getMvccVersion() - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Returns the mvcc version of this site friendly url.
- getMvccVersion() - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- getMvccVersion() - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Returns the mvcc version of this site friendly url.
- getName(Locale) - Method in interface com.liferay.site.initializer.SiteInitializer
-
- getName(Locale) - Method in interface com.liferay.site.settings.configuration.admin.display.SiteSettingsConfigurationScreenContributor
-
- getOSGiServiceIdentifier() - Method in interface com.liferay.site.service.SiteFriendlyURLLocalService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.site.service.SiteFriendlyURLLocalServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.site.service.SiteFriendlyURLLocalServiceWrapper
-
Returns the OSGi service identifier.
- getPage() - Method in class com.liferay.site.taglib.servlet.taglib.SiteBrowserTag
-
- getParentGroupId(PortletRequest) - Method in class com.liferay.site.util.GroupSearchProvider
-
- getPersistedModel(Serializable) - Method in interface com.liferay.site.service.SiteFriendlyURLLocalService
-
- getPersistedModel(Serializable) - Static method in class com.liferay.site.service.SiteFriendlyURLLocalServiceUtil
-
- getPersistedModel(Serializable) - Method in class com.liferay.site.service.SiteFriendlyURLLocalServiceWrapper
-
- getPersistence() - Static method in class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
- getPortletRequest() - Method in interface com.liferay.site.item.selector.display.context.SitesItemSelectorViewDisplayContext
-
- getPortletResponse() - Method in interface com.liferay.site.item.selector.display.context.SitesItemSelectorViewDisplayContext
-
- getPortletURL() - Method in interface com.liferay.site.item.selector.display.context.SitesItemSelectorViewDisplayContext
-
- getPortletURL() - Method in class com.liferay.site.taglib.servlet.taglib.SiteBrowserTag
-
- getPrimaryKey() - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Returns the primary key of this site friendly url.
- getPrimaryKey() - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- getPrimaryKey() - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Returns the primary key of this site friendly url.
- getRecentGroups(HttpServletRequest) - Method in class com.liferay.site.util.RecentGroupManager
-
- getRecentGroups(String) - Method in class com.liferay.site.util.RecentGroupManager
-
- getRecentGroups(String, PortletRequest) - Method in class com.liferay.site.util.RecentGroupManager
-
- getSaveMVCActionCommandName() - Method in interface com.liferay.site.settings.configuration.admin.display.SiteSettingsConfigurationScreenContributor
-
- getSelectedGroupIds() - Method in class com.liferay.site.taglib.servlet.taglib.SiteBrowserTag
-
- getService() - Static method in class com.liferay.site.service.SiteFriendlyURLLocalServiceUtil
-
- getServletContext() - Method in interface com.liferay.site.settings.configuration.admin.display.SiteSettingsConfigurationScreenContributor
-
- getSiteFriendlyURL(long) - Method in interface com.liferay.site.service.SiteFriendlyURLLocalService
-
Returns the site friendly url with the primary key.
- getSiteFriendlyURL(long) - Static method in class com.liferay.site.service.SiteFriendlyURLLocalServiceUtil
-
Returns the site friendly url with the primary key.
- getSiteFriendlyURL(long) - Method in class com.liferay.site.service.SiteFriendlyURLLocalServiceWrapper
-
Returns the site friendly url with the primary key.
- getSiteFriendlyURLByUuidAndGroupId(String, long) - Method in interface com.liferay.site.service.SiteFriendlyURLLocalService
-
Returns the site friendly url matching the UUID and group.
- getSiteFriendlyURLByUuidAndGroupId(String, long) - Static method in class com.liferay.site.service.SiteFriendlyURLLocalServiceUtil
-
Returns the site friendly url matching the UUID and group.
- getSiteFriendlyURLByUuidAndGroupId(String, long) - Method in class com.liferay.site.service.SiteFriendlyURLLocalServiceWrapper
-
Returns the site friendly url matching the UUID and group.
- getSiteFriendlyURLId() - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Returns the site friendly url ID of this site friendly url.
- getSiteFriendlyURLId() - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- getSiteFriendlyURLId() - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Returns the site friendly url ID of this site friendly url.
- getSiteFriendlyURLs(int, int) - Method in interface com.liferay.site.service.SiteFriendlyURLLocalService
-
Returns a range of all the site friendly urls.
- getSiteFriendlyURLs(long, long) - Method in interface com.liferay.site.service.SiteFriendlyURLLocalService
-
- getSiteFriendlyURLs(int, int) - Static method in class com.liferay.site.service.SiteFriendlyURLLocalServiceUtil
-
Returns a range of all the site friendly urls.
- getSiteFriendlyURLs(long, long) - Static method in class com.liferay.site.service.SiteFriendlyURLLocalServiceUtil
-
- getSiteFriendlyURLs(int, int) - Method in class com.liferay.site.service.SiteFriendlyURLLocalServiceWrapper
-
Returns a range of all the site friendly urls.
- getSiteFriendlyURLs(long, long) - Method in class com.liferay.site.service.SiteFriendlyURLLocalServiceWrapper
-
- getSiteFriendlyURLsByUuidAndCompanyId(String, long) - Method in interface com.liferay.site.service.SiteFriendlyURLLocalService
-
Returns all the site friendly urls matching the UUID and company.
- getSiteFriendlyURLsByUuidAndCompanyId(String, long, int, int, OrderByComparator<SiteFriendlyURL>) - Method in interface com.liferay.site.service.SiteFriendlyURLLocalService
-
Returns a range of site friendly urls matching the UUID and company.
- getSiteFriendlyURLsByUuidAndCompanyId(String, long) - Static method in class com.liferay.site.service.SiteFriendlyURLLocalServiceUtil
-
Returns all the site friendly urls matching the UUID and company.
- getSiteFriendlyURLsByUuidAndCompanyId(String, long, int, int, OrderByComparator<SiteFriendlyURL>) - Static method in class com.liferay.site.service.SiteFriendlyURLLocalServiceUtil
-
Returns a range of site friendly urls matching the UUID and company.
- getSiteFriendlyURLsByUuidAndCompanyId(String, long) - Method in class com.liferay.site.service.SiteFriendlyURLLocalServiceWrapper
-
Returns all the site friendly urls matching the UUID and company.
- getSiteFriendlyURLsByUuidAndCompanyId(String, long, int, int, OrderByComparator<SiteFriendlyURL>) - Method in class com.liferay.site.service.SiteFriendlyURLLocalServiceWrapper
-
Returns a range of site friendly urls matching the UUID and company.
- getSiteFriendlyURLsCount() - Method in interface com.liferay.site.service.SiteFriendlyURLLocalService
-
Returns the number of site friendly urls.
- getSiteFriendlyURLsCount() - Static method in class com.liferay.site.service.SiteFriendlyURLLocalServiceUtil
-
Returns the number of site friendly urls.
- getSiteFriendlyURLsCount() - Method in class com.liferay.site.service.SiteFriendlyURLLocalServiceWrapper
-
Returns the number of site friendly urls.
- getSiteInitializer(String) - Method in interface com.liferay.site.initializer.SiteInitializerRegistry
-
- getSiteInitializers(long) - Method in interface com.liferay.site.initializer.SiteInitializerRegistry
-
- getSiteInitializers(long, boolean) - Method in interface com.liferay.site.initializer.SiteInitializerRegistry
-
- getSiteItemSelectorCriterion() - Method in interface com.liferay.site.item.selector.display.context.SitesItemSelectorViewDisplayContext
-
- getStagedModelType() - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
- getThumbnailSrc() - Method in interface com.liferay.site.initializer.SiteInitializer
-
- getUserId() - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Returns the user ID of this site friendly url.
- getUserId() - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- getUserId() - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Returns the user ID of this site friendly url.
- getUserName() - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Returns the user name of this site friendly url.
- getUserName() - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- getUserName() - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Returns the user name of this site friendly url.
- getUserUuid() - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Returns the user uuid of this site friendly url.
- getUserUuid() - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Returns the user uuid of this site friendly url.
- getUuid() - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Returns the uuid of this site friendly url.
- getUuid() - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- getUuid() - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Returns the uuid of this site friendly url.
- getWrappedService() - Method in class com.liferay.site.service.SiteFriendlyURLLocalServiceWrapper
-
- GROUP_SEARCH_PROVIDER - Static variable in class com.liferay.site.constants.SiteWebKeys
-
- GROUP_URL_PROVIDER - Static variable in class com.liferay.site.constants.SiteWebKeys
-
- groupId - Variable in class com.liferay.site.model.SiteFriendlyURLTable
-
- GroupSearchProvider - Class in com.liferay.site.util
-
- GroupSearchProvider() - Constructor for class com.liferay.site.util.GroupSearchProvider
-
- GroupURLProvider - Class in com.liferay.site.util
-
- GroupURLProvider() - Constructor for class com.liferay.site.util.GroupURLProvider
-
- setAttributes(HttpServletRequest, HttpServletResponse) - Method in interface com.liferay.site.settings.configuration.admin.display.SiteSettingsConfigurationScreenContributor
-
- setAttributes(HttpServletRequest) - Method in class com.liferay.site.taglib.servlet.taglib.SiteBrowserTag
-
- setCompanyId(long) - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Sets the company ID of this site friendly url.
- setCompanyId(long) - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- setCompanyId(long) - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Sets the company ID of this site friendly url.
- setCreateDate(Date) - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Sets the create date of this site friendly url.
- setCreateDate(Date) - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- setCreateDate(Date) - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Sets the create date of this site friendly url.
- setDisplayStyle(String) - Method in class com.liferay.site.taglib.servlet.taglib.SiteBrowserTag
-
- setEmptyResultsMessage(String) - Method in class com.liferay.site.taglib.servlet.taglib.SiteBrowserTag
-
- setEventName(String) - Method in class com.liferay.site.taglib.servlet.taglib.SiteBrowserTag
-
- setFriendlyURL(String) - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Sets the friendly url of this site friendly url.
- setFriendlyURL(String) - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- setFriendlyURL(String) - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Sets the friendly url of this site friendly url.
- setGroupId(long) - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Sets the group ID of this site friendly url.
- setGroupId(long) - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- setGroupId(long) - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Sets the group ID of this site friendly url.
- setGroupLocalService(GroupLocalService) - Method in class com.liferay.site.util.GroupSearchProvider
-
- setGroupLocalService(GroupLocalService) - Method in class com.liferay.site.util.RecentGroupManager
-
- setGroups(List<Group>) - Method in class com.liferay.site.taglib.servlet.taglib.SiteBrowserTag
-
- setGroupsCount(int) - Method in class com.liferay.site.taglib.servlet.taglib.SiteBrowserTag
-
- setGroupService(GroupService) - Method in class com.liferay.site.util.GroupSearchProvider
-
- setLanguageId(String) - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Sets the language ID of this site friendly url.
- setLanguageId(String) - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- setLanguageId(String) - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Sets the language ID of this site friendly url.
- setLastPublishDate(Date) - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Sets the last publish date of this site friendly url.
- setLastPublishDate(Date) - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- setLastPublishDate(Date) - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Sets the last publish date of this site friendly url.
- setModelAttributes(Map<String, Object>) - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
- setModifiedDate(Date) - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Sets the modified date of this site friendly url.
- setModifiedDate(Date) - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- setModifiedDate(Date) - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Sets the modified date of this site friendly url.
- setModuleServiceLifecycle(ModuleServiceLifecycle) - Method in class com.liferay.site.util.GroupSearchProvider
-
- setMvccVersion(long) - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Sets the mvcc version of this site friendly url.
- setMvccVersion(long) - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- setMvccVersion(long) - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Sets the mvcc version of this site friendly url.
- setPageContext(PageContext) - Method in class com.liferay.site.taglib.servlet.taglib.SiteBrowserTag
-
- setPanelAppRegistry(PanelAppRegistry) - Method in class com.liferay.site.util.GroupURLProvider
-
- setPanelCategoryRegistry(PanelCategoryRegistry) - Method in class com.liferay.site.util.GroupURLProvider
-
- setPortletURL(PortletURL) - Method in class com.liferay.site.taglib.servlet.taglib.SiteBrowserTag
-
- setPrimaryKey(long) - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Sets the primary key of this site friendly url.
- setPrimaryKey(long) - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- setPrimaryKey(long) - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Sets the primary key of this site friendly url.
- setSelectedGroupIds(long[]) - Method in class com.liferay.site.taglib.servlet.taglib.SiteBrowserTag
-
- setShowSearch(boolean) - Method in class com.liferay.site.taglib.servlet.taglib.SiteBrowserTag
-
- setSiteFriendlyURLId(long) - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Sets the site friendly url ID of this site friendly url.
- setSiteFriendlyURLId(long) - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- setSiteFriendlyURLId(long) - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Sets the site friendly url ID of this site friendly url.
- setUserId(long) - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Sets the user ID of this site friendly url.
- setUserId(long) - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- setUserId(long) - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Sets the user ID of this site friendly url.
- setUserName(String) - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Sets the user name of this site friendly url.
- setUserName(String) - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- setUserName(String) - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Sets the user name of this site friendly url.
- setUserUuid(String) - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Sets the user uuid of this site friendly url.
- setUserUuid(String) - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Sets the user uuid of this site friendly url.
- setUuid(String) - Method in interface com.liferay.site.model.SiteFriendlyURLModel
-
Sets the uuid of this site friendly url.
- setUuid(String) - Method in class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- setUuid(String) - Method in class com.liferay.site.model.SiteFriendlyURLWrapper
-
Sets the uuid of this site friendly url.
- setWrappedService(SiteFriendlyURLLocalService) - Method in class com.liferay.site.service.SiteFriendlyURLLocalServiceWrapper
-
- SITE_FRIENDLY_URL_ID_ACCESSOR - Static variable in interface com.liferay.site.model.SiteFriendlyURL
-
- SITE_INITIALIZER_REGISTRY - Static variable in class com.liferay.site.constants.SiteWebKeys
-
- SITE_MEMBERSHIPS_ADMIN - Static variable in class com.liferay.site.memberships.constants.SiteMembershipsPortletKeys
-
- SiteBrowserTag - Class in com.liferay.site.taglib.servlet.taglib
-
- SiteBrowserTag() - Constructor for class com.liferay.site.taglib.servlet.taglib.SiteBrowserTag
-
- SiteDemoDataCreator - Interface in com.liferay.site.demo.data.creator
-
- SiteFriendlyURL - Interface in com.liferay.site.model
-
The extended model interface for the SiteFriendlyURL service.
- siteFriendlyURLId - Variable in class com.liferay.site.model.SiteFriendlyURLTable
-
- SiteFriendlyURLLocalService - Interface in com.liferay.site.service
-
Provides the local service interface for SiteFriendlyURL.
- SiteFriendlyURLLocalServiceUtil - Class in com.liferay.site.service
-
Provides the local service utility for SiteFriendlyURL.
- SiteFriendlyURLLocalServiceUtil() - Constructor for class com.liferay.site.service.SiteFriendlyURLLocalServiceUtil
-
- SiteFriendlyURLLocalServiceWrapper - Class in com.liferay.site.service
-
- SiteFriendlyURLLocalServiceWrapper(SiteFriendlyURLLocalService) - Constructor for class com.liferay.site.service.SiteFriendlyURLLocalServiceWrapper
-
- SiteFriendlyURLModel - Interface in com.liferay.site.model
-
The base model interface for the SiteFriendlyURL service.
- SiteFriendlyURLPersistence - Interface in com.liferay.site.service.persistence
-
The persistence interface for the site friendly url service.
- SiteFriendlyURLSoap - Class in com.liferay.site.model
-
- SiteFriendlyURLSoap() - Constructor for class com.liferay.site.model.SiteFriendlyURLSoap
-
Deprecated.
- SiteFriendlyURLTable - Class in com.liferay.site.model
-
The table class for the "SiteFriendlyURL" database table.
- SiteFriendlyURLUtil - Class in com.liferay.site.service.persistence
-
The persistence utility for the site friendly url service.
- SiteFriendlyURLUtil() - Constructor for class com.liferay.site.service.persistence.SiteFriendlyURLUtil
-
- SiteFriendlyURLWrapper - Class in com.liferay.site.model
-
- SiteFriendlyURLWrapper(SiteFriendlyURL) - Constructor for class com.liferay.site.model.SiteFriendlyURLWrapper
-
- SiteInitializer - Interface in com.liferay.site.initializer
-
- SiteInitializerRegistry - Interface in com.liferay.site.initializer
-
- SiteItemSelectorCriterion - Class in com.liferay.site.item.selector.criterion
-
- SiteItemSelectorCriterion() - Constructor for class com.liferay.site.item.selector.criterion.SiteItemSelectorCriterion
-
- SiteItemSelectorReturnType - Class in com.liferay.site.item.selector.criteria
-
- SiteItemSelectorReturnType() - Constructor for class com.liferay.site.item.selector.criteria.SiteItemSelectorReturnType
-
Deprecated.
- SiteItemSelectorViewRenderer - Interface in com.liferay.site.item.selector.renderer
-
- SiteMembershipsPortletKeys - Class in com.liferay.site.memberships.constants
-
- SiteMembershipsPortletKeys() - Constructor for class com.liferay.site.memberships.constants.SiteMembershipsPortletKeys
-
- SiteSettingsConfigurationScreenContributor - Interface in com.liferay.site.settings.configuration.admin.display
-
- SitesItemSelectorViewDisplayContext - Interface in com.liferay.site.item.selector.display.context
-
- SiteWebKeys - Class in com.liferay.site.constants
-
- SiteWebKeys() - Constructor for class com.liferay.site.constants.SiteWebKeys
-
- StagedGroup - Interface in com.liferay.site.model.adapter
-