Index

A C D E F G I L M N P R S T U W 
All Classes and Interfaces|All Packages|Serialized Form

A

addLaunchEntry(LaunchEntry) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
Adds the launch entry to the database.
addLaunchEntry(LaunchEntry) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
Adds the launch entry to the database.
addLaunchEntry(LaunchEntry) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
Adds the launch entry to the database.
addLaunchEntry(String, long, long, long, long, String) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
 
addLaunchEntry(String, long, long, long, long, String) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
 
addLaunchEntry(String, long, long, long, long, String) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
 
addLaunchSet(LaunchSet) - Method in interface com.liferay.launch.service.LaunchSetLocalService
Adds the launch set to the database.
addLaunchSet(LaunchSet) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
Adds the launch set to the database.
addLaunchSet(LaunchSet) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
Adds the launch set to the database.
addLaunchSet(String, long, String, String) - Method in interface com.liferay.launch.service.LaunchSetLocalService
 
addLaunchSet(String, long, String, String) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
 
addLaunchSet(String, long, String, String) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
 

C

cacheResult(LaunchEntry) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Caches the launch entry in the entity cache if it is enabled.
cacheResult(LaunchEntry) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Caches the launch entry in the entity cache if it is enabled.
cacheResult(LaunchSet) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Caches the launch set in the entity cache if it is enabled.
cacheResult(LaunchSet) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Caches the launch set in the entity cache if it is enabled.
cacheResult(List<LaunchEntry>) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Caches the launch entries in the entity cache if it is enabled.
cacheResult(List<LaunchEntry>) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Caches the launch entries in the entity cache if it is enabled.
cacheResult(List<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Caches the launch sets in the entity cache if it is enabled.
cacheResult(List<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Caches the launch sets in the entity cache if it is enabled.
classNameId - Variable in class com.liferay.launch.model.LaunchEntryTable
 
classPK - Variable in class com.liferay.launch.model.LaunchEntryTable
 
classVersion - Variable in class com.liferay.launch.model.LaunchEntryTable
 
clearCache() - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
 
clearCache() - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
 
clearCache(LaunchEntry) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
 
clearCache(LaunchSet) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
 
cloneWithOriginalValues() - Method in interface com.liferay.launch.model.LaunchEntryModel
 
cloneWithOriginalValues() - Method in class com.liferay.launch.model.LaunchEntryWrapper
 
cloneWithOriginalValues() - Method in interface com.liferay.launch.model.LaunchSetModel
 
cloneWithOriginalValues() - Method in class com.liferay.launch.model.LaunchSetWrapper
 
com.liferay.launch.exception - package com.liferay.launch.exception
 
com.liferay.launch.model - package com.liferay.launch.model
 
com.liferay.launch.service - package com.liferay.launch.service
 
com.liferay.launch.service.persistence - package com.liferay.launch.service.persistence
 
companyId - Variable in class com.liferay.launch.model.LaunchEntryTable
 
companyId - Variable in class com.liferay.launch.model.LaunchSetTable
 
countAll() - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the number of launch entries.
countAll() - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the number of launch entries.
countAll() - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the number of launch sets.
countAll() - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the number of launch sets.
countByC_C_C(long, long, String) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the number of launch entries where classNameId = ? and classPK = ? and classVersion = ?.
countByC_C_C(long, long, String) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the number of launch entries where classNameId = ? and classPK = ? and classVersion = ?.
countByC_S(long, int) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the number of launch sets where companyId = ? and status = ?.
countByC_S(long, int) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the number of launch sets where companyId = ? and status = ?.
countByC_S(long, int[]) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the number of launch sets where companyId = ? and status = any ?.
countByC_S(long, int[]) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the number of launch sets where companyId = ? and status = any ?.
countByC_U(long, long) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the number of launch sets where companyId = ? and userId = ?.
countByC_U(long, long) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the number of launch sets where companyId = ? and userId = ?.
countByCompanyId(long) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the number of launch sets where companyId = ?.
countByCompanyId(long) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the number of launch sets where companyId = ?.
countByERC_C(String, long) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the number of launch entries where externalReferenceCode = ? and companyId = ?.
countByERC_C(String, long) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the number of launch entries where externalReferenceCode = ? and companyId = ?.
countByERC_C(String, long) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the number of launch sets where externalReferenceCode = ? and companyId = ?.
countByERC_C(String, long) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the number of launch sets where externalReferenceCode = ? and companyId = ?.
countByLaunchSetId(long) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the number of launch entries where launchSetId = ?.
countByLaunchSetId(long) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the number of launch entries where launchSetId = ?.
countByUuid(String) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the number of launch entries where uuid = ?.
countByUuid(String) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the number of launch entries where uuid = ?.
countByUuid(String) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the number of launch sets where uuid = ?.
countByUuid(String) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the number of launch sets where uuid = ?.
countByUuid_C(String, long) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the number of launch entries where uuid = ? and companyId = ?.
countByUuid_C(String, long) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the number of launch entries where uuid = ? and companyId = ?.
countByUuid_C(String, long) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the number of launch sets where uuid = ? and companyId = ?.
countByUuid_C(String, long) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the number of launch sets where uuid = ? and companyId = ?.
countWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
 
countWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
 
create(long) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Creates a new launch entry with the primary key.
create(long) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Creates a new launch entry with the primary key.
create(long) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Creates a new launch set with the primary key.
create(long) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Creates a new launch set with the primary key.
createDate - Variable in class com.liferay.launch.model.LaunchEntryTable
 
createDate - Variable in class com.liferay.launch.model.LaunchSetTable
 
createLaunchEntry(long) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
Creates a new launch entry with the primary key.
createLaunchEntry(long) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
Creates a new launch entry with the primary key.
createLaunchEntry(long) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
Creates a new launch entry with the primary key.
createLaunchSet(long) - Method in interface com.liferay.launch.service.LaunchSetLocalService
Creates a new launch set with the primary key.
createLaunchSet(long) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
Creates a new launch set with the primary key.
createLaunchSet(long) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
Creates a new launch set with the primary key.
createPersistedModel(Serializable) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
 
createPersistedModel(Serializable) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
 
createPersistedModel(Serializable) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
 
createPersistedModel(Serializable) - Method in interface com.liferay.launch.service.LaunchSetLocalService
 
createPersistedModel(Serializable) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
 
createPersistedModel(Serializable) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
 

D

deleteLaunchEntry(long) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
Deletes the launch entry with the primary key from the database.
deleteLaunchEntry(long) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
Deletes the launch entry with the primary key from the database.
deleteLaunchEntry(long) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
Deletes the launch entry with the primary key from the database.
deleteLaunchEntry(LaunchEntry) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
Deletes the launch entry from the database.
deleteLaunchEntry(LaunchEntry) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
Deletes the launch entry from the database.
deleteLaunchEntry(LaunchEntry) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
Deletes the launch entry from the database.
deleteLaunchSet(long) - Method in interface com.liferay.launch.service.LaunchSetLocalService
Deletes the launch set with the primary key from the database.
deleteLaunchSet(long) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
Deletes the launch set with the primary key from the database.
deleteLaunchSet(long) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
Deletes the launch set with the primary key from the database.
deleteLaunchSet(LaunchSet) - Method in interface com.liferay.launch.service.LaunchSetLocalService
Deletes the launch set from the database.
deleteLaunchSet(LaunchSet) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
Deletes the launch set from the database.
deleteLaunchSet(LaunchSet) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
Deletes the launch set from the database.
deletePersistedModel(PersistedModel) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
 
deletePersistedModel(PersistedModel) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
 
deletePersistedModel(PersistedModel) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
 
deletePersistedModel(PersistedModel) - Method in interface com.liferay.launch.service.LaunchSetLocalService
 
deletePersistedModel(PersistedModel) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
 
deletePersistedModel(PersistedModel) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
 
description - Variable in class com.liferay.launch.model.LaunchSetTable
 
dslQuery(DSLQuery) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
 
dslQuery(DSLQuery) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
 
dslQuery(DSLQuery) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
 
dslQuery(DSLQuery) - Method in interface com.liferay.launch.service.LaunchSetLocalService
 
dslQuery(DSLQuery) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
 
dslQuery(DSLQuery) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
 
dslQueryCount(DSLQuery) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
 
dslQueryCount(DSLQuery) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
 
dslQueryCount(DSLQuery) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
 
dslQueryCount(DSLQuery) - Method in interface com.liferay.launch.service.LaunchSetLocalService
 
dslQueryCount(DSLQuery) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
 
dslQueryCount(DSLQuery) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
 
DuplicateLaunchEntryExternalReferenceCodeException - Exception Class in com.liferay.launch.exception
 
DuplicateLaunchEntryExternalReferenceCodeException() - Constructor for exception class com.liferay.launch.exception.DuplicateLaunchEntryExternalReferenceCodeException
 
DuplicateLaunchEntryExternalReferenceCodeException(String) - Constructor for exception class com.liferay.launch.exception.DuplicateLaunchEntryExternalReferenceCodeException
 
DuplicateLaunchEntryExternalReferenceCodeException(String, Throwable) - Constructor for exception class com.liferay.launch.exception.DuplicateLaunchEntryExternalReferenceCodeException
 
DuplicateLaunchEntryExternalReferenceCodeException(Throwable) - Constructor for exception class com.liferay.launch.exception.DuplicateLaunchEntryExternalReferenceCodeException
 
DuplicateLaunchSetExternalReferenceCodeException - Exception Class in com.liferay.launch.exception
 
DuplicateLaunchSetExternalReferenceCodeException() - Constructor for exception class com.liferay.launch.exception.DuplicateLaunchSetExternalReferenceCodeException
 
DuplicateLaunchSetExternalReferenceCodeException(String) - Constructor for exception class com.liferay.launch.exception.DuplicateLaunchSetExternalReferenceCodeException
 
DuplicateLaunchSetExternalReferenceCodeException(String, Throwable) - Constructor for exception class com.liferay.launch.exception.DuplicateLaunchSetExternalReferenceCodeException
 
DuplicateLaunchSetExternalReferenceCodeException(Throwable) - Constructor for exception class com.liferay.launch.exception.DuplicateLaunchSetExternalReferenceCodeException
 
dynamicQuery() - Method in interface com.liferay.launch.service.LaunchEntryLocalService
 
dynamicQuery() - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
 
dynamicQuery() - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
 
dynamicQuery() - Method in interface com.liferay.launch.service.LaunchSetLocalService
 
dynamicQuery() - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
 
dynamicQuery() - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
 
dynamicQuery(DynamicQuery) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery) - Method in interface com.liferay.launch.service.LaunchSetLocalService
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
Performs a dynamic query on the database and returns a range of the matching rows.
dynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
Performs a dynamic query on the database and returns a range of the matching rows.
dynamicQuery(DynamicQuery, int, int) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
Performs a dynamic query on the database and returns a range of the matching rows.
dynamicQuery(DynamicQuery, int, int) - Method in interface com.liferay.launch.service.LaunchSetLocalService
Performs a dynamic query on the database and returns a range of the matching rows.
dynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
Performs a dynamic query on the database and returns a range of the matching rows.
dynamicQuery(DynamicQuery, int, int) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
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.launch.service.LaunchEntryLocalService
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Method in interface com.liferay.launch.service.LaunchSetLocalService
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQueryCount(DynamicQuery) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery) - Method in interface com.liferay.launch.service.LaunchSetLocalService
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Method in interface com.liferay.launch.service.LaunchSetLocalService
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
Returns the number of rows matching the dynamic query.

