- cacheResult(RedirectEntry) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Caches the redirect entry in the entity cache if it is enabled.
- cacheResult(List<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Caches the redirect entries in the entity cache if it is enabled.
- cacheResult(RedirectEntry) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Caches the redirect entry in the entity cache if it is enabled.
- cacheResult(List<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Caches the redirect entries in the entity cache if it is enabled.
- cacheResult(RedirectNotFoundEntry) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Caches the redirect not found entry in the entity cache if it is enabled.
- cacheResult(List<RedirectNotFoundEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Caches the redirect not found entries in the entity cache if it is enabled.
- cacheResult(RedirectNotFoundEntry) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Caches the redirect not found entry in the entity cache if it is enabled.
- cacheResult(List<RedirectNotFoundEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Caches the redirect not found entries in the entity cache if it is enabled.
- CircularRedirectEntryException - Exception in com.liferay.redirect.exception
-
- CircularRedirectEntryException() - Constructor for exception com.liferay.redirect.exception.CircularRedirectEntryException
-
- CircularRedirectEntryException(String) - Constructor for exception com.liferay.redirect.exception.CircularRedirectEntryException
-
- CircularRedirectEntryException(String, Throwable) - Constructor for exception com.liferay.redirect.exception.CircularRedirectEntryException
-
- CircularRedirectEntryException(Throwable) - Constructor for exception com.liferay.redirect.exception.CircularRedirectEntryException
-
- CircularRedirectEntryException.DestinationURLMustNotBeEqualToSourceURL - Exception in com.liferay.redirect.exception
-
- CircularRedirectEntryException.MustNotFormALoopWithAnotherRedirectEntry - Exception in com.liferay.redirect.exception
-
- clearCache() - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
- clearCache(RedirectEntry) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
- clearCache() - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
- clearCache(RedirectNotFoundEntry) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
- cloneWithOriginalValues() - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
- cloneWithOriginalValues() - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
- cloneWithOriginalValues() - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
- cloneWithOriginalValues() - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
- com.liferay.redirect.configuration - package com.liferay.redirect.configuration
-
- com.liferay.redirect.constants - package com.liferay.redirect.constants
-
- com.liferay.redirect.exception - package com.liferay.redirect.exception
-
- com.liferay.redirect.model - package com.liferay.redirect.model
-
- com.liferay.redirect.service - package com.liferay.redirect.service
-
- com.liferay.redirect.service.persistence - package com.liferay.redirect.service.persistence
-
- companyId - Variable in class com.liferay.redirect.model.RedirectEntryTable
-
- companyId - Variable in class com.liferay.redirect.model.RedirectNotFoundEntryTable
-
- countAll() - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the number of redirect entries.
- countAll() - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the number of redirect entries.
- countAll() - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Returns the number of redirect not found entries.
- countAll() - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Returns the number of redirect not found entries.
- countByG_D(long, String) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the number of redirect entries where groupId = ? and destinationURL = ?.
- countByG_D(long, String) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the number of redirect entries where groupId = ? and destinationURL = ?.
- countByG_S(long, String) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the number of redirect entries where groupId = ? and sourceURL = ?.
- countByG_S(long, String) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the number of redirect entries where groupId = ? and sourceURL = ?.
- countByG_U(long, String) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Returns the number of redirect not found entries where groupId = ? and url = ?.
- countByG_U(long, String) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Returns the number of redirect not found entries where groupId = ? and url = ?.
- countByGroupId(long) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the number of redirect entries where groupId = ?.
- countByGroupId(long) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the number of redirect entries where groupId = ?.
- countByGroupId(long) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Returns the number of redirect not found entries where groupId = ?.
- countByGroupId(long) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Returns the number of redirect not found entries where groupId = ?.
- countByUuid(String) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the number of redirect entries where uuid = ?.
- countByUuid(String) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the number of redirect entries where uuid = ?.
- countByUuid_C(String, long) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the number of redirect entries where uuid = ? and companyId = ?.
- countByUuid_C(String, long) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the number of redirect entries where uuid = ? and companyId = ?.
- countByUUID_G(String, long) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the number of redirect entries where uuid = ? and groupId = ?.
- countByUUID_G(String, long) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the number of redirect entries where uuid = ? and groupId = ?.
- countWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
- countWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
- create(long) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Creates a new redirect entry with the primary key.
- create(long) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Creates a new redirect entry with the primary key.
- create(long) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Creates a new redirect not found entry with the primary key.
- create(long) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Creates a new redirect not found entry with the primary key.
- createDate - Variable in class com.liferay.redirect.model.RedirectEntryTable
-
- createDate - Variable in class com.liferay.redirect.model.RedirectNotFoundEntryTable
-
- createPersistedModel(Serializable) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
- createPersistedModel(Serializable) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
- createPersistedModel(Serializable) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
- createPersistedModel(Serializable) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
- createPersistedModel(Serializable) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
- createPersistedModel(Serializable) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
- createRedirectEntry(long) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
Creates a new redirect entry with the primary key.
- createRedirectEntry(long) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
Creates a new redirect entry with the primary key.
- createRedirectEntry(long) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
Creates a new redirect entry with the primary key.
- createRedirectNotFoundEntry(long) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
Creates a new redirect not found entry with the primary key.
- createRedirectNotFoundEntry(long) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
Creates a new redirect not found entry with the primary key.
- createRedirectNotFoundEntry(long) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
Creates a new redirect not found entry with the primary key.
- deletePersistedModel(PersistedModel) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
- deletePersistedModel(PersistedModel) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
- deletePersistedModel(PersistedModel) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
- deletePersistedModel(PersistedModel) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
- deletePersistedModel(PersistedModel) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
- deletePersistedModel(PersistedModel) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
- deleteRedirectEntry(long) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
Deletes the redirect entry with the primary key from the database.
- deleteRedirectEntry(RedirectEntry) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
Deletes the redirect entry from the database.
- deleteRedirectEntry(long) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
Deletes the redirect entry with the primary key from the database.
- deleteRedirectEntry(RedirectEntry) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
Deletes the redirect entry from the database.
- deleteRedirectEntry(long) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
Deletes the redirect entry with the primary key from the database.
- deleteRedirectEntry(RedirectEntry) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
Deletes the redirect entry from the database.
- deleteRedirectEntry(long) - Method in interface com.liferay.redirect.service.RedirectEntryService
-
- deleteRedirectEntry(long) - Static method in class com.liferay.redirect.service.RedirectEntryServiceUtil
-
- deleteRedirectEntry(long) - Method in class com.liferay.redirect.service.RedirectEntryServiceWrapper
-
- deleteRedirectNotFoundEntry(long) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
Deletes the redirect not found entry with the primary key from the database.
- deleteRedirectNotFoundEntry(RedirectNotFoundEntry) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
Deletes the redirect not found entry from the database.
- deleteRedirectNotFoundEntry(long) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
Deletes the redirect not found entry with the primary key from the database.
- deleteRedirectNotFoundEntry(RedirectNotFoundEntry) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
Deletes the redirect not found entry from the database.
- deleteRedirectNotFoundEntry(long) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
Deletes the redirect not found entry with the primary key from the database.
- deleteRedirectNotFoundEntry(RedirectNotFoundEntry) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
Deletes the redirect not found entry from the database.
- destinationURL - Variable in class com.liferay.redirect.model.RedirectEntryTable
-
- DestinationURLMustNotBeEqualToSourceURL(String, String) - Constructor for exception com.liferay.redirect.exception.CircularRedirectEntryException.DestinationURLMustNotBeEqualToSourceURL
-
- dslQuery(DSLQuery) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
- dslQuery(DSLQuery) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
- dslQuery(DSLQuery) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
- dslQuery(DSLQuery) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
- dslQuery(DSLQuery) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
- dslQuery(DSLQuery) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
- dslQueryCount(DSLQuery) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
- dslQueryCount(DSLQuery) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
- dslQueryCount(DSLQuery) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
- dslQueryCount(DSLQuery) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
- dslQueryCount(DSLQuery) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
- dslQueryCount(DSLQuery) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
- DuplicateRedirectEntrySourceURLException - Exception in com.liferay.redirect.exception
-
- DuplicateRedirectEntrySourceURLException() - Constructor for exception com.liferay.redirect.exception.DuplicateRedirectEntrySourceURLException
-
- DuplicateRedirectEntrySourceURLException(String) - Constructor for exception com.liferay.redirect.exception.DuplicateRedirectEntrySourceURLException
-
- DuplicateRedirectEntrySourceURLException(String, Throwable) - Constructor for exception com.liferay.redirect.exception.DuplicateRedirectEntrySourceURLException
-
- DuplicateRedirectEntrySourceURLException(Throwable) - Constructor for exception com.liferay.redirect.exception.DuplicateRedirectEntrySourceURLException
-
- dynamicQuery() - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
- dynamicQuery(DynamicQuery) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
Performs a dynamic query on the database and returns the matching rows.
- dynamicQuery(DynamicQuery, int, int) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
Performs a dynamic query on the database and returns a range of the matching rows.
- dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
Performs a dynamic query on the database and returns an ordered range of the matching rows.
- dynamicQuery() - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
- dynamicQuery(DynamicQuery) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
Performs a dynamic query on the database and returns the matching rows.
- dynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
Performs a dynamic query on the database and returns a range of the matching rows.
- dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
Performs a dynamic query on the database and returns an ordered range of the matching rows.
- dynamicQuery() - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
- dynamicQuery(DynamicQuery) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
Performs a dynamic query on the database and returns the matching rows.
- dynamicQuery(DynamicQuery, int, int) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
Performs a dynamic query on the database and returns a range of the matching rows.
- dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
Performs a dynamic query on the database and returns an ordered range of the matching rows.
- dynamicQuery() - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
- dynamicQuery(DynamicQuery) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
Performs a dynamic query on the database and returns the matching rows.
- dynamicQuery(DynamicQuery, int, int) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
Performs a dynamic query on the database and returns a range of the matching rows.
- dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
Performs a dynamic query on the database and returns an ordered range of the matching rows.
- dynamicQuery() - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
- dynamicQuery(DynamicQuery) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
Performs a dynamic query on the database and returns the matching rows.
- dynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
Performs a dynamic query on the database and returns a range of the matching rows.
- dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
Performs a dynamic query on the database and returns an ordered range of the matching rows.
- dynamicQuery() - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
- dynamicQuery(DynamicQuery) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
Performs a dynamic query on the database and returns the matching rows.
- dynamicQuery(DynamicQuery, int, int) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
Performs a dynamic query on the database and returns a range of the matching rows.
- dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
Performs a dynamic query on the database and returns an ordered range of the matching rows.
- dynamicQueryCount(DynamicQuery) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
Returns the number of rows matching the dynamic query.
- dynamicQueryCount(DynamicQuery, Projection) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
Returns the number of rows matching the dynamic query.
- dynamicQueryCount(DynamicQuery) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
Returns the number of rows matching the dynamic query.
- dynamicQueryCount(DynamicQuery, Projection) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
Returns the number of rows matching the dynamic query.
- dynamicQueryCount(DynamicQuery) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
Returns the number of rows matching the dynamic query.
- dynamicQueryCount(DynamicQuery, Projection) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
Returns the number of rows matching the dynamic query.
- dynamicQueryCount(DynamicQuery) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
Returns the number of rows matching the dynamic query.
- dynamicQueryCount(DynamicQuery, Projection) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
Returns the number of rows matching the dynamic query.
- dynamicQueryCount(DynamicQuery) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
Returns the number of rows matching the dynamic query.
- dynamicQueryCount(DynamicQuery, Projection) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
Returns the number of rows matching the dynamic query.
- dynamicQueryCount(DynamicQuery) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
Returns the number of rows matching the dynamic query.
- dynamicQueryCount(DynamicQuery, Projection) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
Returns the number of rows matching the dynamic query.
- fetchByG_D_First(long, String, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the first redirect entry in the ordered set where groupId = ? and destinationURL = ?.
- fetchByG_D_First(long, String, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the first redirect entry in the ordered set where groupId = ? and destinationURL = ?.
- fetchByG_D_Last(long, String, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the last redirect entry in the ordered set where groupId = ? and destinationURL = ?.
- fetchByG_D_Last(long, String, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the last redirect entry in the ordered set where groupId = ? and destinationURL = ?.
- fetchByG_S(long, String) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the redirect entry where groupId = ? and sourceURL = ? or returns null
if it could not be found.
- fetchByG_S(long, String, boolean) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the redirect entry where groupId = ? and sourceURL = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByG_S(long, String) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the redirect entry where groupId = ? and sourceURL = ? or returns null
if it could not be found.
- fetchByG_S(long, String, boolean) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the redirect entry where groupId = ? and sourceURL = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByG_U(long, String) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Returns the redirect not found entry where groupId = ? and url = ? or returns null
if it could not be found.
- fetchByG_U(long, String, boolean) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Returns the redirect not found entry where groupId = ? and url = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByG_U(long, String) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Returns the redirect not found entry where groupId = ? and url = ? or returns null
if it could not be found.
- fetchByG_U(long, String, boolean) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Returns the redirect not found entry where groupId = ? and url = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByGroupId_First(long, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the first redirect entry in the ordered set where groupId = ?.
- fetchByGroupId_First(long, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the first redirect entry in the ordered set where groupId = ?.
- fetchByGroupId_First(long, OrderByComparator<RedirectNotFoundEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Returns the first redirect not found entry in the ordered set where groupId = ?.
- fetchByGroupId_First(long, OrderByComparator<RedirectNotFoundEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Returns the first redirect not found entry in the ordered set where groupId = ?.
- fetchByGroupId_Last(long, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the last redirect entry in the ordered set where groupId = ?.
- fetchByGroupId_Last(long, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the last redirect entry in the ordered set where groupId = ?.
- fetchByGroupId_Last(long, OrderByComparator<RedirectNotFoundEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Returns the last redirect not found entry in the ordered set where groupId = ?.
- fetchByGroupId_Last(long, OrderByComparator<RedirectNotFoundEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Returns the last redirect not found entry in the ordered set where groupId = ?.
- fetchByPrimaryKey(long) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the redirect entry with the primary key or returns null
if it could not be found.
- fetchByPrimaryKey(long) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the redirect entry with the primary key or returns null
if it could not be found.
- fetchByPrimaryKey(long) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Returns the redirect not found entry with the primary key or returns null
if it could not be found.
- fetchByPrimaryKey(long) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Returns the redirect not found entry with the primary key or returns null
if it could not be found.
- fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
- fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
- fetchByUuid_C_First(String, long, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the first redirect entry in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_First(String, long, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the first redirect entry in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_Last(String, long, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the last redirect entry in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_Last(String, long, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the last redirect entry in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_First(String, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the first redirect entry in the ordered set where uuid = ?.
- fetchByUuid_First(String, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the first redirect entry in the ordered set where uuid = ?.
- fetchByUUID_G(String, long) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the redirect entry where uuid = ? and groupId = ? or returns null
if it could not be found.
- fetchByUUID_G(String, long, boolean) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the redirect 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.redirect.service.persistence.RedirectEntryUtil
-
Returns the redirect 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.redirect.service.persistence.RedirectEntryUtil
-
Returns the redirect entry where uuid = ? and groupId = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByUuid_Last(String, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the last redirect entry in the ordered set where uuid = ?.
- fetchByUuid_Last(String, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the last redirect entry in the ordered set where uuid = ?.
- fetchRedirectEntry(long) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
- fetchRedirectEntry(long, String) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
- fetchRedirectEntry(long, String, boolean) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
- fetchRedirectEntry(long) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
- fetchRedirectEntry(long, String) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
- fetchRedirectEntry(long, String, boolean) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
- fetchRedirectEntry(long) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
- fetchRedirectEntry(long, String) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
- fetchRedirectEntry(long, String, boolean) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
- fetchRedirectEntry(long) - Method in interface com.liferay.redirect.service.RedirectEntryService
-
- fetchRedirectEntry(long) - Static method in class com.liferay.redirect.service.RedirectEntryServiceUtil
-
- fetchRedirectEntry(long) - Method in class com.liferay.redirect.service.RedirectEntryServiceWrapper
-
- fetchRedirectEntryByUuidAndGroupId(String, long) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
Returns the redirect entry matching the UUID and group.
- fetchRedirectEntryByUuidAndGroupId(String, long) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
Returns the redirect entry matching the UUID and group.
- fetchRedirectEntryByUuidAndGroupId(String, long) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
Returns the redirect entry matching the UUID and group.
- fetchRedirectNotFoundEntry(long) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
- fetchRedirectNotFoundEntry(long, String) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
- fetchRedirectNotFoundEntry(long) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
- fetchRedirectNotFoundEntry(long, String) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
- fetchRedirectNotFoundEntry(long) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
- fetchRedirectNotFoundEntry(long, String) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
- filterCountByG_D(long, String) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the number of redirect entries that the user has permission to view where groupId = ? and destinationURL = ?.
- filterCountByG_D(long, String) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the number of redirect entries that the user has permission to view where groupId = ? and destinationURL = ?.
- filterCountByGroupId(long) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the number of redirect entries that the user has permission to view where groupId = ?.
- filterCountByGroupId(long) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the number of redirect entries that the user has permission to view where groupId = ?.
- filterFindByG_D(long, String) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns all the redirect entries that the user has permission to view where groupId = ? and destinationURL = ?.
- filterFindByG_D(long, String, int, int) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns a range of all the redirect entries that the user has permission to view where groupId = ? and destinationURL = ?.
- filterFindByG_D(long, String, int, int, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns an ordered range of all the redirect entries that the user has permissions to view where groupId = ? and destinationURL = ?.
- filterFindByG_D(long, String) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns all the redirect entries that the user has permission to view where groupId = ? and destinationURL = ?.
- filterFindByG_D(long, String, int, int) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns a range of all the redirect entries that the user has permission to view where groupId = ? and destinationURL = ?.
- filterFindByG_D(long, String, int, int, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns an ordered range of all the redirect entries that the user has permissions to view where groupId = ? and destinationURL = ?.
- filterFindByG_D_PrevAndNext(long, long, String, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the redirect entries before and after the current redirect entry in the ordered set of redirect entries that the user has permission to view where groupId = ? and destinationURL = ?.
- filterFindByG_D_PrevAndNext(long, long, String, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the redirect entries before and after the current redirect entry in the ordered set of redirect entries that the user has permission to view where groupId = ? and destinationURL = ?.
- filterFindByGroupId(long) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns all the redirect entries that the user has permission to view where groupId = ?.
- filterFindByGroupId(long, int, int) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns a range of all the redirect entries that the user has permission to view where groupId = ?.
- filterFindByGroupId(long, int, int, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns an ordered range of all the redirect entries that the user has permissions to view where groupId = ?.
- filterFindByGroupId(long) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns all the redirect entries that the user has permission to view where groupId = ?.
- filterFindByGroupId(long, int, int) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns a range of all the redirect entries that the user has permission to view where groupId = ?.
- filterFindByGroupId(long, int, int, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns an ordered range of all the redirect entries that the user has permissions to view where groupId = ?.
- filterFindByGroupId_PrevAndNext(long, long, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the redirect entries before and after the current redirect entry in the ordered set of redirect entries that the user has permission to view where groupId = ?.
- filterFindByGroupId_PrevAndNext(long, long, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the redirect entries before and after the current redirect entry in the ordered set of redirect entries that the user has permission to view where groupId = ?.
- findAll() - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns all the redirect entries.
- findAll(int, int) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns a range of all the redirect entries.
- findAll(int, int, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns an ordered range of all the redirect entries.
- findAll(int, int, OrderByComparator<RedirectEntry>, boolean) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns an ordered range of all the redirect entries.
- findAll() - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns all the redirect entries.
- findAll(int, int) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns a range of all the redirect entries.
- findAll(int, int, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns an ordered range of all the redirect entries.
- findAll(int, int, OrderByComparator<RedirectEntry>, boolean) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns an ordered range of all the redirect entries.
- findAll() - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Returns all the redirect not found entries.
- findAll(int, int) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Returns a range of all the redirect not found entries.
- findAll(int, int, OrderByComparator<RedirectNotFoundEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Returns an ordered range of all the redirect not found entries.
- findAll(int, int, OrderByComparator<RedirectNotFoundEntry>, boolean) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Returns an ordered range of all the redirect not found entries.
- findAll() - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Returns all the redirect not found entries.
- findAll(int, int) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Returns a range of all the redirect not found entries.
- findAll(int, int, OrderByComparator<RedirectNotFoundEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Returns an ordered range of all the redirect not found entries.
- findAll(int, int, OrderByComparator<RedirectNotFoundEntry>, boolean) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Returns an ordered range of all the redirect not found entries.
- findByG_D(long, String) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns all the redirect entries where groupId = ? and destinationURL = ?.
- findByG_D(long, String, int, int) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns a range of all the redirect entries where groupId = ? and destinationURL = ?.
- findByG_D(long, String, int, int, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns an ordered range of all the redirect entries where groupId = ? and destinationURL = ?.
- findByG_D(long, String, int, int, OrderByComparator<RedirectEntry>, boolean) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns an ordered range of all the redirect entries where groupId = ? and destinationURL = ?.
- findByG_D(long, String) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns all the redirect entries where groupId = ? and destinationURL = ?.
- findByG_D(long, String, int, int) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns a range of all the redirect entries where groupId = ? and destinationURL = ?.
- findByG_D(long, String, int, int, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns an ordered range of all the redirect entries where groupId = ? and destinationURL = ?.
- findByG_D(long, String, int, int, OrderByComparator<RedirectEntry>, boolean) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns an ordered range of all the redirect entries where groupId = ? and destinationURL = ?.
- findByG_D_First(long, String, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the first redirect entry in the ordered set where groupId = ? and destinationURL = ?.
- findByG_D_First(long, String, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the first redirect entry in the ordered set where groupId = ? and destinationURL = ?.
- findByG_D_Last(long, String, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the last redirect entry in the ordered set where groupId = ? and destinationURL = ?.
- findByG_D_Last(long, String, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the last redirect entry in the ordered set where groupId = ? and destinationURL = ?.
- findByG_D_PrevAndNext(long, long, String, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the redirect entries before and after the current redirect entry in the ordered set where groupId = ? and destinationURL = ?.
- findByG_D_PrevAndNext(long, long, String, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the redirect entries before and after the current redirect entry in the ordered set where groupId = ? and destinationURL = ?.
- findByG_S(long, String) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the redirect entry where groupId = ? and sourceURL = ? or throws a NoSuchEntryException
if it could not be found.
- findByG_S(long, String) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the redirect entry where groupId = ? and sourceURL = ? or throws a NoSuchEntryException
if it could not be found.
- findByG_U(long, String) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Returns the redirect not found entry where groupId = ? and url = ? or throws a NoSuchNotFoundEntryException
if it could not be found.
- findByG_U(long, String) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Returns the redirect not found entry where groupId = ? and url = ? or throws a NoSuchNotFoundEntryException
if it could not be found.
- findByGroupId(long) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns all the redirect entries where groupId = ?.
- findByGroupId(long, int, int) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns a range of all the redirect entries where groupId = ?.
- findByGroupId(long, int, int, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns an ordered range of all the redirect entries where groupId = ?.
- findByGroupId(long, int, int, OrderByComparator<RedirectEntry>, boolean) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns an ordered range of all the redirect entries where groupId = ?.
- findByGroupId(long) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns all the redirect entries where groupId = ?.
- findByGroupId(long, int, int) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns a range of all the redirect entries where groupId = ?.
- findByGroupId(long, int, int, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns an ordered range of all the redirect entries where groupId = ?.
- findByGroupId(long, int, int, OrderByComparator<RedirectEntry>, boolean) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns an ordered range of all the redirect entries where groupId = ?.
- findByGroupId(long) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Returns all the redirect not found entries where groupId = ?.
- findByGroupId(long, int, int) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Returns a range of all the redirect not found entries where groupId = ?.
- findByGroupId(long, int, int, OrderByComparator<RedirectNotFoundEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Returns an ordered range of all the redirect not found entries where groupId = ?.
- findByGroupId(long, int, int, OrderByComparator<RedirectNotFoundEntry>, boolean) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Returns an ordered range of all the redirect not found entries where groupId = ?.
- findByGroupId(long) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Returns all the redirect not found entries where groupId = ?.
- findByGroupId(long, int, int) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Returns a range of all the redirect not found entries where groupId = ?.
- findByGroupId(long, int, int, OrderByComparator<RedirectNotFoundEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Returns an ordered range of all the redirect not found entries where groupId = ?.
- findByGroupId(long, int, int, OrderByComparator<RedirectNotFoundEntry>, boolean) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Returns an ordered range of all the redirect not found entries where groupId = ?.
- findByGroupId_First(long, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the first redirect entry in the ordered set where groupId = ?.
- findByGroupId_First(long, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the first redirect entry in the ordered set where groupId = ?.
- findByGroupId_First(long, OrderByComparator<RedirectNotFoundEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Returns the first redirect not found entry in the ordered set where groupId = ?.
- findByGroupId_First(long, OrderByComparator<RedirectNotFoundEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Returns the first redirect not found entry in the ordered set where groupId = ?.
- findByGroupId_Last(long, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the last redirect entry in the ordered set where groupId = ?.
- findByGroupId_Last(long, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the last redirect entry in the ordered set where groupId = ?.
- findByGroupId_Last(long, OrderByComparator<RedirectNotFoundEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Returns the last redirect not found entry in the ordered set where groupId = ?.
- findByGroupId_Last(long, OrderByComparator<RedirectNotFoundEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Returns the last redirect not found entry in the ordered set where groupId = ?.
- findByGroupId_PrevAndNext(long, long, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the redirect entries before and after the current redirect entry in the ordered set where groupId = ?.
- findByGroupId_PrevAndNext(long, long, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the redirect entries before and after the current redirect entry in the ordered set where groupId = ?.
- findByGroupId_PrevAndNext(long, long, OrderByComparator<RedirectNotFoundEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Returns the redirect not found entries before and after the current redirect not found entry in the ordered set where groupId = ?.
- findByGroupId_PrevAndNext(long, long, OrderByComparator<RedirectNotFoundEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Returns the redirect not found entries before and after the current redirect not found entry in the ordered set where groupId = ?.
- findByPrimaryKey(long) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the redirect entry with the primary key or throws a NoSuchEntryException
if it could not be found.
- findByPrimaryKey(long) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the redirect entry with the primary key or throws a NoSuchEntryException
if it could not be found.
- findByPrimaryKey(long) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Returns the redirect not found entry with the primary key or throws a NoSuchNotFoundEntryException
if it could not be found.
- findByPrimaryKey(long) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Returns the redirect not found entry with the primary key or throws a NoSuchNotFoundEntryException
if it could not be found.
- findByUuid(String) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns all the redirect entries where uuid = ?.
- findByUuid(String, int, int) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns a range of all the redirect entries where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns an ordered range of all the redirect entries where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<RedirectEntry>, boolean) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns an ordered range of all the redirect entries where uuid = ?.
- findByUuid(String) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns all the redirect entries where uuid = ?.
- findByUuid(String, int, int) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns a range of all the redirect entries where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns an ordered range of all the redirect entries where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<RedirectEntry>, boolean) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns an ordered range of all the redirect entries where uuid = ?.
- findByUuid_C(String, long) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns all the redirect entries where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns a range of all the redirect entries where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns an ordered range of all the redirect entries where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<RedirectEntry>, boolean) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns an ordered range of all the redirect entries where uuid = ? and companyId = ?.
- findByUuid_C(String, long) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns all the redirect entries where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns a range of all the redirect entries where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns an ordered range of all the redirect entries where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<RedirectEntry>, boolean) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns an ordered range of all the redirect entries where uuid = ? and companyId = ?.
- findByUuid_C_First(String, long, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the first redirect entry in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_First(String, long, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the first redirect entry in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_Last(String, long, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the last redirect entry in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_Last(String, long, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the last redirect entry in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the redirect entries before and after the current redirect entry in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the redirect entries before and after the current redirect entry in the ordered set where uuid = ? and companyId = ?.
- findByUuid_First(String, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the first redirect entry in the ordered set where uuid = ?.
- findByUuid_First(String, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the first redirect entry in the ordered set where uuid = ?.
- findByUUID_G(String, long) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the redirect 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.redirect.service.persistence.RedirectEntryUtil
-
Returns the redirect entry where uuid = ? and groupId = ? or throws a NoSuchEntryException
if it could not be found.
- findByUuid_Last(String, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the last redirect entry in the ordered set where uuid = ?.
- findByUuid_Last(String, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the last redirect entry in the ordered set where uuid = ?.
- findByUuid_PrevAndNext(long, String, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Returns the redirect entries before and after the current redirect entry in the ordered set where uuid = ?.
- findByUuid_PrevAndNext(long, String, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Returns the redirect entries before and after the current redirect entry in the ordered set where uuid = ?.
- findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
- findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
- findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
- findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
- findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
- findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<RedirectNotFoundEntry>) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
- getActionableDynamicQuery() - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
- getActionableDynamicQuery() - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
- getActionableDynamicQuery() - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
- getActionableDynamicQuery() - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
- getActionableDynamicQuery() - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
- getActionableDynamicQuery() - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
- getCompanyId() - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Returns the company ID of this redirect entry.
- getCompanyId() - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- getCompanyId() - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Returns the company ID of this redirect entry.
- getCompanyId() - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Returns the company ID of this redirect not found entry.
- getCompanyId() - Method in class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- getCompanyId() - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Returns the company ID of this redirect not found entry.
- getCreateDate() - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Returns the create date of this redirect entry.
- getCreateDate() - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- getCreateDate() - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Returns the create date of this redirect entry.
- getCreateDate() - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Returns the create date of this redirect not found entry.
- getCreateDate() - Method in class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- getCreateDate() - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Returns the create date of this redirect not found entry.
- getDestinationURL() - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Returns the destination url of this redirect entry.
- getDestinationURL() - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- getDestinationURL() - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Returns the destination url of this redirect entry.
- getExpirationDate() - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Returns the expiration date of this redirect entry.
- getExpirationDate() - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- getExpirationDate() - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Returns the expiration date of this redirect entry.
- getExportActionableDynamicQuery(PortletDataContext) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
- getExportActionableDynamicQuery(PortletDataContext) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
- getExportActionableDynamicQuery(PortletDataContext) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
- getGroupId() - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Returns the group ID of this redirect entry.
- getGroupId() - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- getGroupId() - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Returns the group ID of this redirect entry.
- getGroupId() - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Returns the group ID of this redirect not found entry.
- getGroupId() - Method in class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- getGroupId() - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Returns the group ID of this redirect not found entry.
- getHits() - Method in interface com.liferay.redirect.model.RedirectNotFoundEntry
-
- getHits() - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
- getIgnored() - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Returns the ignored of this redirect not found entry.
- getIgnored() - Method in class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- getIgnored() - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Returns the ignored of this redirect not found entry.
- getIndexableActionableDynamicQuery() - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
- getIndexableActionableDynamicQuery() - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
- getIndexableActionableDynamicQuery() - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
- getIndexableActionableDynamicQuery() - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
- getIndexableActionableDynamicQuery() - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
- getIndexableActionableDynamicQuery() - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
- getLastOccurrenceDate() - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Returns the last occurrence date of this redirect entry.
- getLastOccurrenceDate() - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- getLastOccurrenceDate() - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Returns the last occurrence date of this redirect entry.
- getModelAttributes() - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
- getModelAttributes() - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
- getModifiedDate() - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Returns the modified date of this redirect entry.
- getModifiedDate() - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- getModifiedDate() - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Returns the modified date of this redirect entry.
- getModifiedDate() - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Returns the modified date of this redirect not found entry.
- getModifiedDate() - Method in class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- getModifiedDate() - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Returns the modified date of this redirect not found entry.
- getMvccVersion() - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Returns the mvcc version of this redirect entry.
- getMvccVersion() - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- getMvccVersion() - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Returns the mvcc version of this redirect entry.
- getMvccVersion() - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Returns the mvcc version of this redirect not found entry.
- getMvccVersion() - Method in class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- getMvccVersion() - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Returns the mvcc version of this redirect not found entry.
- getOSGiServiceIdentifier() - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in interface com.liferay.redirect.service.RedirectEntryService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.redirect.service.RedirectEntryServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.redirect.service.RedirectEntryServiceWrapper
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
Returns the OSGi service identifier.
- getPermanent() - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Returns the permanent of this redirect entry.
- getPermanent() - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- getPermanent() - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Returns the permanent of this redirect entry.
- getPersistedModel(Serializable) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
- getPersistedModel(Serializable) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
- getPersistedModel(Serializable) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
- getPersistedModel(Serializable) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
- getPersistedModel(Serializable) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
- getPersistedModel(Serializable) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
- getPersistence() - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
- getPersistence() - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
- getPrimaryKey() - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Returns the primary key of this redirect entry.
- getPrimaryKey() - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- getPrimaryKey() - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Returns the primary key of this redirect entry.
- getPrimaryKey() - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Returns the primary key of this redirect not found entry.
- getPrimaryKey() - Method in class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- getPrimaryKey() - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Returns the primary key of this redirect not found entry.
- getRedirectEntries(int, int) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
Returns a range of all the redirect entries.
- getRedirectEntries(long, int, int, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
- getRedirectEntries(long, String) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
- getRedirectEntries(int, int) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
Returns a range of all the redirect entries.
- getRedirectEntries(long, int, int, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
- getRedirectEntries(long, String) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
- getRedirectEntries(int, int) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
Returns a range of all the redirect entries.
- getRedirectEntries(long, int, int, OrderByComparator<RedirectEntry>) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
- getRedirectEntries(long, String) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
- getRedirectEntries(long, int, int, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.RedirectEntryService
-
- getRedirectEntries(long, int, int, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.RedirectEntryServiceUtil
-
- getRedirectEntries(long, int, int, OrderByComparator<RedirectEntry>) - Method in class com.liferay.redirect.service.RedirectEntryServiceWrapper
-
- getRedirectEntriesByUuidAndCompanyId(String, long) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
Returns all the redirect entries matching the UUID and company.
- getRedirectEntriesByUuidAndCompanyId(String, long, int, int, OrderByComparator<RedirectEntry>) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
Returns a range of redirect entries matching the UUID and company.
- getRedirectEntriesByUuidAndCompanyId(String, long) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
Returns all the redirect entries matching the UUID and company.
- getRedirectEntriesByUuidAndCompanyId(String, long, int, int, OrderByComparator<RedirectEntry>) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
Returns a range of redirect entries matching the UUID and company.
- getRedirectEntriesByUuidAndCompanyId(String, long) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
Returns all the redirect entries matching the UUID and company.
- getRedirectEntriesByUuidAndCompanyId(String, long, int, int, OrderByComparator<RedirectEntry>) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
Returns a range of redirect entries matching the UUID and company.
- getRedirectEntriesCount() - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
Returns the number of redirect entries.
- getRedirectEntriesCount(long) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
- getRedirectEntriesCount() - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
Returns the number of redirect entries.
- getRedirectEntriesCount(long) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
- getRedirectEntriesCount() - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
Returns the number of redirect entries.
- getRedirectEntriesCount(long) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
- getRedirectEntriesCount(long) - Method in interface com.liferay.redirect.service.RedirectEntryService
-
- getRedirectEntriesCount(long) - Static method in class com.liferay.redirect.service.RedirectEntryServiceUtil
-
- getRedirectEntriesCount(long) - Method in class com.liferay.redirect.service.RedirectEntryServiceWrapper
-
- getRedirectEntry(long) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
Returns the redirect entry with the primary key.
- getRedirectEntry(long) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
Returns the redirect entry with the primary key.
- getRedirectEntry(long) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
Returns the redirect entry with the primary key.
- getRedirectEntryByUuidAndGroupId(String, long) - Method in interface com.liferay.redirect.service.RedirectEntryLocalService
-
Returns the redirect entry matching the UUID and group.
- getRedirectEntryByUuidAndGroupId(String, long) - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
Returns the redirect entry matching the UUID and group.
- getRedirectEntryByUuidAndGroupId(String, long) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
Returns the redirect entry matching the UUID and group.
- getRedirectEntryId() - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Returns the redirect entry ID of this redirect entry.
- getRedirectEntryId() - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- getRedirectEntryId() - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Returns the redirect entry ID of this redirect entry.
- getRedirectNotFoundEntries(int, int) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
Returns a range of all the redirect not found entries.
- getRedirectNotFoundEntries(long, Boolean, Date, int, int, OrderByComparator<RedirectNotFoundEntry>) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
- getRedirectNotFoundEntries(long, Date, int, int, OrderByComparator<RedirectNotFoundEntry>) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
- getRedirectNotFoundEntries(long, int, int, OrderByComparator<RedirectNotFoundEntry>) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
- getRedirectNotFoundEntries(int, int) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
Returns a range of all the redirect not found entries.
- getRedirectNotFoundEntries(long, Boolean, Date, int, int, OrderByComparator<RedirectNotFoundEntry>) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
- getRedirectNotFoundEntries(long, Date, int, int, OrderByComparator<RedirectNotFoundEntry>) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
- getRedirectNotFoundEntries(long, int, int, OrderByComparator<RedirectNotFoundEntry>) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
- getRedirectNotFoundEntries(int, int) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
Returns a range of all the redirect not found entries.
- getRedirectNotFoundEntries(long, Boolean, Date, int, int, OrderByComparator<RedirectNotFoundEntry>) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
- getRedirectNotFoundEntries(long, Date, int, int, OrderByComparator<RedirectNotFoundEntry>) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
- getRedirectNotFoundEntries(long, int, int, OrderByComparator<RedirectNotFoundEntry>) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
- getRedirectNotFoundEntriesCount() - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
Returns the number of redirect not found entries.
- getRedirectNotFoundEntriesCount(long) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
- getRedirectNotFoundEntriesCount(long, Boolean, Date) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
- getRedirectNotFoundEntriesCount(long, Date) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
- getRedirectNotFoundEntriesCount() - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
Returns the number of redirect not found entries.
- getRedirectNotFoundEntriesCount(long) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
- getRedirectNotFoundEntriesCount(long, Boolean, Date) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
- getRedirectNotFoundEntriesCount(long, Date) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
- getRedirectNotFoundEntriesCount() - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
Returns the number of redirect not found entries.
- getRedirectNotFoundEntriesCount(long) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
- getRedirectNotFoundEntriesCount(long, Boolean, Date) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
- getRedirectNotFoundEntriesCount(long, Date) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
- getRedirectNotFoundEntry(long) - Method in interface com.liferay.redirect.service.RedirectNotFoundEntryLocalService
-
Returns the redirect not found entry with the primary key.
- getRedirectNotFoundEntry(long) - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
Returns the redirect not found entry with the primary key.
- getRedirectNotFoundEntry(long) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
Returns the redirect not found entry with the primary key.
- getRedirectNotFoundEntryId() - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Returns the redirect not found entry ID of this redirect not found entry.
- getRedirectNotFoundEntryId() - Method in class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- getRedirectNotFoundEntryId() - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Returns the redirect not found entry ID of this redirect not found entry.
- getRequestCount() - Method in interface com.liferay.redirect.model.RedirectNotFoundEntry
-
- getRequestCount() - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
- getService() - Static method in class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
- getService() - Static method in class com.liferay.redirect.service.RedirectEntryServiceUtil
-
- getService() - Static method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
- getSourceURL() - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Returns the source url of this redirect entry.
- getSourceURL() - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- getSourceURL() - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Returns the source url of this redirect entry.
- getStagedModelType() - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
- getUrl() - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Returns the url of this redirect not found entry.
- getUrl() - Method in class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- getUrl() - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Returns the url of this redirect not found entry.
- getUserId() - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Returns the user ID of this redirect entry.
- getUserId() - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- getUserId() - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Returns the user ID of this redirect entry.
- getUserId() - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Returns the user ID of this redirect not found entry.
- getUserId() - Method in class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- getUserId() - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Returns the user ID of this redirect not found entry.
- getUserName() - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Returns the user name of this redirect entry.
- getUserName() - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- getUserName() - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Returns the user name of this redirect entry.
- getUserName() - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Returns the user name of this redirect not found entry.
- getUserName() - Method in class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- getUserName() - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Returns the user name of this redirect not found entry.
- getUserUuid() - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Returns the user uuid of this redirect entry.
- getUserUuid() - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Returns the user uuid of this redirect entry.
- getUserUuid() - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Returns the user uuid of this redirect not found entry.
- getUserUuid() - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Returns the user uuid of this redirect not found entry.
- getUuid() - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Returns the uuid of this redirect entry.
- getUuid() - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- getUuid() - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Returns the uuid of this redirect entry.
- getWrappedService() - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
- getWrappedService() - Method in class com.liferay.redirect.service.RedirectEntryServiceWrapper
-
- getWrappedService() - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
- groupId - Variable in class com.liferay.redirect.model.RedirectEntryTable
-
- groupId - Variable in class com.liferay.redirect.model.RedirectNotFoundEntryTable
-
- REDIRECT_ENTRY_ID_ACCESSOR - Static variable in interface com.liferay.redirect.model.RedirectEntry
-
- REDIRECT_NOT_FOUND_ENTRY_ID_ACCESSOR - Static variable in interface com.liferay.redirect.model.RedirectNotFoundEntry
-
- RedirectConfiguration - Interface in com.liferay.redirect.configuration
-
- RedirectConstants - Class in com.liferay.redirect.constants
-
- RedirectConstants() - Constructor for class com.liferay.redirect.constants.RedirectConstants
-
- RedirectEntry - Interface in com.liferay.redirect.model
-
The extended model interface for the RedirectEntry service.
- redirectEntryId - Variable in class com.liferay.redirect.model.RedirectEntryTable
-
- RedirectEntryLocalService - Interface in com.liferay.redirect.service
-
Provides the local service interface for RedirectEntry.
- RedirectEntryLocalServiceUtil - Class in com.liferay.redirect.service
-
Provides the local service utility for RedirectEntry.
- RedirectEntryLocalServiceUtil() - Constructor for class com.liferay.redirect.service.RedirectEntryLocalServiceUtil
-
- RedirectEntryLocalServiceWrapper - Class in com.liferay.redirect.service
-
- RedirectEntryLocalServiceWrapper(RedirectEntryLocalService) - Constructor for class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
- RedirectEntryModel - Interface in com.liferay.redirect.model
-
The base model interface for the RedirectEntry service.
- RedirectEntryPersistence - Interface in com.liferay.redirect.service.persistence
-
The persistence interface for the redirect entry service.
- RedirectEntryService - Interface in com.liferay.redirect.service
-
Provides the remote service interface for RedirectEntry.
- RedirectEntryServiceUtil - Class in com.liferay.redirect.service
-
Provides the remote service utility for RedirectEntry.
- RedirectEntryServiceUtil() - Constructor for class com.liferay.redirect.service.RedirectEntryServiceUtil
-
- RedirectEntryServiceWrapper - Class in com.liferay.redirect.service
-
- RedirectEntryServiceWrapper(RedirectEntryService) - Constructor for class com.liferay.redirect.service.RedirectEntryServiceWrapper
-
- RedirectEntrySoap - Class in com.liferay.redirect.model
-
- RedirectEntrySoap() - Constructor for class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- RedirectEntryTable - Class in com.liferay.redirect.model
-
The table class for the "RedirectEntry" database table.
- RedirectEntryUtil - Class in com.liferay.redirect.service.persistence
-
The persistence utility for the redirect entry service.
- RedirectEntryUtil() - Constructor for class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
- RedirectEntryWrapper - Class in com.liferay.redirect.model
-
- RedirectEntryWrapper(RedirectEntry) - Constructor for class com.liferay.redirect.model.RedirectEntryWrapper
-
- RedirectNotFoundEntry - Interface in com.liferay.redirect.model
-
The extended model interface for the RedirectNotFoundEntry service.
- redirectNotFoundEntryId - Variable in class com.liferay.redirect.model.RedirectNotFoundEntryTable
-
- RedirectNotFoundEntryLocalService - Interface in com.liferay.redirect.service
-
Provides the local service interface for RedirectNotFoundEntry.
- RedirectNotFoundEntryLocalServiceUtil - Class in com.liferay.redirect.service
-
Provides the local service utility for RedirectNotFoundEntry.
- RedirectNotFoundEntryLocalServiceUtil() - Constructor for class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceUtil
-
- RedirectNotFoundEntryLocalServiceWrapper - Class in com.liferay.redirect.service
-
- RedirectNotFoundEntryLocalServiceWrapper(RedirectNotFoundEntryLocalService) - Constructor for class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
- RedirectNotFoundEntryModel - Interface in com.liferay.redirect.model
-
The base model interface for the RedirectNotFoundEntry service.
- RedirectNotFoundEntryPersistence - Interface in com.liferay.redirect.service.persistence
-
The persistence interface for the redirect not found entry service.
- RedirectNotFoundEntrySoap - Class in com.liferay.redirect.model
-
- RedirectNotFoundEntrySoap() - Constructor for class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- RedirectNotFoundEntryTable - Class in com.liferay.redirect.model
-
The table class for the "RedirectNotFoundEntry" database table.
- RedirectNotFoundEntryUtil - Class in com.liferay.redirect.service.persistence
-
The persistence utility for the redirect not found entry service.
- RedirectNotFoundEntryUtil() - Constructor for class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
- RedirectNotFoundEntryWrapper - Class in com.liferay.redirect.model
-
- RedirectNotFoundEntryWrapper(RedirectNotFoundEntry) - Constructor for class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
- remove(long) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Removes the redirect entry with the primary key from the database.
- remove(long) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Removes the redirect entry with the primary key from the database.
- remove(long) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Removes the redirect not found entry with the primary key from the database.
- remove(long) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Removes the redirect not found entry with the primary key from the database.
- removeAll() - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Removes all the redirect entries from the database.
- removeAll() - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Removes all the redirect entries from the database.
- removeAll() - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Removes all the redirect not found entries from the database.
- removeAll() - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Removes all the redirect not found entries from the database.
- removeByG_D(long, String) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Removes all the redirect entries where groupId = ? and destinationURL = ? from the database.
- removeByG_D(long, String) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Removes all the redirect entries where groupId = ? and destinationURL = ? from the database.
- removeByG_S(long, String) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Removes the redirect entry where groupId = ? and sourceURL = ? from the database.
- removeByG_S(long, String) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Removes the redirect entry where groupId = ? and sourceURL = ? from the database.
- removeByG_U(long, String) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Removes the redirect not found entry where groupId = ? and url = ? from the database.
- removeByG_U(long, String) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Removes the redirect not found entry where groupId = ? and url = ? from the database.
- removeByGroupId(long) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Removes all the redirect entries where groupId = ? from the database.
- removeByGroupId(long) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Removes all the redirect entries where groupId = ? from the database.
- removeByGroupId(long) - Method in interface com.liferay.redirect.service.persistence.RedirectNotFoundEntryPersistence
-
Removes all the redirect not found entries where groupId = ? from the database.
- removeByGroupId(long) - Static method in class com.liferay.redirect.service.persistence.RedirectNotFoundEntryUtil
-
Removes all the redirect not found entries where groupId = ? from the database.
- removeByUuid(String) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Removes all the redirect entries where uuid = ? from the database.
- removeByUuid(String) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Removes all the redirect entries where uuid = ? from the database.
- removeByUuid_C(String, long) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Removes all the redirect entries where uuid = ? and companyId = ? from the database.
- removeByUuid_C(String, long) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Removes all the redirect entries where uuid = ? and companyId = ? from the database.
- removeByUUID_G(String, long) - Method in interface com.liferay.redirect.service.persistence.RedirectEntryPersistence
-
Removes the redirect entry where uuid = ? and groupId = ? from the database.
- removeByUUID_G(String, long) - Static method in class com.liferay.redirect.service.persistence.RedirectEntryUtil
-
Removes the redirect entry where uuid = ? and groupId = ? from the database.
- RequiredRedirectEntryDestinationURLException - Exception in com.liferay.redirect.exception
-
- RequiredRedirectEntryDestinationURLException() - Constructor for exception com.liferay.redirect.exception.RequiredRedirectEntryDestinationURLException
-
- RequiredRedirectEntryDestinationURLException(String) - Constructor for exception com.liferay.redirect.exception.RequiredRedirectEntryDestinationURLException
-
- RequiredRedirectEntryDestinationURLException(String, Throwable) - Constructor for exception com.liferay.redirect.exception.RequiredRedirectEntryDestinationURLException
-
- RequiredRedirectEntryDestinationURLException(Throwable) - Constructor for exception com.liferay.redirect.exception.RequiredRedirectEntryDestinationURLException
-
- RequiredRedirectEntrySourceURLException - Exception in com.liferay.redirect.exception
-
- RequiredRedirectEntrySourceURLException() - Constructor for exception com.liferay.redirect.exception.RequiredRedirectEntrySourceURLException
-
- RequiredRedirectEntrySourceURLException(String) - Constructor for exception com.liferay.redirect.exception.RequiredRedirectEntrySourceURLException
-
- RequiredRedirectEntrySourceURLException(String, Throwable) - Constructor for exception com.liferay.redirect.exception.RequiredRedirectEntrySourceURLException
-
- RequiredRedirectEntrySourceURLException(Throwable) - Constructor for exception com.liferay.redirect.exception.RequiredRedirectEntrySourceURLException
-
- RESOURCE_NAME - Static variable in class com.liferay.redirect.constants.RedirectConstants
-
- setCompanyId(long) - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Sets the company ID of this redirect entry.
- setCompanyId(long) - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- setCompanyId(long) - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Sets the company ID of this redirect entry.
- setCompanyId(long) - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Sets the company ID of this redirect not found entry.
- setCompanyId(long) - Method in class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- setCompanyId(long) - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Sets the company ID of this redirect not found entry.
- setCreateDate(Date) - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Sets the create date of this redirect entry.
- setCreateDate(Date) - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- setCreateDate(Date) - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Sets the create date of this redirect entry.
- setCreateDate(Date) - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Sets the create date of this redirect not found entry.
- setCreateDate(Date) - Method in class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- setCreateDate(Date) - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Sets the create date of this redirect not found entry.
- setDestinationURL(String) - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Sets the destination url of this redirect entry.
- setDestinationURL(String) - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- setDestinationURL(String) - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Sets the destination url of this redirect entry.
- setExpirationDate(Date) - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Sets the expiration date of this redirect entry.
- setExpirationDate(Date) - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- setExpirationDate(Date) - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Sets the expiration date of this redirect entry.
- setGroupId(long) - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Sets the group ID of this redirect entry.
- setGroupId(long) - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- setGroupId(long) - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Sets the group ID of this redirect entry.
- setGroupId(long) - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Sets the group ID of this redirect not found entry.
- setGroupId(long) - Method in class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- setGroupId(long) - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Sets the group ID of this redirect not found entry.
- setIgnored(boolean) - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Sets whether this redirect not found entry is ignored.
- setIgnored(boolean) - Method in class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- setIgnored(boolean) - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Sets whether this redirect not found entry is ignored.
- setLastOccurrenceDate(Date) - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Sets the last occurrence date of this redirect entry.
- setLastOccurrenceDate(Date) - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- setLastOccurrenceDate(Date) - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Sets the last occurrence date of this redirect entry.
- setModelAttributes(Map<String, Object>) - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
- setModelAttributes(Map<String, Object>) - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
- setModifiedDate(Date) - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Sets the modified date of this redirect entry.
- setModifiedDate(Date) - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- setModifiedDate(Date) - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Sets the modified date of this redirect entry.
- setModifiedDate(Date) - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Sets the modified date of this redirect not found entry.
- setModifiedDate(Date) - Method in class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- setModifiedDate(Date) - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Sets the modified date of this redirect not found entry.
- setMvccVersion(long) - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Sets the mvcc version of this redirect entry.
- setMvccVersion(long) - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- setMvccVersion(long) - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Sets the mvcc version of this redirect entry.
- setMvccVersion(long) - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Sets the mvcc version of this redirect not found entry.
- setMvccVersion(long) - Method in class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- setMvccVersion(long) - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Sets the mvcc version of this redirect not found entry.
- setPermanent(boolean) - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Sets whether this redirect entry is permanent.
- setPermanent(boolean) - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- setPermanent(boolean) - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Sets whether this redirect entry is permanent.
- setPrimaryKey(long) - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Sets the primary key of this redirect entry.
- setPrimaryKey(long) - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- setPrimaryKey(long) - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Sets the primary key of this redirect entry.
- setPrimaryKey(long) - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Sets the primary key of this redirect not found entry.
- setPrimaryKey(long) - Method in class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- setPrimaryKey(long) - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Sets the primary key of this redirect not found entry.
- setRedirectEntryId(long) - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Sets the redirect entry ID of this redirect entry.
- setRedirectEntryId(long) - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- setRedirectEntryId(long) - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Sets the redirect entry ID of this redirect entry.
- setRedirectNotFoundEntryId(long) - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Sets the redirect not found entry ID of this redirect not found entry.
- setRedirectNotFoundEntryId(long) - Method in class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- setRedirectNotFoundEntryId(long) - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Sets the redirect not found entry ID of this redirect not found entry.
- setSourceURL(String) - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Sets the source url of this redirect entry.
- setSourceURL(String) - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- setSourceURL(String) - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Sets the source url of this redirect entry.
- setUrl(String) - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Sets the url of this redirect not found entry.
- setUrl(String) - Method in class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- setUrl(String) - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Sets the url of this redirect not found entry.
- setUserId(long) - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Sets the user ID of this redirect entry.
- setUserId(long) - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- setUserId(long) - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Sets the user ID of this redirect entry.
- setUserId(long) - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Sets the user ID of this redirect not found entry.
- setUserId(long) - Method in class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- setUserId(long) - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Sets the user ID of this redirect not found entry.
- setUserName(String) - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Sets the user name of this redirect entry.
- setUserName(String) - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- setUserName(String) - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Sets the user name of this redirect entry.
- setUserName(String) - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Sets the user name of this redirect not found entry.
- setUserName(String) - Method in class com.liferay.redirect.model.RedirectNotFoundEntrySoap
-
Deprecated.
- setUserName(String) - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Sets the user name of this redirect not found entry.
- setUserUuid(String) - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Sets the user uuid of this redirect entry.
- setUserUuid(String) - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Sets the user uuid of this redirect entry.
- setUserUuid(String) - Method in interface com.liferay.redirect.model.RedirectNotFoundEntryModel
-
Sets the user uuid of this redirect not found entry.
- setUserUuid(String) - Method in class com.liferay.redirect.model.RedirectNotFoundEntryWrapper
-
Sets the user uuid of this redirect not found entry.
- setUuid(String) - Method in interface com.liferay.redirect.model.RedirectEntryModel
-
Sets the uuid of this redirect entry.
- setUuid(String) - Method in class com.liferay.redirect.model.RedirectEntrySoap
-
Deprecated.
- setUuid(String) - Method in class com.liferay.redirect.model.RedirectEntryWrapper
-
Sets the uuid of this redirect entry.
- setWrappedService(RedirectEntryLocalService) - Method in class com.liferay.redirect.service.RedirectEntryLocalServiceWrapper
-
- setWrappedService(RedirectEntryService) - Method in class com.liferay.redirect.service.RedirectEntryServiceWrapper
-
- setWrappedService(RedirectNotFoundEntryLocalService) - Method in class com.liferay.redirect.service.RedirectNotFoundEntryLocalServiceWrapper
-
- sourceURL - Variable in class com.liferay.redirect.model.RedirectEntryTable
-