- cacheResult(App) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Caches the app in the entity cache if it is enabled.
- cacheResult(List<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Caches the apps in the entity cache if it is enabled.
- cacheResult(App) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Caches the app in the entity cache if it is enabled.
- cacheResult(List<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Caches the apps in the entity cache if it is enabled.
- cacheResult(Module) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Caches the module in the entity cache if it is enabled.
- cacheResult(List<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Caches the modules in the entity cache if it is enabled.
- cacheResult(Module) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Caches the module in the entity cache if it is enabled.
- cacheResult(List<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Caches the modules in the entity cache if it is enabled.
- category - Variable in class com.liferay.marketplace.model.AppTable
-
- clearCache() - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
- clearCache(App) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
- clearCache() - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
- clearCache(Module) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
- clearInstalledAppsCache() - Method in interface com.liferay.marketplace.service.AppLocalService
-
- clearInstalledAppsCache() - Static method in class com.liferay.marketplace.service.AppLocalServiceUtil
-
- clearInstalledAppsCache() - Method in class com.liferay.marketplace.service.AppLocalServiceWrapper
-
- cloneWithOriginalValues() - Method in interface com.liferay.marketplace.model.AppModel
-
- cloneWithOriginalValues() - Method in class com.liferay.marketplace.model.AppWrapper
-
- cloneWithOriginalValues() - Method in interface com.liferay.marketplace.model.ModuleModel
-
- cloneWithOriginalValues() - Method in class com.liferay.marketplace.model.ModuleWrapper
-
- com.liferay.marketplace.bundle - package com.liferay.marketplace.bundle
-
- com.liferay.marketplace.constants - package com.liferay.marketplace.constants
-
- com.liferay.marketplace.exception - package com.liferay.marketplace.exception
-
- com.liferay.marketplace.model - package com.liferay.marketplace.model
-
- com.liferay.marketplace.service - package com.liferay.marketplace.service
-
- com.liferay.marketplace.service.persistence - package com.liferay.marketplace.service.persistence
-
- com.liferay.marketplace.util.comparator - package com.liferay.marketplace.util.comparator
-
- companyId - Variable in class com.liferay.marketplace.model.AppTable
-
- companyId - Variable in class com.liferay.marketplace.model.ModuleTable
-
- compare(App, App) - Method in class com.liferay.marketplace.util.comparator.AppTitleComparator
-
- compare(Object, Object) - Method in class com.liferay.marketplace.util.comparator.PluginComparator
-
- contextName - Variable in class com.liferay.marketplace.model.ModuleTable
-
- countAll() - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the number of apps.
- countAll() - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the number of apps.
- countAll() - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the number of modules.
- countAll() - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the number of modules.
- countByA_BSN_BV(long, String, String) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the number of modules where appId = ? and bundleSymbolicName = ? and bundleVersion = ?.
- countByA_BSN_BV(long, String, String) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the number of modules where appId = ? and bundleSymbolicName = ? and bundleVersion = ?.
- countByA_CN(long, String) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the number of modules where appId = ? and contextName = ?.
- countByA_CN(long, String) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the number of modules where appId = ? and contextName = ?.
- countByAppId(long) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the number of modules where appId = ?.
- countByAppId(long) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the number of modules where appId = ?.
- countByBundleSymbolicName(String) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the number of modules where bundleSymbolicName = ?.
- countByBundleSymbolicName(String) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the number of modules where bundleSymbolicName = ?.
- countByCategory(String) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the number of apps where category = ?.
- countByCategory(String) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the number of apps where category = ?.
- countByCompanyId(long) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the number of apps where companyId = ?.
- countByCompanyId(long) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the number of apps where companyId = ?.
- countByContextName(String) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the number of modules where contextName = ?.
- countByContextName(String) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the number of modules where contextName = ?.
- countByRemoteAppId(long) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the number of apps where remoteAppId = ?.
- countByRemoteAppId(long) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the number of apps where remoteAppId = ?.
- countByUuid(String) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the number of apps where uuid = ?.
- countByUuid(String) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the number of apps where uuid = ?.
- countByUuid(String) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the number of modules where uuid = ?.
- countByUuid(String) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the number of modules where uuid = ?.
- countByUuid_C(String, long) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the number of apps where uuid = ? and companyId = ?.
- countByUuid_C(String, long) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the number of apps where uuid = ? and companyId = ?.
- countByUuid_C(String, long) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the number of modules where uuid = ? and companyId = ?.
- countByUuid_C(String, long) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the number of modules where uuid = ? and companyId = ?.
- countWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
- countWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
- create(long) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Creates a new app with the primary key.
- create(long) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Creates a new app with the primary key.
- create(long) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Creates a new module with the primary key.
- create(long) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Creates a new module with the primary key.
- createApp(long) - Method in interface com.liferay.marketplace.service.AppLocalService
-
Creates a new app with the primary key.
- createApp(long) - Static method in class com.liferay.marketplace.service.AppLocalServiceUtil
-
Creates a new app with the primary key.
- createApp(long) - Method in class com.liferay.marketplace.service.AppLocalServiceWrapper
-
Creates a new app with the primary key.
- createDate - Variable in class com.liferay.marketplace.model.AppTable
-
- createModule(long) - Method in interface com.liferay.marketplace.service.ModuleLocalService
-
Creates a new module with the primary key.
- createModule(long) - Static method in class com.liferay.marketplace.service.ModuleLocalServiceUtil
-
Creates a new module with the primary key.
- createModule(long) - Method in class com.liferay.marketplace.service.ModuleLocalServiceWrapper
-
Creates a new module with the primary key.
- createPersistedModel(Serializable) - Method in interface com.liferay.marketplace.service.AppLocalService
-
- createPersistedModel(Serializable) - Static method in class com.liferay.marketplace.service.AppLocalServiceUtil
-
- createPersistedModel(Serializable) - Method in class com.liferay.marketplace.service.AppLocalServiceWrapper
-
- createPersistedModel(Serializable) - Method in interface com.liferay.marketplace.service.ModuleLocalService
-
- createPersistedModel(Serializable) - Static method in class com.liferay.marketplace.service.ModuleLocalServiceUtil
-
- createPersistedModel(Serializable) - Method in class com.liferay.marketplace.service.ModuleLocalServiceWrapper
-
- fetchApp(long) - Method in interface com.liferay.marketplace.service.AppLocalService
-
- fetchApp(long) - Static method in class com.liferay.marketplace.service.AppLocalServiceUtil
-
- fetchApp(long) - Method in class com.liferay.marketplace.service.AppLocalServiceWrapper
-
- fetchAppByUuidAndCompanyId(String, long) - Method in interface com.liferay.marketplace.service.AppLocalService
-
Returns the app with the matching UUID and company.
- fetchAppByUuidAndCompanyId(String, long) - Static method in class com.liferay.marketplace.service.AppLocalServiceUtil
-
Returns the app with the matching UUID and company.
- fetchAppByUuidAndCompanyId(String, long) - Method in class com.liferay.marketplace.service.AppLocalServiceWrapper
-
Returns the app with the matching UUID and company.
- fetchByA_BSN_BV(long, String, String) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the module where appId = ? and bundleSymbolicName = ? and bundleVersion = ? or returns null
if it could not be found.
- fetchByA_BSN_BV(long, String, String, boolean) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the module where appId = ? and bundleSymbolicName = ? and bundleVersion = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByA_BSN_BV(long, String, String) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the module where appId = ? and bundleSymbolicName = ? and bundleVersion = ? or returns null
if it could not be found.
- fetchByA_BSN_BV(long, String, String, boolean) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the module where appId = ? and bundleSymbolicName = ? and bundleVersion = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByA_CN(long, String) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the module where appId = ? and contextName = ? or returns null
if it could not be found.
- fetchByA_CN(long, String, boolean) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the module where appId = ? and contextName = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByA_CN(long, String) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the module where appId = ? and contextName = ? or returns null
if it could not be found.
- fetchByA_CN(long, String, boolean) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the module where appId = ? and contextName = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByAppId_First(long, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the first module in the ordered set where appId = ?.
- fetchByAppId_First(long, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the first module in the ordered set where appId = ?.
- fetchByAppId_Last(long, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the last module in the ordered set where appId = ?.
- fetchByAppId_Last(long, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the last module in the ordered set where appId = ?.
- fetchByBundleSymbolicName_First(String, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the first module in the ordered set where bundleSymbolicName = ?.
- fetchByBundleSymbolicName_First(String, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the first module in the ordered set where bundleSymbolicName = ?.
- fetchByBundleSymbolicName_Last(String, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the last module in the ordered set where bundleSymbolicName = ?.
- fetchByBundleSymbolicName_Last(String, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the last module in the ordered set where bundleSymbolicName = ?.
- fetchByCategory_First(String, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the first app in the ordered set where category = ?.
- fetchByCategory_First(String, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the first app in the ordered set where category = ?.
- fetchByCategory_Last(String, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the last app in the ordered set where category = ?.
- fetchByCategory_Last(String, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the last app in the ordered set where category = ?.
- fetchByCompanyId_First(long, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the first app in the ordered set where companyId = ?.
- fetchByCompanyId_First(long, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the first app in the ordered set where companyId = ?.
- fetchByCompanyId_Last(long, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the last app in the ordered set where companyId = ?.
- fetchByCompanyId_Last(long, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the last app in the ordered set where companyId = ?.
- fetchByContextName_First(String, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the first module in the ordered set where contextName = ?.
- fetchByContextName_First(String, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the first module in the ordered set where contextName = ?.
- fetchByContextName_Last(String, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the last module in the ordered set where contextName = ?.
- fetchByContextName_Last(String, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the last module in the ordered set where contextName = ?.
- fetchByPrimaryKey(long) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the app with the primary key or returns null
if it could not be found.
- fetchByPrimaryKey(long) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the app with the primary key or returns null
if it could not be found.
- fetchByPrimaryKey(long) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the module with the primary key or returns null
if it could not be found.
- fetchByPrimaryKey(long) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the module with the primary key or returns null
if it could not be found.
- fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
- fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
- fetchByRemoteAppId(long) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the app where remoteAppId = ? or returns null
if it could not be found.
- fetchByRemoteAppId(long, boolean) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the app where remoteAppId = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByRemoteAppId(long) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the app where remoteAppId = ? or returns null
if it could not be found.
- fetchByRemoteAppId(long, boolean) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the app where remoteAppId = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByUuid_C_First(String, long, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the first app in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_First(String, long, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the first app in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_First(String, long, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the first module in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_First(String, long, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the first module in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_Last(String, long, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the last app in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_Last(String, long, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the last app in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_Last(String, long, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the last module in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_Last(String, long, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the last module in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_First(String, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the first app in the ordered set where uuid = ?.
- fetchByUuid_First(String, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the first app in the ordered set where uuid = ?.
- fetchByUuid_First(String, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the first module in the ordered set where uuid = ?.
- fetchByUuid_First(String, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the first module in the ordered set where uuid = ?.
- fetchByUuid_Last(String, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the last app in the ordered set where uuid = ?.
- fetchByUuid_Last(String, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the last app in the ordered set where uuid = ?.
- fetchByUuid_Last(String, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the last module in the ordered set where uuid = ?.
- fetchByUuid_Last(String, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the last module in the ordered set where uuid = ?.
- fetchModule(long) - Method in interface com.liferay.marketplace.service.ModuleLocalService
-
- fetchModule(long, String, String, String) - Method in interface com.liferay.marketplace.service.ModuleLocalService
-
- fetchModule(long) - Static method in class com.liferay.marketplace.service.ModuleLocalServiceUtil
-
- fetchModule(long, String, String, String) - Static method in class com.liferay.marketplace.service.ModuleLocalServiceUtil
-
- fetchModule(long) - Method in class com.liferay.marketplace.service.ModuleLocalServiceWrapper
-
- fetchModule(long, String, String, String) - Method in class com.liferay.marketplace.service.ModuleLocalServiceWrapper
-
- fetchModuleByUuidAndCompanyId(String, long) - Method in interface com.liferay.marketplace.service.ModuleLocalService
-
Returns the module with the matching UUID and company.
- fetchModuleByUuidAndCompanyId(String, long) - Static method in class com.liferay.marketplace.service.ModuleLocalServiceUtil
-
Returns the module with the matching UUID and company.
- fetchModuleByUuidAndCompanyId(String, long) - Method in class com.liferay.marketplace.service.ModuleLocalServiceWrapper
-
Returns the module with the matching UUID and company.
- fetchRemoteApp(long) - Method in interface com.liferay.marketplace.service.AppLocalService
-
- fetchRemoteApp(long) - Static method in class com.liferay.marketplace.service.AppLocalServiceUtil
-
- fetchRemoteApp(long) - Method in class com.liferay.marketplace.service.AppLocalServiceWrapper
-
- FileExtensionException - Exception in com.liferay.marketplace.exception
-
- FileExtensionException() - Constructor for exception com.liferay.marketplace.exception.FileExtensionException
-
- FileExtensionException(String) - Constructor for exception com.liferay.marketplace.exception.FileExtensionException
-
- FileExtensionException(String, Throwable) - Constructor for exception com.liferay.marketplace.exception.FileExtensionException
-
- FileExtensionException(Throwable) - Constructor for exception com.liferay.marketplace.exception.FileExtensionException
-
- findAll() - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns all the apps.
- findAll(int, int) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns a range of all the apps.
- findAll(int, int, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns an ordered range of all the apps.
- findAll(int, int, OrderByComparator<App>, boolean) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns an ordered range of all the apps.
- findAll() - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns all the apps.
- findAll(int, int) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns a range of all the apps.
- findAll(int, int, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns an ordered range of all the apps.
- findAll(int, int, OrderByComparator<App>, boolean) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns an ordered range of all the apps.
- findAll() - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns all the modules.
- findAll(int, int) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns a range of all the modules.
- findAll(int, int, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns an ordered range of all the modules.
- findAll(int, int, OrderByComparator<Module>, boolean) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns an ordered range of all the modules.
- findAll() - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns all the modules.
- findAll(int, int) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns a range of all the modules.
- findAll(int, int, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns an ordered range of all the modules.
- findAll(int, int, OrderByComparator<Module>, boolean) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns an ordered range of all the modules.
- findByA_BSN_BV(long, String, String) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the module where appId = ? and bundleSymbolicName = ? and bundleVersion = ? or throws a NoSuchModuleException
if it could not be found.
- findByA_BSN_BV(long, String, String) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the module where appId = ? and bundleSymbolicName = ? and bundleVersion = ? or throws a NoSuchModuleException
if it could not be found.
- findByA_CN(long, String) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the module where appId = ? and contextName = ? or throws a NoSuchModuleException
if it could not be found.
- findByA_CN(long, String) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the module where appId = ? and contextName = ? or throws a NoSuchModuleException
if it could not be found.
- findByAppId(long) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns all the modules where appId = ?.
- findByAppId(long, int, int) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns a range of all the modules where appId = ?.
- findByAppId(long, int, int, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns an ordered range of all the modules where appId = ?.
- findByAppId(long, int, int, OrderByComparator<Module>, boolean) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns an ordered range of all the modules where appId = ?.
- findByAppId(long) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns all the modules where appId = ?.
- findByAppId(long, int, int) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns a range of all the modules where appId = ?.
- findByAppId(long, int, int, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns an ordered range of all the modules where appId = ?.
- findByAppId(long, int, int, OrderByComparator<Module>, boolean) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns an ordered range of all the modules where appId = ?.
- findByAppId_First(long, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the first module in the ordered set where appId = ?.
- findByAppId_First(long, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the first module in the ordered set where appId = ?.
- findByAppId_Last(long, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the last module in the ordered set where appId = ?.
- findByAppId_Last(long, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the last module in the ordered set where appId = ?.
- findByAppId_PrevAndNext(long, long, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the modules before and after the current module in the ordered set where appId = ?.
- findByAppId_PrevAndNext(long, long, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the modules before and after the current module in the ordered set where appId = ?.
- findByBundleSymbolicName(String) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns all the modules where bundleSymbolicName = ?.
- findByBundleSymbolicName(String, int, int) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns a range of all the modules where bundleSymbolicName = ?.
- findByBundleSymbolicName(String, int, int, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns an ordered range of all the modules where bundleSymbolicName = ?.
- findByBundleSymbolicName(String, int, int, OrderByComparator<Module>, boolean) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns an ordered range of all the modules where bundleSymbolicName = ?.
- findByBundleSymbolicName(String) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns all the modules where bundleSymbolicName = ?.
- findByBundleSymbolicName(String, int, int) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns a range of all the modules where bundleSymbolicName = ?.
- findByBundleSymbolicName(String, int, int, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns an ordered range of all the modules where bundleSymbolicName = ?.
- findByBundleSymbolicName(String, int, int, OrderByComparator<Module>, boolean) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns an ordered range of all the modules where bundleSymbolicName = ?.
- findByBundleSymbolicName_First(String, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the first module in the ordered set where bundleSymbolicName = ?.
- findByBundleSymbolicName_First(String, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the first module in the ordered set where bundleSymbolicName = ?.
- findByBundleSymbolicName_Last(String, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the last module in the ordered set where bundleSymbolicName = ?.
- findByBundleSymbolicName_Last(String, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the last module in the ordered set where bundleSymbolicName = ?.
- findByBundleSymbolicName_PrevAndNext(long, String, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the modules before and after the current module in the ordered set where bundleSymbolicName = ?.
- findByBundleSymbolicName_PrevAndNext(long, String, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the modules before and after the current module in the ordered set where bundleSymbolicName = ?.
- findByCategory(String) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns all the apps where category = ?.
- findByCategory(String, int, int) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns a range of all the apps where category = ?.
- findByCategory(String, int, int, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns an ordered range of all the apps where category = ?.
- findByCategory(String, int, int, OrderByComparator<App>, boolean) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns an ordered range of all the apps where category = ?.
- findByCategory(String) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns all the apps where category = ?.
- findByCategory(String, int, int) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns a range of all the apps where category = ?.
- findByCategory(String, int, int, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns an ordered range of all the apps where category = ?.
- findByCategory(String, int, int, OrderByComparator<App>, boolean) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns an ordered range of all the apps where category = ?.
- findByCategory_First(String, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the first app in the ordered set where category = ?.
- findByCategory_First(String, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the first app in the ordered set where category = ?.
- findByCategory_Last(String, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the last app in the ordered set where category = ?.
- findByCategory_Last(String, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the last app in the ordered set where category = ?.
- findByCategory_PrevAndNext(long, String, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the apps before and after the current app in the ordered set where category = ?.
- findByCategory_PrevAndNext(long, String, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the apps before and after the current app in the ordered set where category = ?.
- findByCompanyId(long) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns all the apps where companyId = ?.
- findByCompanyId(long, int, int) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns a range of all the apps where companyId = ?.
- findByCompanyId(long, int, int, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns an ordered range of all the apps where companyId = ?.
- findByCompanyId(long, int, int, OrderByComparator<App>, boolean) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns an ordered range of all the apps where companyId = ?.
- findByCompanyId(long) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns all the apps where companyId = ?.
- findByCompanyId(long, int, int) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns a range of all the apps where companyId = ?.
- findByCompanyId(long, int, int, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns an ordered range of all the apps where companyId = ?.
- findByCompanyId(long, int, int, OrderByComparator<App>, boolean) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns an ordered range of all the apps where companyId = ?.
- findByCompanyId_First(long, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the first app in the ordered set where companyId = ?.
- findByCompanyId_First(long, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the first app in the ordered set where companyId = ?.
- findByCompanyId_Last(long, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the last app in the ordered set where companyId = ?.
- findByCompanyId_Last(long, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the last app in the ordered set where companyId = ?.
- findByCompanyId_PrevAndNext(long, long, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the apps before and after the current app in the ordered set where companyId = ?.
- findByCompanyId_PrevAndNext(long, long, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the apps before and after the current app in the ordered set where companyId = ?.
- findByContextName(String) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns all the modules where contextName = ?.
- findByContextName(String, int, int) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns a range of all the modules where contextName = ?.
- findByContextName(String, int, int, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns an ordered range of all the modules where contextName = ?.
- findByContextName(String, int, int, OrderByComparator<Module>, boolean) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns an ordered range of all the modules where contextName = ?.
- findByContextName(String) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns all the modules where contextName = ?.
- findByContextName(String, int, int) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns a range of all the modules where contextName = ?.
- findByContextName(String, int, int, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns an ordered range of all the modules where contextName = ?.
- findByContextName(String, int, int, OrderByComparator<Module>, boolean) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns an ordered range of all the modules where contextName = ?.
- findByContextName_First(String, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the first module in the ordered set where contextName = ?.
- findByContextName_First(String, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the first module in the ordered set where contextName = ?.
- findByContextName_Last(String, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the last module in the ordered set where contextName = ?.
- findByContextName_Last(String, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the last module in the ordered set where contextName = ?.
- findByContextName_PrevAndNext(long, String, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the modules before and after the current module in the ordered set where contextName = ?.
- findByContextName_PrevAndNext(long, String, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the modules before and after the current module in the ordered set where contextName = ?.
- findByPrimaryKey(long) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the app with the primary key or throws a NoSuchAppException
if it could not be found.
- findByPrimaryKey(long) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the app with the primary key or throws a NoSuchAppException
if it could not be found.
- findByPrimaryKey(long) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the module with the primary key or throws a NoSuchModuleException
if it could not be found.
- findByPrimaryKey(long) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the module with the primary key or throws a NoSuchModuleException
if it could not be found.
- findByRemoteAppId(long) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the app where remoteAppId = ? or throws a NoSuchAppException
if it could not be found.
- findByRemoteAppId(long) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the app where remoteAppId = ? or throws a NoSuchAppException
if it could not be found.
- findByUuid(String) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns all the apps where uuid = ?.
- findByUuid(String, int, int) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns a range of all the apps where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns an ordered range of all the apps where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<App>, boolean) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns an ordered range of all the apps where uuid = ?.
- findByUuid(String) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns all the apps where uuid = ?.
- findByUuid(String, int, int) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns a range of all the apps where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns an ordered range of all the apps where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<App>, boolean) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns an ordered range of all the apps where uuid = ?.
- findByUuid(String) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns all the modules where uuid = ?.
- findByUuid(String, int, int) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns a range of all the modules where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns an ordered range of all the modules where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<Module>, boolean) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns an ordered range of all the modules where uuid = ?.
- findByUuid(String) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns all the modules where uuid = ?.
- findByUuid(String, int, int) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns a range of all the modules where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns an ordered range of all the modules where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<Module>, boolean) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns an ordered range of all the modules where uuid = ?.
- findByUuid_C(String, long) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns all the apps where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns a range of all the apps where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns an ordered range of all the apps where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<App>, boolean) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns an ordered range of all the apps where uuid = ? and companyId = ?.
- findByUuid_C(String, long) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns all the apps where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns a range of all the apps where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns an ordered range of all the apps where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<App>, boolean) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns an ordered range of all the apps where uuid = ? and companyId = ?.
- findByUuid_C(String, long) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns all the modules where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns a range of all the modules where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns an ordered range of all the modules where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<Module>, boolean) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns an ordered range of all the modules where uuid = ? and companyId = ?.
- findByUuid_C(String, long) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns all the modules where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns a range of all the modules where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns an ordered range of all the modules where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<Module>, boolean) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns an ordered range of all the modules where uuid = ? and companyId = ?.
- findByUuid_C_First(String, long, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the first app in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_First(String, long, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the first app in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_First(String, long, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the first module in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_First(String, long, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the first module in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_Last(String, long, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the last app in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_Last(String, long, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the last app in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_Last(String, long, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the last module in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_Last(String, long, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the last module in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the apps before and after the current app in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the apps before and after the current app in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the modules before and after the current module in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the modules before and after the current module in the ordered set where uuid = ? and companyId = ?.
- findByUuid_First(String, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the first app in the ordered set where uuid = ?.
- findByUuid_First(String, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the first app in the ordered set where uuid = ?.
- findByUuid_First(String, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the first module in the ordered set where uuid = ?.
- findByUuid_First(String, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the first module in the ordered set where uuid = ?.
- findByUuid_Last(String, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the last app in the ordered set where uuid = ?.
- findByUuid_Last(String, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the last app in the ordered set where uuid = ?.
- findByUuid_Last(String, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the last module in the ordered set where uuid = ?.
- findByUuid_Last(String, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the last module in the ordered set where uuid = ?.
- findByUuid_PrevAndNext(long, String, OrderByComparator<App>) - Method in interface com.liferay.marketplace.service.persistence.AppPersistence
-
Returns the apps before and after the current app in the ordered set where uuid = ?.
- findByUuid_PrevAndNext(long, String, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
Returns the apps before and after the current app in the ordered set where uuid = ?.
- findByUuid_PrevAndNext(long, String, OrderByComparator<Module>) - Method in interface com.liferay.marketplace.service.persistence.ModulePersistence
-
Returns the modules before and after the current module in the ordered set where uuid = ?.
- findByUuid_PrevAndNext(long, String, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
Returns the modules before and after the current module in the ordered set where uuid = ?.
- findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
- findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
- findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<App>) - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
- findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
- findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
- findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<Module>) - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
- getActionableDynamicQuery() - Method in interface com.liferay.marketplace.service.AppLocalService
-
- getActionableDynamicQuery() - Static method in class com.liferay.marketplace.service.AppLocalServiceUtil
-
- getActionableDynamicQuery() - Method in class com.liferay.marketplace.service.AppLocalServiceWrapper
-
- getActionableDynamicQuery() - Method in interface com.liferay.marketplace.service.ModuleLocalService
-
- getActionableDynamicQuery() - Static method in class com.liferay.marketplace.service.ModuleLocalServiceUtil
-
- getActionableDynamicQuery() - Method in class com.liferay.marketplace.service.ModuleLocalServiceWrapper
-
- getApp(long) - Method in interface com.liferay.marketplace.service.AppLocalService
-
Returns the app with the primary key.
- getApp(long) - Static method in class com.liferay.marketplace.service.AppLocalServiceUtil
-
Returns the app with the primary key.
- getApp(long) - Method in class com.liferay.marketplace.service.AppLocalServiceWrapper
-
Returns the app with the primary key.
- getAppByUuidAndCompanyId(String, long) - Method in interface com.liferay.marketplace.service.AppLocalService
-
Returns the app with the matching UUID and company.
- getAppByUuidAndCompanyId(String, long) - Static method in class com.liferay.marketplace.service.AppLocalServiceUtil
-
Returns the app with the matching UUID and company.
- getAppByUuidAndCompanyId(String, long) - Method in class com.liferay.marketplace.service.AppLocalServiceWrapper
-
Returns the app with the matching UUID and company.
- getAppId() - Method in interface com.liferay.marketplace.model.AppModel
-
Returns the app ID of this app.
- getAppId() - Method in class com.liferay.marketplace.model.AppWrapper
-
Returns the app ID of this app.
- getAppId() - Method in interface com.liferay.marketplace.model.ModuleModel
-
Returns the app ID of this module.
- getAppId() - Method in class com.liferay.marketplace.model.ModuleWrapper
-
Returns the app ID of this module.
- getApps(int, int) - Method in interface com.liferay.marketplace.service.AppLocalService
-
Returns a range of all the apps.
- getApps(String) - Method in interface com.liferay.marketplace.service.AppLocalService
-
- getApps(int, int) - Static method in class com.liferay.marketplace.service.AppLocalServiceUtil
-
Returns a range of all the apps.
- getApps(String) - Static method in class com.liferay.marketplace.service.AppLocalServiceUtil
-
- getApps(int, int) - Method in class com.liferay.marketplace.service.AppLocalServiceWrapper
-
Returns a range of all the apps.
- getApps(String) - Method in class com.liferay.marketplace.service.AppLocalServiceWrapper
-
- getAppsCount() - Method in interface com.liferay.marketplace.service.AppLocalService
-
Returns the number of apps.
- getAppsCount() - Static method in class com.liferay.marketplace.service.AppLocalServiceUtil
-
Returns the number of apps.
- getAppsCount() - Method in class com.liferay.marketplace.service.AppLocalServiceWrapper
-
Returns the number of apps.
- getBasePersistence() - Method in class com.liferay.marketplace.service.AppLocalServiceWrapper
-
- getBasePersistence() - Method in class com.liferay.marketplace.service.ModuleLocalServiceWrapper
-
- getBundle(String, String) - Method in interface com.liferay.marketplace.bundle.BundleManager
-
- getBundles() - Method in interface com.liferay.marketplace.bundle.BundleManager
-
- getBundleSymbolicName() - Method in interface com.liferay.marketplace.model.ModuleModel
-
Returns the bundle symbolic name of this module.
- getBundleSymbolicName() - Method in class com.liferay.marketplace.model.ModuleWrapper
-
Returns the bundle symbolic name of this module.
- getBundleVersion() - Method in interface com.liferay.marketplace.model.ModuleModel
-
Returns the bundle version of this module.
- getBundleVersion() - Method in class com.liferay.marketplace.model.ModuleWrapper
-
Returns the bundle version of this module.
- getCategory() - Method in interface com.liferay.marketplace.model.AppModel
-
Returns the category of this app.
- getCategory() - Method in class com.liferay.marketplace.model.AppWrapper
-
Returns the category of this app.
- getCompanyId() - Method in interface com.liferay.marketplace.model.AppModel
-
Returns the company ID of this app.
- getCompanyId() - Method in class com.liferay.marketplace.model.AppWrapper
-
Returns the company ID of this app.
- getCompanyId() - Method in interface com.liferay.marketplace.model.ModuleModel
-
Returns the company ID of this module.
- getCompanyId() - Method in class com.liferay.marketplace.model.ModuleWrapper
-
Returns the company ID of this module.
- getContextName() - Method in interface com.liferay.marketplace.model.ModuleModel
-
Returns the context name of this module.
- getContextName() - Method in class com.liferay.marketplace.model.ModuleWrapper
-
Returns the context name of this module.
- getContextNames() - Method in interface com.liferay.marketplace.model.App
-
- getContextNames() - Method in class com.liferay.marketplace.model.AppWrapper
-
- getCreateDate() - Method in interface com.liferay.marketplace.model.AppModel
-
Returns the create date of this app.
- getCreateDate() - Method in class com.liferay.marketplace.model.AppWrapper
-
Returns the create date of this app.
- getDescription() - Method in interface com.liferay.marketplace.model.AppModel
-
Returns the description of this app.
- getDescription() - Method in class com.liferay.marketplace.model.AppWrapper
-
Returns the description of this app.
- getExportActionableDynamicQuery(PortletDataContext) - Method in interface com.liferay.marketplace.service.AppLocalService
-
- getExportActionableDynamicQuery(PortletDataContext) - Static method in class com.liferay.marketplace.service.AppLocalServiceUtil
-
- getExportActionableDynamicQuery(PortletDataContext) - Method in class com.liferay.marketplace.service.AppLocalServiceWrapper
-
- getFileDir() - Method in interface com.liferay.marketplace.model.App
-
- getFileDir() - Method in class com.liferay.marketplace.model.AppWrapper
-
- getFileName() - Method in interface com.liferay.marketplace.model.App
-
- getFileName() - Method in class com.liferay.marketplace.model.AppWrapper
-
- getFilePath() - Method in interface com.liferay.marketplace.model.App
-
- getFilePath() - Method in class com.liferay.marketplace.model.AppWrapper
-
- getIconURL() - Method in interface com.liferay.marketplace.model.AppModel
-
Returns the icon url of this app.
- getIconURL() - Method in class com.liferay.marketplace.model.AppWrapper
-
Returns the icon url of this app.
- getIndexableActionableDynamicQuery() - Method in interface com.liferay.marketplace.service.AppLocalService
-
- getIndexableActionableDynamicQuery() - Static method in class com.liferay.marketplace.service.AppLocalServiceUtil
-
- getIndexableActionableDynamicQuery() - Method in class com.liferay.marketplace.service.AppLocalServiceWrapper
-
- getIndexableActionableDynamicQuery() - Method in interface com.liferay.marketplace.service.ModuleLocalService
-
- getIndexableActionableDynamicQuery() - Static method in class com.liferay.marketplace.service.ModuleLocalServiceUtil
-
- getIndexableActionableDynamicQuery() - Method in class com.liferay.marketplace.service.ModuleLocalServiceWrapper
-
- getInstalledApps() - Method in interface com.liferay.marketplace.service.AppLocalService
-
- getInstalledApps(String) - Method in interface com.liferay.marketplace.service.AppLocalService
-
- getInstalledApps() - Static method in class com.liferay.marketplace.service.AppLocalServiceUtil
-
- getInstalledApps(String) - Static method in class com.liferay.marketplace.service.AppLocalServiceUtil
-
- getInstalledApps() - Method in class com.liferay.marketplace.service.AppLocalServiceWrapper
-
- getInstalledApps(String) - Method in class com.liferay.marketplace.service.AppLocalServiceWrapper
-
- getInstalledBundles() - Method in interface com.liferay.marketplace.bundle.BundleManager
-
- getModelAttributes() - Method in class com.liferay.marketplace.model.AppWrapper
-
- getModelAttributes() - Method in class com.liferay.marketplace.model.ModuleWrapper
-
- getModifiedDate() - Method in interface com.liferay.marketplace.model.AppModel
-
Returns the modified date of this app.
- getModifiedDate() - Method in class com.liferay.marketplace.model.AppWrapper
-
Returns the modified date of this app.
- getModule(long) - Method in interface com.liferay.marketplace.service.ModuleLocalService
-
Returns the module with the primary key.
- getModule(long) - Static method in class com.liferay.marketplace.service.ModuleLocalServiceUtil
-
Returns the module with the primary key.
- getModule(long) - Method in class com.liferay.marketplace.service.ModuleLocalServiceWrapper
-
Returns the module with the primary key.
- getModuleByUuidAndCompanyId(String, long) - Method in interface com.liferay.marketplace.service.ModuleLocalService
-
Returns the module with the matching UUID and company.
- getModuleByUuidAndCompanyId(String, long) - Static method in class com.liferay.marketplace.service.ModuleLocalServiceUtil
-
Returns the module with the matching UUID and company.
- getModuleByUuidAndCompanyId(String, long) - Method in class com.liferay.marketplace.service.ModuleLocalServiceWrapper
-
Returns the module with the matching UUID and company.
- getModuleId() - Method in interface com.liferay.marketplace.model.ModuleModel
-
Returns the module ID of this module.
- getModuleId() - Method in class com.liferay.marketplace.model.ModuleWrapper
-
Returns the module ID of this module.
- getModules(int, int) - Method in interface com.liferay.marketplace.service.ModuleLocalService
-
Returns a range of all the modules.
- getModules(long) - Method in interface com.liferay.marketplace.service.ModuleLocalService
-
- getModules(int, int) - Static method in class com.liferay.marketplace.service.ModuleLocalServiceUtil
-
Returns a range of all the modules.
- getModules(long) - Static method in class com.liferay.marketplace.service.ModuleLocalServiceUtil
-
- getModules(int, int) - Method in class com.liferay.marketplace.service.ModuleLocalServiceWrapper
-
Returns a range of all the modules.
- getModules(long) - Method in class com.liferay.marketplace.service.ModuleLocalServiceWrapper
-
- getModulesCount() - Method in interface com.liferay.marketplace.service.ModuleLocalService
-
Returns the number of modules.
- getModulesCount() - Static method in class com.liferay.marketplace.service.ModuleLocalServiceUtil
-
Returns the number of modules.
- getModulesCount() - Method in class com.liferay.marketplace.service.ModuleLocalServiceWrapper
-
Returns the number of modules.
- getOrderBy() - Method in class com.liferay.marketplace.util.comparator.AppTitleComparator
-
- getOrderByFields() - Method in class com.liferay.marketplace.util.comparator.AppTitleComparator
-
- getOSGiServiceIdentifier() - Method in interface com.liferay.marketplace.service.AppLocalService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.marketplace.service.AppLocalServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.marketplace.service.AppLocalServiceWrapper
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in interface com.liferay.marketplace.service.AppService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.marketplace.service.AppServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.marketplace.service.AppServiceWrapper
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in interface com.liferay.marketplace.service.ModuleLocalService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.marketplace.service.ModuleLocalServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.marketplace.service.ModuleLocalServiceWrapper
-
Returns the OSGi service identifier.
- getPersistedModel(Serializable) - Method in interface com.liferay.marketplace.service.AppLocalService
-
- getPersistedModel(Serializable) - Static method in class com.liferay.marketplace.service.AppLocalServiceUtil
-
- getPersistedModel(Serializable) - Method in class com.liferay.marketplace.service.AppLocalServiceWrapper
-
- getPersistedModel(Serializable) - Method in interface com.liferay.marketplace.service.ModuleLocalService
-
- getPersistedModel(Serializable) - Static method in class com.liferay.marketplace.service.ModuleLocalServiceUtil
-
- getPersistedModel(Serializable) - Method in class com.liferay.marketplace.service.ModuleLocalServiceWrapper
-
- getPersistence() - Static method in class com.liferay.marketplace.service.persistence.AppUtil
-
- getPersistence() - Static method in class com.liferay.marketplace.service.persistence.ModuleUtil
-
- getPrepackagedApps() - Method in interface com.liferay.marketplace.service.AppLocalService
-
- getPrepackagedApps() - Static method in class com.liferay.marketplace.service.AppLocalServiceUtil
-
- getPrepackagedApps() - Method in class com.liferay.marketplace.service.AppLocalServiceWrapper
-
- getPrimaryKey() - Method in interface com.liferay.marketplace.model.AppModel
-
Returns the primary key of this app.
- getPrimaryKey() - Method in class com.liferay.marketplace.model.AppWrapper
-
Returns the primary key of this app.
- getPrimaryKey() - Method in interface com.liferay.marketplace.model.ModuleModel
-
Returns the primary key of this module.
- getPrimaryKey() - Method in class com.liferay.marketplace.model.ModuleWrapper
-
Returns the primary key of this module.
- getRemoteAppId() - Method in interface com.liferay.marketplace.model.AppModel
-
Returns the remote app ID of this app.
- getRemoteAppId() - Method in class com.liferay.marketplace.model.AppWrapper
-
Returns the remote app ID of this app.
- getRequired() - Method in interface com.liferay.marketplace.model.AppModel
-
Returns the required of this app.
- getRequired() - Method in class com.liferay.marketplace.model.AppWrapper
-
Returns the required of this app.
- getService() - Static method in class com.liferay.marketplace.service.AppLocalServiceUtil
-
- getService() - Static method in class com.liferay.marketplace.service.AppServiceUtil
-
- getService() - Static method in class com.liferay.marketplace.service.ModuleLocalServiceUtil
-
- getStagedModelType() - Method in class com.liferay.marketplace.model.AppWrapper
-
- getTitle() - Method in interface com.liferay.marketplace.model.AppModel
-
Returns the title of this app.
- getTitle() - Method in class com.liferay.marketplace.model.AppWrapper
-
Returns the title of this app.
- getUserId() - Method in interface com.liferay.marketplace.model.AppModel
-
Returns the user ID of this app.
- getUserId() - Method in class com.liferay.marketplace.model.AppWrapper
-
Returns the user ID of this app.
- getUserName() - Method in interface com.liferay.marketplace.model.AppModel
-
Returns the user name of this app.
- getUserName() - Method in class com.liferay.marketplace.model.AppWrapper
-
Returns the user name of this app.
- getUserUuid() - Method in interface com.liferay.marketplace.model.AppModel
-
Returns the user uuid of this app.
- getUserUuid() - Method in class com.liferay.marketplace.model.AppWrapper
-
Returns the user uuid of this app.
- getUuid() - Method in interface com.liferay.marketplace.model.AppModel
-
Returns the uuid of this app.
- getUuid() - Method in class com.liferay.marketplace.model.AppWrapper
-
Returns the uuid of this app.
- getUuid() - Method in interface com.liferay.marketplace.model.ModuleModel
-
Returns the uuid of this module.
- getUuid() - Method in class com.liferay.marketplace.model.ModuleWrapper
-
Returns the uuid of this module.
- getVersion() - Method in interface com.liferay.marketplace.model.AppModel
-
Returns the version of this app.
- getVersion() - Method in class com.liferay.marketplace.model.AppWrapper
-
Returns the version of this app.
- getWrappedService() - Method in class com.liferay.marketplace.service.AppLocalServiceWrapper
-
- getWrappedService() - Method in class com.liferay.marketplace.service.AppServiceWrapper
-
- getWrappedService() - Method in class com.liferay.marketplace.service.ModuleLocalServiceWrapper
-