- cacheResult(RemoteAppEntry) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Caches the remote app entry in the entity cache if it is enabled.
- cacheResult(List<RemoteAppEntry>) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Caches the remote app entries in the entity cache if it is enabled.
- cacheResult(RemoteAppEntry) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Caches the remote app entry in the entity cache if it is enabled.
- cacheResult(List<RemoteAppEntry>) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Caches the remote app entries in the entity cache if it is enabled.
- clearCache() - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
- clearCache(RemoteAppEntry) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
- com.liferay.remote.app.exception - package com.liferay.remote.app.exception
-
- com.liferay.remote.app.model - package com.liferay.remote.app.model
-
- com.liferay.remote.app.service - package com.liferay.remote.app.service
-
- com.liferay.remote.app.service.persistence - package com.liferay.remote.app.service.persistence
-
- companyId - Variable in class com.liferay.remote.app.model.RemoteAppEntryTable
-
- countAll() - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns the number of remote app entries.
- countAll() - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns the number of remote app entries.
- countByC_U(long, String) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns the number of remote app entries where companyId = ? and url = ?.
- countByC_U(long, String) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns the number of remote app entries where companyId = ? and url = ?.
- countByUuid(String) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns the number of remote app entries where uuid = ?.
- countByUuid(String) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns the number of remote app entries where uuid = ?.
- countByUuid_C(String, long) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns the number of remote app entries where uuid = ? and companyId = ?.
- countByUuid_C(String, long) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns the number of remote app entries where uuid = ? and companyId = ?.
- countWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
- create(long) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Creates a new remote app entry with the primary key.
- create(long) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Creates a new remote app entry with the primary key.
- createDate - Variable in class com.liferay.remote.app.model.RemoteAppEntryTable
-
- createPersistedModel(Serializable) - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
- createPersistedModel(Serializable) - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
- createPersistedModel(Serializable) - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
- createRemoteAppEntry(long) - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
Creates a new remote app entry with the primary key.
- createRemoteAppEntry(long) - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
Creates a new remote app entry with the primary key.
- createRemoteAppEntry(long) - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
Creates a new remote app entry with the primary key.
- deletePersistedModel(PersistedModel) - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
- deletePersistedModel(PersistedModel) - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
- deletePersistedModel(PersistedModel) - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
- deleteRemoteAppEntry(long) - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
Deletes the remote app entry with the primary key from the database.
- deleteRemoteAppEntry(RemoteAppEntry) - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
Deletes the remote app entry from the database.
- deleteRemoteAppEntry(long) - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
Deletes the remote app entry with the primary key from the database.
- deleteRemoteAppEntry(RemoteAppEntry) - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
Deletes the remote app entry from the database.
- deleteRemoteAppEntry(long) - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
Deletes the remote app entry with the primary key from the database.
- deleteRemoteAppEntry(RemoteAppEntry) - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
Deletes the remote app entry from the database.
- dslQuery(DSLQuery) - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
- dslQuery(DSLQuery) - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
- dslQuery(DSLQuery) - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
- dslQueryCount(DSLQuery) - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
- dslQueryCount(DSLQuery) - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
- dslQueryCount(DSLQuery) - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
- DuplicateRemoteAppEntryURLException - Exception in com.liferay.remote.app.exception
-
- DuplicateRemoteAppEntryURLException() - Constructor for exception com.liferay.remote.app.exception.DuplicateRemoteAppEntryURLException
-
- DuplicateRemoteAppEntryURLException(String) - Constructor for exception com.liferay.remote.app.exception.DuplicateRemoteAppEntryURLException
-
- DuplicateRemoteAppEntryURLException(String, Throwable) - Constructor for exception com.liferay.remote.app.exception.DuplicateRemoteAppEntryURLException
-
- DuplicateRemoteAppEntryURLException(Throwable) - Constructor for exception com.liferay.remote.app.exception.DuplicateRemoteAppEntryURLException
-
- dynamicQuery() - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
- dynamicQuery(DynamicQuery) - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
Performs a dynamic query on the database and returns the matching rows.
- dynamicQuery(DynamicQuery, int, int) - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
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.remote.app.service.RemoteAppEntryLocalService
-
Performs a dynamic query on the database and returns an ordered range of the matching rows.
- dynamicQuery() - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
- dynamicQuery(DynamicQuery) - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
Performs a dynamic query on the database and returns the matching rows.
- dynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
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.remote.app.service.RemoteAppEntryLocalServiceUtil
-
Performs a dynamic query on the database and returns an ordered range of the matching rows.
- dynamicQuery() - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
- dynamicQuery(DynamicQuery) - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
Performs a dynamic query on the database and returns the matching rows.
- dynamicQuery(DynamicQuery, int, int) - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
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.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
Performs a dynamic query on the database and returns an ordered range of the matching rows.
- dynamicQueryCount(DynamicQuery) - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
Returns the number of rows matching the dynamic query.
- dynamicQueryCount(DynamicQuery, Projection) - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
Returns the number of rows matching the dynamic query.
- dynamicQueryCount(DynamicQuery) - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
Returns the number of rows matching the dynamic query.
- dynamicQueryCount(DynamicQuery, Projection) - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
Returns the number of rows matching the dynamic query.
- dynamicQueryCount(DynamicQuery) - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
Returns the number of rows matching the dynamic query.
- dynamicQueryCount(DynamicQuery, Projection) - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
Returns the number of rows matching the dynamic query.
- fetchByC_U(long, String) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns the remote app entry where companyId = ? and url = ? or returns null
if it could not be found.
- fetchByC_U(long, String, boolean) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns the remote app entry where companyId = ? and url = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByC_U(long, String) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns the remote app entry where companyId = ? and url = ? or returns null
if it could not be found.
- fetchByC_U(long, String, boolean) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns the remote app entry where companyId = ? and url = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByPrimaryKey(long) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns the remote app entry with the primary key or returns null
if it could not be found.
- fetchByPrimaryKey(long) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns the remote app entry with the primary key or returns null
if it could not be found.
- fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
- fetchByUuid_C_First(String, long, OrderByComparator<RemoteAppEntry>) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns the first remote app entry in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_First(String, long, OrderByComparator<RemoteAppEntry>) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns the first remote app entry in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_Last(String, long, OrderByComparator<RemoteAppEntry>) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns the last remote app entry in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_Last(String, long, OrderByComparator<RemoteAppEntry>) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns the last remote app entry in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_First(String, OrderByComparator<RemoteAppEntry>) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns the first remote app entry in the ordered set where uuid = ?.
- fetchByUuid_First(String, OrderByComparator<RemoteAppEntry>) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns the first remote app entry in the ordered set where uuid = ?.
- fetchByUuid_Last(String, OrderByComparator<RemoteAppEntry>) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns the last remote app entry in the ordered set where uuid = ?.
- fetchByUuid_Last(String, OrderByComparator<RemoteAppEntry>) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns the last remote app entry in the ordered set where uuid = ?.
- fetchRemoteAppEntry(long) - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
- fetchRemoteAppEntry(long) - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
- fetchRemoteAppEntry(long) - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
- fetchRemoteAppEntryByUuidAndCompanyId(String, long) - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
Returns the remote app entry with the matching UUID and company.
- fetchRemoteAppEntryByUuidAndCompanyId(String, long) - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
Returns the remote app entry with the matching UUID and company.
- fetchRemoteAppEntryByUuidAndCompanyId(String, long) - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
Returns the remote app entry with the matching UUID and company.
- findAll() - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns all the remote app entries.
- findAll(int, int) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns a range of all the remote app entries.
- findAll(int, int, OrderByComparator<RemoteAppEntry>) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns an ordered range of all the remote app entries.
- findAll(int, int, OrderByComparator<RemoteAppEntry>, boolean) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns an ordered range of all the remote app entries.
- findAll() - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns all the remote app entries.
- findAll(int, int) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns a range of all the remote app entries.
- findAll(int, int, OrderByComparator<RemoteAppEntry>) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns an ordered range of all the remote app entries.
- findAll(int, int, OrderByComparator<RemoteAppEntry>, boolean) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns an ordered range of all the remote app entries.
- findByC_U(long, String) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns the remote app entry where companyId = ? and url = ? or throws a NoSuchEntryException
if it could not be found.
- findByC_U(long, String) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns the remote app entry where companyId = ? and url = ? or throws a NoSuchEntryException
if it could not be found.
- findByPrimaryKey(long) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns the remote app entry with the primary key or throws a NoSuchEntryException
if it could not be found.
- findByPrimaryKey(long) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns the remote app entry with the primary key or throws a NoSuchEntryException
if it could not be found.
- findByUuid(String) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns all the remote app entries where uuid = ?.
- findByUuid(String, int, int) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns a range of all the remote app entries where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<RemoteAppEntry>) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns an ordered range of all the remote app entries where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<RemoteAppEntry>, boolean) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns an ordered range of all the remote app entries where uuid = ?.
- findByUuid(String) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns all the remote app entries where uuid = ?.
- findByUuid(String, int, int) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns a range of all the remote app entries where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<RemoteAppEntry>) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns an ordered range of all the remote app entries where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<RemoteAppEntry>, boolean) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns an ordered range of all the remote app entries where uuid = ?.
- findByUuid_C(String, long) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns all the remote app entries where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns a range of all the remote app entries where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<RemoteAppEntry>) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns an ordered range of all the remote app entries where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<RemoteAppEntry>, boolean) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns an ordered range of all the remote app entries where uuid = ? and companyId = ?.
- findByUuid_C(String, long) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns all the remote app entries where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns a range of all the remote app entries where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<RemoteAppEntry>) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns an ordered range of all the remote app entries where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<RemoteAppEntry>, boolean) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns an ordered range of all the remote app entries where uuid = ? and companyId = ?.
- findByUuid_C_First(String, long, OrderByComparator<RemoteAppEntry>) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns the first remote app entry in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_First(String, long, OrderByComparator<RemoteAppEntry>) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns the first remote app entry in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_Last(String, long, OrderByComparator<RemoteAppEntry>) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns the last remote app entry in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_Last(String, long, OrderByComparator<RemoteAppEntry>) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns the last remote app entry in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<RemoteAppEntry>) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns the remote app entries before and after the current remote app entry in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<RemoteAppEntry>) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns the remote app entries before and after the current remote app entry in the ordered set where uuid = ? and companyId = ?.
- findByUuid_First(String, OrderByComparator<RemoteAppEntry>) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns the first remote app entry in the ordered set where uuid = ?.
- findByUuid_First(String, OrderByComparator<RemoteAppEntry>) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns the first remote app entry in the ordered set where uuid = ?.
- findByUuid_Last(String, OrderByComparator<RemoteAppEntry>) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns the last remote app entry in the ordered set where uuid = ?.
- findByUuid_Last(String, OrderByComparator<RemoteAppEntry>) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns the last remote app entry in the ordered set where uuid = ?.
- findByUuid_PrevAndNext(long, String, OrderByComparator<RemoteAppEntry>) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Returns the remote app entries before and after the current remote app entry in the ordered set where uuid = ?.
- findByUuid_PrevAndNext(long, String, OrderByComparator<RemoteAppEntry>) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Returns the remote app entries before and after the current remote app entry in the ordered set where uuid = ?.
- findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
- findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
- findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<RemoteAppEntry>) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
- getActionableDynamicQuery() - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
- getActionableDynamicQuery() - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
- getActionableDynamicQuery() - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
- getAvailableLanguageIds() - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
- getAvailableLanguageIds() - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
- getCompanyId() - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Returns the company ID of this remote app entry.
- getCompanyId() - Method in class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- getCompanyId() - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Returns the company ID of this remote app entry.
- getContainerModelId() - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Returns the container model ID of this remote app entry.
- getContainerModelId() - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Returns the container model ID of this remote app entry.
- getContainerModelName() - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Returns the container name of this remote app entry.
- getContainerModelName() - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Returns the container name of this remote app entry.
- getCreateDate() - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Returns the create date of this remote app entry.
- getCreateDate() - Method in class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- getCreateDate() - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Returns the create date of this remote app entry.
- getDefaultLanguageId() - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
- getDefaultLanguageId() - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
- getExportActionableDynamicQuery(PortletDataContext) - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
- getExportActionableDynamicQuery(PortletDataContext) - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
- getExportActionableDynamicQuery(PortletDataContext) - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
- getIndexableActionableDynamicQuery() - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
- getIndexableActionableDynamicQuery() - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
- getIndexableActionableDynamicQuery() - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
- getModelAttributes() - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
- getModifiedDate() - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Returns the modified date of this remote app entry.
- getModifiedDate() - Method in class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- getModifiedDate() - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Returns the modified date of this remote app entry.
- getMvccVersion() - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Returns the mvcc version of this remote app entry.
- getMvccVersion() - Method in class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- getMvccVersion() - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Returns the mvcc version of this remote app entry.
- getName() - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Returns the name of this remote app entry.
- getName(Locale) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Returns the localized name of this remote app entry in the language.
- getName(Locale, boolean) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Returns the localized name of this remote app entry in the language, optionally using the default language if no localization exists for the requested language.
- getName(String) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Returns the localized name of this remote app entry in the language.
- getName(String, boolean) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Returns the localized name of this remote app entry in the language, optionally using the default language if no localization exists for the requested language.
- getName() - Method in class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- getName() - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Returns the name of this remote app entry.
- getName(Locale) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Returns the localized name of this remote app entry in the language.
- getName(Locale, boolean) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Returns the localized name of this remote app entry in the language, optionally using the default language if no localization exists for the requested language.
- getName(String) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Returns the localized name of this remote app entry in the language.
- getName(String, boolean) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Returns the localized name of this remote app entry in the language, optionally using the default language if no localization exists for the requested language.
- getNameCurrentLanguageId() - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
- getNameCurrentLanguageId() - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
- getNameCurrentValue() - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
- getNameCurrentValue() - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
- getNameMap() - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Returns a map of the locales and localized names of this remote app entry.
- getNameMap() - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Returns a map of the locales and localized names of this remote app entry.
- getOSGiServiceIdentifier() - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
Returns the OSGi service identifier.
- getParentContainerModelId() - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Returns the parent container model ID of this remote app entry.
- getParentContainerModelId() - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Returns the parent container model ID of this remote app entry.
- getPersistedModel(Serializable) - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
- getPersistedModel(Serializable) - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
- getPersistedModel(Serializable) - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
- getPersistence() - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
- getPrimaryKey() - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Returns the primary key of this remote app entry.
- getPrimaryKey() - Method in class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- getPrimaryKey() - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Returns the primary key of this remote app entry.
- getRemoteAppEntries(int, int) - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
Returns a range of all the remote app entries.
- getRemoteAppEntries(int, int) - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
Returns a range of all the remote app entries.
- getRemoteAppEntries(int, int) - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
Returns a range of all the remote app entries.
- getRemoteAppEntriesCount() - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
Returns the number of remote app entries.
- getRemoteAppEntriesCount() - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
Returns the number of remote app entries.
- getRemoteAppEntriesCount() - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
Returns the number of remote app entries.
- getRemoteAppEntry(long) - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
Returns the remote app entry with the primary key.
- getRemoteAppEntry(long) - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
Returns the remote app entry with the primary key.
- getRemoteAppEntry(long) - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
Returns the remote app entry with the primary key.
- getRemoteAppEntryByUuidAndCompanyId(String, long) - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
Returns the remote app entry with the matching UUID and company.
- getRemoteAppEntryByUuidAndCompanyId(String, long) - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
Returns the remote app entry with the matching UUID and company.
- getRemoteAppEntryByUuidAndCompanyId(String, long) - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
Returns the remote app entry with the matching UUID and company.
- getRemoteAppEntryId() - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Returns the remote app entry ID of this remote app entry.
- getRemoteAppEntryId() - Method in class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- getRemoteAppEntryId() - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Returns the remote app entry ID of this remote app entry.
- getService() - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
- getStagedModelType() - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
- getUrl() - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Returns the url of this remote app entry.
- getUrl() - Method in class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- getUrl() - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Returns the url of this remote app entry.
- getUserId() - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Returns the user ID of this remote app entry.
- getUserId() - Method in class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- getUserId() - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Returns the user ID of this remote app entry.
- getUserName() - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Returns the user name of this remote app entry.
- getUserName() - Method in class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- getUserName() - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Returns the user name of this remote app entry.
- getUserUuid() - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Returns the user uuid of this remote app entry.
- getUserUuid() - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Returns the user uuid of this remote app entry.
- getUuid() - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Returns the uuid of this remote app entry.
- getUuid() - Method in class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- getUuid() - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Returns the uuid of this remote app entry.
- getWrappedService() - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
- REMOTE_APP_ENTRY_ID_ACCESSOR - Static variable in interface com.liferay.remote.app.model.RemoteAppEntry
-
- RemoteAppEntry - Interface in com.liferay.remote.app.model
-
The extended model interface for the RemoteAppEntry service.
- remoteAppEntryId - Variable in class com.liferay.remote.app.model.RemoteAppEntryTable
-
- RemoteAppEntryLocalService - Interface in com.liferay.remote.app.service
-
Provides the local service interface for RemoteAppEntry.
- RemoteAppEntryLocalServiceUtil - Class in com.liferay.remote.app.service
-
Provides the local service utility for RemoteAppEntry.
- RemoteAppEntryLocalServiceUtil() - Constructor for class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
- RemoteAppEntryLocalServiceWrapper - Class in com.liferay.remote.app.service
-
- RemoteAppEntryLocalServiceWrapper(RemoteAppEntryLocalService) - Constructor for class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
- RemoteAppEntryModel - Interface in com.liferay.remote.app.model
-
The base model interface for the RemoteAppEntry service.
- RemoteAppEntryPersistence - Interface in com.liferay.remote.app.service.persistence
-
The persistence interface for the remote app entry service.
- RemoteAppEntrySoap - Class in com.liferay.remote.app.model
-
- RemoteAppEntrySoap() - Constructor for class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- RemoteAppEntryTable - Class in com.liferay.remote.app.model
-
The table class for the "RemoteAppEntry" database table.
- RemoteAppEntryUtil - Class in com.liferay.remote.app.service.persistence
-
The persistence utility for the remote app entry service.
- RemoteAppEntryUtil() - Constructor for class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
- RemoteAppEntryWrapper - Class in com.liferay.remote.app.model
-
- RemoteAppEntryWrapper(RemoteAppEntry) - Constructor for class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
- remove(long) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Removes the remote app entry with the primary key from the database.
- remove(long) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Removes the remote app entry with the primary key from the database.
- removeAll() - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Removes all the remote app entries from the database.
- removeAll() - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Removes all the remote app entries from the database.
- removeByC_U(long, String) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Removes the remote app entry where companyId = ? and url = ? from the database.
- removeByC_U(long, String) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Removes the remote app entry where companyId = ? and url = ? from the database.
- removeByUuid(String) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Removes all the remote app entries where uuid = ? from the database.
- removeByUuid(String) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Removes all the remote app entries where uuid = ? from the database.
- removeByUuid_C(String, long) - Method in interface com.liferay.remote.app.service.persistence.RemoteAppEntryPersistence
-
Removes all the remote app entries where uuid = ? and companyId = ? from the database.
- removeByUuid_C(String, long) - Static method in class com.liferay.remote.app.service.persistence.RemoteAppEntryUtil
-
Removes all the remote app entries where uuid = ? and companyId = ? from the database.
- searchRemoteAppEntries(long, String, int, int, Sort) - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
- searchRemoteAppEntries(long, String, int, int, Sort) - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
- searchRemoteAppEntries(long, String, int, int, Sort) - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
- searchRemoteAppEntriesCount(long, String) - Method in interface com.liferay.remote.app.service.RemoteAppEntryLocalService
-
- searchRemoteAppEntriesCount(long, String) - Static method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceUtil
-
- searchRemoteAppEntriesCount(long, String) - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-
- setCompanyId(long) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Sets the company ID of this remote app entry.
- setCompanyId(long) - Method in class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- setCompanyId(long) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Sets the company ID of this remote app entry.
- setContainerModelId(long) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Sets the container model ID of this remote app entry.
- setContainerModelId(long) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Sets the container model ID of this remote app entry.
- setCreateDate(Date) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Sets the create date of this remote app entry.
- setCreateDate(Date) - Method in class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- setCreateDate(Date) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Sets the create date of this remote app entry.
- setModelAttributes(Map<String, Object>) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
- setModifiedDate(Date) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Sets the modified date of this remote app entry.
- setModifiedDate(Date) - Method in class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- setModifiedDate(Date) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Sets the modified date of this remote app entry.
- setMvccVersion(long) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Sets the mvcc version of this remote app entry.
- setMvccVersion(long) - Method in class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- setMvccVersion(long) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Sets the mvcc version of this remote app entry.
- setName(String) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Sets the name of this remote app entry.
- setName(String, Locale) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Sets the localized name of this remote app entry in the language.
- setName(String, Locale, Locale) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Sets the localized name of this remote app entry in the language, and sets the default locale.
- setName(String) - Method in class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- setName(String) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Sets the name of this remote app entry.
- setName(String, Locale) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Sets the localized name of this remote app entry in the language.
- setName(String, Locale, Locale) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Sets the localized name of this remote app entry in the language, and sets the default locale.
- setNameCurrentLanguageId(String) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
- setNameCurrentLanguageId(String) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
- setNameMap(Map<Locale, String>) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Sets the localized names of this remote app entry from the map of locales and localized names.
- setNameMap(Map<Locale, String>, Locale) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Sets the localized names of this remote app entry from the map of locales and localized names, and sets the default locale.
- setNameMap(Map<Locale, String>) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Sets the localized names of this remote app entry from the map of locales and localized names.
- setNameMap(Map<Locale, String>, Locale) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Sets the localized names of this remote app entry from the map of locales and localized names, and sets the default locale.
- setParentContainerModelId(long) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Sets the parent container model ID of this remote app entry.
- setParentContainerModelId(long) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Sets the parent container model ID of this remote app entry.
- setPrimaryKey(long) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Sets the primary key of this remote app entry.
- setPrimaryKey(long) - Method in class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- setPrimaryKey(long) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Sets the primary key of this remote app entry.
- setRemoteAppEntryId(long) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Sets the remote app entry ID of this remote app entry.
- setRemoteAppEntryId(long) - Method in class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- setRemoteAppEntryId(long) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Sets the remote app entry ID of this remote app entry.
- setUrl(String) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Sets the url of this remote app entry.
- setUrl(String) - Method in class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- setUrl(String) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Sets the url of this remote app entry.
- setUserId(long) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Sets the user ID of this remote app entry.
- setUserId(long) - Method in class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- setUserId(long) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Sets the user ID of this remote app entry.
- setUserName(String) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Sets the user name of this remote app entry.
- setUserName(String) - Method in class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- setUserName(String) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Sets the user name of this remote app entry.
- setUserUuid(String) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Sets the user uuid of this remote app entry.
- setUserUuid(String) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Sets the user uuid of this remote app entry.
- setUuid(String) - Method in interface com.liferay.remote.app.model.RemoteAppEntryModel
-
Sets the uuid of this remote app entry.
- setUuid(String) - Method in class com.liferay.remote.app.model.RemoteAppEntrySoap
-
Deprecated.
- setUuid(String) - Method in class com.liferay.remote.app.model.RemoteAppEntryWrapper
-
Sets the uuid of this remote app entry.
- setWrappedService(RemoteAppEntryLocalService) - Method in class com.liferay.remote.app.service.RemoteAppEntryLocalServiceWrapper
-