E

externalReferenceCode - Variable in class com.liferay.launch.model.LaunchEntryTable
 
externalReferenceCode - Variable in class com.liferay.launch.model.LaunchSetTable
 

F

fetchByC_C_C(long, long, String) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the launch entry where classNameId = ? and classPK = ? and classVersion = ? or returns null if it could not be found.
fetchByC_C_C(long, long, String) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the launch entry where classNameId = ? and classPK = ? and classVersion = ? or returns null if it could not be found.
fetchByC_C_C(long, long, String, boolean) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the launch entry where classNameId = ? and classPK = ? and classVersion = ? or returns null if it could not be found, optionally using the finder cache.
fetchByC_C_C(long, long, String, boolean) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the launch entry where classNameId = ? and classPK = ? and classVersion = ? or returns null if it could not be found, optionally using the finder cache.
fetchByC_S_First(long, int, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the first launch set in the ordered set where companyId = ? and status = ?.
fetchByC_S_First(long, int, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the first launch set in the ordered set where companyId = ? and status = ?.
fetchByC_S_Last(long, int, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the last launch set in the ordered set where companyId = ? and status = ?.
fetchByC_S_Last(long, int, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the last launch set in the ordered set where companyId = ? and status = ?.
fetchByC_U_First(long, long, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the first launch set in the ordered set where companyId = ? and userId = ?.
fetchByC_U_First(long, long, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the first launch set in the ordered set where companyId = ? and userId = ?.
fetchByC_U_Last(long, long, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the last launch set in the ordered set where companyId = ? and userId = ?.
fetchByC_U_Last(long, long, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the last launch set in the ordered set where companyId = ? and userId = ?.
fetchByCompanyId_First(long, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the first launch set in the ordered set where companyId = ?.
fetchByCompanyId_First(long, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the first launch set in the ordered set where companyId = ?.
fetchByCompanyId_Last(long, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the last launch set in the ordered set where companyId = ?.
fetchByCompanyId_Last(long, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the last launch set in the ordered set where companyId = ?.
fetchByERC_C(String, long) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the launch entry where externalReferenceCode = ? and companyId = ? or returns null if it could not be found.
fetchByERC_C(String, long) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the launch entry where externalReferenceCode = ? and companyId = ? or returns null if it could not be found.
fetchByERC_C(String, long) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the launch set where externalReferenceCode = ? and companyId = ? or returns null if it could not be found.
fetchByERC_C(String, long) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the launch set where externalReferenceCode = ? and companyId = ? or returns null if it could not be found.
fetchByERC_C(String, long, boolean) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the launch entry where externalReferenceCode = ? and companyId = ? or returns null if it could not be found, optionally using the finder cache.
fetchByERC_C(String, long, boolean) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the launch entry where externalReferenceCode = ? and companyId = ? or returns null if it could not be found, optionally using the finder cache.
fetchByERC_C(String, long, boolean) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the launch set where externalReferenceCode = ? and companyId = ? or returns null if it could not be found, optionally using the finder cache.
fetchByERC_C(String, long, boolean) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the launch set where externalReferenceCode = ? and companyId = ? or returns null if it could not be found, optionally using the finder cache.
fetchByLaunchSetId_First(long, OrderByComparator<LaunchEntry>) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the first launch entry in the ordered set where launchSetId = ?.
fetchByLaunchSetId_First(long, OrderByComparator<LaunchEntry>) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the first launch entry in the ordered set where launchSetId = ?.
fetchByLaunchSetId_Last(long, OrderByComparator<LaunchEntry>) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the last launch entry in the ordered set where launchSetId = ?.
fetchByLaunchSetId_Last(long, OrderByComparator<LaunchEntry>) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the last launch entry in the ordered set where launchSetId = ?.
fetchByPrimaryKey(long) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the launch entry with the primary key or returns null if it could not be found.
fetchByPrimaryKey(long) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the launch entry with the primary key or returns null if it could not be found.
fetchByPrimaryKey(long) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the launch set with the primary key or returns null if it could not be found.
fetchByPrimaryKey(long) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the launch set with the primary key or returns null if it could not be found.
fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
 
fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
 
fetchByUuid_C_First(String, long, OrderByComparator<LaunchEntry>) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the first launch entry in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_C_First(String, long, OrderByComparator<LaunchEntry>) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the first launch entry in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_C_First(String, long, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the first launch set in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_C_First(String, long, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the first launch set in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_C_Last(String, long, OrderByComparator<LaunchEntry>) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the last launch entry in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_C_Last(String, long, OrderByComparator<LaunchEntry>) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the last launch entry in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_C_Last(String, long, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the last launch set in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_C_Last(String, long, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the last launch set in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_First(String, OrderByComparator<LaunchEntry>) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the first launch entry in the ordered set where uuid = ?.
fetchByUuid_First(String, OrderByComparator<LaunchEntry>) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the first launch entry in the ordered set where uuid = ?.
fetchByUuid_First(String, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the first launch set in the ordered set where uuid = ?.
fetchByUuid_First(String, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the first launch set in the ordered set where uuid = ?.
fetchByUuid_Last(String, OrderByComparator<LaunchEntry>) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the last launch entry in the ordered set where uuid = ?.
fetchByUuid_Last(String, OrderByComparator<LaunchEntry>) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the last launch entry in the ordered set where uuid = ?.
fetchByUuid_Last(String, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the last launch set in the ordered set where uuid = ?.
fetchByUuid_Last(String, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the last launch set in the ordered set where uuid = ?.
fetchLaunchEntry(long) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
 
fetchLaunchEntry(long) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
 
fetchLaunchEntry(long) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
 
fetchLaunchEntry(long, long, String) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
 
fetchLaunchEntry(long, long, String) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
 
fetchLaunchEntry(long, long, String) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
 
fetchLaunchEntryByExternalReferenceCode(String, long) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
 
fetchLaunchEntryByExternalReferenceCode(String, long) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
 
fetchLaunchEntryByExternalReferenceCode(String, long) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
 
fetchLaunchEntryByUuidAndCompanyId(String, long) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
Returns the launch entry with the matching UUID and company.
fetchLaunchEntryByUuidAndCompanyId(String, long) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
Returns the launch entry with the matching UUID and company.
fetchLaunchEntryByUuidAndCompanyId(String, long) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
Returns the launch entry with the matching UUID and company.
fetchLaunchSet(long) - Method in interface com.liferay.launch.service.LaunchSetLocalService
 
fetchLaunchSet(long) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
 
fetchLaunchSet(long) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
 
fetchLaunchSetByExternalReferenceCode(String, long) - Method in interface com.liferay.launch.service.LaunchSetLocalService
 
fetchLaunchSetByExternalReferenceCode(String, long) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
 
fetchLaunchSetByExternalReferenceCode(String, long) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
 
fetchLaunchSetByUuidAndCompanyId(String, long) - Method in interface com.liferay.launch.service.LaunchSetLocalService
Returns the launch set with the matching UUID and company.
fetchLaunchSetByUuidAndCompanyId(String, long) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
Returns the launch set with the matching UUID and company.
fetchLaunchSetByUuidAndCompanyId(String, long) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
Returns the launch set with the matching UUID and company.
findAll() - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns all the launch entries.
findAll() - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns all the launch entries.
findAll() - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns all the launch sets.
findAll() - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns all the launch sets.
findAll(int, int) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns a range of all the launch entries.
findAll(int, int) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns a range of all the launch entries.
findAll(int, int) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns a range of all the launch sets.
findAll(int, int) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns a range of all the launch sets.
findAll(int, int, OrderByComparator<LaunchEntry>) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns an ordered range of all the launch entries.
findAll(int, int, OrderByComparator<LaunchEntry>) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns an ordered range of all the launch entries.
findAll(int, int, OrderByComparator<LaunchEntry>, boolean) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns an ordered range of all the launch entries.
findAll(int, int, OrderByComparator<LaunchEntry>, boolean) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns an ordered range of all the launch entries.
findAll(int, int, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns an ordered range of all the launch sets.
findAll(int, int, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns an ordered range of all the launch sets.
findAll(int, int, OrderByComparator<LaunchSet>, boolean) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns an ordered range of all the launch sets.
findAll(int, int, OrderByComparator<LaunchSet>, boolean) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns an ordered range of all the launch sets.
findByC_C_C(long, long, String) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the launch entry where classNameId = ? and classPK = ? and classVersion = ? or throws a NoSuchLaunchEntryException if it could not be found.
findByC_C_C(long, long, String) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the launch entry where classNameId = ? and classPK = ? and classVersion = ? or throws a NoSuchLaunchEntryException if it could not be found.
findByC_S(long, int) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns all the launch sets where companyId = ? and status = ?.
findByC_S(long, int) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns all the launch sets where companyId = ? and status = ?.
findByC_S(long, int[]) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns all the launch sets where companyId = ? and status = any ?.
findByC_S(long, int[]) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns all the launch sets where companyId = ? and status = any ?.
findByC_S(long, int[], int, int) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns a range of all the launch sets where companyId = ? and status = any ?.
findByC_S(long, int[], int, int) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns a range of all the launch sets where companyId = ? and status = any ?.
findByC_S(long, int[], int, int, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns an ordered range of all the launch sets where companyId = ? and status = any ?.
findByC_S(long, int[], int, int, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns an ordered range of all the launch sets where companyId = ? and status = any ?.
findByC_S(long, int[], int, int, OrderByComparator<LaunchSet>, boolean) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns an ordered range of all the launch sets where companyId = ? and status = ?, optionally using the finder cache.
findByC_S(long, int[], int, int, OrderByComparator<LaunchSet>, boolean) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns an ordered range of all the launch sets where companyId = ? and status = ?, optionally using the finder cache.
findByC_S(long, int, int, int) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns a range of all the launch sets where companyId = ? and status = ?.
findByC_S(long, int, int, int) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns a range of all the launch sets where companyId = ? and status = ?.
findByC_S(long, int, int, int, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns an ordered range of all the launch sets where companyId = ? and status = ?.
findByC_S(long, int, int, int, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns an ordered range of all the launch sets where companyId = ? and status = ?.
findByC_S(long, int, int, int, OrderByComparator<LaunchSet>, boolean) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns an ordered range of all the launch sets where companyId = ? and status = ?.
findByC_S(long, int, int, int, OrderByComparator<LaunchSet>, boolean) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns an ordered range of all the launch sets where companyId = ? and status = ?.
findByC_S_First(long, int, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the first launch set in the ordered set where companyId = ? and status = ?.
findByC_S_First(long, int, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the first launch set in the ordered set where companyId = ? and status = ?.
findByC_S_Last(long, int, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the last launch set in the ordered set where companyId = ? and status = ?.
findByC_S_Last(long, int, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the last launch set in the ordered set where companyId = ? and status = ?.
findByC_S_PrevAndNext(long, long, int, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the launch sets before and after the current launch set in the ordered set where companyId = ? and status = ?.
findByC_S_PrevAndNext(long, long, int, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the launch sets before and after the current launch set in the ordered set where companyId = ? and status = ?.
findByC_U(long, long) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns all the launch sets where companyId = ? and userId = ?.
findByC_U(long, long) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns all the launch sets where companyId = ? and userId = ?.
findByC_U(long, long, int, int) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns a range of all the launch sets where companyId = ? and userId = ?.
findByC_U(long, long, int, int) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns a range of all the launch sets where companyId = ? and userId = ?.
findByC_U(long, long, int, int, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns an ordered range of all the launch sets where companyId = ? and userId = ?.
findByC_U(long, long, int, int, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns an ordered range of all the launch sets where companyId = ? and userId = ?.
findByC_U(long, long, int, int, OrderByComparator<LaunchSet>, boolean) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns an ordered range of all the launch sets where companyId = ? and userId = ?.
findByC_U(long, long, int, int, OrderByComparator<LaunchSet>, boolean) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns an ordered range of all the launch sets where companyId = ? and userId = ?.
findByC_U_First(long, long, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the first launch set in the ordered set where companyId = ? and userId = ?.
findByC_U_First(long, long, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the first launch set in the ordered set where companyId = ? and userId = ?.
findByC_U_Last(long, long, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the last launch set in the ordered set where companyId = ? and userId = ?.
findByC_U_Last(long, long, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the last launch set in the ordered set where companyId = ? and userId = ?.
findByC_U_PrevAndNext(long, long, long, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the launch sets before and after the current launch set in the ordered set where companyId = ? and userId = ?.
findByC_U_PrevAndNext(long, long, long, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the launch sets before and after the current launch set in the ordered set where companyId = ? and userId = ?.
findByCompanyId(long) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns all the launch sets where companyId = ?.
findByCompanyId(long) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns all the launch sets where companyId = ?.
findByCompanyId(long, int, int) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns a range of all the launch sets where companyId = ?.
findByCompanyId(long, int, int) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns a range of all the launch sets where companyId = ?.
findByCompanyId(long, int, int, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns an ordered range of all the launch sets where companyId = ?.
findByCompanyId(long, int, int, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns an ordered range of all the launch sets where companyId = ?.
findByCompanyId(long, int, int, OrderByComparator<LaunchSet>, boolean) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns an ordered range of all the launch sets where companyId = ?.
findByCompanyId(long, int, int, OrderByComparator<LaunchSet>, boolean) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns an ordered range of all the launch sets where companyId = ?.
findByCompanyId_First(long, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the first launch set in the ordered set where companyId = ?.
findByCompanyId_First(long, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the first launch set in the ordered set where companyId = ?.
findByCompanyId_Last(long, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the last launch set in the ordered set where companyId = ?.
findByCompanyId_Last(long, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the last launch set in the ordered set where companyId = ?.
findByCompanyId_PrevAndNext(long, long, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the launch sets before and after the current launch set in the ordered set where companyId = ?.
findByCompanyId_PrevAndNext(long, long, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the launch sets before and after the current launch set in the ordered set where companyId = ?.
findByERC_C(String, long) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the launch entry where externalReferenceCode = ? and companyId = ? or throws a NoSuchLaunchEntryException if it could not be found.
findByERC_C(String, long) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the launch entry where externalReferenceCode = ? and companyId = ? or throws a NoSuchLaunchEntryException if it could not be found.
findByERC_C(String, long) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the launch set where externalReferenceCode = ? and companyId = ? or throws a NoSuchLaunchSetException if it could not be found.
findByERC_C(String, long) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the launch set where externalReferenceCode = ? and companyId = ? or throws a NoSuchLaunchSetException if it could not be found.
findByLaunchSetId(long) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns all the launch entries where launchSetId = ?.
findByLaunchSetId(long) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns all the launch entries where launchSetId = ?.
findByLaunchSetId(long, int, int) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns a range of all the launch entries where launchSetId = ?.
findByLaunchSetId(long, int, int) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns a range of all the launch entries where launchSetId = ?.
findByLaunchSetId(long, int, int, OrderByComparator<LaunchEntry>) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns an ordered range of all the launch entries where launchSetId = ?.
findByLaunchSetId(long, int, int, OrderByComparator<LaunchEntry>) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns an ordered range of all the launch entries where launchSetId = ?.
findByLaunchSetId(long, int, int, OrderByComparator<LaunchEntry>, boolean) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns an ordered range of all the launch entries where launchSetId = ?.
findByLaunchSetId(long, int, int, OrderByComparator<LaunchEntry>, boolean) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns an ordered range of all the launch entries where launchSetId = ?.
findByLaunchSetId_First(long, OrderByComparator<LaunchEntry>) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the first launch entry in the ordered set where launchSetId = ?.
findByLaunchSetId_First(long, OrderByComparator<LaunchEntry>) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the first launch entry in the ordered set where launchSetId = ?.
findByLaunchSetId_Last(long, OrderByComparator<LaunchEntry>) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the last launch entry in the ordered set where launchSetId = ?.
findByLaunchSetId_Last(long, OrderByComparator<LaunchEntry>) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the last launch entry in the ordered set where launchSetId = ?.
findByLaunchSetId_PrevAndNext(long, long, OrderByComparator<LaunchEntry>) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the launch entries before and after the current launch entry in the ordered set where launchSetId = ?.
findByLaunchSetId_PrevAndNext(long, long, OrderByComparator<LaunchEntry>) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the launch entries before and after the current launch entry in the ordered set where launchSetId = ?.
findByPrimaryKey(long) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the launch entry with the primary key or throws a NoSuchLaunchEntryException if it could not be found.
findByPrimaryKey(long) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the launch entry with the primary key or throws a NoSuchLaunchEntryException if it could not be found.
findByPrimaryKey(long) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the launch set with the primary key or throws a NoSuchLaunchSetException if it could not be found.
findByPrimaryKey(long) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the launch set with the primary key or throws a NoSuchLaunchSetException if it could not be found.
findByUuid(String) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns all the launch entries where uuid = ?.
findByUuid(String) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns all the launch entries where uuid = ?.
findByUuid(String) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns all the launch sets where uuid = ?.
findByUuid(String) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns all the launch sets where uuid = ?.
findByUuid(String, int, int) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns a range of all the launch entries where uuid = ?.
findByUuid(String, int, int) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns a range of all the launch entries where uuid = ?.
findByUuid(String, int, int) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns a range of all the launch sets where uuid = ?.
findByUuid(String, int, int) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns a range of all the launch sets where uuid = ?.
findByUuid(String, int, int, OrderByComparator<LaunchEntry>) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns an ordered range of all the launch entries where uuid = ?.
findByUuid(String, int, int, OrderByComparator<LaunchEntry>) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns an ordered range of all the launch entries where uuid = ?.
findByUuid(String, int, int, OrderByComparator<LaunchEntry>, boolean) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns an ordered range of all the launch entries where uuid = ?.
findByUuid(String, int, int, OrderByComparator<LaunchEntry>, boolean) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns an ordered range of all the launch entries where uuid = ?.
findByUuid(String, int, int, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns an ordered range of all the launch sets where uuid = ?.
findByUuid(String, int, int, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns an ordered range of all the launch sets where uuid = ?.
findByUuid(String, int, int, OrderByComparator<LaunchSet>, boolean) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns an ordered range of all the launch sets where uuid = ?.
findByUuid(String, int, int, OrderByComparator<LaunchSet>, boolean) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns an ordered range of all the launch sets where uuid = ?.
findByUuid_C(String, long) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns all the launch entries where uuid = ? and companyId = ?.
findByUuid_C(String, long) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns all the launch entries where uuid = ? and companyId = ?.
findByUuid_C(String, long) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns all the launch sets where uuid = ? and companyId = ?.
findByUuid_C(String, long) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns all the launch sets where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns a range of all the launch entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns a range of all the launch entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns a range of all the launch sets where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns a range of all the launch sets where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<LaunchEntry>) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns an ordered range of all the launch entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<LaunchEntry>) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns an ordered range of all the launch entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<LaunchEntry>, boolean) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns an ordered range of all the launch entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<LaunchEntry>, boolean) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns an ordered range of all the launch entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns an ordered range of all the launch sets where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns an ordered range of all the launch sets where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<LaunchSet>, boolean) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns an ordered range of all the launch sets where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<LaunchSet>, boolean) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns an ordered range of all the launch sets where uuid = ? and companyId = ?.
findByUuid_C_First(String, long, OrderByComparator<LaunchEntry>) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the first launch entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_First(String, long, OrderByComparator<LaunchEntry>) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the first launch entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_First(String, long, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the first launch set in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_First(String, long, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the first launch set in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_Last(String, long, OrderByComparator<LaunchEntry>) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the last launch entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_Last(String, long, OrderByComparator<LaunchEntry>) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the last launch entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_Last(String, long, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the last launch set in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_Last(String, long, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the last launch set in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<LaunchEntry>) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the launch entries before and after the current launch entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<LaunchEntry>) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the launch entries before and after the current launch entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the launch sets before and after the current launch set in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the launch sets before and after the current launch set in the ordered set where uuid = ? and companyId = ?.
findByUuid_First(String, OrderByComparator<LaunchEntry>) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the first launch entry in the ordered set where uuid = ?.
findByUuid_First(String, OrderByComparator<LaunchEntry>) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the first launch entry in the ordered set where uuid = ?.
findByUuid_First(String, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the first launch set in the ordered set where uuid = ?.
findByUuid_First(String, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the first launch set in the ordered set where uuid = ?.
findByUuid_Last(String, OrderByComparator<LaunchEntry>) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the last launch entry in the ordered set where uuid = ?.
findByUuid_Last(String, OrderByComparator<LaunchEntry>) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the last launch entry in the ordered set where uuid = ?.
findByUuid_Last(String, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the last launch set in the ordered set where uuid = ?.
findByUuid_Last(String, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the last launch set in the ordered set where uuid = ?.
findByUuid_PrevAndNext(long, String, OrderByComparator<LaunchEntry>) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Returns the launch entries before and after the current launch entry in the ordered set where uuid = ?.
findByUuid_PrevAndNext(long, String, OrderByComparator<LaunchEntry>) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Returns the launch entries before and after the current launch entry in the ordered set where uuid = ?.
findByUuid_PrevAndNext(long, String, OrderByComparator<LaunchSet>) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Returns the launch sets before and after the current launch set in the ordered set where uuid = ?.
findByUuid_PrevAndNext(long, String, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Returns the launch sets before and after the current launch set in the ordered set where uuid = ?.
findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
 
findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
 
findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
 
findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
 
findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<LaunchEntry>) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
 
findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<LaunchSet>) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
 

G

getActionableDynamicQuery() - Method in interface com.liferay.launch.service.LaunchEntryLocalService
 
getActionableDynamicQuery() - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
 
getActionableDynamicQuery() - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
 
getActionableDynamicQuery() - Method in interface com.liferay.launch.service.LaunchSetLocalService
 
getActionableDynamicQuery() - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
 
getActionableDynamicQuery() - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
 
getBasePersistence() - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
 
getBasePersistence() - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
 
getClassName() - Method in interface com.liferay.launch.model.LaunchEntryModel
Returns the fully qualified class name of this launch entry.
getClassName() - Method in class com.liferay.launch.model.LaunchEntryWrapper
Returns the fully qualified class name of this launch entry.
getClassNameId() - Method in interface com.liferay.launch.model.LaunchEntryModel
Returns the class name ID of this launch entry.
getClassNameId() - Method in class com.liferay.launch.model.LaunchEntryWrapper
Returns the class name ID of this launch entry.
getClassPK() - Method in interface com.liferay.launch.model.LaunchEntryModel
Returns the class pk of this launch entry.
getClassPK() - Method in class com.liferay.launch.model.LaunchEntryWrapper
Returns the class pk of this launch entry.
getClassVersion() - Method in interface com.liferay.launch.model.LaunchEntryModel
Returns the class version of this launch entry.
getClassVersion() - Method in class com.liferay.launch.model.LaunchEntryWrapper
Returns the class version of this launch entry.
getCompanyId() - Method in interface com.liferay.launch.model.LaunchEntryModel
Returns the company ID of this launch entry.
getCompanyId() - Method in class com.liferay.launch.model.LaunchEntryWrapper
Returns the company ID of this launch entry.
getCompanyId() - Method in interface com.liferay.launch.model.LaunchSetModel
Returns the company ID of this launch set.
getCompanyId() - Method in class com.liferay.launch.model.LaunchSetWrapper
Returns the company ID of this launch set.
getCreateDate() - Method in interface com.liferay.launch.model.LaunchEntryModel
Returns the create date of this launch entry.
getCreateDate() - Method in class com.liferay.launch.model.LaunchEntryWrapper
Returns the create date of this launch entry.
getCreateDate() - Method in interface com.liferay.launch.model.LaunchSetModel
Returns the create date of this launch set.
getCreateDate() - Method in class com.liferay.launch.model.LaunchSetWrapper
Returns the create date of this launch set.
getDescription() - Method in interface com.liferay.launch.model.LaunchSetModel
Returns the description of this launch set.
getDescription() - Method in class com.liferay.launch.model.LaunchSetWrapper
Returns the description of this launch set.
getExportActionableDynamicQuery(PortletDataContext) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
 
getExportActionableDynamicQuery(PortletDataContext) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
 
getExportActionableDynamicQuery(PortletDataContext) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
 
getExportActionableDynamicQuery(PortletDataContext) - Method in interface com.liferay.launch.service.LaunchSetLocalService
 
getExportActionableDynamicQuery(PortletDataContext) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
 
getExportActionableDynamicQuery(PortletDataContext) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
 
getExternalReferenceCode() - Method in interface com.liferay.launch.model.LaunchEntryModel
Returns the external reference code of this launch entry.
getExternalReferenceCode() - Method in class com.liferay.launch.model.LaunchEntryWrapper
Returns the external reference code of this launch entry.
getExternalReferenceCode() - Method in interface com.liferay.launch.model.LaunchSetModel
Returns the external reference code of this launch set.
getExternalReferenceCode() - Method in class com.liferay.launch.model.LaunchSetWrapper
Returns the external reference code of this launch set.
getIndexableActionableDynamicQuery() - Method in interface com.liferay.launch.service.LaunchEntryLocalService
 
getIndexableActionableDynamicQuery() - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
 
getIndexableActionableDynamicQuery() - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
 
getIndexableActionableDynamicQuery() - Method in interface com.liferay.launch.service.LaunchSetLocalService
 
getIndexableActionableDynamicQuery() - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
 
getIndexableActionableDynamicQuery() - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
 
getLaunchEntries(int, int) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
Returns a range of all the launch entries.
getLaunchEntries(int, int) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
Returns a range of all the launch entries.
getLaunchEntries(int, int) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
Returns a range of all the launch entries.
getLaunchEntriesCount() - Method in interface com.liferay.launch.service.LaunchEntryLocalService
Returns the number of launch entries.
getLaunchEntriesCount() - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
Returns the number of launch entries.
getLaunchEntriesCount() - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
Returns the number of launch entries.
getLaunchEntry(long) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
Returns the launch entry with the primary key.
getLaunchEntry(long) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
Returns the launch entry with the primary key.
getLaunchEntry(long) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
Returns the launch entry with the primary key.
getLaunchEntryByExternalReferenceCode(String, long) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
 
getLaunchEntryByExternalReferenceCode(String, long) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
 
getLaunchEntryByExternalReferenceCode(String, long) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
 
getLaunchEntryByUuidAndCompanyId(String, long) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
Returns the launch entry with the matching UUID and company.
getLaunchEntryByUuidAndCompanyId(String, long) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
Returns the launch entry with the matching UUID and company.
getLaunchEntryByUuidAndCompanyId(String, long) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
Returns the launch entry with the matching UUID and company.
getLaunchEntryId() - Method in interface com.liferay.launch.model.LaunchEntryModel
Returns the launch entry ID of this launch entry.
getLaunchEntryId() - Method in class com.liferay.launch.model.LaunchEntryWrapper
Returns the launch entry ID of this launch entry.
getLaunchSet(long) - Method in interface com.liferay.launch.service.LaunchSetLocalService
Returns the launch set with the primary key.
getLaunchSet(long) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
Returns the launch set with the primary key.
getLaunchSet(long) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
Returns the launch set with the primary key.
getLaunchSetByExternalReferenceCode(String, long) - Method in interface com.liferay.launch.service.LaunchSetLocalService
 
getLaunchSetByExternalReferenceCode(String, long) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
 
getLaunchSetByExternalReferenceCode(String, long) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
 
getLaunchSetByUuidAndCompanyId(String, long) - Method in interface com.liferay.launch.service.LaunchSetLocalService
Returns the launch set with the matching UUID and company.
getLaunchSetByUuidAndCompanyId(String, long) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
Returns the launch set with the matching UUID and company.
getLaunchSetByUuidAndCompanyId(String, long) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
Returns the launch set with the matching UUID and company.
getLaunchSetId() - Method in interface com.liferay.launch.model.LaunchEntryModel
Returns the launch set ID of this launch entry.
getLaunchSetId() - Method in class com.liferay.launch.model.LaunchEntryWrapper
Returns the launch set ID of this launch entry.
getLaunchSetId() - Method in interface com.liferay.launch.model.LaunchSetModel
Returns the launch set ID of this launch set.
getLaunchSetId() - Method in class com.liferay.launch.model.LaunchSetWrapper
Returns the launch set ID of this launch set.
getLaunchSets(int, int) - Method in interface com.liferay.launch.service.LaunchSetLocalService
Returns a range of all the launch sets.
getLaunchSets(int, int) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
Returns a range of all the launch sets.
getLaunchSets(int, int) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
Returns a range of all the launch sets.
getLaunchSetsCount() - Method in interface com.liferay.launch.service.LaunchSetLocalService
Returns the number of launch sets.
getLaunchSetsCount() - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
Returns the number of launch sets.
getLaunchSetsCount() - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
Returns the number of launch sets.
getModelAttributes() - Method in class com.liferay.launch.model.LaunchEntryWrapper
 
getModelAttributes() - Method in class com.liferay.launch.model.LaunchSetWrapper
 
getModifiedDate() - Method in interface com.liferay.launch.model.LaunchEntryModel
Returns the modified date of this launch entry.
getModifiedDate() - Method in class com.liferay.launch.model.LaunchEntryWrapper
Returns the modified date of this launch entry.
getModifiedDate() - Method in interface com.liferay.launch.model.LaunchSetModel
Returns the modified date of this launch set.
getModifiedDate() - Method in class com.liferay.launch.model.LaunchSetWrapper
Returns the modified date of this launch set.
getMvccVersion() - Method in interface com.liferay.launch.model.LaunchEntryModel
Returns the mvcc version of this launch entry.
getMvccVersion() - Method in class com.liferay.launch.model.LaunchEntryWrapper
Returns the mvcc version of this launch entry.
getMvccVersion() - Method in interface com.liferay.launch.model.LaunchSetModel
Returns the mvcc version of this launch set.
getMvccVersion() - Method in class com.liferay.launch.model.LaunchSetWrapper
Returns the mvcc version of this launch set.
getName() - Method in interface com.liferay.launch.model.LaunchSetModel
Returns the name of this launch set.
getName() - Method in class com.liferay.launch.model.LaunchSetWrapper
Returns the name of this launch set.
getOSGiServiceIdentifier() - Method in interface com.liferay.launch.service.LaunchEntryLocalService
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Method in interface com.liferay.launch.service.LaunchEntryService
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Static method in class com.liferay.launch.service.LaunchEntryServiceUtil
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Method in class com.liferay.launch.service.LaunchEntryServiceWrapper
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Method in interface com.liferay.launch.service.LaunchSetLocalService
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Method in interface com.liferay.launch.service.LaunchSetService
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Static method in class com.liferay.launch.service.LaunchSetServiceUtil
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Method in class com.liferay.launch.service.LaunchSetServiceWrapper
Returns the OSGi service identifier.
getPersistedModel(Serializable) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
 
getPersistedModel(Serializable) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
 
getPersistedModel(Serializable) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
 
getPersistedModel(Serializable) - Method in interface com.liferay.launch.service.LaunchSetLocalService
 
getPersistedModel(Serializable) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
 
getPersistedModel(Serializable) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
 
getPersistence() - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
 
getPersistence() - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
 
getPrimaryKey() - Method in interface com.liferay.launch.model.LaunchEntryModel
Returns the primary key of this launch entry.
getPrimaryKey() - Method in class com.liferay.launch.model.LaunchEntryWrapper
Returns the primary key of this launch entry.
getPrimaryKey() - Method in interface com.liferay.launch.model.LaunchSetModel
Returns the primary key of this launch set.
getPrimaryKey() - Method in class com.liferay.launch.model.LaunchSetWrapper
Returns the primary key of this launch set.
getService() - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
 
getService() - Static method in class com.liferay.launch.service.LaunchEntryServiceUtil
 
getService() - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
 
getService() - Static method in class com.liferay.launch.service.LaunchSetServiceUtil
 
getStagedModelType() - Method in class com.liferay.launch.model.LaunchEntryWrapper
 
getStagedModelType() - Method in class com.liferay.launch.model.LaunchSetWrapper
 
getStatus() - Method in interface com.liferay.launch.model.LaunchSetModel
Returns the status of this launch set.
getStatus() - Method in class com.liferay.launch.model.LaunchSetWrapper
Returns the status of this launch set.
getStatusByUserId() - Method in interface com.liferay.launch.model.LaunchSetModel
Returns the status by user ID of this launch set.
getStatusByUserId() - Method in class com.liferay.launch.model.LaunchSetWrapper
Returns the status by user ID of this launch set.
getStatusByUserUuid() - Method in interface com.liferay.launch.model.LaunchSetModel
Returns the status by user uuid of this launch set.
getStatusByUserUuid() - Method in class com.liferay.launch.model.LaunchSetWrapper
Returns the status by user uuid of this launch set.
getStatusDate() - Method in interface com.liferay.launch.model.LaunchSetModel
Returns the status date of this launch set.
getStatusDate() - Method in class com.liferay.launch.model.LaunchSetWrapper
Returns the status date of this launch set.
getUserId() - Method in interface com.liferay.launch.model.LaunchEntryModel
Returns the user ID of this launch entry.
getUserId() - Method in class com.liferay.launch.model.LaunchEntryWrapper
Returns the user ID of this launch entry.
getUserId() - Method in interface com.liferay.launch.model.LaunchSetModel
Returns the user ID of this launch set.
getUserId() - Method in class com.liferay.launch.model.LaunchSetWrapper
Returns the user ID of this launch set.
getUserUuid() - Method in interface com.liferay.launch.model.LaunchEntryModel
Returns the user uuid of this launch entry.
getUserUuid() - Method in class com.liferay.launch.model.LaunchEntryWrapper
Returns the user uuid of this launch entry.
getUserUuid() - Method in interface com.liferay.launch.model.LaunchSetModel
Returns the user uuid of this launch set.
getUserUuid() - Method in class com.liferay.launch.model.LaunchSetWrapper
Returns the user uuid of this launch set.
getUuid() - Method in interface com.liferay.launch.model.LaunchEntryModel
Returns the uuid of this launch entry.
getUuid() - Method in class com.liferay.launch.model.LaunchEntryWrapper
Returns the uuid of this launch entry.
getUuid() - Method in interface com.liferay.launch.model.LaunchSetModel
Returns the uuid of this launch set.
getUuid() - Method in class com.liferay.launch.model.LaunchSetWrapper
Returns the uuid of this launch set.
getWrappedService() - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
 
getWrappedService() - Method in class com.liferay.launch.service.LaunchEntryServiceWrapper
 
getWrappedService() - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
 
getWrappedService() - Method in class com.liferay.launch.service.LaunchSetServiceWrapper
 

I

INSTANCE - Static variable in class com.liferay.launch.model.LaunchEntryTable
 
INSTANCE - Static variable in class com.liferay.launch.model.LaunchSetTable
 

L

LAUNCH_ENTRY_ID_ACCESSOR - Static variable in interface com.liferay.launch.model.LaunchEntry
 
LAUNCH_SET_ID_ACCESSOR - Static variable in interface com.liferay.launch.model.LaunchSet
 
LaunchEntry - Interface in com.liferay.launch.model
The extended model interface for the LaunchEntry service.
launchEntryId - Variable in class com.liferay.launch.model.LaunchEntryTable
 
LaunchEntryLocalService - Interface in com.liferay.launch.service
Provides the local service interface for LaunchEntry.
LaunchEntryLocalServiceUtil - Class in com.liferay.launch.service
Provides the local service utility for LaunchEntry.
LaunchEntryLocalServiceUtil() - Constructor for class com.liferay.launch.service.LaunchEntryLocalServiceUtil
 
LaunchEntryLocalServiceWrapper - Class in com.liferay.launch.service
Provides a wrapper for LaunchEntryLocalService.
LaunchEntryLocalServiceWrapper() - Constructor for class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
 
LaunchEntryLocalServiceWrapper(LaunchEntryLocalService) - Constructor for class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
 
LaunchEntryModel - Interface in com.liferay.launch.model
The base model interface for the LaunchEntry service.
LaunchEntryPersistence - Interface in com.liferay.launch.service.persistence
The persistence interface for the launch entry service.
LaunchEntryService - Interface in com.liferay.launch.service
Provides the remote service interface for LaunchEntry.
LaunchEntryServiceUtil - Class in com.liferay.launch.service
Provides the remote service utility for LaunchEntry.
LaunchEntryServiceUtil() - Constructor for class com.liferay.launch.service.LaunchEntryServiceUtil
 
LaunchEntryServiceWrapper - Class in com.liferay.launch.service
Provides a wrapper for LaunchEntryService.
LaunchEntryServiceWrapper() - Constructor for class com.liferay.launch.service.LaunchEntryServiceWrapper
 
LaunchEntryServiceWrapper(LaunchEntryService) - Constructor for class com.liferay.launch.service.LaunchEntryServiceWrapper
 
LaunchEntryTable - Class in com.liferay.launch.model
The table class for the "LaunchEntry" database table.
LaunchEntryUtil - Class in com.liferay.launch.service.persistence
The persistence utility for the launch entry service.
LaunchEntryUtil() - Constructor for class com.liferay.launch.service.persistence.LaunchEntryUtil
 
LaunchEntryWrapper - Class in com.liferay.launch.model
This class is a wrapper for LaunchEntry.
LaunchEntryWrapper(LaunchEntry) - Constructor for class com.liferay.launch.model.LaunchEntryWrapper
 
LaunchSet - Interface in com.liferay.launch.model
The extended model interface for the LaunchSet service.
launchSetId - Variable in class com.liferay.launch.model.LaunchEntryTable
 
launchSetId - Variable in class com.liferay.launch.model.LaunchSetTable
 
LaunchSetLocalService - Interface in com.liferay.launch.service
Provides the local service interface for LaunchSet.
LaunchSetLocalServiceUtil - Class in com.liferay.launch.service
Provides the local service utility for LaunchSet.
LaunchSetLocalServiceUtil() - Constructor for class com.liferay.launch.service.LaunchSetLocalServiceUtil
 
LaunchSetLocalServiceWrapper - Class in com.liferay.launch.service
Provides a wrapper for LaunchSetLocalService.
LaunchSetLocalServiceWrapper() - Constructor for class com.liferay.launch.service.LaunchSetLocalServiceWrapper
 
LaunchSetLocalServiceWrapper(LaunchSetLocalService) - Constructor for class com.liferay.launch.service.LaunchSetLocalServiceWrapper
 
LaunchSetModel - Interface in com.liferay.launch.model
The base model interface for the LaunchSet service.
LaunchSetPersistence - Interface in com.liferay.launch.service.persistence
The persistence interface for the launch set service.
LaunchSetService - Interface in com.liferay.launch.service
Provides the remote service interface for LaunchSet.
LaunchSetServiceUtil - Class in com.liferay.launch.service
Provides the remote service utility for LaunchSet.
LaunchSetServiceUtil() - Constructor for class com.liferay.launch.service.LaunchSetServiceUtil
 
LaunchSetServiceWrapper - Class in com.liferay.launch.service
Provides a wrapper for LaunchSetService.
LaunchSetServiceWrapper() - Constructor for class com.liferay.launch.service.LaunchSetServiceWrapper
 
LaunchSetServiceWrapper(LaunchSetService) - Constructor for class com.liferay.launch.service.LaunchSetServiceWrapper
 
LaunchSetTable - Class in com.liferay.launch.model
The table class for the "LaunchSet" database table.
LaunchSetUtil - Class in com.liferay.launch.service.persistence
The persistence utility for the launch set service.
LaunchSetUtil() - Constructor for class com.liferay.launch.service.persistence.LaunchSetUtil
 
LaunchSetWrapper - Class in com.liferay.launch.model
This class is a wrapper for LaunchSet.
LaunchSetWrapper(LaunchSet) - Constructor for class com.liferay.launch.model.LaunchSetWrapper
 

M

modifiedDate - Variable in class com.liferay.launch.model.LaunchEntryTable
 
modifiedDate - Variable in class com.liferay.launch.model.LaunchSetTable
 
mvccVersion - Variable in class com.liferay.launch.model.LaunchEntryTable
 
mvccVersion - Variable in class com.liferay.launch.model.LaunchSetTable
 

N

name - Variable in class com.liferay.launch.model.LaunchSetTable
 
NoSuchLaunchEntryException - Exception Class in com.liferay.launch.exception
 
NoSuchLaunchEntryException() - Constructor for exception class com.liferay.launch.exception.NoSuchLaunchEntryException
 
NoSuchLaunchEntryException(String) - Constructor for exception class com.liferay.launch.exception.NoSuchLaunchEntryException
 
NoSuchLaunchEntryException(String, Throwable) - Constructor for exception class com.liferay.launch.exception.NoSuchLaunchEntryException
 
NoSuchLaunchEntryException(Throwable) - Constructor for exception class com.liferay.launch.exception.NoSuchLaunchEntryException
 
NoSuchLaunchSetException - Exception Class in com.liferay.launch.exception
 
NoSuchLaunchSetException() - Constructor for exception class com.liferay.launch.exception.NoSuchLaunchSetException
 
NoSuchLaunchSetException(String) - Constructor for exception class com.liferay.launch.exception.NoSuchLaunchSetException
 
NoSuchLaunchSetException(String, Throwable) - Constructor for exception class com.liferay.launch.exception.NoSuchLaunchSetException
 
NoSuchLaunchSetException(Throwable) - Constructor for exception class com.liferay.launch.exception.NoSuchLaunchSetException
 

P

persist() - Method in class com.liferay.launch.model.LaunchEntryWrapper
 
persist() - Method in class com.liferay.launch.model.LaunchSetWrapper
 

R

remove(long) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Removes the launch entry with the primary key from the database.
remove(long) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Removes the launch entry with the primary key from the database.
remove(long) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Removes the launch set with the primary key from the database.
remove(long) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Removes the launch set with the primary key from the database.
removeAll() - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Removes all the launch entries from the database.
removeAll() - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Removes all the launch entries from the database.
removeAll() - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Removes all the launch sets from the database.
removeAll() - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Removes all the launch sets from the database.
removeByC_C_C(long, long, String) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Removes the launch entry where classNameId = ? and classPK = ? and classVersion = ? from the database.
removeByC_C_C(long, long, String) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Removes the launch entry where classNameId = ? and classPK = ? and classVersion = ? from the database.
removeByC_S(long, int) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Removes all the launch sets where companyId = ? and status = ? from the database.
removeByC_S(long, int) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Removes all the launch sets where companyId = ? and status = ? from the database.
removeByC_U(long, long) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Removes all the launch sets where companyId = ? and userId = ? from the database.
removeByC_U(long, long) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Removes all the launch sets where companyId = ? and userId = ? from the database.
removeByCompanyId(long) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Removes all the launch sets where companyId = ? from the database.
removeByCompanyId(long) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Removes all the launch sets where companyId = ? from the database.
removeByERC_C(String, long) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Removes the launch entry where externalReferenceCode = ? and companyId = ? from the database.
removeByERC_C(String, long) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Removes the launch entry where externalReferenceCode = ? and companyId = ? from the database.
removeByERC_C(String, long) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Removes the launch set where externalReferenceCode = ? and companyId = ? from the database.
removeByERC_C(String, long) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Removes the launch set where externalReferenceCode = ? and companyId = ? from the database.
removeByLaunchSetId(long) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Removes all the launch entries where launchSetId = ? from the database.
removeByLaunchSetId(long) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Removes all the launch entries where launchSetId = ? from the database.
removeByUuid(String) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Removes all the launch entries where uuid = ? from the database.
removeByUuid(String) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Removes all the launch entries where uuid = ? from the database.
removeByUuid(String) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Removes all the launch sets where uuid = ? from the database.
removeByUuid(String) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Removes all the launch sets where uuid = ? from the database.
removeByUuid_C(String, long) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
Removes all the launch entries where uuid = ? and companyId = ? from the database.
removeByUuid_C(String, long) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
Removes all the launch entries where uuid = ? and companyId = ? from the database.
removeByUuid_C(String, long) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
Removes all the launch sets where uuid = ? and companyId = ? from the database.
removeByUuid_C(String, long) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
Removes all the launch sets where uuid = ? and companyId = ? from the database.

S

setClassName(String) - Method in interface com.liferay.launch.model.LaunchEntryModel
 
setClassName(String) - Method in class com.liferay.launch.model.LaunchEntryWrapper
 
setClassNameId(long) - Method in interface com.liferay.launch.model.LaunchEntryModel
Sets the class name ID of this launch entry.
setClassNameId(long) - Method in class com.liferay.launch.model.LaunchEntryWrapper
Sets the class name ID of this launch entry.
setClassPK(long) - Method in interface com.liferay.launch.model.LaunchEntryModel
Sets the class pk of this launch entry.
setClassPK(long) - Method in class com.liferay.launch.model.LaunchEntryWrapper
Sets the class pk of this launch entry.
setClassVersion(String) - Method in interface com.liferay.launch.model.LaunchEntryModel
Sets the class version of this launch entry.
setClassVersion(String) - Method in class com.liferay.launch.model.LaunchEntryWrapper
Sets the class version of this launch entry.
setCompanyId(long) - Method in interface com.liferay.launch.model.LaunchEntryModel
Sets the company ID of this launch entry.
setCompanyId(long) - Method in class com.liferay.launch.model.LaunchEntryWrapper
Sets the company ID of this launch entry.
setCompanyId(long) - Method in interface com.liferay.launch.model.LaunchSetModel
Sets the company ID of this launch set.
setCompanyId(long) - Method in class com.liferay.launch.model.LaunchSetWrapper
Sets the company ID of this launch set.
setCreateDate(Date) - Method in interface com.liferay.launch.model.LaunchEntryModel
Sets the create date of this launch entry.
setCreateDate(Date) - Method in class com.liferay.launch.model.LaunchEntryWrapper
Sets the create date of this launch entry.
setCreateDate(Date) - Method in interface com.liferay.launch.model.LaunchSetModel
Sets the create date of this launch set.
setCreateDate(Date) - Method in class com.liferay.launch.model.LaunchSetWrapper
Sets the create date of this launch set.
setDescription(String) - Method in interface com.liferay.launch.model.LaunchSetModel
Sets the description of this launch set.
setDescription(String) - Method in class com.liferay.launch.model.LaunchSetWrapper
Sets the description of this launch set.
setExternalReferenceCode(String) - Method in interface com.liferay.launch.model.LaunchEntryModel
Sets the external reference code of this launch entry.
setExternalReferenceCode(String) - Method in class com.liferay.launch.model.LaunchEntryWrapper
Sets the external reference code of this launch entry.
setExternalReferenceCode(String) - Method in interface com.liferay.launch.model.LaunchSetModel
Sets the external reference code of this launch set.
setExternalReferenceCode(String) - Method in class com.liferay.launch.model.LaunchSetWrapper
Sets the external reference code of this launch set.
setLaunchEntryId(long) - Method in interface com.liferay.launch.model.LaunchEntryModel
Sets the launch entry ID of this launch entry.
setLaunchEntryId(long) - Method in class com.liferay.launch.model.LaunchEntryWrapper
Sets the launch entry ID of this launch entry.
setLaunchSetId(long) - Method in interface com.liferay.launch.model.LaunchEntryModel
Sets the launch set ID of this launch entry.
setLaunchSetId(long) - Method in class com.liferay.launch.model.LaunchEntryWrapper
Sets the launch set ID of this launch entry.
setLaunchSetId(long) - Method in interface com.liferay.launch.model.LaunchSetModel
Sets the launch set ID of this launch set.
setLaunchSetId(long) - Method in class com.liferay.launch.model.LaunchSetWrapper
Sets the launch set ID of this launch set.
setModelAttributes(Map<String, Object>) - Method in class com.liferay.launch.model.LaunchEntryWrapper
 
setModelAttributes(Map<String, Object>) - Method in class com.liferay.launch.model.LaunchSetWrapper
 
setModifiedDate(Date) - Method in interface com.liferay.launch.model.LaunchEntryModel
Sets the modified date of this launch entry.
setModifiedDate(Date) - Method in class com.liferay.launch.model.LaunchEntryWrapper
Sets the modified date of this launch entry.
setModifiedDate(Date) - Method in interface com.liferay.launch.model.LaunchSetModel
Sets the modified date of this launch set.
setModifiedDate(Date) - Method in class com.liferay.launch.model.LaunchSetWrapper
Sets the modified date of this launch set.
setMvccVersion(long) - Method in interface com.liferay.launch.model.LaunchEntryModel
Sets the mvcc version of this launch entry.
setMvccVersion(long) - Method in class com.liferay.launch.model.LaunchEntryWrapper
Sets the mvcc version of this launch entry.
setMvccVersion(long) - Method in interface com.liferay.launch.model.LaunchSetModel
Sets the mvcc version of this launch set.
setMvccVersion(long) - Method in class com.liferay.launch.model.LaunchSetWrapper
Sets the mvcc version of this launch set.
setName(String) - Method in interface com.liferay.launch.model.LaunchSetModel
Sets the name of this launch set.
setName(String) - Method in class com.liferay.launch.model.LaunchSetWrapper
Sets the name of this launch set.
setPersistence(LaunchEntryPersistence) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
 
setPersistence(LaunchSetPersistence) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
 
setPrimaryKey(long) - Method in interface com.liferay.launch.model.LaunchEntryModel
Sets the primary key of this launch entry.
setPrimaryKey(long) - Method in class com.liferay.launch.model.LaunchEntryWrapper
Sets the primary key of this launch entry.
setPrimaryKey(long) - Method in interface com.liferay.launch.model.LaunchSetModel
Sets the primary key of this launch set.
setPrimaryKey(long) - Method in class com.liferay.launch.model.LaunchSetWrapper
Sets the primary key of this launch set.
setStatus(int) - Method in interface com.liferay.launch.model.LaunchSetModel
Sets the status of this launch set.
setStatus(int) - Method in class com.liferay.launch.model.LaunchSetWrapper
Sets the status of this launch set.
setStatusByUserId(long) - Method in interface com.liferay.launch.model.LaunchSetModel
Sets the status by user ID of this launch set.
setStatusByUserId(long) - Method in class com.liferay.launch.model.LaunchSetWrapper
Sets the status by user ID of this launch set.
setStatusByUserUuid(String) - Method in interface com.liferay.launch.model.LaunchSetModel
Sets the status by user uuid of this launch set.
setStatusByUserUuid(String) - Method in class com.liferay.launch.model.LaunchSetWrapper
Sets the status by user uuid of this launch set.
setStatusDate(Date) - Method in interface com.liferay.launch.model.LaunchSetModel
Sets the status date of this launch set.
setStatusDate(Date) - Method in class com.liferay.launch.model.LaunchSetWrapper
Sets the status date of this launch set.
setUserId(long) - Method in interface com.liferay.launch.model.LaunchEntryModel
Sets the user ID of this launch entry.
setUserId(long) - Method in class com.liferay.launch.model.LaunchEntryWrapper
Sets the user ID of this launch entry.
setUserId(long) - Method in interface com.liferay.launch.model.LaunchSetModel
Sets the user ID of this launch set.
setUserId(long) - Method in class com.liferay.launch.model.LaunchSetWrapper
Sets the user ID of this launch set.
setUserUuid(String) - Method in interface com.liferay.launch.model.LaunchEntryModel
Sets the user uuid of this launch entry.
setUserUuid(String) - Method in class com.liferay.launch.model.LaunchEntryWrapper
Sets the user uuid of this launch entry.
setUserUuid(String) - Method in interface com.liferay.launch.model.LaunchSetModel
Sets the user uuid of this launch set.
setUserUuid(String) - Method in class com.liferay.launch.model.LaunchSetWrapper
Sets the user uuid of this launch set.
setUuid(String) - Method in interface com.liferay.launch.model.LaunchEntryModel
Sets the uuid of this launch entry.
setUuid(String) - Method in class com.liferay.launch.model.LaunchEntryWrapper
Sets the uuid of this launch entry.
setUuid(String) - Method in interface com.liferay.launch.model.LaunchSetModel
Sets the uuid of this launch set.
setUuid(String) - Method in class com.liferay.launch.model.LaunchSetWrapper
Sets the uuid of this launch set.
setWrappedService(LaunchEntryLocalService) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
 
setWrappedService(LaunchEntryService) - Method in class com.liferay.launch.service.LaunchEntryServiceWrapper
 
setWrappedService(LaunchSetLocalService) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
 
setWrappedService(LaunchSetService) - Method in class com.liferay.launch.service.LaunchSetServiceWrapper
 
status - Variable in class com.liferay.launch.model.LaunchSetTable
 
statusByUserId - Variable in class com.liferay.launch.model.LaunchSetTable
 
statusDate - Variable in class com.liferay.launch.model.LaunchSetTable
 

T

toXmlString() - Method in interface com.liferay.launch.model.LaunchEntryModel
 
toXmlString() - Method in class com.liferay.launch.model.LaunchEntryWrapper
 
toXmlString() - Method in interface com.liferay.launch.model.LaunchSetModel
 
toXmlString() - Method in class com.liferay.launch.model.LaunchSetWrapper
 

U

update(LaunchEntry) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
 
update(LaunchEntry, ServiceContext) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
 
update(LaunchSet) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
 
update(LaunchSet, ServiceContext) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
 
updateImpl(LaunchEntry) - Method in interface com.liferay.launch.service.persistence.LaunchEntryPersistence
 
updateImpl(LaunchEntry) - Static method in class com.liferay.launch.service.persistence.LaunchEntryUtil
 
updateImpl(LaunchSet) - Method in interface com.liferay.launch.service.persistence.LaunchSetPersistence
 
updateImpl(LaunchSet) - Static method in class com.liferay.launch.service.persistence.LaunchSetUtil
 
updateLaunchEntry(LaunchEntry) - Method in interface com.liferay.launch.service.LaunchEntryLocalService
Updates the launch entry in the database or adds it if it does not yet exist.
updateLaunchEntry(LaunchEntry) - Static method in class com.liferay.launch.service.LaunchEntryLocalServiceUtil
Updates the launch entry in the database or adds it if it does not yet exist.
updateLaunchEntry(LaunchEntry) - Method in class com.liferay.launch.service.LaunchEntryLocalServiceWrapper
Updates the launch entry in the database or adds it if it does not yet exist.
updateLaunchSet(LaunchSet) - Method in interface com.liferay.launch.service.LaunchSetLocalService
Updates the launch set in the database or adds it if it does not yet exist.
updateLaunchSet(LaunchSet) - Static method in class com.liferay.launch.service.LaunchSetLocalServiceUtil
Updates the launch set in the database or adds it if it does not yet exist.
updateLaunchSet(LaunchSet) - Method in class com.liferay.launch.service.LaunchSetLocalServiceWrapper
Updates the launch set in the database or adds it if it does not yet exist.
userId - Variable in class com.liferay.launch.model.LaunchEntryTable
 
userId - Variable in class com.liferay.launch.model.LaunchSetTable
 
uuid - Variable in class com.liferay.launch.model.LaunchEntryTable
 
uuid - Variable in class com.liferay.launch.model.LaunchSetTable
 

W

wrap(LaunchEntry) - Method in class com.liferay.launch.model.LaunchEntryWrapper
 
wrap(LaunchSet) - Method in class com.liferay.launch.model.LaunchSetWrapper
 
A C D E F G I L M N P R S T U W 
All Classes and Interfaces|All Packages|Serialized Form