- fetchByG_P_L(long, boolean, long) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns the layout seo entry where groupId = ? and privateLayout = ? and layoutId = ? or returns null
if it could not be found.
- fetchByG_P_L(long, boolean, long, boolean) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns the layout seo entry where groupId = ? and privateLayout = ? and layoutId = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByG_P_L(long, boolean, long) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns the layout seo entry where groupId = ? and privateLayout = ? and layoutId = ? or returns null
if it could not be found.
- fetchByG_P_L(long, boolean, long, boolean) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns the layout seo entry where groupId = ? and privateLayout = ? and layoutId = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByGroupId(long) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns the layout seo site where groupId = ? or returns null
if it could not be found.
- fetchByGroupId(long, boolean) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns the layout seo site where groupId = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByGroupId(long) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns the layout seo site where groupId = ? or returns null
if it could not be found.
- fetchByGroupId(long, boolean) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns the layout seo site where groupId = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByPrimaryKey(long) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns the layout seo entry with the primary key or returns null
if it could not be found.
- fetchByPrimaryKey(long) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns the layout seo entry with the primary key or returns null
if it could not be found.
- fetchByPrimaryKey(long) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns the layout seo site with the primary key or returns null
if it could not be found.
- fetchByPrimaryKey(long) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns the layout seo site with the primary key or returns null
if it could not be found.
- fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
- fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
- fetchByUuid_C_First(String, long, OrderByComparator<LayoutSEOEntry>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns the first layout seo entry in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_First(String, long, OrderByComparator<LayoutSEOEntry>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns the first layout seo entry in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_First(String, long, OrderByComparator<LayoutSEOSite>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns the first layout seo site in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_First(String, long, OrderByComparator<LayoutSEOSite>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns the first layout seo site in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_Last(String, long, OrderByComparator<LayoutSEOEntry>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns the last layout seo entry in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_Last(String, long, OrderByComparator<LayoutSEOEntry>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns the last layout seo entry in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_Last(String, long, OrderByComparator<LayoutSEOSite>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns the last layout seo site in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_Last(String, long, OrderByComparator<LayoutSEOSite>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns the last layout seo site in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_First(String, OrderByComparator<LayoutSEOEntry>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns the first layout seo entry in the ordered set where uuid = ?.
- fetchByUuid_First(String, OrderByComparator<LayoutSEOEntry>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns the first layout seo entry in the ordered set where uuid = ?.
- fetchByUuid_First(String, OrderByComparator<LayoutSEOSite>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns the first layout seo site in the ordered set where uuid = ?.
- fetchByUuid_First(String, OrderByComparator<LayoutSEOSite>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns the first layout seo site in the ordered set where uuid = ?.
- fetchByUUID_G(String, long) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns the layout seo entry where uuid = ? and groupId = ? or returns null
if it could not be found.
- fetchByUUID_G(String, long, boolean) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns the layout seo entry 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.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns the layout seo entry where uuid = ? and groupId = ? or returns null
if it could not be found.
- fetchByUUID_G(String, long, boolean) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns the layout seo entry where uuid = ? and groupId = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByUUID_G(String, long) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns the layout seo site where uuid = ? and groupId = ? or returns null
if it could not be found.
- fetchByUUID_G(String, long, boolean) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns the layout seo site 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.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns the layout seo site where uuid = ? and groupId = ? or returns null
if it could not be found.
- fetchByUUID_G(String, long, boolean) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns the layout seo site where uuid = ? and groupId = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByUuid_Last(String, OrderByComparator<LayoutSEOEntry>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns the last layout seo entry in the ordered set where uuid = ?.
- fetchByUuid_Last(String, OrderByComparator<LayoutSEOEntry>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns the last layout seo entry in the ordered set where uuid = ?.
- fetchByUuid_Last(String, OrderByComparator<LayoutSEOSite>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns the last layout seo site in the ordered set where uuid = ?.
- fetchByUuid_Last(String, OrderByComparator<LayoutSEOSite>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns the last layout seo site in the ordered set where uuid = ?.
- fetchLayoutSEOEntry(long) - Method in interface com.liferay.layout.seo.service.LayoutSEOEntryLocalService
-
- fetchLayoutSEOEntry(long, boolean, long) - Method in interface com.liferay.layout.seo.service.LayoutSEOEntryLocalService
-
- fetchLayoutSEOEntry(long) - Static method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceUtil
-
- fetchLayoutSEOEntry(long, boolean, long) - Static method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceUtil
-
- fetchLayoutSEOEntry(long) - Method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceWrapper
-
- fetchLayoutSEOEntry(long, boolean, long) - Method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceWrapper
-
- fetchLayoutSEOEntryByUuidAndGroupId(String, long) - Method in interface com.liferay.layout.seo.service.LayoutSEOEntryLocalService
-
Returns the layout seo entry matching the UUID and group.
- fetchLayoutSEOEntryByUuidAndGroupId(String, long) - Static method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceUtil
-
Returns the layout seo entry matching the UUID and group.
- fetchLayoutSEOEntryByUuidAndGroupId(String, long) - Method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceWrapper
-
Returns the layout seo entry matching the UUID and group.
- fetchLayoutSEOSite(long) - Method in interface com.liferay.layout.seo.service.LayoutSEOSiteLocalService
-
- fetchLayoutSEOSite(long) - Static method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceUtil
-
- fetchLayoutSEOSite(long) - Method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceWrapper
-
- fetchLayoutSEOSiteByGroupId(long) - Method in interface com.liferay.layout.seo.service.LayoutSEOSiteLocalService
-
- fetchLayoutSEOSiteByGroupId(long) - Static method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceUtil
-
- fetchLayoutSEOSiteByGroupId(long) - Method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceWrapper
-
- fetchLayoutSEOSiteByUuidAndGroupId(String, long) - Method in interface com.liferay.layout.seo.service.LayoutSEOSiteLocalService
-
Returns the layout seo site matching the UUID and group.
- fetchLayoutSEOSiteByUuidAndGroupId(String, long) - Static method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceUtil
-
Returns the layout seo site matching the UUID and group.
- fetchLayoutSEOSiteByUuidAndGroupId(String, long) - Method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceWrapper
-
Returns the layout seo site matching the UUID and group.
- findAll() - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns all the layout seo entries.
- findAll(int, int) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns a range of all the layout seo entries.
- findAll(int, int, OrderByComparator<LayoutSEOEntry>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns an ordered range of all the layout seo entries.
- findAll(int, int, OrderByComparator<LayoutSEOEntry>, boolean) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns an ordered range of all the layout seo entries.
- findAll() - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns all the layout seo entries.
- findAll(int, int) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns a range of all the layout seo entries.
- findAll(int, int, OrderByComparator<LayoutSEOEntry>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns an ordered range of all the layout seo entries.
- findAll(int, int, OrderByComparator<LayoutSEOEntry>, boolean) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns an ordered range of all the layout seo entries.
- findAll() - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns all the layout seo sites.
- findAll(int, int) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns a range of all the layout seo sites.
- findAll(int, int, OrderByComparator<LayoutSEOSite>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns an ordered range of all the layout seo sites.
- findAll(int, int, OrderByComparator<LayoutSEOSite>, boolean) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns an ordered range of all the layout seo sites.
- findAll() - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns all the layout seo sites.
- findAll(int, int) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns a range of all the layout seo sites.
- findAll(int, int, OrderByComparator<LayoutSEOSite>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns an ordered range of all the layout seo sites.
- findAll(int, int, OrderByComparator<LayoutSEOSite>, boolean) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns an ordered range of all the layout seo sites.
- findByG_P_L(long, boolean, long) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns the layout seo entry where groupId = ? and privateLayout = ? and layoutId = ? or throws a NoSuchEntryException
if it could not be found.
- findByG_P_L(long, boolean, long) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns the layout seo entry where groupId = ? and privateLayout = ? and layoutId = ? or throws a NoSuchEntryException
if it could not be found.
- findByGroupId(long) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns the layout seo site where groupId = ? or throws a NoSuchSiteException
if it could not be found.
- findByGroupId(long) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns the layout seo site where groupId = ? or throws a NoSuchSiteException
if it could not be found.
- findByPrimaryKey(long) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns the layout seo entry with the primary key or throws a NoSuchEntryException
if it could not be found.
- findByPrimaryKey(long) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns the layout seo entry with the primary key or throws a NoSuchEntryException
if it could not be found.
- findByPrimaryKey(long) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns the layout seo site with the primary key or throws a NoSuchSiteException
if it could not be found.
- findByPrimaryKey(long) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns the layout seo site with the primary key or throws a NoSuchSiteException
if it could not be found.
- findByUuid(String) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns all the layout seo entries where uuid = ?.
- findByUuid(String, int, int) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns a range of all the layout seo entries where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<LayoutSEOEntry>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns an ordered range of all the layout seo entries where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<LayoutSEOEntry>, boolean) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns an ordered range of all the layout seo entries where uuid = ?.
- findByUuid(String) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns all the layout seo entries where uuid = ?.
- findByUuid(String, int, int) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns a range of all the layout seo entries where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<LayoutSEOEntry>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns an ordered range of all the layout seo entries where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<LayoutSEOEntry>, boolean) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns an ordered range of all the layout seo entries where uuid = ?.
- findByUuid(String) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns all the layout seo sites where uuid = ?.
- findByUuid(String, int, int) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns a range of all the layout seo sites where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<LayoutSEOSite>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns an ordered range of all the layout seo sites where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<LayoutSEOSite>, boolean) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns an ordered range of all the layout seo sites where uuid = ?.
- findByUuid(String) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns all the layout seo sites where uuid = ?.
- findByUuid(String, int, int) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns a range of all the layout seo sites where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<LayoutSEOSite>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns an ordered range of all the layout seo sites where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<LayoutSEOSite>, boolean) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns an ordered range of all the layout seo sites where uuid = ?.
- findByUuid_C(String, long) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns all the layout seo entries where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns a range of all the layout seo entries where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<LayoutSEOEntry>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns an ordered range of all the layout seo entries where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<LayoutSEOEntry>, boolean) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns an ordered range of all the layout seo entries where uuid = ? and companyId = ?.
- findByUuid_C(String, long) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns all the layout seo entries where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns a range of all the layout seo entries where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<LayoutSEOEntry>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns an ordered range of all the layout seo entries where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<LayoutSEOEntry>, boolean) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns an ordered range of all the layout seo entries where uuid = ? and companyId = ?.
- findByUuid_C(String, long) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns all the layout seo sites where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns a range of all the layout seo sites where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<LayoutSEOSite>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns an ordered range of all the layout seo sites where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<LayoutSEOSite>, boolean) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns an ordered range of all the layout seo sites where uuid = ? and companyId = ?.
- findByUuid_C(String, long) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns all the layout seo sites where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns a range of all the layout seo sites where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<LayoutSEOSite>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns an ordered range of all the layout seo sites where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<LayoutSEOSite>, boolean) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns an ordered range of all the layout seo sites where uuid = ? and companyId = ?.
- findByUuid_C_First(String, long, OrderByComparator<LayoutSEOEntry>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns the first layout seo entry in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_First(String, long, OrderByComparator<LayoutSEOEntry>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns the first layout seo entry in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_First(String, long, OrderByComparator<LayoutSEOSite>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns the first layout seo site in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_First(String, long, OrderByComparator<LayoutSEOSite>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns the first layout seo site in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_Last(String, long, OrderByComparator<LayoutSEOEntry>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns the last layout seo entry in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_Last(String, long, OrderByComparator<LayoutSEOEntry>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns the last layout seo entry in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_Last(String, long, OrderByComparator<LayoutSEOSite>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns the last layout seo site in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_Last(String, long, OrderByComparator<LayoutSEOSite>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns the last layout seo site in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<LayoutSEOEntry>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns the layout seo entries before and after the current layout seo entry in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<LayoutSEOEntry>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns the layout seo entries before and after the current layout seo entry in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<LayoutSEOSite>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns the layout seo sites before and after the current layout seo site in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<LayoutSEOSite>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns the layout seo sites before and after the current layout seo site in the ordered set where uuid = ? and companyId = ?.
- findByUuid_First(String, OrderByComparator<LayoutSEOEntry>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns the first layout seo entry in the ordered set where uuid = ?.
- findByUuid_First(String, OrderByComparator<LayoutSEOEntry>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns the first layout seo entry in the ordered set where uuid = ?.
- findByUuid_First(String, OrderByComparator<LayoutSEOSite>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns the first layout seo site in the ordered set where uuid = ?.
- findByUuid_First(String, OrderByComparator<LayoutSEOSite>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns the first layout seo site in the ordered set where uuid = ?.
- findByUUID_G(String, long) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns the layout seo entry where uuid = ? and groupId = ? or throws a NoSuchEntryException
if it could not be found.
- findByUUID_G(String, long) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns the layout seo entry where uuid = ? and groupId = ? or throws a NoSuchEntryException
if it could not be found.
- findByUUID_G(String, long) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns the layout seo site where uuid = ? and groupId = ? or throws a NoSuchSiteException
if it could not be found.
- findByUUID_G(String, long) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns the layout seo site where uuid = ? and groupId = ? or throws a NoSuchSiteException
if it could not be found.
- findByUuid_Last(String, OrderByComparator<LayoutSEOEntry>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns the last layout seo entry in the ordered set where uuid = ?.
- findByUuid_Last(String, OrderByComparator<LayoutSEOEntry>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns the last layout seo entry in the ordered set where uuid = ?.
- findByUuid_Last(String, OrderByComparator<LayoutSEOSite>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns the last layout seo site in the ordered set where uuid = ?.
- findByUuid_Last(String, OrderByComparator<LayoutSEOSite>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns the last layout seo site in the ordered set where uuid = ?.
- findByUuid_PrevAndNext(long, String, OrderByComparator<LayoutSEOEntry>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOEntryPersistence
-
Returns the layout seo entries before and after the current layout seo entry in the ordered set where uuid = ?.
- findByUuid_PrevAndNext(long, String, OrderByComparator<LayoutSEOEntry>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
Returns the layout seo entries before and after the current layout seo entry in the ordered set where uuid = ?.
- findByUuid_PrevAndNext(long, String, OrderByComparator<LayoutSEOSite>) - Method in interface com.liferay.layout.seo.service.persistence.LayoutSEOSitePersistence
-
Returns the layout seo sites before and after the current layout seo site in the ordered set where uuid = ?.
- findByUuid_PrevAndNext(long, String, OrderByComparator<LayoutSEOSite>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
Returns the layout seo sites before and after the current layout seo site in the ordered set where uuid = ?.
- findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
- findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
- findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<LayoutSEOEntry>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
- findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
- findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
- findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<LayoutSEOSite>) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
- getActionableDynamicQuery() - Method in interface com.liferay.layout.seo.service.LayoutSEOEntryLocalService
-
- getActionableDynamicQuery() - Static method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceUtil
-
- getActionableDynamicQuery() - Method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceWrapper
-
- getActionableDynamicQuery() - Method in interface com.liferay.layout.seo.service.LayoutSEOSiteLocalService
-
- getActionableDynamicQuery() - Static method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceUtil
-
- getActionableDynamicQuery() - Method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceWrapper
-
- getAttributeGetterFunctions() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
- getAttributeGetterFunctions() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
- getAttributeSetterBiConsumers() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
- getAttributeSetterBiConsumers() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
- getAvailableLanguageIds() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
- getAvailableLanguageIds() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
- getAvailableLanguageIds() - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
- getAvailableLanguageIds() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
- getBasePersistence() - Method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceWrapper
-
- getBasePersistence() - Method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceWrapper
-
- getCanonicalURL(Layout, Locale, String, ThemeDisplay) - Method in interface com.liferay.layout.seo.canonical.url.LayoutSEOCanonicalURLProvider
-
- getCanonicalURL() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the canonical url of this layout seo entry.
- getCanonicalURL(Locale) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the localized canonical url of this layout seo entry in the language.
- getCanonicalURL(Locale, boolean) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the localized canonical url of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
- getCanonicalURL(String) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the localized canonical url of this layout seo entry in the language.
- getCanonicalURL(String, boolean) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the localized canonical url of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
- getCanonicalURL() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the canonical url of this layout seo entry.
- getCanonicalURL(Locale) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the localized canonical url of this layout seo entry in the language.
- getCanonicalURL(Locale, boolean) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the localized canonical url of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
- getCanonicalURL(String) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the localized canonical url of this layout seo entry in the language.
- getCanonicalURL(String, boolean) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the localized canonical url of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
- getCanonicalURLCurrentLanguageId() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
- getCanonicalURLCurrentLanguageId() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
- getCanonicalURLCurrentValue() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
- getCanonicalURLCurrentValue() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
- getCanonicalURLEnabled() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the canonical url enabled of this layout seo entry.
- getCanonicalURLEnabled() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the canonical url enabled of this layout seo entry.
- getCanonicalURLMap(Layout, ThemeDisplay) - Method in interface com.liferay.layout.seo.canonical.url.LayoutSEOCanonicalURLProvider
-
- getCanonicalURLMap() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns a map of the locales and localized canonical urls of this layout seo entry.
- getCanonicalURLMap() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns a map of the locales and localized canonical urls of this layout seo entry.
- getCompanyId() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the company ID of this layout seo entry.
- getCompanyId() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the company ID of this layout seo entry.
- getCompanyId() - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Returns the company ID of this layout seo site.
- getCompanyId() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Returns the company ID of this layout seo site.
- getCreateDate() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the create date of this layout seo entry.
- getCreateDate() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the create date of this layout seo entry.
- getCreateDate() - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Returns the create date of this layout seo site.
- getCreateDate() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Returns the create date of this layout seo site.
- getCtCollectionId() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the ct collection ID of this layout seo entry.
- getCtCollectionId() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the ct collection ID of this layout seo entry.
- getCtCollectionId() - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Returns the ct collection ID of this layout seo site.
- getCtCollectionId() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Returns the ct collection ID of this layout seo site.
- getCTPersistence() - Method in interface com.liferay.layout.seo.service.LayoutSEOEntryLocalService
-
- getCTPersistence() - Method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceWrapper
-
- getCTPersistence() - Method in interface com.liferay.layout.seo.service.LayoutSEOSiteLocalService
-
- getCTPersistence() - Method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceWrapper
-
- getDDMStorageId() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the ddm storage ID of this layout seo entry.
- getDDMStorageId() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the ddm storage ID of this layout seo entry.
- getDefaultCanonicalURL(Layout, ThemeDisplay) - Method in interface com.liferay.layout.seo.canonical.url.LayoutSEOCanonicalURLProvider
-
- getDefaultLanguageId() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
- getDefaultLanguageId() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
- getDefaultLanguageId() - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
- getDefaultLanguageId() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
- getExportActionableDynamicQuery(PortletDataContext) - Method in interface com.liferay.layout.seo.service.LayoutSEOEntryLocalService
-
- getExportActionableDynamicQuery(PortletDataContext) - Static method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceUtil
-
- getExportActionableDynamicQuery(PortletDataContext) - Method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceWrapper
-
- getExportActionableDynamicQuery(PortletDataContext) - Method in interface com.liferay.layout.seo.service.LayoutSEOSiteLocalService
-
- getExportActionableDynamicQuery(PortletDataContext) - Static method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceUtil
-
- getExportActionableDynamicQuery(PortletDataContext) - Method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceWrapper
-
- getGroupId() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the group ID of this layout seo entry.
- getGroupId() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the group ID of this layout seo entry.
- getGroupId() - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Returns the group ID of this layout seo site.
- getGroupId() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Returns the group ID of this layout seo site.
- getIndexableActionableDynamicQuery() - Method in interface com.liferay.layout.seo.service.LayoutSEOEntryLocalService
-
- getIndexableActionableDynamicQuery() - Static method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceUtil
-
- getIndexableActionableDynamicQuery() - Method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceWrapper
-
- getIndexableActionableDynamicQuery() - Method in interface com.liferay.layout.seo.service.LayoutSEOSiteLocalService
-
- getIndexableActionableDynamicQuery() - Static method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceUtil
-
- getIndexableActionableDynamicQuery() - Method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceWrapper
-
- getLastPublishDate() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the last publish date of this layout seo entry.
- getLastPublishDate() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the last publish date of this layout seo entry.
- getLayoutId() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the layout ID of this layout seo entry.
- getLayoutId() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the layout ID of this layout seo entry.
- getLayoutSEOEntries(int, int) - Method in interface com.liferay.layout.seo.service.LayoutSEOEntryLocalService
-
Returns a range of all the layout seo entries.
- getLayoutSEOEntries(int, int) - Static method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceUtil
-
Returns a range of all the layout seo entries.
- getLayoutSEOEntries(int, int) - Method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceWrapper
-
Returns a range of all the layout seo entries.
- getLayoutSEOEntriesByUuidAndCompanyId(String, long) - Method in interface com.liferay.layout.seo.service.LayoutSEOEntryLocalService
-
Returns all the layout seo entries matching the UUID and company.
- getLayoutSEOEntriesByUuidAndCompanyId(String, long, int, int, OrderByComparator<LayoutSEOEntry>) - Method in interface com.liferay.layout.seo.service.LayoutSEOEntryLocalService
-
Returns a range of layout seo entries matching the UUID and company.
- getLayoutSEOEntriesByUuidAndCompanyId(String, long) - Static method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceUtil
-
Returns all the layout seo entries matching the UUID and company.
- getLayoutSEOEntriesByUuidAndCompanyId(String, long, int, int, OrderByComparator<LayoutSEOEntry>) - Static method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceUtil
-
Returns a range of layout seo entries matching the UUID and company.
- getLayoutSEOEntriesByUuidAndCompanyId(String, long) - Method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceWrapper
-
Returns all the layout seo entries matching the UUID and company.
- getLayoutSEOEntriesByUuidAndCompanyId(String, long, int, int, OrderByComparator<LayoutSEOEntry>) - Method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceWrapper
-
Returns a range of layout seo entries matching the UUID and company.
- getLayoutSEOEntriesCount() - Method in interface com.liferay.layout.seo.service.LayoutSEOEntryLocalService
-
Returns the number of layout seo entries.
- getLayoutSEOEntriesCount() - Static method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceUtil
-
Returns the number of layout seo entries.
- getLayoutSEOEntriesCount() - Method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceWrapper
-
Returns the number of layout seo entries.
- getLayoutSEOEntry(long) - Method in interface com.liferay.layout.seo.service.LayoutSEOEntryLocalService
-
Returns the layout seo entry with the primary key.
- getLayoutSEOEntry(long) - Static method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceUtil
-
Returns the layout seo entry with the primary key.
- getLayoutSEOEntry(long) - Method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceWrapper
-
Returns the layout seo entry with the primary key.
- getLayoutSEOEntryByUuidAndGroupId(String, long) - Method in interface com.liferay.layout.seo.service.LayoutSEOEntryLocalService
-
Returns the layout seo entry matching the UUID and group.
- getLayoutSEOEntryByUuidAndGroupId(String, long) - Static method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceUtil
-
Returns the layout seo entry matching the UUID and group.
- getLayoutSEOEntryByUuidAndGroupId(String, long) - Method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceWrapper
-
Returns the layout seo entry matching the UUID and group.
- getLayoutSEOEntryId() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the layout seo entry ID of this layout seo entry.
- getLayoutSEOEntryId() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the layout seo entry ID of this layout seo entry.
- getLayoutSEOSite(long) - Method in interface com.liferay.layout.seo.service.LayoutSEOSiteLocalService
-
Returns the layout seo site with the primary key.
- getLayoutSEOSite(long) - Static method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceUtil
-
Returns the layout seo site with the primary key.
- getLayoutSEOSite(long) - Method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceWrapper
-
Returns the layout seo site with the primary key.
- getLayoutSEOSiteByUuidAndGroupId(String, long) - Method in interface com.liferay.layout.seo.service.LayoutSEOSiteLocalService
-
Returns the layout seo site matching the UUID and group.
- getLayoutSEOSiteByUuidAndGroupId(String, long) - Static method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceUtil
-
Returns the layout seo site matching the UUID and group.
- getLayoutSEOSiteByUuidAndGroupId(String, long) - Method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceWrapper
-
Returns the layout seo site matching the UUID and group.
- getLayoutSEOSiteId() - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Returns the layout seo site ID of this layout seo site.
- getLayoutSEOSiteId() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Returns the layout seo site ID of this layout seo site.
- getLayoutSEOSites(int, int) - Method in interface com.liferay.layout.seo.service.LayoutSEOSiteLocalService
-
Returns a range of all the layout seo sites.
- getLayoutSEOSites(int, int) - Static method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceUtil
-
Returns a range of all the layout seo sites.
- getLayoutSEOSites(int, int) - Method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceWrapper
-
Returns a range of all the layout seo sites.
- getLayoutSEOSitesByUuidAndCompanyId(String, long) - Method in interface com.liferay.layout.seo.service.LayoutSEOSiteLocalService
-
Returns all the layout seo sites matching the UUID and company.
- getLayoutSEOSitesByUuidAndCompanyId(String, long, int, int, OrderByComparator<LayoutSEOSite>) - Method in interface com.liferay.layout.seo.service.LayoutSEOSiteLocalService
-
Returns a range of layout seo sites matching the UUID and company.
- getLayoutSEOSitesByUuidAndCompanyId(String, long) - Static method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceUtil
-
Returns all the layout seo sites matching the UUID and company.
- getLayoutSEOSitesByUuidAndCompanyId(String, long, int, int, OrderByComparator<LayoutSEOSite>) - Static method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceUtil
-
Returns a range of layout seo sites matching the UUID and company.
- getLayoutSEOSitesByUuidAndCompanyId(String, long) - Method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceWrapper
-
Returns all the layout seo sites matching the UUID and company.
- getLayoutSEOSitesByUuidAndCompanyId(String, long, int, int, OrderByComparator<LayoutSEOSite>) - Method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceWrapper
-
Returns a range of layout seo sites matching the UUID and company.
- getLayoutSEOSitesCount() - Method in interface com.liferay.layout.seo.service.LayoutSEOSiteLocalService
-
Returns the number of layout seo sites.
- getLayoutSEOSitesCount() - Static method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceUtil
-
Returns the number of layout seo sites.
- getLayoutSEOSitesCount() - Method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceWrapper
-
Returns the number of layout seo sites.
- getModelAttributes() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
- getModelAttributes() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
- getModelClass() - Method in interface com.liferay.layout.seo.service.LayoutSEOEntryLocalService
-
- getModelClass() - Method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceWrapper
-
- getModelClass() - Method in interface com.liferay.layout.seo.service.LayoutSEOSiteLocalService
-
- getModelClass() - Method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceWrapper
-
- getModifiedDate() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the modified date of this layout seo entry.
- getModifiedDate() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the modified date of this layout seo entry.
- getModifiedDate() - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Returns the modified date of this layout seo site.
- getModifiedDate() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Returns the modified date of this layout seo site.
- getMvccVersion() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the mvcc version of this layout seo entry.
- getMvccVersion() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the mvcc version of this layout seo entry.
- getMvccVersion() - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Returns the mvcc version of this layout seo site.
- getMvccVersion() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Returns the mvcc version of this layout seo site.
- getOpenGraphDescription() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the open graph description of this layout seo entry.
- getOpenGraphDescription(Locale) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the localized open graph description of this layout seo entry in the language.
- getOpenGraphDescription(Locale, boolean) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the localized open graph description of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
- getOpenGraphDescription(String) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the localized open graph description of this layout seo entry in the language.
- getOpenGraphDescription(String, boolean) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the localized open graph description of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
- getOpenGraphDescription() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the open graph description of this layout seo entry.
- getOpenGraphDescription(Locale) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the localized open graph description of this layout seo entry in the language.
- getOpenGraphDescription(Locale, boolean) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the localized open graph description of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
- getOpenGraphDescription(String) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the localized open graph description of this layout seo entry in the language.
- getOpenGraphDescription(String, boolean) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the localized open graph description of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
- getOpenGraphDescriptionCurrentLanguageId() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
- getOpenGraphDescriptionCurrentLanguageId() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
- getOpenGraphDescriptionCurrentValue() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
- getOpenGraphDescriptionCurrentValue() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
- getOpenGraphDescriptionEnabled() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the open graph description enabled of this layout seo entry.
- getOpenGraphDescriptionEnabled() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the open graph description enabled of this layout seo entry.
- getOpenGraphDescriptionMap() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns a map of the locales and localized open graph descriptions of this layout seo entry.
- getOpenGraphDescriptionMap() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns a map of the locales and localized open graph descriptions of this layout seo entry.
- getOpenGraphEnabled() - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Returns the open graph enabled of this layout seo site.
- getOpenGraphEnabled() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Returns the open graph enabled of this layout seo site.
- getOpenGraphImageAlt() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the open graph image alt of this layout seo entry.
- getOpenGraphImageAlt(Locale) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the localized open graph image alt of this layout seo entry in the language.
- getOpenGraphImageAlt(Locale, boolean) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the localized open graph image alt of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
- getOpenGraphImageAlt(String) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the localized open graph image alt of this layout seo entry in the language.
- getOpenGraphImageAlt(String, boolean) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the localized open graph image alt of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
- getOpenGraphImageAlt() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the open graph image alt of this layout seo entry.
- getOpenGraphImageAlt(Locale) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the localized open graph image alt of this layout seo entry in the language.
- getOpenGraphImageAlt(Locale, boolean) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the localized open graph image alt of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
- getOpenGraphImageAlt(String) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the localized open graph image alt of this layout seo entry in the language.
- getOpenGraphImageAlt(String, boolean) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the localized open graph image alt of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
- getOpenGraphImageAlt() - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Returns the open graph image alt of this layout seo site.
- getOpenGraphImageAlt(Locale) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Returns the localized open graph image alt of this layout seo site in the language.
- getOpenGraphImageAlt(Locale, boolean) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Returns the localized open graph image alt of this layout seo site in the language, optionally using the default language if no localization exists for the requested language.
- getOpenGraphImageAlt(String) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Returns the localized open graph image alt of this layout seo site in the language.
- getOpenGraphImageAlt(String, boolean) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Returns the localized open graph image alt of this layout seo site in the language, optionally using the default language if no localization exists for the requested language.
- getOpenGraphImageAlt() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Returns the open graph image alt of this layout seo site.
- getOpenGraphImageAlt(Locale) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Returns the localized open graph image alt of this layout seo site in the language.
- getOpenGraphImageAlt(Locale, boolean) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Returns the localized open graph image alt of this layout seo site in the language, optionally using the default language if no localization exists for the requested language.
- getOpenGraphImageAlt(String) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Returns the localized open graph image alt of this layout seo site in the language.
- getOpenGraphImageAlt(String, boolean) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Returns the localized open graph image alt of this layout seo site in the language, optionally using the default language if no localization exists for the requested language.
- getOpenGraphImageAltCurrentLanguageId() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
- getOpenGraphImageAltCurrentLanguageId() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
- getOpenGraphImageAltCurrentLanguageId() - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
- getOpenGraphImageAltCurrentLanguageId() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
- getOpenGraphImageAltCurrentValue() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
- getOpenGraphImageAltCurrentValue() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
- getOpenGraphImageAltCurrentValue() - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
- getOpenGraphImageAltCurrentValue() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
- getOpenGraphImageAltMap() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns a map of the locales and localized open graph image alts of this layout seo entry.
- getOpenGraphImageAltMap() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns a map of the locales and localized open graph image alts of this layout seo entry.
- getOpenGraphImageAltMap() - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Returns a map of the locales and localized open graph image alts of this layout seo site.
- getOpenGraphImageAltMap() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Returns a map of the locales and localized open graph image alts of this layout seo site.
- getOpenGraphImageFileEntryId() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the open graph image file entry ID of this layout seo entry.
- getOpenGraphImageFileEntryId() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the open graph image file entry ID of this layout seo entry.
- getOpenGraphImageFileEntryId() - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Returns the open graph image file entry ID of this layout seo site.
- getOpenGraphImageFileEntryId() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Returns the open graph image file entry ID of this layout seo site.
- getOpenGraphTitle() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the open graph title of this layout seo entry.
- getOpenGraphTitle(Locale) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the localized open graph title of this layout seo entry in the language.
- getOpenGraphTitle(Locale, boolean) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the localized open graph title of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
- getOpenGraphTitle(String) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the localized open graph title of this layout seo entry in the language.
- getOpenGraphTitle(String, boolean) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the localized open graph title of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
- getOpenGraphTitle() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the open graph title of this layout seo entry.
- getOpenGraphTitle(Locale) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the localized open graph title of this layout seo entry in the language.
- getOpenGraphTitle(Locale, boolean) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the localized open graph title of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
- getOpenGraphTitle(String) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the localized open graph title of this layout seo entry in the language.
- getOpenGraphTitle(String, boolean) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the localized open graph title of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
- getOpenGraphTitleCurrentLanguageId() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
- getOpenGraphTitleCurrentLanguageId() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
- getOpenGraphTitleCurrentValue() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
- getOpenGraphTitleCurrentValue() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
- getOpenGraphTitleEnabled() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the open graph title enabled of this layout seo entry.
- getOpenGraphTitleEnabled() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the open graph title enabled of this layout seo entry.
- getOpenGraphTitleMap() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns a map of the locales and localized open graph titles of this layout seo entry.
- getOpenGraphTitleMap() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns a map of the locales and localized open graph titles of this layout seo entry.
- getOSGiServiceIdentifier() - Method in interface com.liferay.layout.seo.service.LayoutSEOEntryLocalService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceWrapper
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in interface com.liferay.layout.seo.service.LayoutSEOEntryService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.layout.seo.service.LayoutSEOEntryServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.layout.seo.service.LayoutSEOEntryServiceWrapper
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in interface com.liferay.layout.seo.service.LayoutSEOSiteLocalService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceWrapper
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in interface com.liferay.layout.seo.service.LayoutSEOSiteService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.layout.seo.service.LayoutSEOSiteServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.layout.seo.service.LayoutSEOSiteServiceWrapper
-
Returns the OSGi service identifier.
- getPersistedModel(Serializable) - Method in interface com.liferay.layout.seo.service.LayoutSEOEntryLocalService
-
- getPersistedModel(Serializable) - Static method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceUtil
-
- getPersistedModel(Serializable) - Method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceWrapper
-
- getPersistedModel(Serializable) - Method in interface com.liferay.layout.seo.service.LayoutSEOSiteLocalService
-
- getPersistedModel(Serializable) - Static method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceUtil
-
- getPersistedModel(Serializable) - Method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceWrapper
-
- getPersistence() - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
- getPersistence() - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
- getPrimaryKey() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the primary key of this layout seo entry.
- getPrimaryKey() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the primary key of this layout seo entry.
- getPrimaryKey() - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Returns the primary key of this layout seo site.
- getPrimaryKey() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Returns the primary key of this layout seo site.
- getPrivateLayout() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the private layout of this layout seo entry.
- getPrivateLayout() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the private layout of this layout seo entry.
- getService() - Static method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceUtil
-
- getService() - Static method in class com.liferay.layout.seo.service.LayoutSEOEntryServiceUtil
-
- getService() - Static method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceUtil
-
- getService() - Static method in class com.liferay.layout.seo.service.LayoutSEOSiteServiceUtil
-
- getStagedModelType() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
- getStagedModelType() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
- getUserId() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the user ID of this layout seo entry.
- getUserId() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the user ID of this layout seo entry.
- getUserId() - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Returns the user ID of this layout seo site.
- getUserId() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Returns the user ID of this layout seo site.
- getUserName() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the user name of this layout seo entry.
- getUserName() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the user name of this layout seo entry.
- getUserName() - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Returns the user name of this layout seo site.
- getUserName() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Returns the user name of this layout seo site.
- getUserUuid() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the user uuid of this layout seo entry.
- getUserUuid() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the user uuid of this layout seo entry.
- getUserUuid() - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Returns the user uuid of this layout seo site.
- getUserUuid() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Returns the user uuid of this layout seo site.
- getUuid() - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Returns the uuid of this layout seo entry.
- getUuid() - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Returns the uuid of this layout seo entry.
- getUuid() - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Returns the uuid of this layout seo site.
- getUuid() - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Returns the uuid of this layout seo site.
- getWrappedService() - Method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceWrapper
-
- getWrappedService() - Method in class com.liferay.layout.seo.service.LayoutSEOEntryServiceWrapper
-
- getWrappedService() - Method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceWrapper
-
- getWrappedService() - Method in class com.liferay.layout.seo.service.LayoutSEOSiteServiceWrapper
-
- groupId - Variable in class com.liferay.layout.seo.model.LayoutSEOEntryTable
-
- groupId - Variable in class com.liferay.layout.seo.model.LayoutSEOSiteTable
-
- setCanonicalURL(String) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the canonical url of this layout seo entry.
- setCanonicalURL(String, Locale) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the localized canonical url of this layout seo entry in the language.
- setCanonicalURL(String, Locale, Locale) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the localized canonical url of this layout seo entry in the language, and sets the default locale.
- setCanonicalURL(String) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the canonical url of this layout seo entry.
- setCanonicalURL(String, Locale) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the localized canonical url of this layout seo entry in the language.
- setCanonicalURL(String, Locale, Locale) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the localized canonical url of this layout seo entry in the language, and sets the default locale.
- setCanonicalURLCurrentLanguageId(String) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
- setCanonicalURLCurrentLanguageId(String) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
- setCanonicalURLEnabled(boolean) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets whether this layout seo entry is canonical url enabled.
- setCanonicalURLEnabled(boolean) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets whether this layout seo entry is canonical url enabled.
- setCanonicalURLMap(Map<Locale, String>) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the localized canonical urls of this layout seo entry from the map of locales and localized canonical urls.
- setCanonicalURLMap(Map<Locale, String>, Locale) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the localized canonical urls of this layout seo entry from the map of locales and localized canonical urls, and sets the default locale.
- setCanonicalURLMap(Map<Locale, String>) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the localized canonical urls of this layout seo entry from the map of locales and localized canonical urls.
- setCanonicalURLMap(Map<Locale, String>, Locale) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the localized canonical urls of this layout seo entry from the map of locales and localized canonical urls, and sets the default locale.
- setCompanyId(long) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the company ID of this layout seo entry.
- setCompanyId(long) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the company ID of this layout seo entry.
- setCompanyId(long) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Sets the company ID of this layout seo site.
- setCompanyId(long) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Sets the company ID of this layout seo site.
- setCreateDate(Date) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the create date of this layout seo entry.
- setCreateDate(Date) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the create date of this layout seo entry.
- setCreateDate(Date) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Sets the create date of this layout seo site.
- setCreateDate(Date) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Sets the create date of this layout seo site.
- setCtCollectionId(long) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the ct collection ID of this layout seo entry.
- setCtCollectionId(long) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the ct collection ID of this layout seo entry.
- setCtCollectionId(long) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Sets the ct collection ID of this layout seo site.
- setCtCollectionId(long) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Sets the ct collection ID of this layout seo site.
- setDDMStorageId(long) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the ddm storage ID of this layout seo entry.
- setDDMStorageId(long) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the ddm storage ID of this layout seo entry.
- setGroupId(long) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the group ID of this layout seo entry.
- setGroupId(long) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the group ID of this layout seo entry.
- setGroupId(long) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Sets the group ID of this layout seo site.
- setGroupId(long) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Sets the group ID of this layout seo site.
- setLastPublishDate(Date) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the last publish date of this layout seo entry.
- setLastPublishDate(Date) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the last publish date of this layout seo entry.
- setLayoutId(long) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the layout ID of this layout seo entry.
- setLayoutId(long) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the layout ID of this layout seo entry.
- setLayoutSEOEntryId(long) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the layout seo entry ID of this layout seo entry.
- setLayoutSEOEntryId(long) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the layout seo entry ID of this layout seo entry.
- setLayoutSEOSiteId(long) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Sets the layout seo site ID of this layout seo site.
- setLayoutSEOSiteId(long) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Sets the layout seo site ID of this layout seo site.
- setModelAttributes(Map<String, Object>) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
- setModelAttributes(Map<String, Object>) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
- setModifiedDate(Date) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the modified date of this layout seo entry.
- setModifiedDate(Date) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the modified date of this layout seo entry.
- setModifiedDate(Date) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Sets the modified date of this layout seo site.
- setModifiedDate(Date) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Sets the modified date of this layout seo site.
- setMvccVersion(long) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the mvcc version of this layout seo entry.
- setMvccVersion(long) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the mvcc version of this layout seo entry.
- setMvccVersion(long) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Sets the mvcc version of this layout seo site.
- setMvccVersion(long) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Sets the mvcc version of this layout seo site.
- setOpenGraphDescription(String) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the open graph description of this layout seo entry.
- setOpenGraphDescription(String, Locale) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the localized open graph description of this layout seo entry in the language.
- setOpenGraphDescription(String, Locale, Locale) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the localized open graph description of this layout seo entry in the language, and sets the default locale.
- setOpenGraphDescription(String) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the open graph description of this layout seo entry.
- setOpenGraphDescription(String, Locale) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the localized open graph description of this layout seo entry in the language.
- setOpenGraphDescription(String, Locale, Locale) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the localized open graph description of this layout seo entry in the language, and sets the default locale.
- setOpenGraphDescriptionCurrentLanguageId(String) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
- setOpenGraphDescriptionCurrentLanguageId(String) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
- setOpenGraphDescriptionEnabled(boolean) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets whether this layout seo entry is open graph description enabled.
- setOpenGraphDescriptionEnabled(boolean) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets whether this layout seo entry is open graph description enabled.
- setOpenGraphDescriptionMap(Map<Locale, String>) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the localized open graph descriptions of this layout seo entry from the map of locales and localized open graph descriptions.
- setOpenGraphDescriptionMap(Map<Locale, String>, Locale) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the localized open graph descriptions of this layout seo entry from the map of locales and localized open graph descriptions, and sets the default locale.
- setOpenGraphDescriptionMap(Map<Locale, String>) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the localized open graph descriptions of this layout seo entry from the map of locales and localized open graph descriptions.
- setOpenGraphDescriptionMap(Map<Locale, String>, Locale) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the localized open graph descriptions of this layout seo entry from the map of locales and localized open graph descriptions, and sets the default locale.
- setOpenGraphEnabled(boolean) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Sets whether this layout seo site is open graph enabled.
- setOpenGraphEnabled(boolean) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Sets whether this layout seo site is open graph enabled.
- setOpenGraphImageAlt(String) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the open graph image alt of this layout seo entry.
- setOpenGraphImageAlt(String, Locale) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the localized open graph image alt of this layout seo entry in the language.
- setOpenGraphImageAlt(String, Locale, Locale) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the localized open graph image alt of this layout seo entry in the language, and sets the default locale.
- setOpenGraphImageAlt(String) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the open graph image alt of this layout seo entry.
- setOpenGraphImageAlt(String, Locale) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the localized open graph image alt of this layout seo entry in the language.
- setOpenGraphImageAlt(String, Locale, Locale) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the localized open graph image alt of this layout seo entry in the language, and sets the default locale.
- setOpenGraphImageAlt(String) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Sets the open graph image alt of this layout seo site.
- setOpenGraphImageAlt(String, Locale) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Sets the localized open graph image alt of this layout seo site in the language.
- setOpenGraphImageAlt(String, Locale, Locale) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Sets the localized open graph image alt of this layout seo site in the language, and sets the default locale.
- setOpenGraphImageAlt(String) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Sets the open graph image alt of this layout seo site.
- setOpenGraphImageAlt(String, Locale) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Sets the localized open graph image alt of this layout seo site in the language.
- setOpenGraphImageAlt(String, Locale, Locale) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Sets the localized open graph image alt of this layout seo site in the language, and sets the default locale.
- setOpenGraphImageAltCurrentLanguageId(String) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
- setOpenGraphImageAltCurrentLanguageId(String) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
- setOpenGraphImageAltCurrentLanguageId(String) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
- setOpenGraphImageAltCurrentLanguageId(String) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
- setOpenGraphImageAltMap(Map<Locale, String>) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the localized open graph image alts of this layout seo entry from the map of locales and localized open graph image alts.
- setOpenGraphImageAltMap(Map<Locale, String>, Locale) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the localized open graph image alts of this layout seo entry from the map of locales and localized open graph image alts, and sets the default locale.
- setOpenGraphImageAltMap(Map<Locale, String>) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the localized open graph image alts of this layout seo entry from the map of locales and localized open graph image alts.
- setOpenGraphImageAltMap(Map<Locale, String>, Locale) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the localized open graph image alts of this layout seo entry from the map of locales and localized open graph image alts, and sets the default locale.
- setOpenGraphImageAltMap(Map<Locale, String>) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Sets the localized open graph image alts of this layout seo site from the map of locales and localized open graph image alts.
- setOpenGraphImageAltMap(Map<Locale, String>, Locale) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Sets the localized open graph image alts of this layout seo site from the map of locales and localized open graph image alts, and sets the default locale.
- setOpenGraphImageAltMap(Map<Locale, String>) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Sets the localized open graph image alts of this layout seo site from the map of locales and localized open graph image alts.
- setOpenGraphImageAltMap(Map<Locale, String>, Locale) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Sets the localized open graph image alts of this layout seo site from the map of locales and localized open graph image alts, and sets the default locale.
- setOpenGraphImageFileEntryId(long) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the open graph image file entry ID of this layout seo entry.
- setOpenGraphImageFileEntryId(long) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the open graph image file entry ID of this layout seo entry.
- setOpenGraphImageFileEntryId(long) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Sets the open graph image file entry ID of this layout seo site.
- setOpenGraphImageFileEntryId(long) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Sets the open graph image file entry ID of this layout seo site.
- setOpenGraphTitle(String) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the open graph title of this layout seo entry.
- setOpenGraphTitle(String, Locale) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the localized open graph title of this layout seo entry in the language.
- setOpenGraphTitle(String, Locale, Locale) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the localized open graph title of this layout seo entry in the language, and sets the default locale.
- setOpenGraphTitle(String) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the open graph title of this layout seo entry.
- setOpenGraphTitle(String, Locale) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the localized open graph title of this layout seo entry in the language.
- setOpenGraphTitle(String, Locale, Locale) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the localized open graph title of this layout seo entry in the language, and sets the default locale.
- setOpenGraphTitleCurrentLanguageId(String) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
- setOpenGraphTitleCurrentLanguageId(String) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
- setOpenGraphTitleEnabled(boolean) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets whether this layout seo entry is open graph title enabled.
- setOpenGraphTitleEnabled(boolean) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets whether this layout seo entry is open graph title enabled.
- setOpenGraphTitleMap(Map<Locale, String>) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the localized open graph titles of this layout seo entry from the map of locales and localized open graph titles.
- setOpenGraphTitleMap(Map<Locale, String>, Locale) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the localized open graph titles of this layout seo entry from the map of locales and localized open graph titles, and sets the default locale.
- setOpenGraphTitleMap(Map<Locale, String>) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the localized open graph titles of this layout seo entry from the map of locales and localized open graph titles.
- setOpenGraphTitleMap(Map<Locale, String>, Locale) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the localized open graph titles of this layout seo entry from the map of locales and localized open graph titles, and sets the default locale.
- setPersistence(LayoutSEOEntryPersistence) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOEntryUtil
-
- setPersistence(LayoutSEOSitePersistence) - Static method in class com.liferay.layout.seo.service.persistence.LayoutSEOSiteUtil
-
- setPrimaryKey(long) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the primary key of this layout seo entry.
- setPrimaryKey(long) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the primary key of this layout seo entry.
- setPrimaryKey(long) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Sets the primary key of this layout seo site.
- setPrimaryKey(long) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Sets the primary key of this layout seo site.
- setPrivateLayout(boolean) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets whether this layout seo entry is private layout.
- setPrivateLayout(boolean) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets whether this layout seo entry is private layout.
- setService(LayoutSEOEntryLocalService) - Static method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceUtil
-
- setService(LayoutSEOEntryService) - Static method in class com.liferay.layout.seo.service.LayoutSEOEntryServiceUtil
-
- setService(LayoutSEOSiteLocalService) - Static method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceUtil
-
- setService(LayoutSEOSiteService) - Static method in class com.liferay.layout.seo.service.LayoutSEOSiteServiceUtil
-
- setUserId(long) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the user ID of this layout seo entry.
- setUserId(long) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the user ID of this layout seo entry.
- setUserId(long) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Sets the user ID of this layout seo site.
- setUserId(long) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Sets the user ID of this layout seo site.
- setUserName(String) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the user name of this layout seo entry.
- setUserName(String) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the user name of this layout seo entry.
- setUserName(String) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Sets the user name of this layout seo site.
- setUserName(String) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Sets the user name of this layout seo site.
- setUserUuid(String) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the user uuid of this layout seo entry.
- setUserUuid(String) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the user uuid of this layout seo entry.
- setUserUuid(String) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Sets the user uuid of this layout seo site.
- setUserUuid(String) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Sets the user uuid of this layout seo site.
- setUuid(String) - Method in interface com.liferay.layout.seo.model.LayoutSEOEntryModel
-
Sets the uuid of this layout seo entry.
- setUuid(String) - Method in class com.liferay.layout.seo.model.LayoutSEOEntryWrapper
-
Sets the uuid of this layout seo entry.
- setUuid(String) - Method in interface com.liferay.layout.seo.model.LayoutSEOSiteModel
-
Sets the uuid of this layout seo site.
- setUuid(String) - Method in class com.liferay.layout.seo.model.LayoutSEOSiteWrapper
-
Sets the uuid of this layout seo site.
- setWrappedService(LayoutSEOEntryLocalService) - Method in class com.liferay.layout.seo.service.LayoutSEOEntryLocalServiceWrapper
-
- setWrappedService(LayoutSEOEntryService) - Method in class com.liferay.layout.seo.service.LayoutSEOEntryServiceWrapper
-
- setWrappedService(LayoutSEOSiteLocalService) - Method in class com.liferay.layout.seo.service.LayoutSEOSiteLocalServiceWrapper
-
- setWrappedService(LayoutSEOSiteService) - Method in class com.liferay.layout.seo.service.LayoutSEOSiteServiceWrapper
-