Uses of Annotation Interface
com.liferay.portal.kernel.transaction.Transactional
Packages that use Transactional
Package
Description
This package defines the asset portlet service local and remote interfaces, utilities, and wrappers.
This package defines the portal counter service local interfaces, utilities, and wrappers.
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
This package defines the document library portlet store interfaces, base classes, utilities, and wrappers.
This package defines the portal mail service interfaces and utilities.
This package defines the portal service interfaces and classes.
This package defines the social related portlet service local and remote interfaces, utilities, and wrappers.
-
Uses of Transactional in com.liferay.announcements.kernel.service
Classes in com.liferay.announcements.kernel.service with annotations of type TransactionalModifier and TypeInterfaceDescriptioninterface
Provides the local service interface for AnnouncementsDelivery.interface
Provides the remote service interface for AnnouncementsDelivery.interface
Provides the local service interface for AnnouncementsEntry.interface
Provides the remote service interface for AnnouncementsEntry.interface
Provides the local service interface for AnnouncementsFlag.interface
Provides the remote service interface for AnnouncementsFlag.Methods in com.liferay.announcements.kernel.service with annotations of type TransactionalModifier and TypeMethodDescriptionAnnouncementsDeliveryLocalService.createAnnouncementsDelivery
(long deliveryId) Creates a new announcements delivery with the primary key.AnnouncementsEntryLocalService.createAnnouncementsEntry
(long entryId) Creates a new announcements entry with the primary key.AnnouncementsFlagLocalService.createAnnouncementsFlag
(long flagId) Creates a new announcements flag with the primary key.<T> T
AnnouncementsDeliveryLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
AnnouncementsEntryLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
AnnouncementsFlagLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
AnnouncementsDeliveryLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
AnnouncementsEntryLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
AnnouncementsFlagLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) AnnouncementsDeliveryLocalService.dynamicQuery()
<T> List<T>
AnnouncementsDeliveryLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
AnnouncementsDeliveryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
AnnouncementsDeliveryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.AnnouncementsEntryLocalService.dynamicQuery()
<T> List<T>
AnnouncementsEntryLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
AnnouncementsEntryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
AnnouncementsEntryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.AnnouncementsFlagLocalService.dynamicQuery()
<T> List<T>
AnnouncementsFlagLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
AnnouncementsFlagLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
AnnouncementsFlagLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.long
AnnouncementsDeliveryLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
AnnouncementsDeliveryLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
AnnouncementsEntryLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
AnnouncementsEntryLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
AnnouncementsFlagLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
AnnouncementsFlagLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.AnnouncementsDeliveryLocalService.fetchAnnouncementsDelivery
(long deliveryId) AnnouncementsEntryLocalService.fetchAnnouncementsEntry
(long entryId) AnnouncementsEntryLocalService.fetchAnnouncementsEntryByUuidAndCompanyId
(String uuid, long companyId) Returns the announcements entry with the matching UUID and company.AnnouncementsFlagLocalService.fetchAnnouncementsFlag
(long flagId) AnnouncementsDeliveryLocalService.getActionableDynamicQuery()
AnnouncementsEntryLocalService.getActionableDynamicQuery()
AnnouncementsFlagLocalService.getActionableDynamicQuery()
AnnouncementsDeliveryLocalService.getAnnouncementsDeliveries
(int start, int end) Returns a range of all the announcements deliveries.int
AnnouncementsDeliveryLocalService.getAnnouncementsDeliveriesCount()
Returns the number of announcements deliveries.AnnouncementsDeliveryLocalService.getAnnouncementsDelivery
(long deliveryId) Returns the announcements delivery with the primary key.AnnouncementsEntryLocalService.getAnnouncementsEntries
(int start, int end) Returns a range of all the announcements entries.int
AnnouncementsEntryLocalService.getAnnouncementsEntriesCount()
Returns the number of announcements entries.AnnouncementsEntryLocalService.getAnnouncementsEntry
(long entryId) Returns the announcements entry with the primary key.AnnouncementsEntryLocalService.getAnnouncementsEntryByUuidAndCompanyId
(String uuid, long companyId) Returns the announcements entry with the matching UUID and company.AnnouncementsFlagLocalService.getAnnouncementsFlag
(long flagId) Returns the announcements flag with the primary key.AnnouncementsFlagLocalService.getAnnouncementsFlags
(int start, int end) Returns a range of all the announcements flags.int
AnnouncementsFlagLocalService.getAnnouncementsFlagsCount()
Returns the number of announcements flags.AnnouncementsDeliveryLocalService.getCTPersistence()
AnnouncementsEntryLocalService.getCTPersistence()
AnnouncementsFlagLocalService.getCTPersistence()
AnnouncementsDeliveryLocalService.getDelivery
(long deliveryId) AnnouncementsEntryLocalService.getEntries
(long userId, long classNameId, long[] classPKs, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end) AnnouncementsEntryLocalService.getEntries
(long companyId, long classNameId, long classPK, boolean alert, int start, int end) AnnouncementsEntryLocalService.getEntries
(long userId, LinkedHashMap<Long, long[]> scopes, boolean alert, int flagValue, int start, int end) AnnouncementsEntryLocalService.getEntries
(long userId, LinkedHashMap<Long, long[]> scopes, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end) int
AnnouncementsEntryLocalService.getEntriesCount
(long userId, long classNameId, long[] classPKs, boolean alert, int flagValue) int
AnnouncementsEntryLocalService.getEntriesCount
(long userId, long classNameId, long[] classPKs, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue) int
AnnouncementsEntryLocalService.getEntriesCount
(long companyId, long classNameId, long classPK, boolean alert) int
AnnouncementsEntryLocalService.getEntriesCount
(long userId, LinkedHashMap<Long, long[]> scopes, boolean alert, int flagValue) int
AnnouncementsEntryLocalService.getEntriesCount
(long userId, LinkedHashMap<Long, long[]> scopes, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue) AnnouncementsEntryLocalService.getEntry
(long entryId) AnnouncementsEntryService.getEntry
(long entryId) AnnouncementsEntryLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) AnnouncementsFlagLocalService.getFlag
(long userId, long entryId, int value) AnnouncementsFlagService.getFlag
(long entryId, int value) AnnouncementsDeliveryLocalService.getIndexableActionableDynamicQuery()
AnnouncementsEntryLocalService.getIndexableActionableDynamicQuery()
AnnouncementsFlagLocalService.getIndexableActionableDynamicQuery()
AnnouncementsDeliveryLocalService.getModelClass()
AnnouncementsEntryLocalService.getModelClass()
AnnouncementsFlagLocalService.getModelClass()
AnnouncementsDeliveryLocalService.getPersistedModel
(Serializable primaryKeyObj) AnnouncementsEntryLocalService.getPersistedModel
(Serializable primaryKeyObj) AnnouncementsFlagLocalService.getPersistedModel
(Serializable primaryKeyObj) AnnouncementsDeliveryLocalService.getUserDeliveries
(long userId) AnnouncementsDeliveryLocalService.getUserDelivery
(long userId, String type) AnnouncementsEntryLocalService.getUserEntries
(long userId, int start, int end) int
AnnouncementsEntryLocalService.getUserEntriesCount
(long userId) <R,
E extends Throwable>
RAnnouncementsDeliveryLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<AnnouncementsDelivery>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RAnnouncementsEntryLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<AnnouncementsEntry>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RAnnouncementsFlagLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<AnnouncementsFlag>, R, E> updateUnsafeFunction) -
Uses of Transactional in com.liferay.asset.kernel.service
Classes in com.liferay.asset.kernel.service with annotations of type TransactionalModifier and TypeInterfaceDescriptioninterface
Provides the local service interface for AssetCategory.interface
Provides the remote service interface for AssetCategory.interface
Provides the local service interface for AssetEntry.interface
Provides the remote service interface for AssetEntry.interface
Provides the local service interface for AssetTag.interface
Provides the remote service interface for AssetTag.interface
Provides the local service interface for AssetVocabulary.interface
Provides the remote service interface for AssetVocabulary.Methods in com.liferay.asset.kernel.service with annotations of type TransactionalModifier and TypeMethodDescriptionAssetCategoryLocalService.createAssetCategory
(long categoryId) Creates a new asset category with the primary key.AssetEntryLocalService.createAssetEntry
(long entryId) Creates a new asset entry with the primary key.AssetTagLocalService.createAssetTag
(long tagId) Creates a new asset tag with the primary key.AssetVocabularyLocalService.createAssetVocabulary
(long vocabularyId) Creates a new asset vocabulary with the primary key.<T> T
AssetCategoryLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
AssetEntryLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
AssetTagLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
AssetVocabularyLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
AssetCategoryLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
AssetEntryLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
AssetTagLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
AssetVocabularyLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) AssetCategoryLocalService.dynamicQuery()
<T> List<T>
AssetCategoryLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
AssetCategoryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
AssetCategoryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.AssetEntryLocalService.dynamicQuery()
<T> List<T>
AssetEntryLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
AssetEntryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
AssetEntryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.AssetTagLocalService.dynamicQuery()
<T> List<T>
AssetTagLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
AssetTagLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
AssetTagLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.AssetVocabularyLocalService.dynamicQuery()
<T> List<T>
AssetVocabularyLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
AssetVocabularyLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
AssetVocabularyLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.long
AssetCategoryLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
AssetCategoryLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
AssetEntryLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
AssetEntryLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
AssetTagLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
AssetTagLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
AssetVocabularyLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
AssetVocabularyLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.AssetCategoryLocalService.fetchAssetCategory
(long categoryId) AssetCategoryLocalService.fetchAssetCategoryByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetCategoryLocalService.fetchAssetCategoryByUuidAndGroupId
(String uuid, long groupId) Returns the asset category matching the UUID and group.AssetEntryLocalService.fetchAssetEntry
(long entryId) AssetTagLocalService.fetchAssetTag
(long tagId) AssetTagLocalService.fetchAssetTagByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetTagService.fetchAssetTagByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetTagLocalService.fetchAssetTagByUuidAndGroupId
(String uuid, long groupId) Returns the asset tag matching the UUID and group.AssetVocabularyLocalService.fetchAssetVocabulary
(long vocabularyId) AssetVocabularyLocalService.fetchAssetVocabularyByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetVocabularyLocalService.fetchAssetVocabularyByUuidAndGroupId
(String uuid, long groupId) Returns the asset vocabulary matching the UUID and group.AssetCategoryLocalService.fetchCategory
(long categoryId) AssetCategoryLocalService.fetchCategory
(long groupId, long parentCategoryId, String name, long vocabularyId) AssetCategoryService.fetchCategory
(long categoryId) AssetCategoryService.fetchCategoryByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetEntryLocalService.fetchEntry
(long entryId) AssetEntryLocalService.fetchEntry
(long classNameId, long classPK) AssetEntryLocalService.fetchEntry
(long groupId, String classUuid) AssetEntryLocalService.fetchEntry
(String className, long classPK) AssetEntryService.fetchEntry
(long entryId) AssetVocabularyLocalService.fetchGroupVocabulary
(long groupId, String name) Returns the asset tag with the name in the group.AssetVocabularyService.fetchVocabulary
(long vocabularyId) AssetCategoryLocalService.getActionableDynamicQuery()
AssetEntryLocalService.getActionableDynamicQuery()
AssetTagLocalService.getActionableDynamicQuery()
AssetVocabularyLocalService.getActionableDynamicQuery()
AssetCategoryLocalService.getAssetCategories
(int start, int end) Returns a range of all the asset categories.AssetCategoryLocalService.getAssetCategoriesByUuidAndCompanyId
(String uuid, long companyId) Returns all the asset categories matching the UUID and company.AssetCategoryLocalService.getAssetCategoriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns a range of asset categories matching the UUID and company.int
AssetCategoryLocalService.getAssetCategoriesCount()
Returns the number of asset categories.AssetCategoryLocalService.getAssetCategory
(long categoryId) Returns the asset category with the primary key.AssetCategoryLocalService.getAssetCategoryByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetCategoryService.getAssetCategoryByExternalReferenceCode
(long groupId, String externalReferenceCode) AssetCategoryLocalService.getAssetCategoryByUuidAndGroupId
(String uuid, long groupId) Returns the asset category matching the UUID and group.AssetEntryLocalService.getAssetEntries
(int start, int end) Returns a range of all the asset entries.int
AssetEntryLocalService.getAssetEntriesCount()
Returns the number of asset entries.AssetEntryLocalService.getAssetEntry
(long entryId) Returns the asset entry with the primary key.AssetTagLocalService.getAssetEntryAssetTags
(long entryId) AssetTagLocalService.getAssetEntryAssetTags
(long entryId, int start, int end) AssetTagLocalService.getAssetEntryAssetTags
(long entryId, int start, int end, OrderByComparator<AssetTag> orderByComparator) int
AssetTagLocalService.getAssetEntryAssetTagsCount
(long entryId) long[]
AssetTagLocalService.getAssetEntryPrimaryKeys
(long tagId) Returns the entryIds of the asset entries associated with the asset tag.AssetTagLocalService.getAssetTag
(long tagId) Returns the asset tag with the primary key.AssetEntryLocalService.getAssetTagAssetEntries
(long tagId) AssetEntryLocalService.getAssetTagAssetEntries
(long tagId, int start, int end) AssetEntryLocalService.getAssetTagAssetEntries
(long tagId, int start, int end, OrderByComparator<AssetEntry> orderByComparator) int
AssetEntryLocalService.getAssetTagAssetEntriesCount
(long tagId) AssetTagLocalService.getAssetTagByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetTagService.getAssetTagByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetTagLocalService.getAssetTagByUuidAndGroupId
(String uuid, long groupId) Returns the asset tag matching the UUID and group.long[]
AssetEntryLocalService.getAssetTagPrimaryKeys
(long entryId) Returns the tagIds of the asset tags associated with the asset entry.AssetTagLocalService.getAssetTags
(int start, int end) Returns a range of all the asset tags.AssetTagLocalService.getAssetTagsByUuidAndCompanyId
(String uuid, long companyId) Returns all the asset tags matching the UUID and company.AssetTagLocalService.getAssetTagsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns a range of asset tags matching the UUID and company.int
AssetTagLocalService.getAssetTagsCount()
Returns the number of asset tags.AssetVocabularyLocalService.getAssetVocabularies
(int start, int end) Returns a range of all the asset vocabularies.AssetVocabularyLocalService.getAssetVocabulariesByUuidAndCompanyId
(String uuid, long companyId) Returns all the asset vocabularies matching the UUID and company.AssetVocabularyLocalService.getAssetVocabulariesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns a range of asset vocabularies matching the UUID and company.int
AssetVocabularyLocalService.getAssetVocabulariesCount()
Returns the number of asset vocabularies.AssetVocabularyLocalService.getAssetVocabulary
(long vocabularyId) Returns the asset vocabulary with the primary key.AssetVocabularyLocalService.getAssetVocabularyByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetVocabularyService.getAssetVocabularyByExternalReferenceCode
(long groupId, String externalReferenceCode) AssetVocabularyLocalService.getAssetVocabularyByUuidAndGroupId
(String uuid, long groupId) Returns the asset vocabulary matching the UUID and group.AssetCategoryLocalService.getCategories()
AssetCategoryLocalService.getCategories
(long classNameId, long classPK) AssetCategoryLocalService.getCategories
(long classNameId, long classPK, int start, int end) AssetCategoryLocalService.getCategories
(Hits hits) AssetCategoryLocalService.getCategories
(String className, long classPK) AssetCategoryService.getCategories
(long classNameId, long classPK, int start, int end) Returns a range of assetCategories related to an AssetEntry with the given "classNameId-classPK".AssetCategoryService.getCategories
(String className, long classPK) int
AssetCategoryLocalService.getCategoriesCount
(long classNameId, long classPK) int
AssetCategoryService.getCategoriesCount
(long classNameId, long classPK) Returns the number of assetCategories related to an AssetEntry with the given "classNameId-classPK".AssetCategoryLocalService.getCategory
(long categoryId) AssetCategoryLocalService.getCategory
(String uuid, long groupId) AssetCategoryService.getCategory
(long categoryId) long[]
AssetCategoryLocalService.getCategoryIds
(String className, long classPK) String[]
AssetCategoryLocalService.getCategoryNames()
String[]
AssetCategoryLocalService.getCategoryNames
(long classNameId, long classPK) String[]
AssetCategoryLocalService.getCategoryNames
(String className, long classPK) AssetCategoryService.getCategoryPath
(long categoryId) AssetCategoryLocalService.getChildCategories
(long parentCategoryId) AssetCategoryLocalService.getChildCategories
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getChildCategories
(long parentCategoryId) AssetCategoryService.getChildCategories
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) eturns a range of child assetCategories.int
AssetCategoryLocalService.getChildCategoriesCount
(long parentCategoryId) int
AssetCategoryService.getChildCategoriesCount
(long parentCategoryId) Returns the number of child categoriesAssetEntryLocalService.getCompanyEntries
(long companyId, int start, int end) AssetEntryService.getCompanyEntries
(long companyId, int start, int end) int
AssetEntryLocalService.getCompanyEntriesCount
(long companyId) int
AssetEntryService.getCompanyEntriesCount
(long companyId) AssetVocabularyLocalService.getCompanyVocabularies
(long companyId) AssetCategoryLocalService.getCTPersistence()
AssetEntryLocalService.getCTPersistence()
AssetTagLocalService.getCTPersistence()
AssetVocabularyLocalService.getCTPersistence()
AssetCategoryLocalService.getDescendantCategories
(AssetCategory category) AssetEntryLocalService.getEntries
(long[] groupIds, long[] classNameIds, long[] classTypeIds, String keywords, String userName, String title, String description, Boolean listable, boolean advancedSearch, boolean andOperator, int start, int end, String orderByCol1, String orderByCol2, String orderByType1, String orderByType2) AssetEntryLocalService.getEntries
(long[] groupIds, long[] classNameIds, String keywords, String userName, String title, String description, Boolean listable, boolean advancedSearch, boolean andOperator, int start, int end, String orderByCol1, String orderByCol2, String orderByType1, String orderByType2) AssetEntryLocalService.getEntries
(AssetEntryQuery entryQuery) AssetEntryService.getEntries
(AssetEntryQuery entryQuery) int
AssetEntryLocalService.getEntriesCount
(long[] groupIds, long[] classNameIds, long[] classTypeIds, String keywords, String userName, String title, String description, Boolean listable, boolean advancedSearch, boolean andOperator) int
AssetEntryLocalService.getEntriesCount
(long[] groupIds, long[] classNameIds, String keywords, String userName, String title, String description, Boolean listable, boolean advancedSearch, boolean andOperator) int
AssetEntryLocalService.getEntriesCount
(AssetEntryQuery entryQuery) int
AssetEntryService.getEntriesCount
(AssetEntryQuery entryQuery) AssetEntryLocalService.getEntry
(long entryId) AssetEntryService.getEntry
(long entryId) AssetCategoryLocalService.getEntryCategories
(long entryId) double
AssetEntryLocalService.getEntryPriority
(long classNameId, long classPK) double
AssetEntryLocalService.getEntryPriority
(String className, long classPK) AssetTagLocalService.getEntryTags
(long entryId) Returns the asset tags of the asset entry.AssetCategoryLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) AssetTagLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) AssetVocabularyLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) AssetEntryLocalService.getGroupEntries
(long groupId) AssetTagLocalService.getGroupsTags
(long[] groupIds) Returns the asset tags in the groups.AssetTagService.getGroupsTags
(long[] groupIds) AssetVocabularyLocalService.getGroupsVocabularies
(long[] groupIds) AssetVocabularyLocalService.getGroupsVocabularies
(long[] groupIds, String className) AssetVocabularyLocalService.getGroupsVocabularies
(long[] groupIds, String className, long classTypePK) AssetVocabularyService.getGroupsVocabularies
(long[] groupIds) AssetVocabularyService.getGroupsVocabularies
(long[] groupIds, String className) AssetVocabularyService.getGroupsVocabularies
(long[] groupIds, String className, long classTypePK) AssetTagLocalService.getGroupTags
(long groupId) Returns the asset tags in the group.AssetTagLocalService.getGroupTags
(long groupId, int start, int end) Returns a range of all the asset tags in the group.AssetTagLocalService.getGroupTags
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns a range of all the asset tags in the group.AssetTagService.getGroupTags
(long groupId) AssetTagService.getGroupTags
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) int
AssetTagLocalService.getGroupTagsCount
(long groupId) Returns the number of asset tags in the group.int
AssetTagService.getGroupTagsCount
(long groupId) AssetTagService.getGroupTagsDisplay
(long groupId, String name, int start, int end) AssetVocabularyLocalService.getGroupVocabularies
(long groupId) AssetVocabularyLocalService.getGroupVocabularies
(long[] groupIds) AssetVocabularyLocalService.getGroupVocabularies
(long[] groupIds, int[] visibilityTypes) AssetVocabularyLocalService.getGroupVocabularies
(long groupId, boolean addDefaultVocabulary) AssetVocabularyLocalService.getGroupVocabularies
(long groupId, int visibilityType) AssetVocabularyService.getGroupVocabularies
(long groupId) AssetVocabularyService.getGroupVocabularies
(long[] groupIds) AssetVocabularyService.getGroupVocabularies
(long[] groupIds, int[] visibilityTypes) AssetVocabularyService.getGroupVocabularies
(long groupId, boolean createDefaultVocabulary) AssetVocabularyService.getGroupVocabularies
(long groupId, boolean createDefaultVocabulary, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) AssetVocabularyService.getGroupVocabularies
(long groupId, int visibilityType) AssetVocabularyService.getGroupVocabularies
(long groupId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) AssetVocabularyService.getGroupVocabularies
(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) int
AssetVocabularyLocalService.getGroupVocabulariesCount
(long[] groupIds) int
AssetVocabularyService.getGroupVocabulariesCount
(long groupId) int
AssetVocabularyService.getGroupVocabulariesCount
(long[] groupIds) int
AssetVocabularyService.getGroupVocabulariesCount
(long groupId, String name) AssetVocabularyService.getGroupVocabulariesDisplay
(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator<AssetVocabulary> orderByComparator) AssetVocabularyService.getGroupVocabulariesDisplay
(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) AssetVocabularyLocalService.getGroupVocabulary
(long groupId, String name) AssetCategoryLocalService.getIndexableActionableDynamicQuery()
AssetEntryLocalService.getIndexableActionableDynamicQuery()
AssetTagLocalService.getIndexableActionableDynamicQuery()
AssetVocabularyLocalService.getIndexableActionableDynamicQuery()
AssetCategoryLocalService.getModelClass()
AssetEntryLocalService.getModelClass()
AssetTagLocalService.getModelClass()
AssetVocabularyLocalService.getModelClass()
AssetCategoryLocalService.getPersistedModel
(Serializable primaryKeyObj) AssetEntryLocalService.getPersistedModel
(Serializable primaryKeyObj) AssetTagLocalService.getPersistedModel
(Serializable primaryKeyObj) AssetVocabularyLocalService.getPersistedModel
(Serializable primaryKeyObj) AssetCategoryLocalService.getSubcategoryIds
(long parentCategoryId) AssetTagLocalService.getTag
(long tagId) Returns the asset tag with the primary key.Returns the asset tag with the name in the group.AssetTagService.getTag
(long tagId) long[]
Returns the primary keys of the asset tags with the name in the groups.long[]
Returns the primary keys of the asset tags with the names in the groups.long[]
Returns the primary keys of the asset tags with the names in the group.long[]
Returns the primary keys of the asset tags with the names.String[]
AssetTagLocalService.getTagNames()
Returns the names of all the asset tags.String[]
AssetTagLocalService.getTagNames
(long classNameId, long classPK) Returns the names of the asset tags of the entity.String[]
AssetTagLocalService.getTagNames
(String className, long classPK) Returns the names of the asset tags of the entityAssetTagLocalService.getTags()
Returns all the asset tags.AssetTagLocalService.getTags
(long classNameId, long classPK) Returns the asset tags of the entity.Returns the asset tags of the entity.AssetTagService.getTags
(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagService.getTags
(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagService.getTags
(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) int
AssetTagService.getTagsCount
(long[] groupIds, String name) int
AssetTagService.getTagsCount
(long groupId, String name) int
AssetTagLocalService.getTagsSize
(long groupId, long classNameId, String name) AssetEntryLocalService.getTopViewedEntries
(String[] className, boolean asc, int start, int end) AssetEntryLocalService.getTopViewedEntries
(String className, boolean asc, int start, int end) long[]
AssetCategoryLocalService.getViewableCategoryIds
(String className, long classPK, long[] categoryIds) int
AssetTagService.getVisibleAssetsTagsCount
(long groupId, long classNameId, String name) AssetVocabularyLocalService.getVocabularies
(long[] vocabularyIds) AssetVocabularyLocalService.getVocabularies
(Hits hits) AssetVocabularyLocalService.getVocabulary
(long vocabularyId) AssetVocabularyService.getVocabulary
(long vocabularyId) AssetCategoryLocalService.getVocabularyCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryLocalService.getVocabularyCategories
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategories
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategories
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategories
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) int
AssetCategoryLocalService.getVocabularyCategoriesCount
(long vocabularyId) int
AssetCategoryService.getVocabularyCategoriesCount
(long groupId, long vocabularyId) int
AssetCategoryService.getVocabularyCategoriesCount
(long groupId, long parentCategory, long vocabularyId) int
AssetCategoryService.getVocabularyCategoriesCount
(long groupId, String name, long vocabularyId) AssetCategoryService.getVocabularyCategoriesDisplay
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategoriesDisplay
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryLocalService.getVocabularyRootCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyRootCategories
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) int
AssetCategoryLocalService.getVocabularyRootCategoriesCount
(long vocabularyId) int
AssetCategoryService.getVocabularyRootCategoriesCount
(long groupId, long vocabularyId) boolean
AssetTagLocalService.hasAssetEntryAssetTag
(long entryId, long tagId) boolean
AssetTagLocalService.hasAssetEntryAssetTags
(long entryId) boolean
AssetEntryLocalService.hasAssetTagAssetEntries
(long tagId) boolean
AssetEntryLocalService.hasAssetTagAssetEntry
(long tagId, long entryId) boolean
Returnstrue
if the group contains an asset tag with the name.AssetEntryLocalService.incrementViewCounter
(long companyId, long userId, String className, long classPK) void
AssetEntryLocalService.incrementViewCounter
(long companyId, long userId, String className, long classPK, int increment) void
AssetEntryLocalService.reindex
(List<AssetEntry> entries) AssetCategoryLocalService.search
(long groupId, String name, String[] categoryProperties, int start, int end) AssetCategoryService.search
(long groupId, String keywords, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.search
(long groupId, String name, String[] categoryProperties, int start, int end) AssetEntryLocalService.search
(long companyId, long[] groupIds, long userId, long[] classNameIds, long classTypeId, String keywords, boolean showNonindexable, int[] statuses, int start, int end, Sort sort) AssetEntryLocalService.search
(long companyId, long[] groupIds, long userId, String className, long classTypeId, String keywords, boolean showNonindexable, int[] statuses, int start, int end) AssetEntryLocalService.search
(long companyId, long[] groupIds, long userId, String className, long classTypeId, String keywords, boolean showNonindexable, int[] statuses, int start, int end, Sort sort) AssetEntryLocalService.search
(long companyId, long[] groupIds, long userId, String className, long classTypeId, String keywords, boolean showNonindexable, int status, int start, int end) AssetEntryLocalService.search
(long companyId, long[] groupIds, long userId, String className, long classTypeId, String keywords, int status, int start, int end) AssetEntryLocalService.search
(long companyId, long[] groupIds, long userId, String className, long classTypeId, String userName, String title, String description, String assetCategoryIds, String assetTagNames, boolean showNonindexable, int[] statuses, boolean andSearch, int start, int end) AssetEntryLocalService.search
(long companyId, long[] groupIds, long userId, String className, long classTypeId, String userName, String title, String description, String assetCategoryIds, String assetTagNames, boolean showNonindexable, int status, boolean andSearch, int start, int end) AssetEntryLocalService.search
(long companyId, long[] groupIds, long userId, String className, long classTypeId, String userName, String title, String description, String assetCategoryIds, String assetTagNames, int status, boolean andSearch, int start, int end) AssetEntryLocalService.search
(long companyId, long[] groupIds, long userId, String className, String keywords, int status, int start, int end) AssetEntryLocalService.search
(long companyId, long[] groupIds, long userId, String className, String userName, String title, String description, String assetCategoryIds, String assetTagNames, int status, boolean andSearch, int start, int end) Returns the asset tags in the groups whose names match the pattern.Returns the asset tags in the group whose names match the pattern.AssetCategoryLocalService.searchCategories
(long companyId, long[] groupIds, String title, long[] vocabularyIds, int start, int end) AssetCategoryLocalService.searchCategories
(long companyId, long[] groupIds, String title, long[] parentCategoryIds, long[] vocabularyIds, int start, int end) AssetCategoryLocalService.searchCategories
(long companyId, long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort) AssetCategoryLocalService.searchCategories
(long companyId, long groupIds, String title, long vocabularyId, int start, int end) AssetCategoryService.searchCategoriesDisplay
(long[] groupIds, String title, long[] vocabularyIds, int start, int end) AssetCategoryService.searchCategoriesDisplay
(long[] groupIds, String title, long[] parentCategoryIds, long[] vocabularyIds, int start, int end) AssetCategoryService.searchCategoriesDisplay
(long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort) AssetCategoryService.searchCategoriesDisplay
(long groupId, String title, long vocabularyId, int start, int end) AssetCategoryService.searchCategoriesDisplay
(long groupId, String title, long parentCategoryId, long vocabularyId, int start, int end) AssetCategoryService.searchCategoriesDisplay
(long groupId, String title, long vocabularyId, long parentCategoryId, int start, int end, Sort sort) long
AssetEntryLocalService.searchCount
(long companyId, long[] groupIds, long userId, long[] classNameIds, long classTypeId, String keywords, boolean showNonindexable, int[] statuses) long
AssetEntryLocalService.searchCount
(long companyId, long[] groupIds, long userId, String className, long classTypeId, String keywords, boolean showNonindexable, int[] statuses) long
AssetEntryLocalService.searchCount
(long companyId, long[] groupIds, long userId, String className, long classTypeId, String keywords, String assetCategoryIds, String assetTagNames, boolean showInvisible, boolean showNonindexable, int[] statuses, boolean andSearch) long
AssetEntryLocalService.searchCount
(long companyId, long[] groupIds, long userId, String className, long classTypeId, String userName, String title, String description, String assetCategoryIds, String assetTagNames, boolean showInvisible, boolean showNonindexable, int[] statuses, boolean andSearch) long
AssetEntryLocalService.searchCount
(long companyId, long[] groupIds, long userId, String className, long classTypeId, String userName, String title, String description, String assetCategoryIds, String assetTagNames, boolean showNonindexable, int[] statuses, boolean andSearch) AssetTagLocalService.searchTags
(long[] groupIds, String name, int start, int end, Sort sort) AssetVocabularyLocalService.searchVocabularies
(long companyId, long[] groupIds, String title, int[] visibilityTypes, int start, int end, Sort sort) AssetVocabularyService.searchVocabulariesDisplay
(long groupId, String title, boolean addDefaultVocabulary, int start, int end) AssetVocabularyService.searchVocabulariesDisplay
(long groupId, String title, boolean addDefaultVocabulary, int start, int end, Sort sort) <R,
E extends Throwable>
RAssetCategoryLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<AssetCategory>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RAssetEntryLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<AssetEntry>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RAssetTagLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<AssetTag>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RAssetVocabularyLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<AssetVocabulary>, R, E> updateUnsafeFunction) -
Uses of Transactional in com.liferay.counter.kernel.service
Classes in com.liferay.counter.kernel.service with annotations of type TransactionalModifier and TypeInterfaceDescriptioninterface
Provides the local service interface for Counter.Methods in com.liferay.counter.kernel.service with annotations of type TransactionalModifier and TypeMethodDescriptionlong
CounterLocalService.getCurrentId
(String name) CounterLocalService.getNames()
-
Uses of Transactional in com.liferay.document.library.kernel.service
Classes in com.liferay.document.library.kernel.service with annotations of type TransactionalModifier and TypeInterfaceDescriptioninterface
Provides the local service interface for DLAppHelper.interface
Provides the local service interface for DLApp.interface
Provides the remote service interface for DLApp.interface
Provides the local service interface for DLFileEntry.interface
Provides the local service interface for DLFileEntryMetadata.interface
Provides the remote service interface for DLFileEntry.interface
Provides the local service interface for DLFileEntryType.interface
Provides the remote service interface for DLFileEntryType.interface
Provides the local service interface for DLFileShortcut.interface
Provides the remote service interface for DLFileShortcut.interface
Provides the local service interface for DLFileVersion.interface
Provides the remote service interface for DLFileVersion.interface
Provides the local service interface for DLFolder.interface
Provides the remote service interface for DLFolder.interface
Provides the local service interface for DLTrash.interface
Provides the remote service interface for DLTrash.Methods in com.liferay.document.library.kernel.service with annotations of type TransactionalModifier and TypeMethodDescriptionDLFileEntryLocalService.createDLFileEntry
(long fileEntryId) Creates a new document library file entry with the primary key.DLFileEntryMetadataLocalService.createDLFileEntryMetadata
(long fileEntryMetadataId) Creates a new document library file entry metadata with the primary key.DLFileEntryTypeLocalService.createDLFileEntryType
(long fileEntryTypeId) Creates a new document library file entry type with the primary key.DLFileShortcutLocalService.createDLFileShortcut
(long fileShortcutId) Creates a new document library file shortcut with the primary key.DLFileVersionLocalService.createDLFileVersion
(long fileVersionId) Creates a new document library file version with the primary key.DLFolderLocalService.createDLFolder
(long folderId) Creates a new document library folder with the primary key.<T> T
DLFileEntryLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
DLFileEntryMetadataLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
DLFileEntryTypeLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
DLFileShortcutLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
DLFileVersionLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
DLFolderLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
DLFileEntryLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
DLFileEntryMetadataLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
DLFileEntryTypeLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
DLFileShortcutLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
DLFileVersionLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
DLFolderLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) DLFileEntryLocalService.dynamicQuery()
<T> List<T>
DLFileEntryLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
DLFileEntryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
DLFileEntryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.DLFileEntryMetadataLocalService.dynamicQuery()
<T> List<T>
DLFileEntryMetadataLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
DLFileEntryMetadataLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
DLFileEntryMetadataLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.DLFileEntryTypeLocalService.dynamicQuery()
<T> List<T>
DLFileEntryTypeLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
DLFileEntryTypeLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
DLFileEntryTypeLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.DLFileShortcutLocalService.dynamicQuery()
<T> List<T>
DLFileShortcutLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
DLFileShortcutLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
DLFileShortcutLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.DLFileVersionLocalService.dynamicQuery()
<T> List<T>
DLFileVersionLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
DLFileVersionLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
DLFileVersionLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.DLFolderLocalService.dynamicQuery()
<T> List<T>
DLFolderLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
DLFolderLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
DLFolderLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.long
DLFileEntryLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
DLFileEntryLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
DLFileEntryMetadataLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
DLFileEntryMetadataLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
DLFileEntryTypeLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
DLFileEntryTypeLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
DLFileShortcutLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
DLFileShortcutLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
DLFileVersionLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
DLFileVersionLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
DLFolderLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
DLFolderLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.DLFileEntryTypeLocalService.fetchDataDefinitionFileEntryType
(long groupId, long dataDefinitionId) DLFileEntryLocalService.fetchDLFileEntry
(long fileEntryId) DLFileEntryLocalService.fetchDLFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileEntryLocalService.fetchDLFileEntryByUuidAndGroupId
(String uuid, long groupId) Returns the document library file entry matching the UUID and group.DLFileEntryMetadataLocalService.fetchDLFileEntryMetadata
(long fileEntryMetadataId) DLFileEntryMetadataLocalService.fetchDLFileEntryMetadataByExternalReferenceCode
(String externalReferenceCode, long companyId) DLFileEntryMetadataLocalService.fetchDLFileEntryMetadataByUuidAndCompanyId
(String uuid, long companyId) Returns the document library file entry metadata with the matching UUID and company.DLFileEntryTypeLocalService.fetchDLFileEntryType
(long fileEntryTypeId) DLFileEntryTypeLocalService.fetchDLFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileEntryTypeLocalService.fetchDLFileEntryTypeByUuidAndGroupId
(String uuid, long groupId) Returns the document library file entry type matching the UUID and group.DLFileShortcutLocalService.fetchDLFileShortcut
(long fileShortcutId) DLFileShortcutLocalService.fetchDLFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileShortcutLocalService.fetchDLFileShortcutByUuidAndGroupId
(String uuid, long groupId) Returns the document library file shortcut matching the UUID and group.DLFileVersionLocalService.fetchDLFileVersion
(long fileVersionId) DLFileVersionLocalService.fetchDLFileVersionByUuidAndGroupId
(String uuid, long groupId) Returns the document library file version matching the UUID and group.DLFolderLocalService.fetchDLFolder
(long folderId) DLFolderLocalService.fetchDLFolderByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFolderLocalService.fetchDLFolderByUuidAndGroupId
(String uuid, long groupId) Returns the document library folder matching the UUID and group.DLFileEntryLocalService.fetchFileEntry
(long groupId, long folderId, String title) DLFileEntryLocalService.fetchFileEntry
(String uuid, long groupId) DLFileEntryService.fetchFileEntry
(long groupId, long folderId, String title) DLFileEntryLocalService.fetchFileEntryByAnyImageId
(long imageId) DLAppLocalService.fetchFileEntryByExternalReferenceCode
(long groupId, String externalReferenceCode) Returns the document library file entry with the matching external reference code and group.DLFileEntryLocalService.fetchFileEntryByExternalReferenceCode
(long groupId, String externalReferenceCode) DLFileEntryService.fetchFileEntryByExternalReferenceCode
(long groupId, String externalReferenceCode) DLFileEntryLocalService.fetchFileEntryByFileName
(long groupId, long folderId, String fileName) DLFileEntryService.fetchFileEntryByImageId
(long imageId) DLFileEntryLocalService.fetchFileEntryByName
(long groupId, long folderId, String name) DLFileEntryMetadataLocalService.fetchFileEntryMetadata
(long fileEntryMetadataId) DLFileEntryMetadataLocalService.fetchFileEntryMetadata
(long ddmStructureId, long fileVersionId) DLFileEntryTypeLocalService.fetchFileEntryType
(long fileEntryTypeId) DLFileEntryTypeLocalService.fetchFileEntryType
(long groupId, String fileEntryTypeKey) DLFileEntryTypeService.fetchFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) DLAppLocalService.fetchFileShortcut
(long fileShortcutId) DLAppLocalService.fetchFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFolderLocalService.fetchFolder
(long folderId) DLFolderLocalService.fetchFolder
(long groupId, long parentFolderId, String name) DLFolderLocalService.fetchFolder
(String uuid, long groupId) DLAppLocalService.fetchFolderByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileVersionLocalService.fetchLatestFileVersion
(long fileEntryId, boolean excludeWorkingCopy) DLFileVersionLocalService.fetchLatestFileVersion
(long fileEntryId, boolean excludeWorkingCopy, int status) DLFileEntryLocalService.getActionableDynamicQuery()
DLFileEntryMetadataLocalService.getActionableDynamicQuery()
DLFileEntryTypeLocalService.getActionableDynamicQuery()
DLFileShortcutLocalService.getActionableDynamicQuery()
DLFileVersionLocalService.getActionableDynamicQuery()
DLFolderLocalService.getActionableDynamicQuery()
DLFileEntryTypeLocalService.getBasicDocumentDLFileEntryType()
long
DLAppHelperLocalService.getCheckedOutFileEntriesCount
(long groupId) DLFolderLocalService.getCompanyFolders
(long companyId, int start, int end) int
DLFolderLocalService.getCompanyFoldersCount
(long companyId) DLFileEntryLocalService.getCTPersistence()
DLFileEntryMetadataLocalService.getCTPersistence()
DLFileEntryTypeLocalService.getCTPersistence()
DLFileShortcutLocalService.getCTPersistence()
DLFileVersionLocalService.getCTPersistence()
DLFolderLocalService.getCTPersistence()
DLFileEntryLocalService.getDDMStructureFileEntries
(long[] ddmStructureIds) DLFileEntryLocalService.getDDMStructureFileEntries
(long groupId, long[] ddmStructureIds) long
DLFileEntryTypeLocalService.getDefaultFileEntryTypeId
(long folderId) DLFileEntryLocalService.getDLFileEntries
(int start, int end) Returns a range of all the document library file entries.DLFileEntryLocalService.getDLFileEntriesByUuidAndCompanyId
(String uuid, long companyId) Returns all the document library file entries matching the UUID and company.DLFileEntryLocalService.getDLFileEntriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns a range of document library file entries matching the UUID and company.int
DLFileEntryLocalService.getDLFileEntriesCount()
Returns the number of document library file entries.DLFileEntryLocalService.getDLFileEntry
(long fileEntryId) Returns the document library file entry with the primary key.DLFileEntryLocalService.getDLFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileEntryLocalService.getDLFileEntryByUuidAndGroupId
(String uuid, long groupId) Returns the document library file entry matching the UUID and group.DLFileEntryMetadataLocalService.getDLFileEntryMetadata
(long fileEntryMetadataId) Returns the document library file entry metadata with the primary key.DLFileEntryMetadataLocalService.getDLFileEntryMetadataByExternalReferenceCode
(String externalReferenceCode, long companyId) DLFileEntryMetadataLocalService.getDLFileEntryMetadataByUuidAndCompanyId
(String uuid, long companyId) Returns the document library file entry metadata with the matching UUID and company.DLFileEntryMetadataLocalService.getDLFileEntryMetadatas
(int start, int end) Returns a range of all the document library file entry metadatas.int
DLFileEntryMetadataLocalService.getDLFileEntryMetadatasCount()
Returns the number of document library file entry metadatas.DLFileEntryTypeLocalService.getDLFileEntryType
(long fileEntryTypeId) Returns the document library file entry type with the primary key.DLFileEntryTypeLocalService.getDLFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileEntryTypeLocalService.getDLFileEntryTypeByUuidAndGroupId
(String uuid, long groupId) Returns the document library file entry type matching the UUID and group.DLFolderLocalService.getDLFileEntryTypeDLFolders
(long fileEntryTypeId) DLFolderLocalService.getDLFileEntryTypeDLFolders
(long fileEntryTypeId, int start, int end) DLFolderLocalService.getDLFileEntryTypeDLFolders
(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator) int
DLFolderLocalService.getDLFileEntryTypeDLFoldersCount
(long fileEntryTypeId) long[]
DLFolderLocalService.getDLFileEntryTypePrimaryKeys
(long folderId) Returns the fileEntryTypeIds of the document library file entry types associated with the document library folder.DLFileEntryTypeLocalService.getDLFileEntryTypes
(int start, int end) Returns a range of all the document library file entry types.DLFileEntryTypeLocalService.getDLFileEntryTypesByUuidAndCompanyId
(String uuid, long companyId) Returns all the document library file entry types matching the UUID and company.DLFileEntryTypeLocalService.getDLFileEntryTypesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns a range of document library file entry types matching the UUID and company.int
DLFileEntryTypeLocalService.getDLFileEntryTypesCount()
Returns the number of document library file entry types.DLFileShortcutLocalService.getDLFileShortcut
(long fileShortcutId) Returns the document library file shortcut with the primary key.DLFileShortcutLocalService.getDLFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileShortcutService.getDLFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileShortcutLocalService.getDLFileShortcutByUuidAndGroupId
(String uuid, long groupId) Returns the document library file shortcut matching the UUID and group.DLFileShortcutLocalService.getDLFileShortcuts
(int start, int end) Returns a range of all the document library file shortcuts.DLFileShortcutLocalService.getDLFileShortcutsByUuidAndCompanyId
(String uuid, long companyId) Returns all the document library file shortcuts matching the UUID and company.DLFileShortcutLocalService.getDLFileShortcutsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns a range of document library file shortcuts matching the UUID and company.int
DLFileShortcutLocalService.getDLFileShortcutsCount()
Returns the number of document library file shortcuts.DLFileVersionLocalService.getDLFileVersion
(long fileVersionId) Returns the document library file version with the primary key.DLFileVersionLocalService.getDLFileVersionByUuidAndGroupId
(String uuid, long groupId) Returns the document library file version matching the UUID and group.DLFileVersionLocalService.getDLFileVersions
(int start, int end) Returns a range of all the document library file versions.DLFileVersionLocalService.getDLFileVersionsByUuidAndCompanyId
(String uuid, long companyId) Returns all the document library file versions matching the UUID and company.DLFileVersionLocalService.getDLFileVersionsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns a range of document library file versions matching the UUID and company.int
DLFileVersionLocalService.getDLFileVersionsCount()
Returns the number of document library file versions.DLFolderLocalService.getDLFolder
(long folderId) Returns the document library folder with the primary key.DLFolderLocalService.getDLFolderByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFolderService.getDLFolderByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFolderLocalService.getDLFolderByUuidAndGroupId
(String uuid, long groupId) Returns the document library folder matching the UUID and group.DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypes
(long folderId) DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypes
(long folderId, int start, int end) DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypes
(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) int
DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypesCount
(long folderId) long[]
DLFileEntryTypeLocalService.getDLFolderPrimaryKeys
(long fileEntryTypeId) Returns the folderIds of the document library folders associated with the document library file entry type.DLFolderLocalService.getDLFolders
(int start, int end) Returns a range of all the document library folders.DLFolderLocalService.getDLFoldersByUuidAndCompanyId
(String uuid, long companyId) Returns all the document library folders matching the UUID and company.DLFolderLocalService.getDLFoldersByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns a range of document library folders matching the UUID and company.int
DLFolderLocalService.getDLFoldersCount()
Returns the number of document library folders.DLFileEntryLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) DLFileEntryTypeLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) DLFileShortcutLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) DLFileVersionLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) DLFolderLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) DLFileEntryLocalService.getExtraSettingsFileEntries
(int start, int end) int
DLFileEntryLocalService.getExtraSettingsFileEntriesCount()
void
DLAppHelperLocalService.getFileAsStream
(long userId, FileEntry fileEntry, boolean incrementCounter) DLFileEntryLocalService.getFileAsStream
(long fileEntryId, String version) DLFileEntryLocalService.getFileAsStream
(long fileEntryId, String version, boolean incrementCounter) DLFileEntryLocalService.getFileAsStream
(long fileEntryId, String version, boolean incrementCounter, int increment) DLFileEntryService.getFileAsStream
(long fileEntryId, String version) DLFileEntryService.getFileAsStream
(long fileEntryId, String version, boolean incrementCounter) DLAppService.getFileEntries
(long repositoryId, long folderId) Returns all the file entries in the folder.DLAppService.getFileEntries
(long repositoryId, long folderId, int start, int end) Returns a name-ordered range of all the file entries in the folder.DLAppService.getFileEntries
(long repositoryId, long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the folder.DLAppService.getFileEntries
(long repositoryId, long folderId, long fileEntryTypeId) Returns the file entries with the file entry type in the folder.DLAppService.getFileEntries
(long repositoryId, long folderId, long fileEntryTypeId, int start, int end) Returns a name-ordered range of all the file entries with the file entry type in the folder.DLAppService.getFileEntries
(long repositoryId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries with the file entry type in the folder.DLAppService.getFileEntries
(long repositoryId, long folderId, String[] mimeTypes) DLAppService.getFileEntries
(long repositoryId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLFileEntryLocalService.getFileEntries
(int start, int end) DLFileEntryLocalService.getFileEntries
(long groupId, long folderId) DLFileEntryLocalService.getFileEntries
(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryLocalService.getFileEntries
(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryLocalService.getFileEntries
(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition) DLFileEntryLocalService.getFileEntries
(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition) DLFileEntryLocalService.getFileEntries
(long folderId, String name) DLFileEntryService.getFileEntries
(long groupId, double score, int start, int end) DLFileEntryService.getFileEntries
(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryService.getFileEntries
(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryService.getFileEntries
(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryService.getFileEntries
(long groupId, long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryService.getFileEntries
(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLAppService.getFileEntriesAndFileShortcuts
(long repositoryId, long folderId, int status, int start, int end) Returns a range of all the file entries and shortcuts in the folder.DLFolderLocalService.getFileEntriesAndFileShortcuts
(long groupId, long folderId, QueryDefinition<?> queryDefinition) DLFolderService.getFileEntriesAndFileShortcuts
(long groupId, long folderId, int status, int start, int end) int
DLAppService.getFileEntriesAndFileShortcutsCount
(long repositoryId, long folderId, int status) Returns the number of file entries and shortcuts in the folder.int
DLAppService.getFileEntriesAndFileShortcutsCount
(long repositoryId, long folderId, int status, String[] mimeTypes) Returns the number of file entries and shortcuts in the folder.int
DLFolderLocalService.getFileEntriesAndFileShortcutsCount
(long groupId, long folderId, QueryDefinition<?> queryDefinition) int
DLFolderService.getFileEntriesAndFileShortcutsCount
(long groupId, long folderId, int status) int
DLFolderService.getFileEntriesAndFileShortcutsCount
(long groupId, long folderId, String[] mimeTypes, int status) DLFileEntryLocalService.getFileEntriesByClassNameIdAndTreePath
(long classNameId, String treePath) int
DLAppService.getFileEntriesCount
(long repositoryId, long folderId) Returns the number of file entries in the folder.int
DLAppService.getFileEntriesCount
(long repositoryId, long folderId, long fileEntryTypeId) Returns the number of file entries with the file entry type in the folder.int
DLAppService.getFileEntriesCount
(long repositoryId, long folderId, String[] mimeTypes) int
DLFileEntryLocalService.getFileEntriesCount()
int
DLFileEntryLocalService.getFileEntriesCount
(long groupId, long folderId) int
DLFileEntryLocalService.getFileEntriesCount
(long groupId, long folderId, int status) int
DLFileEntryLocalService.getFileEntriesCount
(long groupId, long userId, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition) int
DLFileEntryLocalService.getFileEntriesCount
(long groupId, long userId, List<Long> repositoryIds, List<Long> folderIds, String[] mimeTypes, QueryDefinition<DLFileEntry> queryDefinition) int
DLFileEntryService.getFileEntriesCount
(long groupId, double score) int
DLFileEntryService.getFileEntriesCount
(long groupId, long folderId) int
DLFileEntryService.getFileEntriesCount
(long groupId, long folderId, int status) int
DLFileEntryService.getFileEntriesCount
(long groupId, long folderId, long fileEntryTypeId) int
DLFileEntryService.getFileEntriesCount
(long groupId, long folderId, String[] mimeTypes) int
DLFileEntryService.getFileEntriesCount
(long groupId, long folderId, String[] mimeTypes, int status) DLAppLocalService.getFileEntry
(long fileEntryId) Returns the file entry with the primary key.DLAppLocalService.getFileEntry
(long groupId, long folderId, String title) Returns the file entry with the title in the folder.DLAppService.getFileEntry
(long fileEntryId) Returns the file entry with the primary key.DLAppService.getFileEntry
(long groupId, long folderId, String title) Returns the file entry with the title in the folder.DLFileEntryLocalService.getFileEntry
(long fileEntryId) DLFileEntryLocalService.getFileEntry
(long groupId, long folderId, String title) DLFileEntryService.getFileEntry
(long fileEntryId) DLFileEntryService.getFileEntry
(long groupId, long folderId, String title) DLAppLocalService.getFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) Returns the file entry with the external reference code.DLAppService.getFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) Returns the file entry with the external reference code.DLFileEntryLocalService.getFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileEntryService.getFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) DLAppLocalService.getFileEntryByFileName
(long groupId, long folderId, String fileName) Returns the file entry with the file name in the folder.DLAppService.getFileEntryByFileName
(long groupId, long folderId, String fileName) Returns the file entry with the file name in the folder.DLFileEntryLocalService.getFileEntryByFileName
(long groupId, long folderId, String fileName) DLFileEntryService.getFileEntryByFileName
(long groupId, long folderId, String fileName) DLFileEntryLocalService.getFileEntryByName
(long groupId, long folderId, String name) DLAppLocalService.getFileEntryByUuidAndGroupId
(String uuid, long groupId) Returns the file entry with the UUID and group.DLAppService.getFileEntryByUuidAndGroupId
(String uuid, long groupId) Returns the file entry with the UUID and group.DLFileEntryLocalService.getFileEntryByUuidAndGroupId
(String uuid, long groupId) DLFileEntryService.getFileEntryByUuidAndGroupId
(String uuid, long groupId) DLFileEntryService.getFileEntryLock
(long fileEntryId) DLFileEntryMetadataLocalService.getFileEntryMetadata
(long fileEntryMetadataId) DLFileEntryMetadataLocalService.getFileEntryMetadata
(long ddmStructureId, long fileVersionId) DLFileEntryTypeLocalService.getFileEntryType
(long fileEntryTypeId) DLFileEntryTypeLocalService.getFileEntryType
(long groupId, String fileEntryTypeKey) DLFileEntryTypeService.getFileEntryType
(long fileEntryTypeId) DLFileEntryTypeService.getFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileEntryLocalService.getFileEntryTypeIds
(long companyId, long[] groupIds, String treePath) DLFileEntryTypeLocalService.getFileEntryTypes
(long[] groupIds) DLFileEntryTypeService.getFileEntryTypes
(long[] groupIds) DLFileEntryTypeService.getFileEntryTypes
(long[] groupIds, int start, int end) DLFileEntryTypeLocalService.getFileEntryTypesByCompanyId
(long companyId) int
DLFileEntryTypeService.getFileEntryTypesCount
(long[] groupIds) DLAppLocalService.getFileShortcut
(long fileShortcutId) Returns the file shortcut with the primary key.DLAppService.getFileShortcut
(long fileShortcutId) Returns the file shortcut with the primary key.DLFileShortcutLocalService.getFileShortcut
(long fileShortcutId) DLFileShortcutService.getFileShortcut
(long fileShortcutId) DLAppLocalService.getFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) DLAppService.getFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) DLAppHelperLocalService.getFileShortcuts
(long groupId, long folderId, boolean active, int status) DLFileShortcutLocalService.getFileShortcuts
(long toFileEntryId) DLFileShortcutLocalService.getFileShortcuts
(long groupId, long folderId) DLFileShortcutLocalService.getFileShortcuts
(long groupId, long folderId, boolean active, int status, int start, int end) int
DLAppHelperLocalService.getFileShortcutsCount
(long groupId, long folderId, boolean active, int status) int
DLFileShortcutLocalService.getFileShortcutsCount
(long groupId, long folderId, boolean active, int status) DLAppLocalService.getFileVersion
(long fileVersionId) Returns the file version with the primary key.DLAppService.getFileVersion
(long fileVersionId) Returns the file version with the primary key.DLFileVersionLocalService.getFileVersion
(long fileVersionId) DLFileVersionLocalService.getFileVersion
(long fileEntryId, String version) DLFileVersionService.getFileVersion
(long fileVersionId) DLFileVersionLocalService.getFileVersionByUuidAndGroupId
(String uuid, long groupId) DLFileEntryMetadataLocalService.getFileVersionFileEntryMetadatas
(long fileVersionId) long
DLFileEntryMetadataLocalService.getFileVersionFileEntryMetadatasCount
(long fileVersionId) DLFileVersionLocalService.getFileVersions
(long fileEntryId, int status) DLFileVersionLocalService.getFileVersions
(long fileEntryId, int status, int start, int end) DLFileVersionService.getFileVersions
(long fileEntryId, int status) int
DLFileVersionLocalService.getFileVersionsCount
(long fileEntryId, int status) int
DLFileVersionLocalService.getFileVersionsCount
(long companyId, String storeUUID) int
DLFileVersionService.getFileVersionsCount
(long fileEntryId, int status) DLAppLocalService.getFolder
(long folderId) Returns the folder with the primary key.Returns the folder with the name in the parent folder.DLAppService.getFolder
(long folderId) Returns the folder with the primary key.Returns the folder with the name in the parent folder.DLFolderLocalService.getFolder
(long folderId) DLFolderService.getFolder
(long folderId) DLAppLocalService.getFolderByExternalReferenceCode
(String externalReferenceCode, long groupId) DLAppService.getFolderByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileEntryTypeLocalService.getFolderFileEntryTypes
(long[] groupIds, long folderId, boolean inherited) DLFileEntryTypeService.getFolderFileEntryTypes
(long[] groupIds, long folderId, boolean inherited) long
DLFolderLocalService.getFolderId
(long companyId, long folderId) DLFolderService.getFolderIds
(long groupId, long folderId) DLAppService.getFolders
(long repositoryId, long parentFolderId) Returns all immediate subfolders of the parent folder.DLAppService.getFolders
(long repositoryId, long parentFolderId, boolean includeMountFolders) Returns all immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.DLAppService.getFolders
(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end) Returns a name-ordered range of all the immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.DLAppService.getFolders
(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder.DLAppService.getFolders
(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder.DLAppService.getFolders
(long repositoryId, long parentFolderId, int start, int end) Returns a name-ordered range of all the immediate subfolders of the parent folder.DLAppService.getFolders
(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder.DLFolderLocalService.getFolders
(long groupId, boolean mountPoint, String treePath, boolean hidden) DLFolderLocalService.getFolders
(long groupId, long parentFolderId) DLFolderLocalService.getFolders
(long groupId, long parentFolderId, boolean includeMountfolders) DLFolderLocalService.getFolders
(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalService.getFolders
(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalService.getFolders
(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalService.getFolders
(long classNameId, String treePath) DLFolderService.getFolders
(long groupId, double score, int start, int end) DLFolderService.getFolders
(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderService.getFolders
(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLAppService.getFoldersAndFileEntriesAndFileShortcuts
(long repositoryId, long folderId, int status, boolean includeMountFolders, int start, int end) Returns a name-ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder.DLAppService.getFoldersAndFileEntriesAndFileShortcuts
(long repositoryId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) Returns an ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder.DLAppService.getFoldersAndFileEntriesAndFileShortcuts
(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, boolean includeOwner, int start, int end, OrderByComparator<?> orderByComparator) DLAppService.getFoldersAndFileEntriesAndFileShortcuts
(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcuts
(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, QueryDefinition<?> queryDefinition) DLFolderService.getFoldersAndFileEntriesAndFileShortcuts
(long groupId, long folderId, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) DLFolderService.getFoldersAndFileEntriesAndFileShortcuts
(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) DLFolderService.getFoldersAndFileEntriesAndFileShortcuts
(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, QueryDefinition<?> queryDefinition) DLFolderService.getFoldersAndFileEntriesAndFileShortcuts
(long groupId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) int
DLAppService.getFoldersAndFileEntriesAndFileShortcutsCount
(long repositoryId, long folderId, int status, boolean includeMountFolders) Returns the number of immediate subfolders, file entries, and file shortcuts in the parent folder.int
DLAppService.getFoldersAndFileEntriesAndFileShortcutsCount
(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders) int
DLAppService.getFoldersAndFileEntriesAndFileShortcutsCount
(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, boolean includeOwner) int
DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcutsCount
(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, QueryDefinition<?> queryDefinition) int
DLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount
(long groupId, long folderId, int status, boolean includeMountFolders) int
DLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount
(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders) Deprecated.int
DLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount
(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, int status) int
DLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount
(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, QueryDefinition<?> queryDefinition) int
DLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount
(long groupId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status) int
DLAppService.getFoldersCount
(long repositoryId, long parentFolderId) Returns the number of immediate subfolders of the parent folder.int
DLAppService.getFoldersCount
(long repositoryId, long parentFolderId, boolean includeMountFolders) Returns the number of immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.int
DLAppService.getFoldersCount
(long repositoryId, long parentFolderId, int status, boolean includeMountFolders) Returns the number of immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.int
DLFolderLocalService.getFoldersCount
(long groupId, long parentFolderId) int
DLFolderLocalService.getFoldersCount
(long groupId, long parentFolderId, boolean includeMountfolders) int
DLFolderLocalService.getFoldersCount
(long groupId, long parentFolderId, boolean includeMountfolders, int status) int
DLFolderLocalService.getFoldersCount
(long groupId, long parentFolderId, int status, boolean includeMountfolders) Deprecated.As of Athanasius (7.3.x), replaced byDLFolderLocalService.getFoldersCount(long, long, boolean, int)
int
DLFolderService.getFoldersCount
(long groupId, double score) int
DLFolderService.getFoldersCount
(long groupId, long parentFolderId) int
DLFolderService.getFoldersCount
(long groupId, long parentFolderId, boolean includeMountfolders, int status) int
DLFolderService.getFoldersCount
(long groupId, long parentFolderId, int status, boolean includeMountfolders) Deprecated.As of Athanasius (7.3.x), replaced byDLFolderService.getFoldersCount(long, long, boolean, int)
int
DLAppService.getFoldersFileEntriesCount
(long repositoryId, List<Long> folderIds, int status) Returns the number of immediate subfolders and file entries across the folders.int
DLFileEntryService.getFoldersFileEntriesCount
(long groupId, List<Long> folderIds, int status) long
DLFolderLocalService.getFolderSize
(long companyId, long groupId, String treePath) DLAppService.getGroupFileEntries
(long groupId, long userId, int start, int end) Returns an ordered range of all the file entries in the group starting at the repository default parent folder that are stored within the Liferay repository.DLAppService.getGroupFileEntries
(long groupId, long userId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group that are stored within the Liferay repository.DLAppService.getGroupFileEntries
(long groupId, long userId, long rootFolderId, int start, int end) Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.DLAppService.getGroupFileEntries
(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.DLAppService.getGroupFileEntries
(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLFileEntryLocalService.getGroupFileEntries
(long groupId, int start, int end) DLFileEntryLocalService.getGroupFileEntries
(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryLocalService.getGroupFileEntries
(long groupId, long userId, int start, int end) DLFileEntryLocalService.getGroupFileEntries
(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryLocalService.getGroupFileEntries
(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryLocalService.getGroupFileEntries
(long groupId, long userId, long repositoryId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryService.getGroupFileEntries
(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryService.getGroupFileEntries
(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryService.getGroupFileEntries
(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) int
DLAppService.getGroupFileEntriesCount
(long groupId, long userId) Returns the number of file entries in a group starting at the repository default parent folder that are stored within the Liferay repository.int
DLAppService.getGroupFileEntriesCount
(long groupId, long userId, long rootFolderId) Returns the number of file entries in a group starting at the root folder that are stored within the Liferay repository.int
DLAppService.getGroupFileEntriesCount
(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status) int
DLFileEntryLocalService.getGroupFileEntriesCount
(long groupId) int
DLFileEntryLocalService.getGroupFileEntriesCount
(long groupId, long userId) int
DLFileEntryService.getGroupFileEntriesCount
(long groupId, long userId, long rootFolderId) int
DLFileEntryService.getGroupFileEntriesCount
(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status) int
DLFileEntryService.getGroupFileEntriesCount
(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status) DLAppHelperLocalService.getGroupFileShortcuts
(long groupId) DLAppService.getGroupFileShortcuts
(long groupId) DLFileShortcutLocalService.getGroupFileShortcuts
(long groupId) DLFileShortcutService.getGroupFileShortcuts
(long groupId) DLFileShortcutService.getGroupFileShortcuts
(long groupId, int start, int end) long
DLFileShortcutService.getGroupFileShortcutsCount
(long groupId) DLFolderLocalService.getGroupFolderIds
(long groupId, long parentFolderId) void
DLFolderLocalService.getGroupSubfolderIds
(List<Long> folderIds, long groupId, long folderId) DLFileEntryLocalService.getIndexableActionableDynamicQuery()
DLFileEntryMetadataLocalService.getIndexableActionableDynamicQuery()
DLFileEntryTypeLocalService.getIndexableActionableDynamicQuery()
DLFileShortcutLocalService.getIndexableActionableDynamicQuery()
DLFileVersionLocalService.getIndexableActionableDynamicQuery()
DLFolderLocalService.getIndexableActionableDynamicQuery()
DLFileVersionLocalService.getLatestFileVersion
(long fileEntryId, boolean excludeWorkingCopy) DLFileVersionLocalService.getLatestFileVersion
(long userId, long fileEntryId) DLFileVersionService.getLatestFileVersion
(long fileEntryId) DLFileVersionService.getLatestFileVersion
(long fileEntryId, boolean excludeWorkingCopy) DLFileEntryMetadataLocalService.getMismatchedCompanyIdFileEntryMetadatas()
DLFileEntryLocalService.getModelClass()
DLFileEntryMetadataLocalService.getModelClass()
DLFileEntryTypeLocalService.getModelClass()
DLFileShortcutLocalService.getModelClass()
DLFileVersionLocalService.getModelClass()
DLFolderLocalService.getModelClass()
DLAppLocalService.getMountFolder
(long repositoryId) Returns the mount folder of the repository with the primary key.DLFolderLocalService.getMountFolder
(long repositoryId) DLAppService.getMountFolders
(long repositoryId, long parentFolderId) Returns all immediate subfolders of the parent folder that are used for mounting third-party repositories.DLAppService.getMountFolders
(long repositoryId, long parentFolderId, int start, int end) Returns a name-ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.DLAppService.getMountFolders
(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.DLFolderLocalService.getMountFolders
(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderService.getMountFolders
(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) int
DLAppService.getMountFoldersCount
(long repositoryId, long parentFolderId) Returns the number of immediate subfolders of the parent folder that are used for mounting third-party repositories.int
DLFolderLocalService.getMountFoldersCount
(long groupId, long parentFolderId) int
DLFolderService.getMountFoldersCount
(long groupId, long parentFolderId) DLAppHelperLocalService.getNoAssetFileEntries()
DLFileEntryLocalService.getNoAssetFileEntries()
DLFolderLocalService.getNoAssetFolders()
DLFileEntryMetadataLocalService.getNoStructuresFileEntryMetadatas()
DLFolderLocalService.getNotInTrashFolders
(long groupId, boolean mountPoint, String treePath, boolean hidden) DLFileEntryLocalService.getPersistedModel
(Serializable primaryKeyObj) DLFileEntryMetadataLocalService.getPersistedModel
(Serializable primaryKeyObj) DLFileEntryTypeLocalService.getPersistedModel
(Serializable primaryKeyObj) DLFileShortcutLocalService.getPersistedModel
(Serializable primaryKeyObj) DLFileVersionLocalService.getPersistedModel
(Serializable primaryKeyObj) DLFolderLocalService.getPersistedModel
(Serializable primaryKeyObj) DLFileEntryLocalService.getRepositoryFileEntries
(long repositoryId, int start, int end) int
DLFileEntryLocalService.getRepositoryFileEntriesCount
(long repositoryId) DLFolderLocalService.getRepositoryFolderIds
(long repositoryId, long parentFolderId) DLFolderLocalService.getRepositoryFolders
(long repositoryId, int start, int end) int
DLFolderLocalService.getRepositoryFoldersCount
(long repositoryId) void
DLFolderLocalService.getRepositorySubfolderIds
(List<Long> folderIds, long repositoryId, long folderId) DLAppService.getSubfolderIds
(long repositoryId, long folderId) Returns all the descendant folders of the folder with the primary key.DLAppService.getSubfolderIds
(long repositoryId, long folderId, boolean recurse) Returns descendant folders of the folder with the primary key, optionally limiting to one level deep.void
DLAppService.getSubfolderIds
(long repositoryId, List<Long> folderIds, long folderId) DLFolderService.getSubfolderIds
(long groupId, long folderId, boolean recurse) void
DLFolderService.getSubfolderIds
(List<Long> folderIds, long groupId, long folderId, boolean recurse) String[]
DLAppService.getTempFileNames
(long groupId, long folderId, String folderName) Returns all the temporary file entry names.DLFolderLocalService.getUniqueFolderName
(String uuid, long groupId, long parentFolderId, String name, int count) DLFileEntryLocalService.getUniqueTitle
(long groupId, long folderId, long fileEntryId, String title, String extension) boolean
DLFolderLocalService.hasDLFileEntryTypeDLFolder
(long fileEntryTypeId, long folderId) boolean
DLFolderLocalService.hasDLFileEntryTypeDLFolders
(long fileEntryTypeId) boolean
DLFileEntryTypeLocalService.hasDLFolderDLFileEntryType
(long folderId, long fileEntryTypeId) boolean
DLFileEntryTypeLocalService.hasDLFolderDLFileEntryTypes
(long folderId) boolean
DLFileEntryLocalService.hasExtraSettings()
boolean
DLFileEntryLocalService.hasFileEntryLock
(long userId, long fileEntryId) boolean
DLFileEntryLocalService.hasFileEntryLock
(long userId, long fileEntryId, long folderId) boolean
DLFileEntryService.hasFileEntryLock
(long fileEntryId) boolean
DLFolderLocalService.hasFolderLock
(long userId, long folderId) boolean
DLFolderService.hasFolderLock
(long folderId) boolean
DLFolderLocalService.hasInheritableLock
(long folderId) boolean
DLFolderService.hasInheritableLock
(long folderId) void
DLFileEntryLocalService.incrementViewCounter
(DLFileEntry dlFileEntry, int increment) boolean
DLFileEntryLocalService.isFileEntryCheckedOut
(long fileEntryId) boolean
DLFileEntryService.isFileEntryCheckedOut
(long fileEntryId) boolean
DLFolderService.isFolderLocked
(long folderId) void
DLAppService.search
(long repositoryId, long creatorUserId, int status, int start, int end) DLAppService.search
(long repositoryId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end) DLAppService.search
(long repositoryId, SearchContext searchContext) DLAppService.search
(long repositoryId, SearchContext searchContext, Query query) DLFileEntryLocalService.search
(long groupId, long userId, long creatorUserId, int status, int start, int end) DLFileEntryLocalService.search
(long groupId, long userId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end) DLFileEntryService.search
(long groupId, long creatorUserId, int status, int start, int end) DLFileEntryService.search
(long groupId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end) DLFileEntryTypeLocalService.search
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeService.search
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int scope, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeService.search
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeService.search
(long companyId, long folderId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, boolean inherited, int start, int end) int
DLFileEntryTypeLocalService.searchCount
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType) int
DLFileEntryTypeService.searchCount
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType) int
DLFileEntryTypeService.searchCount
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int scope) int
DLFileEntryTypeService.searchCount
(long companyId, long folderId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, boolean inherited) <R,
E extends Throwable>
RDLFileEntryLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<DLFileEntry>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RDLFileEntryMetadataLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<DLFileEntryMetadata>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RDLFileEntryTypeLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<DLFileEntryType>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RDLFileShortcutLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<DLFileShortcut>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RDLFileVersionLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<DLFileVersion>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RDLFolderLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<DLFolder>, R, E> updateUnsafeFunction) -
Uses of Transactional in com.liferay.document.library.kernel.store
Classes in com.liferay.document.library.kernel.store with annotations of type Transactional -
Uses of Transactional in com.liferay.expando.kernel.service
Classes in com.liferay.expando.kernel.service with annotations of type TransactionalModifier and TypeInterfaceDescriptioninterface
Provides the local service interface for ExpandoColumn.interface
Provides the remote service interface for ExpandoColumn.interface
Provides the local service interface for ExpandoRow.interface
Provides the local service interface for ExpandoTable.interface
Provides the local service interface for ExpandoValue.interface
Provides the remote service interface for ExpandoValue.Methods in com.liferay.expando.kernel.service with annotations of type TransactionalModifier and TypeMethodDescriptionExpandoColumnLocalService.createExpandoColumn
(long columnId) Creates a new expando column with the primary key.ExpandoRowLocalService.createExpandoRow
(long rowId) Creates a new expando row with the primary key.ExpandoTableLocalService.createExpandoTable
(long tableId) Creates a new expando table with the primary key.ExpandoValueLocalService.createExpandoValue
(long valueId) Creates a new expando value with the primary key.<T> T
ExpandoColumnLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
ExpandoRowLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
ExpandoTableLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
ExpandoValueLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
ExpandoColumnLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
ExpandoRowLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
ExpandoTableLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
ExpandoValueLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) ExpandoColumnLocalService.dynamicQuery()
<T> List<T>
ExpandoColumnLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
ExpandoColumnLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
ExpandoColumnLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.ExpandoRowLocalService.dynamicQuery()
<T> List<T>
ExpandoRowLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
ExpandoRowLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
ExpandoRowLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.ExpandoTableLocalService.dynamicQuery()
<T> List<T>
ExpandoTableLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
ExpandoTableLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
ExpandoTableLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.ExpandoValueLocalService.dynamicQuery()
<T> List<T>
ExpandoValueLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
ExpandoValueLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
ExpandoValueLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.long
ExpandoColumnLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
ExpandoColumnLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
ExpandoRowLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
ExpandoRowLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
ExpandoTableLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
ExpandoTableLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
ExpandoValueLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
ExpandoValueLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.ExpandoColumnLocalService.fetchColumn
(long companyId, long classNameId, String tableName, String name) ExpandoColumnLocalService.fetchColumn
(long tableId, String name) ExpandoTableLocalService.fetchDefaultTable
(long companyId, long classNameId) ExpandoTableLocalService.fetchDefaultTable
(long companyId, String className) ExpandoColumnLocalService.fetchExpandoColumn
(long columnId) ExpandoColumnService.fetchExpandoColumn
(long columnId) ExpandoRowLocalService.fetchExpandoRow
(long rowId) ExpandoTableLocalService.fetchExpandoTable
(long tableId) ExpandoValueLocalService.fetchExpandoValue
(long valueId) ExpandoRowLocalService.fetchRow
(long tableId, long classPK) ExpandoTableLocalService.fetchTable
(long companyId, long classNameId, String name) ExpandoColumnLocalService.getActionableDynamicQuery()
ExpandoRowLocalService.getActionableDynamicQuery()
ExpandoTableLocalService.getActionableDynamicQuery()
ExpandoValueLocalService.getActionableDynamicQuery()
ExpandoColumnLocalService.getColumn
(long columnId) ExpandoColumnLocalService.getColumn
(long companyId, long classNameId, String tableName, String name) ExpandoColumnLocalService.getColumn
(long companyId, String className, String tableName, String name) ExpandoColumnLocalService.getColumns
(long tableId) ExpandoColumnLocalService.getColumns
(long companyId, long classNameId, String tableName) ExpandoColumnLocalService.getColumns
(long companyId, long classNameId, String tableName, Collection<String> names) ExpandoColumnLocalService.getColumns
(long companyId, String className, String tableName) ExpandoColumnLocalService.getColumns
(long companyId, String className, String tableName, Collection<String> columnNames) ExpandoColumnLocalService.getColumns
(long tableId, Collection<String> names) int
ExpandoColumnLocalService.getColumnsCount
(long tableId) int
ExpandoColumnLocalService.getColumnsCount
(long companyId, long classNameId, String tableName) int
ExpandoColumnLocalService.getColumnsCount
(long companyId, String className, String tableName) ExpandoValueLocalService.getColumnValues
(long columnId, int start, int end) ExpandoValueLocalService.getColumnValues
(long companyId, long classNameId, String tableName, String columnName, int start, int end) ExpandoValueLocalService.getColumnValues
(long companyId, long classNameId, String tableName, String columnName, String data, int start, int end) ExpandoValueLocalService.getColumnValues
(long companyId, String className, String tableName, String columnName, int start, int end) ExpandoValueLocalService.getColumnValues
(long companyId, String className, String tableName, String columnName, String data, int start, int end) int
ExpandoValueLocalService.getColumnValuesCount
(long columnId) int
ExpandoValueLocalService.getColumnValuesCount
(long companyId, long classNameId, String tableName, String columnName) int
ExpandoValueLocalService.getColumnValuesCount
(long companyId, long classNameId, String tableName, String columnName, String data) int
ExpandoValueLocalService.getColumnValuesCount
(long companyId, String className, String tableName, String columnName) int
ExpandoValueLocalService.getColumnValuesCount
(long companyId, String className, String tableName, String columnName, String data) ExpandoColumnLocalService.getCTPersistence()
ExpandoRowLocalService.getCTPersistence()
ExpandoTableLocalService.getCTPersistence()
ExpandoValueLocalService.getCTPersistence()
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK) boolean
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, boolean defaultData) boolean[]
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, boolean[] defaultData) double
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, double defaultData) double[]
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, double[] defaultData) float
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, float defaultData) float[]
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, float[] defaultData) int
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, int defaultData) int[]
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, int[] defaultData) long
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, long defaultData) long[]
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, long[] defaultData) short
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, short defaultData) short[]
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, short[] defaultData) ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, JSONObject defaultDataJSONObject) ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, Number defaultData) Number[]
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, Number[] defaultData) ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, String defaultData) String[]
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, String[] defaultData) ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, Date defaultData) Date[]
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, Date[] defaultData) Map<?,
?> ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, Map<?, ?> defaultData) ExpandoValueLocalService.getData
(long companyId, String className, String tableName, Collection<String> columnNames, long classPK) ExpandoValueService.getData
(long companyId, String className, String tableName, String columnName, long classPK) ExpandoValueService.getData
(long companyId, String className, String tableName, Collection<String> columnNames, long classPK) ExpandoTableLocalService.getDefaultTable
(long companyId, long classNameId) ExpandoTableLocalService.getDefaultTable
(long companyId, String className) ExpandoColumnLocalService.getDefaultTableColumn
(long companyId, long classNameId, String name) ExpandoColumnLocalService.getDefaultTableColumn
(long companyId, String className, String name) ExpandoColumnLocalService.getDefaultTableColumns
(long companyId, long classNameId) ExpandoColumnLocalService.getDefaultTableColumns
(long companyId, String className) int
ExpandoColumnLocalService.getDefaultTableColumnsCount
(long companyId, long classNameId) int
ExpandoColumnLocalService.getDefaultTableColumnsCount
(long companyId, String className) ExpandoValueLocalService.getDefaultTableColumnValues
(long companyId, long classNameId, String columnName, int start, int end) ExpandoValueLocalService.getDefaultTableColumnValues
(long companyId, String className, String columnName, int start, int end) int
ExpandoValueLocalService.getDefaultTableColumnValuesCount
(long companyId, long classNameId, String columnName) int
ExpandoValueLocalService.getDefaultTableColumnValuesCount
(long companyId, String className, String columnName) ExpandoRowLocalService.getDefaultTableRows
(long companyId, long classNameId, int start, int end) ExpandoRowLocalService.getDefaultTableRows
(long companyId, String className, int start, int end) int
ExpandoRowLocalService.getDefaultTableRowsCount
(long companyId, long classNameId) int
ExpandoRowLocalService.getDefaultTableRowsCount
(long companyId, String className) ExpandoColumnLocalService.getExpandoColumn
(long columnId) Returns the expando column with the primary key.ExpandoColumnLocalService.getExpandoColumns
(int start, int end) Returns a range of all the expando columns.int
ExpandoColumnLocalService.getExpandoColumnsCount()
Returns the number of expando columns.ExpandoRowLocalService.getExpandoRow
(long rowId) Returns the expando row with the primary key.ExpandoRowLocalService.getExpandoRows
(int start, int end) Returns a range of all the expando rows.int
ExpandoRowLocalService.getExpandoRowsCount()
Returns the number of expando rows.ExpandoTableLocalService.getExpandoTable
(long tableId) Returns the expando table with the primary key.ExpandoTableLocalService.getExpandoTables
(int start, int end) Returns a range of all the expando tables.int
ExpandoTableLocalService.getExpandoTablesCount()
Returns the number of expando tables.ExpandoValueLocalService.getExpandoValue
(long valueId) Returns the expando value with the primary key.ExpandoValueLocalService.getExpandoValues
(int start, int end) Returns a range of all the expando values.int
ExpandoValueLocalService.getExpandoValuesCount()
Returns the number of expando values.ExpandoColumnLocalService.getIndexableActionableDynamicQuery()
ExpandoRowLocalService.getIndexableActionableDynamicQuery()
ExpandoTableLocalService.getIndexableActionableDynamicQuery()
ExpandoValueLocalService.getIndexableActionableDynamicQuery()
ExpandoValueService.getJSONData
(long companyId, String className, String tableName, String columnName, long classPK) ExpandoColumnLocalService.getModelClass()
ExpandoRowLocalService.getModelClass()
ExpandoTableLocalService.getModelClass()
ExpandoValueLocalService.getModelClass()
ExpandoColumnLocalService.getPersistedModel
(Serializable primaryKeyObj) ExpandoRowLocalService.getPersistedModel
(Serializable primaryKeyObj) ExpandoTableLocalService.getPersistedModel
(Serializable primaryKeyObj) ExpandoValueLocalService.getPersistedModel
(Serializable primaryKeyObj) ExpandoRowLocalService.getRow
(long rowId) ExpandoRowLocalService.getRow
(long tableId, long classPK) ExpandoRowLocalService.getRows
(long tableId, int start, int end) ExpandoRowLocalService.getRows
(long companyId, long classNameId, String tableName, int start, int end) ExpandoRowLocalService.getRows
(long companyId, String className, String tableName, int start, int end) int
ExpandoRowLocalService.getRowsCount
(long tableId) int
ExpandoRowLocalService.getRowsCount
(long companyId, long classNameId, String tableName) int
ExpandoRowLocalService.getRowsCount
(long companyId, String className, String tableName) ExpandoValueLocalService.getRowValues
(long rowId) ExpandoValueLocalService.getRowValues
(long rowId, int start, int end) ExpandoValueLocalService.getRowValues
(long companyId, long classNameId, String tableName, long classPK, int start, int end) ExpandoValueLocalService.getRowValues
(long companyId, String className, String tableName, long classPK, int start, int end) int
ExpandoValueLocalService.getRowValuesCount
(long rowId) int
ExpandoValueLocalService.getRowValuesCount
(long companyId, long classNameId, String tableName, long classPK) int
ExpandoValueLocalService.getRowValuesCount
(long companyId, String className, String tableName, long classPK) ExpandoTableLocalService.getTable
(long tableId) ExpandoTableLocalService.getTables
(long companyId, long classNameId) ExpandoValueLocalService.getValue
(long valueId) ExpandoValueLocalService.getValue
(long columnId, long rowId) ExpandoValueLocalService.getValue
(long tableId, long columnId, long classPK) ExpandoValueLocalService.getValue
(long companyId, long classNameId, String tableName, String columnName, long classPK) ExpandoValueLocalService.getValue
(long companyId, String className, String tableName, String columnName, long classPK) <R,
E extends Throwable>
RExpandoColumnLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<ExpandoColumn>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RExpandoRowLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<ExpandoRow>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RExpandoTableLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<ExpandoTable>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RExpandoValueLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<ExpandoValue>, R, E> updateUnsafeFunction) -
Uses of Transactional in com.liferay.exportimport.kernel.service
Classes in com.liferay.exportimport.kernel.service with annotations of type TransactionalModifier and TypeInterfaceDescriptioninterface
Provides the local service interface for ExportImportConfiguration.interface
Provides the remote service interface for ExportImportConfiguration.interface
Provides the local service interface for ExportImport.interface
Provides the remote service interface for ExportImport.interface
Provides the local service interface for Staging.interface
Provides the remote service interface for Staging.Methods in com.liferay.exportimport.kernel.service with annotations of type TransactionalModifier and TypeMethodDescriptionExportImportConfigurationLocalService.createExportImportConfiguration
(long exportImportConfigurationId) Creates a new export import configuration with the primary key.<T> T
ExportImportConfigurationLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
ExportImportConfigurationLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) ExportImportConfigurationLocalService.dynamicQuery()
<T> List<T>
ExportImportConfigurationLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
ExportImportConfigurationLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
ExportImportConfigurationLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.long
ExportImportConfigurationLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
ExportImportConfigurationLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.ExportImportConfigurationLocalService.fetchExportImportConfiguration
(long exportImportConfigurationId) ExportImportConfigurationLocalService.getActionableDynamicQuery()
ExportImportConfigurationLocalService.getExportImportConfiguration
(long exportImportConfigurationId) Returns the export import configuration with the primary key.ExportImportConfigurationLocalService.getExportImportConfigurations
(int start, int end) Returns a range of all the export import configurations.ExportImportConfigurationLocalService.getExportImportConfigurations
(long groupId, int type) ExportImportConfigurationLocalService.getExportImportConfigurations
(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationLocalService.getExportImportConfigurations
(long companyId, long groupId, String keywords, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationLocalService.getExportImportConfigurations
(long companyId, long groupId, String name, String description, int type, boolean andSearch, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationLocalService.getExportImportConfigurations
(Hits hits) int
ExportImportConfigurationLocalService.getExportImportConfigurationsCount()
Returns the number of export import configurations.int
ExportImportConfigurationLocalService.getExportImportConfigurationsCount
(long groupId) int
ExportImportConfigurationLocalService.getExportImportConfigurationsCount
(long groupId, int type) int
ExportImportConfigurationLocalService.getExportImportConfigurationsCount
(long companyId, long groupId, String keywords, int type) int
ExportImportConfigurationLocalService.getExportImportConfigurationsCount
(long companyId, long groupId, String name, String description, int type, boolean andSearch) ExportImportConfigurationLocalService.getIndexableActionableDynamicQuery()
ExportImportConfigurationLocalService.getPersistedModel
(Serializable primaryKeyObj) boolean
StagingService.hasRemoteLayout
(String uuid, long groupId, boolean privateLayout) ExportImportConfigurationLocalService.searchExportImportConfigurations
(long companyId, long groupId, int type, String keywords, int start, int end, Sort sort) ExportImportConfigurationLocalService.searchExportImportConfigurations
(long companyId, long groupId, int type, String name, String description, boolean andSearch, int start, int end, Sort sort) -
Uses of Transactional in com.liferay.mail.kernel.service
Classes in com.liferay.mail.kernel.service with annotations of type Transactional -
Uses of Transactional in com.liferay.portal.kernel.cache
Classes in com.liferay.portal.kernel.cache with annotations of type Transactional -
Uses of Transactional in com.liferay.portal.kernel.module.framework.service
Methods in com.liferay.portal.kernel.module.framework.service with annotations of type Transactional -
Uses of Transactional in com.liferay.portal.kernel.service
Classes in com.liferay.portal.kernel.service with annotations of type TransactionalModifier and TypeInterfaceDescriptioninterface
Provides the local service interface for Address.interface
Provides the remote service interface for Address.interface
Provides the local service interface for BrowserTracker.interface
Provides the local service interface for ClassName.interface
Provides the remote service interface for ClassName.interface
Provides the local service interface for CompanyInfo.interface
Provides the local service interface for Company.interface
Provides the remote service interface for Company.interface
Provides the local service interface for Contact.interface
Provides the remote service interface for Contact.interface
Provides the local service interface for Country.interface
Provides the remote service interface for Country.interface
Provides the local service interface for EmailAddress.interface
Provides the remote service interface for EmailAddress.interface
Provides the local service interface for Group.interface
Provides the remote service interface for Group.interface
Provides the local service interface for Image.interface
Provides the remote service interface for Image.interface
Provides the local service interface for LayoutBranch.interface
Provides the remote service interface for LayoutBranch.interface
Provides the local service interface for LayoutFriendlyURL.interface
Provides the local service interface for Layout.interface
Provides the local service interface for LayoutPrototype.interface
Provides the remote service interface for LayoutPrototype.interface
Provides the local service interface for LayoutRevision.interface
Provides the remote service interface for LayoutRevision.interface
Provides the remote service interface for Layout.interface
Provides the local service interface for LayoutSetBranch.interface
Provides the remote service interface for LayoutSetBranch.interface
Provides the local service interface for LayoutSet.interface
Provides the local service interface for LayoutSetPrototype.interface
Provides the remote service interface for LayoutSetPrototype.interface
Provides the remote service interface for LayoutSet.interface
Provides the local service interface for LayoutTemplate.interface
Provides the local service interface for ListType.interface
Provides the remote service interface for ListType.interface
Provides the local service interface for MembershipRequest.interface
Provides the remote service interface for MembershipRequest.interface
Provides the local service interface for Organization.interface
Provides the remote service interface for Organization.interface
Provides the local service interface for OrgLabor.interface
Provides the remote service interface for OrgLabor.interface
Provides the local service interface for PasswordPolicy.interface
Provides the local service interface for PasswordPolicyRel.interface
Provides the remote service interface for PasswordPolicy.interface
Provides the local service interface for PasswordTracker.interface
Provides the remote service interface for Permission.interface
Provides the local service interface for Phone.interface
Provides the remote service interface for Phone.interface
Provides the local service interface for PluginSetting.interface
Provides the remote service interface for PluginSetting.interface
Provides the local service interface for Portal.interface
Provides the local service interface for PortalPreferences.interface
Provides the local service interface for PortalPreferenceValue.interface
Provides the remote service interface for Portal.interface
Provides the local service interface for PortletItem.interface
Provides the local service interface for Portlet.interface
Provides the local service interface for PortletPreferences.interface
Provides the remote service interface for PortletPreferences.interface
Provides the local service interface for PortletPreferenceValue.interface
Provides the remote service interface for Portlet.interface
Provides the local service interface for RecentLayoutBranch.interface
Provides the local service interface for RecentLayoutRevision.interface
Provides the local service interface for RecentLayoutSetBranch.interface
Provides the local service interface for Region.interface
Provides the remote service interface for Region.interface
Provides the local service interface for Release.interface
Provides the local service interface for RememberMeToken.interface
Provides the local service interface for RepositoryEntry.interface
Provides the local service interface for Repository.interface
Provides the remote service interface for Repository.interface
Provides the local service interface for ResourceAction.interface
Provides the local service interface for Resource.interface
Provides the local service interface for ResourcePermission.interface
Provides the remote service interface for ResourcePermission.interface
Provides the local service interface for Role.interface
Provides the remote service interface for Role.interface
Provides the local service interface for ServiceComponent.interface
Deprecated.As of Judson (7.1.x), replaced bycom.liferay.subscription.service.impl.SubscriptionLocalServiceImpl
interface
Provides the local service interface for SystemEvent.interface
Provides the local service interface for Team.interface
Provides the remote service interface for Team.interface
Provides the local service interface for Theme.interface
Provides the remote service interface for Theme.interface
Provides the local service interface for Ticket.interface
Provides the local service interface for UserGroupGroupRole.interface
Provides the remote service interface for UserGroupGroupRole.interface
Provides the local service interface for UserGroup.interface
Provides the local service interface for UserGroupRole.interface
Provides the remote service interface for UserGroupRole.interface
Provides the remote service interface for UserGroup.interface
Provides the local service interface for UserIdMapper.interface
Provides the local service interface for User.interface
Provides the local service interface for UserNotificationDelivery.interface
Provides the local service interface for UserNotificationEvent.interface
Provides the remote service interface for UserNotificationEvent.interface
Provides the remote service interface for User.interface
Provides the local service interface for UserTracker.interface
Provides the local service interface for UserTrackerPath.interface
Provides the local service interface for VirtualHost.interface
Provides the local service interface for WebDAVProps.interface
Provides the local service interface for Website.interface
Provides the remote service interface for Website.interface
Provides the local service interface for WorkflowDefinitionLink.interface
Provides the remote service interface for WorkflowDefinitionLink.interface
Provides the local service interface for WorkflowInstanceLink.Methods in com.liferay.portal.kernel.service with annotations of type TransactionalModifier and TypeMethodDescriptionClassNameLocalService.addClassName
(String value) void
PortletLocalService.addPortletCategory
(long companyId, String categoryName) int
UserLocalService.authenticateByEmailAddress
(long companyId, String emailAddress, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap, Map<String, Object> resultsMap) Attempts to authenticate the user by their email address and password, while using the AuthPipeline.int
UserLocalService.authenticateByScreenName
(long companyId, String screenName, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap, Map<String, Object> resultsMap) Attempts to authenticate the user by their screen name and password, while using the AuthPipeline.int
UserLocalService.authenticateByUserId
(long companyId, long userId, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap, Map<String, Object> resultsMap) Attempts to authenticate the user by their primary key and password, while using the AuthPipeline.long
UserLocalService.authenticateForBasic
(long companyId, String authType, String login, String password) Attempts to authenticate the user using HTTP basic access authentication, without using the AuthPipeline.long
UserLocalService.authenticateForDigest
(long companyId, String userName, String realm, String nonce, String method, String uri, String response) Deprecated.As of Cavanaugh (7.4.x), with no direct replacementvoid
ClassNameLocalService.checkClassNames()
void
GroupLocalService.checkCompanyGroup
(long companyId) Adds a company group if it does not exist.void
PermissionService.checkPermission
(long groupId, String name, long primKey) Checks to see if the group has permission to the service.void
PermissionService.checkPermission
(long groupId, String name, String primKey) Checks to see if the group has permission to the service.void
PluginSettingLocalService.checkPermission
(long userId, String pluginId, String pluginType) void
ResourceActionLocalService.checkResourceActions()
void
GroupLocalService.checkSystemGroups
(long companyId) Creates systems groups and other related data needed by the system on the very first startup.void
RoleLocalService.checkSystemRoles
(long companyId) Checks to ensure that the system roles map has appropriate default roles in the company.void
PortletLocalService.clearCache()
void
PortletLocalService.clearPortletsMap()
PortletLocalService.clonePortlet
(String portletId) AddressLocalService.createAddress
(long addressId) Creates a new address with the primary key.BrowserTrackerLocalService.createBrowserTracker
(long browserTrackerId) Creates a new browser tracker with the primary key.ClassNameLocalService.createClassName
(long classNameId) Creates a new class name with the primary key.CompanyLocalService.createCompany
(long companyId) Creates a new company with the primary key.CompanyInfoLocalService.createCompanyInfo
(long companyInfoId) Creates a new company info with the primary key.ContactLocalService.createContact
(long contactId) Creates a new contact with the primary key.CountryLocalService.createCountry
(long countryId) Creates a new country with the primary key.EmailAddressLocalService.createEmailAddress
(long emailAddressId) Creates a new email address with the primary key.GroupLocalService.createGroup
(long groupId) Creates a new group with the primary key.ImageLocalService.createImage
(long imageId) Creates a new image with the primary key.LayoutLocalService.createLayout
(long plid) Creates a new layout with the primary key.LayoutBranchLocalService.createLayoutBranch
(long layoutBranchId) Creates a new layout branch with the primary key.LayoutFriendlyURLLocalService.createLayoutFriendlyURL
(long layoutFriendlyURLId) Creates a new layout friendly url with the primary key.LayoutPrototypeLocalService.createLayoutPrototype
(long layoutPrototypeId) Creates a new layout prototype with the primary key.LayoutRevisionLocalService.createLayoutRevision
(long layoutRevisionId) Creates a new layout revision with the primary key.LayoutSetLocalService.createLayoutSet
(long layoutSetId) Creates a new layout set with the primary key.LayoutSetBranchLocalService.createLayoutSetBranch
(long layoutSetBranchId) Creates a new layout set branch with the primary key.LayoutSetPrototypeLocalService.createLayoutSetPrototype
(long layoutSetPrototypeId) Creates a new layout set prototype with the primary key.ListTypeLocalService.createListType
(long listTypeId) Creates a new list type with the primary key.MembershipRequestLocalService.createMembershipRequest
(long membershipRequestId) Creates a new membership request with the primary key.OrganizationLocalService.createOrganization
(long organizationId) Creates a new organization with the primary key.OrgLaborLocalService.createOrgLabor
(long orgLaborId) Creates a new org labor with the primary key.PasswordPolicyLocalService.createPasswordPolicy
(long passwordPolicyId) Creates a new password policy with the primary key.PasswordPolicyRelLocalService.createPasswordPolicyRel
(long passwordPolicyRelId) Creates a new password policy rel with the primary key.PasswordTrackerLocalService.createPasswordTracker
(long passwordTrackerId) Creates a new password tracker with the primary key.PhoneLocalService.createPhone
(long phoneId) Creates a new phone with the primary key.PluginSettingLocalService.createPluginSetting
(long pluginSettingId) Creates a new plugin setting with the primary key.PortalPreferencesLocalService.createPortalPreferences
(long portalPreferencesId) Creates a new portal preferences with the primary key.PortalPreferenceValueLocalService.createPortalPreferenceValue
(long portalPreferenceValueId) Creates a new portal preference value with the primary key.PortletLocalService.createPortlet
(long id) Creates a new portlet with the primary key.PortletItemLocalService.createPortletItem
(long portletItemId) Creates a new portlet item with the primary key.PortletPreferencesLocalService.createPortletPreferences
(long portletPreferencesId) Creates a new portlet preferences with the primary key.PortletPreferenceValueLocalService.createPortletPreferenceValue
(long portletPreferenceValueId) Creates a new portlet preference value with the primary key.RecentLayoutBranchLocalService.createRecentLayoutBranch
(long recentLayoutBranchId) Creates a new recent layout branch with the primary key.RecentLayoutRevisionLocalService.createRecentLayoutRevision
(long recentLayoutRevisionId) Creates a new recent layout revision with the primary key.RecentLayoutSetBranchLocalService.createRecentLayoutSetBranch
(long recentLayoutSetBranchId) Creates a new recent layout set branch with the primary key.RegionLocalService.createRegion
(long regionId) Creates a new region with the primary key.ReleaseLocalService.createRelease
(long releaseId) Creates a new release with the primary key.RememberMeTokenLocalService.createRememberMeToken
(long rememberMeTokenId) Creates a new remember me token with the primary key.RepositoryLocalService.createRepository
(long repositoryId) Creates a new repository with the primary key.RepositoryEntryLocalService.createRepositoryEntry
(long repositoryEntryId) Creates a new repository entry with the primary key.ResourceActionLocalService.createResourceAction
(long resourceActionId) Creates a new resource action with the primary key.ResourcePermissionLocalService.createResourcePermission
(long resourcePermissionId) Creates a new resource permission with the primary key.RoleLocalService.createRole
(long roleId) Creates a new role with the primary key.ServiceComponentLocalService.createServiceComponent
(long serviceComponentId) Creates a new service component with the primary key.SubscriptionLocalService.createSubscription
(long subscriptionId) Deprecated.Creates a new subscription with the primary key.SystemEventLocalService.createSystemEvent
(long systemEventId) Creates a new system event with the primary key.TeamLocalService.createTeam
(long teamId) Creates a new team with the primary key.TicketLocalService.createTicket
(long ticketId) Creates a new ticket with the primary key.UserLocalService.createUser
(long userId) Creates a new user with the primary key.UserGroupLocalService.createUserGroup
(long userGroupId) Creates a new user group with the primary key.UserGroupGroupRoleLocalService.createUserGroupGroupRole
(long userGroupGroupRoleId) Creates a new user group group role with the primary key.UserGroupRoleLocalService.createUserGroupRole
(long userGroupRoleId) Creates a new user group role with the primary key.UserIdMapperLocalService.createUserIdMapper
(long userIdMapperId) Creates a new user ID mapper with the primary key.UserNotificationDeliveryLocalService.createUserNotificationDelivery
(long userNotificationDeliveryId) Creates a new user notification delivery with the primary key.UserNotificationEventLocalService.createUserNotificationEvent
(long userNotificationEventId) Creates a new user notification event with the primary key.UserTrackerLocalService.createUserTracker
(long userTrackerId) Creates a new user tracker with the primary key.UserTrackerPathLocalService.createUserTrackerPath
(long userTrackerPathId) Creates a new user tracker path with the primary key.VirtualHostLocalService.createVirtualHost
(long virtualHostId) Creates a new virtual host with the primary key.WebDAVPropsLocalService.createWebDAVProps
(long webDavPropsId) Creates a new web dav props with the primary key.WebsiteLocalService.createWebsite
(long websiteId) Creates a new website with the primary key.WorkflowDefinitionLinkLocalService.createWorkflowDefinitionLink
(long workflowDefinitionLinkId) Creates a new workflow definition link with the primary key.WorkflowInstanceLinkLocalService.createWorkflowInstanceLink
(long workflowInstanceLinkId) Creates a new workflow instance link with the primary key.void
PortletLocalService.deployPortlet
(Portlet portlet) void
PortletLocalService.destroyPortlet
(Portlet portlet) void
PortletLocalService.destroyRemotePortlet
(Portlet portlet) <T> T
AddressLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
BrowserTrackerLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
ClassNameLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
CompanyInfoLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
CompanyLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
ContactLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
CountryLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
EmailAddressLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
GroupLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
ImageLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
LayoutBranchLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
LayoutFriendlyURLLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
LayoutLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
LayoutPrototypeLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
LayoutRevisionLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
LayoutSetBranchLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
LayoutSetLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
LayoutSetPrototypeLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
ListTypeLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
MembershipRequestLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
OrganizationLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
OrgLaborLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
PasswordPolicyLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
PasswordPolicyRelLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
PasswordTrackerLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
PhoneLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
PluginSettingLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
PortalPreferencesLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
PortalPreferenceValueLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
PortletItemLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
PortletLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
PortletPreferencesLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
PortletPreferenceValueLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
RecentLayoutBranchLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
RecentLayoutRevisionLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
RecentLayoutSetBranchLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
RegionLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
ReleaseLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
RememberMeTokenLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
RepositoryEntryLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
RepositoryLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
ResourceActionLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
ResourcePermissionLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
RoleLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
ServiceComponentLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
SubscriptionLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) Deprecated.<T> T
SystemEventLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
TeamLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
TicketLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
UserGroupGroupRoleLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
UserGroupLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
UserGroupRoleLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
UserIdMapperLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
UserLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
UserNotificationDeliveryLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
UserNotificationEventLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
UserTrackerLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
UserTrackerPathLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
VirtualHostLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
WebDAVPropsLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
WebsiteLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
WorkflowDefinitionLinkLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
WorkflowInstanceLinkLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
AddressLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
BrowserTrackerLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
ClassNameLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
CompanyInfoLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
CompanyLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
ContactLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
CountryLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
EmailAddressLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
GroupLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
ImageLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
LayoutBranchLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
LayoutFriendlyURLLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
LayoutLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
LayoutPrototypeLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
LayoutRevisionLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
LayoutSetBranchLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
LayoutSetLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
LayoutSetPrototypeLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
ListTypeLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
MembershipRequestLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
OrganizationLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
OrgLaborLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
PasswordPolicyLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
PasswordPolicyRelLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
PasswordTrackerLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
PhoneLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
PluginSettingLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
PortalPreferencesLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
PortalPreferenceValueLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
PortletItemLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
PortletLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
PortletPreferencesLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
PortletPreferenceValueLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
RecentLayoutBranchLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
RecentLayoutRevisionLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
RecentLayoutSetBranchLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
RegionLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
ReleaseLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
RememberMeTokenLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
RepositoryEntryLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
RepositoryLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
ResourceActionLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
ResourcePermissionLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
RoleLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
ServiceComponentLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
SubscriptionLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) Deprecated.int
SystemEventLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
TeamLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
TicketLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
UserGroupGroupRoleLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
UserGroupLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
UserGroupRoleLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
UserIdMapperLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
UserLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
UserNotificationDeliveryLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
UserNotificationEventLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
UserTrackerLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
UserTrackerPathLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
VirtualHostLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
WebDAVPropsLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
WebsiteLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
WorkflowDefinitionLinkLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
WorkflowInstanceLinkLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) AddressLocalService.dynamicQuery()
<T> List<T>
AddressLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
AddressLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
AddressLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.BrowserTrackerLocalService.dynamicQuery()
<T> List<T>
BrowserTrackerLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
BrowserTrackerLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
BrowserTrackerLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.ClassNameLocalService.dynamicQuery()
<T> List<T>
ClassNameLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
ClassNameLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
ClassNameLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.CompanyInfoLocalService.dynamicQuery()
<T> List<T>
CompanyInfoLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
CompanyInfoLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
CompanyInfoLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.CompanyLocalService.dynamicQuery()
<T> List<T>
CompanyLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
CompanyLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
CompanyLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.ContactLocalService.dynamicQuery()
<T> List<T>
ContactLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
ContactLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
ContactLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.CountryLocalService.dynamicQuery()
<T> List<T>
CountryLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
CountryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
CountryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.EmailAddressLocalService.dynamicQuery()
<T> List<T>
EmailAddressLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
EmailAddressLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
EmailAddressLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.GroupLocalService.dynamicQuery()
<T> List<T>
GroupLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
GroupLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
GroupLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.ImageLocalService.dynamicQuery()
<T> List<T>
ImageLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
ImageLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
ImageLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.LayoutBranchLocalService.dynamicQuery()
<T> List<T>
LayoutBranchLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
LayoutBranchLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
LayoutBranchLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.LayoutFriendlyURLLocalService.dynamicQuery()
<T> List<T>
LayoutFriendlyURLLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
LayoutFriendlyURLLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
LayoutFriendlyURLLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.LayoutLocalService.dynamicQuery()
<T> List<T>
LayoutLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
LayoutLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
LayoutLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.LayoutPrototypeLocalService.dynamicQuery()
<T> List<T>
LayoutPrototypeLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
LayoutPrototypeLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
LayoutPrototypeLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.LayoutRevisionLocalService.dynamicQuery()
<T> List<T>
LayoutRevisionLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
LayoutRevisionLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
LayoutRevisionLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.LayoutSetBranchLocalService.dynamicQuery()
<T> List<T>
LayoutSetBranchLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
LayoutSetBranchLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
LayoutSetBranchLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.LayoutSetLocalService.dynamicQuery()
<T> List<T>
LayoutSetLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
LayoutSetLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
LayoutSetLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.LayoutSetPrototypeLocalService.dynamicQuery()
<T> List<T>
LayoutSetPrototypeLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
LayoutSetPrototypeLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
LayoutSetPrototypeLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.ListTypeLocalService.dynamicQuery()
<T> List<T>
ListTypeLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
ListTypeLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
ListTypeLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.MembershipRequestLocalService.dynamicQuery()
<T> List<T>
MembershipRequestLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
MembershipRequestLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
MembershipRequestLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.OrganizationLocalService.dynamicQuery()
<T> List<T>
OrganizationLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
OrganizationLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
OrganizationLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.OrgLaborLocalService.dynamicQuery()
<T> List<T>
OrgLaborLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
OrgLaborLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
OrgLaborLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.PasswordPolicyLocalService.dynamicQuery()
<T> List<T>
PasswordPolicyLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
PasswordPolicyLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
PasswordPolicyLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.PasswordPolicyRelLocalService.dynamicQuery()
<T> List<T>
PasswordPolicyRelLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
PasswordPolicyRelLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
PasswordPolicyRelLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.PasswordTrackerLocalService.dynamicQuery()
<T> List<T>
PasswordTrackerLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
PasswordTrackerLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
PasswordTrackerLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.PhoneLocalService.dynamicQuery()
<T> List<T>
PhoneLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
PhoneLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
PhoneLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.PluginSettingLocalService.dynamicQuery()
<T> List<T>
PluginSettingLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
PluginSettingLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
PluginSettingLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.PortalPreferencesLocalService.dynamicQuery()
<T> List<T>
PortalPreferencesLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
PortalPreferencesLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
PortalPreferencesLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.PortalPreferenceValueLocalService.dynamicQuery()
<T> List<T>
PortalPreferenceValueLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
PortalPreferenceValueLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
PortalPreferenceValueLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.PortletItemLocalService.dynamicQuery()
<T> List<T>
PortletItemLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
PortletItemLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
PortletItemLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.PortletLocalService.dynamicQuery()
<T> List<T>
PortletLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
PortletLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
PortletLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.PortletPreferencesLocalService.dynamicQuery()
<T> List<T>
PortletPreferencesLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
PortletPreferencesLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
PortletPreferencesLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.PortletPreferenceValueLocalService.dynamicQuery()
<T> List<T>
PortletPreferenceValueLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
PortletPreferenceValueLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
PortletPreferenceValueLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.RecentLayoutBranchLocalService.dynamicQuery()
<T> List<T>
RecentLayoutBranchLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
RecentLayoutBranchLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
RecentLayoutBranchLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.RecentLayoutRevisionLocalService.dynamicQuery()
<T> List<T>
RecentLayoutRevisionLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
RecentLayoutRevisionLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
RecentLayoutRevisionLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.RecentLayoutSetBranchLocalService.dynamicQuery()
<T> List<T>
RecentLayoutSetBranchLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
RecentLayoutSetBranchLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
RecentLayoutSetBranchLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.RegionLocalService.dynamicQuery()
<T> List<T>
RegionLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
RegionLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
RegionLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.ReleaseLocalService.dynamicQuery()
<T> List<T>
ReleaseLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
ReleaseLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
ReleaseLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.RememberMeTokenLocalService.dynamicQuery()
<T> List<T>
RememberMeTokenLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
RememberMeTokenLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
RememberMeTokenLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.RepositoryEntryLocalService.dynamicQuery()
<T> List<T>
RepositoryEntryLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
RepositoryEntryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
RepositoryEntryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.RepositoryLocalService.dynamicQuery()
<T> List<T>
RepositoryLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
RepositoryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
RepositoryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.ResourceActionLocalService.dynamicQuery()
<T> List<T>
ResourceActionLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
ResourceActionLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
ResourceActionLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.ResourcePermissionLocalService.dynamicQuery()
<T> List<T>
ResourcePermissionLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
ResourcePermissionLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
ResourcePermissionLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.RoleLocalService.dynamicQuery()
<T> List<T>
RoleLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
RoleLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
RoleLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.ServiceComponentLocalService.dynamicQuery()
<T> List<T>
ServiceComponentLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
ServiceComponentLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
ServiceComponentLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.SubscriptionLocalService.dynamicQuery()
Deprecated.<T> List<T>
SubscriptionLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Deprecated.Performs a dynamic query on the database and returns the matching rows.<T> List<T>
SubscriptionLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Deprecated.Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
SubscriptionLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Deprecated.Performs a dynamic query on the database and returns an ordered range of the matching rows.SystemEventLocalService.dynamicQuery()
<T> List<T>
SystemEventLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
SystemEventLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
SystemEventLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.TeamLocalService.dynamicQuery()
<T> List<T>
TeamLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
TeamLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
TeamLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.TicketLocalService.dynamicQuery()
<T> List<T>
TicketLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
TicketLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
TicketLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.UserGroupGroupRoleLocalService.dynamicQuery()
<T> List<T>
UserGroupGroupRoleLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
UserGroupGroupRoleLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
UserGroupGroupRoleLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.UserGroupLocalService.dynamicQuery()
<T> List<T>
UserGroupLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
UserGroupLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
UserGroupLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.UserGroupRoleLocalService.dynamicQuery()
<T> List<T>
UserGroupRoleLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
UserGroupRoleLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
UserGroupRoleLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.UserIdMapperLocalService.dynamicQuery()
<T> List<T>
UserIdMapperLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
UserIdMapperLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
UserIdMapperLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.UserLocalService.dynamicQuery()
<T> List<T>
UserLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
UserLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
UserLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.UserNotificationDeliveryLocalService.dynamicQuery()
<T> List<T>
UserNotificationDeliveryLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
UserNotificationDeliveryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
UserNotificationDeliveryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.UserNotificationEventLocalService.dynamicQuery()
<T> List<T>
UserNotificationEventLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
UserNotificationEventLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
UserNotificationEventLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.UserTrackerLocalService.dynamicQuery()
<T> List<T>
UserTrackerLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
UserTrackerLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
UserTrackerLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.UserTrackerPathLocalService.dynamicQuery()
<T> List<T>
UserTrackerPathLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
UserTrackerPathLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
UserTrackerPathLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.VirtualHostLocalService.dynamicQuery()
<T> List<T>
VirtualHostLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
VirtualHostLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
VirtualHostLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.WebDAVPropsLocalService.dynamicQuery()
<T> List<T>
WebDAVPropsLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
WebDAVPropsLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
WebDAVPropsLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.WebsiteLocalService.dynamicQuery()
<T> List<T>
WebsiteLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
WebsiteLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
WebsiteLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.WorkflowDefinitionLinkLocalService.dynamicQuery()
<T> List<T>
WorkflowDefinitionLinkLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
WorkflowDefinitionLinkLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
WorkflowDefinitionLinkLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.WorkflowInstanceLinkLocalService.dynamicQuery()
<T> List<T>
WorkflowInstanceLinkLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
WorkflowInstanceLinkLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
WorkflowInstanceLinkLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.long
AddressLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
AddressLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
BrowserTrackerLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
BrowserTrackerLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
ClassNameLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
ClassNameLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
CompanyInfoLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
CompanyInfoLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
CompanyLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
CompanyLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
ContactLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
ContactLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
CountryLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
CountryLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
EmailAddressLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
EmailAddressLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
GroupLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
GroupLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
ImageLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
ImageLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
LayoutBranchLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
LayoutBranchLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
LayoutFriendlyURLLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
LayoutFriendlyURLLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
LayoutLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
LayoutLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
LayoutPrototypeLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
LayoutPrototypeLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
LayoutRevisionLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
LayoutRevisionLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
LayoutSetBranchLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
LayoutSetBranchLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
LayoutSetLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
LayoutSetLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
LayoutSetPrototypeLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
LayoutSetPrototypeLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
ListTypeLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
ListTypeLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
MembershipRequestLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
MembershipRequestLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
OrganizationLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
OrganizationLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
OrgLaborLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
OrgLaborLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
PasswordPolicyLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
PasswordPolicyLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
PasswordPolicyRelLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
PasswordPolicyRelLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
PasswordTrackerLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
PasswordTrackerLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
PhoneLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
PhoneLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
PluginSettingLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
PluginSettingLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
PortalPreferencesLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
PortalPreferencesLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
PortalPreferenceValueLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
PortalPreferenceValueLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
PortletItemLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
PortletItemLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
PortletLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
PortletLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
PortletPreferencesLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
PortletPreferencesLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
PortletPreferenceValueLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
PortletPreferenceValueLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
RecentLayoutBranchLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
RecentLayoutBranchLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
RecentLayoutRevisionLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
RecentLayoutRevisionLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
RecentLayoutSetBranchLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
RecentLayoutSetBranchLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
RegionLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
RegionLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
ReleaseLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
ReleaseLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
RememberMeTokenLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
RememberMeTokenLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
RepositoryEntryLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
RepositoryEntryLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
RepositoryLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
RepositoryLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
ResourceActionLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
ResourceActionLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
ResourcePermissionLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
ResourcePermissionLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
RoleLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
RoleLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
ServiceComponentLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
ServiceComponentLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
SubscriptionLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Deprecated.Returns the number of rows matching the dynamic query.long
SubscriptionLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Deprecated.Returns the number of rows matching the dynamic query.long
SystemEventLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
SystemEventLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
TeamLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
TeamLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
TicketLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
TicketLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
UserGroupGroupRoleLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
UserGroupGroupRoleLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
UserGroupLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
UserGroupLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
UserGroupRoleLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
UserGroupRoleLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
UserIdMapperLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
UserIdMapperLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
UserLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
UserLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
UserNotificationDeliveryLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
UserNotificationDeliveryLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
UserNotificationEventLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
UserNotificationEventLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
UserTrackerLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
UserTrackerLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
UserTrackerPathLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
UserTrackerPathLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
VirtualHostLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
VirtualHostLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
WebDAVPropsLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
WebDAVPropsLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
WebsiteLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
WebsiteLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
WorkflowDefinitionLinkLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
WorkflowDefinitionLinkLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
WorkflowInstanceLinkLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
WorkflowInstanceLinkLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.UserLocalService.encryptUserId
(String name) Encrypts the primary key of the user.AddressLocalService.fetchAddress
(long addressId) AddressLocalService.fetchAddressByExternalReferenceCode
(String externalReferenceCode, long companyId) AddressLocalService.fetchAddressByUuidAndCompanyId
(String uuid, long companyId) Returns the address with the matching UUID and company.BrowserTrackerLocalService.fetchBrowserTracker
(long browserTrackerId) ClassNameLocalService.fetchByClassNameId
(long classNameId) ClassNameService.fetchByClassNameId
(long classNameId) ClassNameLocalService.fetchClassName
(long classNameId) ClassNameLocalService.fetchClassName
(String value) ClassNameService.fetchClassName
(String value) ThemeLocalService.fetchColorScheme
(long companyId, String themeId, String colorSchemeId) CompanyInfoLocalService.fetchCompany
(long companyId) CompanyLocalService.fetchCompany
(long companyId) CompanyLocalService.fetchCompanyById
(long companyId) Returns the company with the primary key.CompanyLocalService.fetchCompanyByVirtualHost
(String virtualHostname) Returns the company with the virtual host name.GroupLocalService.fetchCompanyGroup
(long companyId) Returns the company's group.CompanyInfoLocalService.fetchCompanyInfo
(long companyInfoId) ContactLocalService.fetchContact
(long contactId) ContactLocalService.fetchContacts
(Set<Serializable> primaryKeys) CountryLocalService.fetchCountry
(long countryId) CountryService.fetchCountry
(long countryId) CountryLocalService.fetchCountryByA2
(long companyId, String a2) CountryService.fetchCountryByA2
(long companyId, String a2) CountryService.fetchCountryByA2
(String a2) Deprecated.As of Cavanaugh (7.4.x)CountryLocalService.fetchCountryByA3
(long companyId, String a3) CountryService.fetchCountryByA3
(long companyId, String a3) CountryService.fetchCountryByA3
(String a3) Deprecated.As of Cavanaugh (7.4.x)CountryLocalService.fetchCountryByName
(long companyId, String name) CountryLocalService.fetchCountryByNumber
(long companyId, String number) CountryLocalService.fetchCountryByUuidAndCompanyId
(String uuid, long companyId) Returns the country with the matching UUID and company.CountryLocalService.fetchCountryLocalization
(long countryId, String languageId) LayoutLocalService.fetchDefaultLayout
(long groupId, boolean privateLayout) WorkflowDefinitionLinkLocalService.fetchDefaultWorkflowDefinitionLink
(long companyId, String className, long classPK, long typePK) LayoutLocalService.fetchDraftLayout
(long plid) EmailAddressLocalService.fetchEmailAddress
(long emailAddressId) EmailAddressService.fetchEmailAddress
(long emailAddressId) Returns the email address with the primary key.EmailAddressLocalService.fetchEmailAddressByExternalReferenceCode
(String externalReferenceCode, long companyId) EmailAddressService.fetchEmailAddressByExternalReferenceCode
(String externalReferenceCode, long companyId) EmailAddressLocalService.fetchEmailAddressByUuidAndCompanyId
(String uuid, long companyId) Returns the email address with the matching UUID and company.LayoutLocalService.fetchFirstLayout
(long groupId, boolean privateLayout, long parentLayoutId) LayoutLocalService.fetchFirstLayout
(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden) LayoutService.fetchFirstLayout
(long groupId, boolean privateLayout, boolean published) LayoutFriendlyURLLocalService.fetchFirstLayoutFriendlyURL
(long groupId, boolean privateLayout, String friendlyURL) GroupLocalService.fetchFriendlyURLGroup
(long companyId, String friendlyURL) Returns the group with the matching friendly URL.GroupLocalService.fetchGroup
(long groupId) GroupLocalService.fetchGroup
(long companyId, long classNameId, long classPK) GroupLocalService.fetchGroup
(long companyId, String groupKey) Returns the group with the matching group key by first searching the system groups and then using the finder cache.GroupLocalService.fetchGroupByExternalReferenceCode
(String externalReferenceCode, long companyId) GroupService.fetchGroupByExternalReferenceCode
(String externalReferenceCode, long companyId) GroupLocalService.fetchGroupByUuidAndCompanyId
(String uuid, long companyId) Returns the group with the matching UUID and company.UserLocalService.fetchGuestUser
(long companyId) Returns the guest user for the company.ImageLocalService.fetchImage
(long imageId) LayoutRevisionLocalService.fetchLastLayoutRevision
(long plid, boolean head) LayoutRevisionLocalService.fetchLatestLayoutRevision
(long layoutSetBranchId, long plid) LayoutRevisionLocalService.fetchLatestLayoutRevision
(long layoutSetBranchId, long layoutBranchId, long plid) LayoutLocalService.fetchLayout
(long plid) LayoutLocalService.fetchLayout
(long groupId, boolean privateLayout, long layoutId) LayoutLocalService.fetchLayout
(long classNameId, long classPK) LayoutLocalService.fetchLayout
(String uuid, long groupId, boolean privateLayout) LayoutService.fetchLayout
(long groupId, boolean privateLayout, long layoutId) LayoutBranchLocalService.fetchLayoutBranch
(long layoutBranchId) LayoutLocalService.fetchLayoutByExternalReferenceCode
(String externalReferenceCode, long groupId) LayoutService.fetchLayoutByExternalReferenceCode
(String externalReferenceCode, long groupId) LayoutLocalService.fetchLayoutByFriendlyURL
(long groupId, boolean privateLayout, String friendlyURL) LayoutLocalService.fetchLayoutByIconImageId
(boolean privateLayout, long iconImageId) LayoutLocalService.fetchLayoutByUuidAndGroupId
(String uuid, long groupId, boolean privateLayout) Returns the layout matching the UUID, group, and privacy.LayoutFriendlyURLLocalService.fetchLayoutFriendlyURL
(long layoutFriendlyURLId) LayoutFriendlyURLLocalService.fetchLayoutFriendlyURL
(long groupId, boolean privateLayout, String friendlyURL, String languageId) LayoutFriendlyURLLocalService.fetchLayoutFriendlyURL
(long plid, String languageId) LayoutFriendlyURLLocalService.fetchLayoutFriendlyURL
(long plid, String languageId, boolean useDefault) LayoutFriendlyURLLocalService.fetchLayoutFriendlyURLByUuidAndGroupId
(String uuid, long groupId) Returns the layout friendly url matching the UUID and group.long
LayoutService.fetchLayoutPlid
(String uuid, long groupId, boolean privateLayout) LayoutPrototypeLocalService.fetchLayoutPrototype
(long layoutPrototypeId) LayoutPrototypeLocalService.fetchLayoutPrototype
(long companyId, String name, Locale locale) LayoutPrototypeService.fetchLayoutPrototype
(long layoutPrototypeId) LayoutPrototypeLocalService.fetchLayoutPrototypeByUuidAndCompanyId
(String uuid, long companyId) Returns the layout prototype with the matching UUID and company.LayoutPrototypeLocalService.fetchLayoutProtoype
(long companyId, String name) LayoutRevisionLocalService.fetchLayoutRevision
(long layoutRevisionId) LayoutRevisionLocalService.fetchLayoutRevision
(long layoutSetBranchId, long layoutBranchId, boolean head, long plid) LayoutSetLocalService.fetchLayoutSet
(long layoutSetId) LayoutSetLocalService.fetchLayoutSet
(long groupId, boolean privateLayout) LayoutSetLocalService.fetchLayoutSet
(String virtualHostname) LayoutSetBranchLocalService.fetchLayoutSetBranch
(long layoutSetBranchId) LayoutSetBranchLocalService.fetchLayoutSetBranch
(long groupId, boolean privateLayout, String name) LayoutSetLocalService.fetchLayoutSetByLogoId
(boolean privateLayout, long logoId) LayoutSetPrototypeLocalService.fetchLayoutSetPrototype
(long layoutSetPrototypeId) LayoutSetPrototypeService.fetchLayoutSetPrototype
(long layoutSetPrototypeId) LayoutSetPrototypeLocalService.fetchLayoutSetPrototypeByUuidAndCompanyId
(String uuid, long companyId) Returns the layout set prototype with the matching UUID and company.ListTypeLocalService.fetchListType
(long listTypeId) ListTypeLocalService.fetchListTypeByUuidAndCompanyId
(String uuid, long companyId) Returns the list type with the matching UUID and company.MembershipRequestLocalService.fetchMembershipRequest
(long membershipRequestId) OrganizationLocalService.fetchOrganization
(long organizationId) OrganizationLocalService.fetchOrganization
(long companyId, String name) Returns the organization with the name.OrganizationService.fetchOrganization
(long organizationId) Returns the organization with the primary key.OrganizationLocalService.fetchOrganizationByExternalReferenceCode
(String externalReferenceCode, long companyId) OrganizationService.fetchOrganizationByExternalReferenceCode
(String externalReferenceCode, long companyId) OrganizationLocalService.fetchOrganizationByUuidAndCompanyId
(String uuid, long companyId) Returns the organization with the matching UUID and company.OrgLaborLocalService.fetchOrgLabor
(long orgLaborId) PasswordPolicyLocalService.fetchPasswordPolicy
(long passwordPolicyId) PasswordPolicyLocalService.fetchPasswordPolicy
(long companyId, String name) PasswordPolicyService.fetchPasswordPolicy
(long passwordPolicyId) PasswordPolicyLocalService.fetchPasswordPolicyByUuidAndCompanyId
(String uuid, long companyId) Returns the password policy with the matching UUID and company.PasswordPolicyRelLocalService.fetchPasswordPolicyRel
(long passwordPolicyRelId) PasswordPolicyRelLocalService.fetchPasswordPolicyRel
(String className, long classPK) PasswordTrackerLocalService.fetchPasswordTracker
(long passwordTrackerId) PhoneLocalService.fetchPhone
(long phoneId) PhoneLocalService.fetchPhoneByExternalReferenceCode
(String externalReferenceCode, long companyId) PhoneService.fetchPhoneByExternalReferenceCode
(String externalReferenceCode, long companyId) PhoneLocalService.fetchPhoneByUuidAndCompanyId
(String uuid, long companyId) Returns the phone with the matching UUID and company.PluginSettingLocalService.fetchPluginSetting
(long pluginSettingId) PortalPreferencesLocalService.fetchPortalPreferences
(long portalPreferencesId) PortalPreferencesLocalService.fetchPortalPreferences
(long ownerId, int ownerType) PortalPreferenceValueLocalService.fetchPortalPreferenceValue
(long portalPreferenceValueId) PortletLocalService.fetchPortlet
(long id) PortletLocalService.fetchPortletById
(long companyId, String portletId) ThemeLocalService.fetchPortletDecorator
(long companyId, String themeId, String colorSchemeId) PortletItemLocalService.fetchPortletItem
(long portletItemId) PortletPreferencesLocalService.fetchPortletPreferences
(long portletPreferencesId) PortletPreferencesLocalService.fetchPortletPreferences
(long ownerId, int ownerType, long plid, String portletId) PortletPreferenceValueLocalService.fetchPortletPreferenceValue
(long portletPreferenceValueId) PortletPreferencesLocalService.fetchPreferences
(long companyId, long ownerId, int ownerType, long plid, String portletId) PortletPreferencesLocalService.fetchPreferences
(PortletPreferencesIds portletPreferencesIds) RecentLayoutBranchLocalService.fetchRecentLayoutBranch
(long recentLayoutBranchId) RecentLayoutBranchLocalService.fetchRecentLayoutBranch
(long userId, long layoutSetBranchId, long plid) RecentLayoutRevisionLocalService.fetchRecentLayoutRevision
(long recentLayoutRevisionId) RecentLayoutRevisionLocalService.fetchRecentLayoutRevision
(long userId, long layoutSetBranchId, long plid) RecentLayoutSetBranchLocalService.fetchRecentLayoutSetBranch
(long recentLayoutSetBranchId) RecentLayoutSetBranchLocalService.fetchRecentLayoutSetBranch
(long userId, long layoutSetId) RegionLocalService.fetchRegion
(long regionId) RegionLocalService.fetchRegion
(long countryId, String regionCode) RegionService.fetchRegion
(long regionId) RegionService.fetchRegion
(long countryId, String regionCode) RegionLocalService.fetchRegionByUuidAndCompanyId
(String uuid, long companyId) Returns the region with the matching UUID and company.RegionLocalService.fetchRegionLocalization
(long regionId, String languageId) ReleaseLocalService.fetchRelease
(long releaseId) ReleaseLocalService.fetchRelease
(String servletContextName) RememberMeTokenLocalService.fetchRememberMeToken
(long rememberMeTokenId) RememberMeTokenLocalService.fetchRememberMeToken
(long rememberMeTokenId, String value) RepositoryLocalService.fetchRepository
(long repositoryId) RepositoryLocalService.fetchRepository
(long groupId, String portletId) RepositoryLocalService.fetchRepository
(long groupId, String name, String portletId) RepositoryLocalService.fetchRepositoryByExternalReferenceCode
(String externalReferenceCode, long groupId) RepositoryLocalService.fetchRepositoryByUuidAndGroupId
(String uuid, long groupId) Returns the repository matching the UUID and group.RepositoryEntryLocalService.fetchRepositoryEntry
(long repositoryEntryId) RepositoryEntryLocalService.fetchRepositoryEntryByUuidAndGroupId
(String uuid, long groupId) Returns the repository entry matching the UUID and group.ResourceActionLocalService.fetchResourceAction
(long resourceActionId) ResourceActionLocalService.fetchResourceAction
(String name, String actionId) ResourcePermissionLocalService.fetchResourcePermission
(long resourcePermissionId) ResourcePermissionLocalService.fetchResourcePermission
(long companyId, String name, int scope, String primKey, long roleId) RoleLocalService.fetchRole
(long roleId) Returns the role with the name in the company.RoleService.fetchRole
(long roleId) RoleLocalService.fetchRoleByExternalReferenceCode
(String externalReferenceCode, long companyId) RoleService.fetchRoleByExternalReferenceCode
(String externalReferenceCode, long companyId) RoleLocalService.fetchRoleByUuidAndCompanyId
(String uuid, long companyId) Returns the role with the matching UUID and company.ServiceComponentLocalService.fetchServiceComponent
(long serviceComponentId) GroupLocalService.fetchStagingGroup
(long liveGroupId) SubscriptionLocalService.fetchSubscription
(long subscriptionId) Deprecated.SubscriptionLocalService.fetchSubscription
(long companyId, long userId, String className, long classPK) Deprecated.SystemEventLocalService.fetchSystemEvent
(long systemEventId) SystemEventLocalService.fetchSystemEvent
(long groupId, long classNameId, long classPK, int type) TeamLocalService.fetchTeam
(long teamId) TeamLocalService.fetchTeamByUuidAndGroupId
(String uuid, long groupId) Returns the team matching the UUID and group.ThemeLocalService.fetchTheme
(long companyId, String themeId) TicketLocalService.fetchTicket
(long ticketId) TicketLocalService.fetchTicket
(String key) UserLocalService.fetchUser
(long userId) UserLocalService.fetchUserByContactId
(long contactId) Returns the user with the contact ID.UserLocalService.fetchUserByEmailAddress
(long companyId, String emailAddress) Returns the user with the email address.UserLocalService.fetchUserByExternalReferenceCode
(String externalReferenceCode, long companyId) UserService.fetchUserByExternalReferenceCode
(String externalReferenceCode, long companyId) UserLocalService.fetchUserByFacebookId
(long companyId, long facebookId) Deprecated.As of Athanasius (7.3.x), with no direct replacementUserLocalService.fetchUserByGoogleUserId
(long companyId, String googleUserId) Returns the user with the Google user ID.UserLocalService.fetchUserById
(long userId) Returns the user with the primary key.UserLocalService.fetchUserByOpenId
(long companyId, String openId) Deprecated.As of Athanasius (7.3.x), with no direct replacementUserLocalService.fetchUserByPortraitId
(long portraitId) Returns the user with the portrait ID.UserLocalService.fetchUserByScreenName
(long companyId, String screenName) Returns the user with the screen name.UserLocalService.fetchUserByUuidAndCompanyId
(String uuid, long companyId) Returns the user with the matching UUID and company.GroupLocalService.fetchUserGroup
(long companyId, long userId) UserGroupLocalService.fetchUserGroup
(long userGroupId) UserGroupLocalService.fetchUserGroup
(long companyId, String name) UserGroupService.fetchUserGroup
(long userGroupId) Fetches the user group with the primary key.UserGroupLocalService.fetchUserGroupByExternalReferenceCode
(String externalReferenceCode, long companyId) UserGroupService.fetchUserGroupByExternalReferenceCode
(long companyId, String externalReferenceCode) UserGroupLocalService.fetchUserGroupByUuidAndCompanyId
(String uuid, long companyId) Returns the user group with the matching UUID and company.UserGroupGroupRoleLocalService.fetchUserGroupGroupRole
(long userGroupGroupRoleId) UserGroupRoleLocalService.fetchUserGroupRole
(long userGroupRoleId) UserGroupRoleLocalService.fetchUserGroupRole
(long userId, long groupId, long roleId) UserIdMapperLocalService.fetchUserIdMapper
(long userIdMapperId) UserNotificationDeliveryLocalService.fetchUserNotificationDelivery
(long userNotificationDeliveryId) UserNotificationDeliveryLocalService.fetchUserNotificationDelivery
(long userId, String portletId, long classNameId, int notificationType, int deliveryType) UserNotificationEventLocalService.fetchUserNotificationEvent
(long userNotificationEventId) UserNotificationEventLocalService.fetchUserNotificationEventByUuidAndCompanyId
(String uuid, long companyId) Returns the user notification event with the matching UUID and company.GroupLocalService.fetchUserPersonalSiteGroup
(long companyId) Returns the default user's personal site group.UserTrackerLocalService.fetchUserTracker
(long userTrackerId) UserTrackerPathLocalService.fetchUserTrackerPath
(long userTrackerPathId) VirtualHostLocalService.fetchVirtualHost
(long virtualHostId) VirtualHostLocalService.fetchVirtualHost
(long companyId, long layoutSetId) Deprecated.As of Mueller (7.2.x), replaced byVirtualHostLocalService.getVirtualHosts(long, long)
VirtualHostLocalService.fetchVirtualHost
(String hostname) WebDAVPropsLocalService.fetchWebDAVProps
(long webDavPropsId) WebsiteLocalService.fetchWebsite
(long websiteId) WebsiteLocalService.fetchWebsiteByExternalReferenceCode
(String externalReferenceCode, long companyId) WebsiteService.fetchWebsiteByExternalReferenceCode
(String externalReferenceCode, long companyId) WebsiteLocalService.fetchWebsiteByUuidAndCompanyId
(String uuid, long companyId) Returns the website with the matching UUID and company.WorkflowDefinitionLinkLocalService.fetchWorkflowDefinitionLink
(long workflowDefinitionLinkId) WorkflowDefinitionLinkLocalService.fetchWorkflowDefinitionLink
(long companyId, long groupId, String className, long classPK, long typePK) WorkflowDefinitionLinkLocalService.fetchWorkflowDefinitionLink
(long companyId, long groupId, String className, long classPK, long typePK, boolean strict) WorkflowDefinitionLinkLocalService.fetchWorkflowDefinitionLinkByExternalReferenceCode
(String externalReferenceCode, long groupId) WorkflowDefinitionLinkService.fetchWorkflowDefinitionLinkByExternalReferenceCode
(String externalReferenceCode, long groupId) WorkflowDefinitionLinkLocalService.fetchWorkflowDefinitionLinkByUuidAndGroupId
(String uuid, long groupId) Returns the workflow definition link matching the UUID and group.WorkflowDefinitionLinkLocalService.fetchWorkflowDefinitionLinks
(long companyId, long groupId, String className, long classPK) WorkflowInstanceLinkLocalService.fetchWorkflowInstanceLink
(long workflowInstanceLinkId) WorkflowInstanceLinkLocalService.fetchWorkflowInstanceLink
(long companyId, long groupId, String className, long classPK) <E extends Exception>
voidCompanyLocalService.forEachCompany
(com.liferay.petra.function.UnsafeConsumer<Company, E> unsafeConsumer) <E extends Exception>
voidCompanyLocalService.forEachCompany
(com.liferay.petra.function.UnsafeConsumer<Company, E> unsafeConsumer, List<Company> companies) <E extends Exception>
voidCompanyLocalService.forEachCompanyId
(com.liferay.petra.function.UnsafeConsumer<Long, E> unsafeConsumer) <E extends Exception>
voidCompanyLocalService.forEachCompanyId
(com.liferay.petra.function.UnsafeConsumer<Long, E> unsafeConsumer, long[] companyIds) AddressLocalService.getActionableDynamicQuery()
BrowserTrackerLocalService.getActionableDynamicQuery()
ClassNameLocalService.getActionableDynamicQuery()
CompanyInfoLocalService.getActionableDynamicQuery()
CompanyLocalService.getActionableDynamicQuery()
ContactLocalService.getActionableDynamicQuery()
CountryLocalService.getActionableDynamicQuery()
EmailAddressLocalService.getActionableDynamicQuery()
GroupLocalService.getActionableDynamicQuery()
ImageLocalService.getActionableDynamicQuery()
LayoutBranchLocalService.getActionableDynamicQuery()
LayoutFriendlyURLLocalService.getActionableDynamicQuery()
LayoutLocalService.getActionableDynamicQuery()
LayoutPrototypeLocalService.getActionableDynamicQuery()
LayoutRevisionLocalService.getActionableDynamicQuery()
LayoutSetBranchLocalService.getActionableDynamicQuery()
LayoutSetLocalService.getActionableDynamicQuery()
LayoutSetPrototypeLocalService.getActionableDynamicQuery()
ListTypeLocalService.getActionableDynamicQuery()
MembershipRequestLocalService.getActionableDynamicQuery()
OrganizationLocalService.getActionableDynamicQuery()
OrgLaborLocalService.getActionableDynamicQuery()
PasswordPolicyLocalService.getActionableDynamicQuery()
PasswordPolicyRelLocalService.getActionableDynamicQuery()
PasswordTrackerLocalService.getActionableDynamicQuery()
PhoneLocalService.getActionableDynamicQuery()
PluginSettingLocalService.getActionableDynamicQuery()
PortalPreferencesLocalService.getActionableDynamicQuery()
PortalPreferenceValueLocalService.getActionableDynamicQuery()
PortletItemLocalService.getActionableDynamicQuery()
PortletLocalService.getActionableDynamicQuery()
PortletPreferencesLocalService.getActionableDynamicQuery()
PortletPreferenceValueLocalService.getActionableDynamicQuery()
RecentLayoutBranchLocalService.getActionableDynamicQuery()
RecentLayoutRevisionLocalService.getActionableDynamicQuery()
RecentLayoutSetBranchLocalService.getActionableDynamicQuery()
RegionLocalService.getActionableDynamicQuery()
ReleaseLocalService.getActionableDynamicQuery()
RememberMeTokenLocalService.getActionableDynamicQuery()
RepositoryEntryLocalService.getActionableDynamicQuery()
RepositoryLocalService.getActionableDynamicQuery()
ResourceActionLocalService.getActionableDynamicQuery()
ResourcePermissionLocalService.getActionableDynamicQuery()
RoleLocalService.getActionableDynamicQuery()
ServiceComponentLocalService.getActionableDynamicQuery()
SubscriptionLocalService.getActionableDynamicQuery()
Deprecated.SystemEventLocalService.getActionableDynamicQuery()
TeamLocalService.getActionableDynamicQuery()
TicketLocalService.getActionableDynamicQuery()
UserGroupGroupRoleLocalService.getActionableDynamicQuery()
UserGroupLocalService.getActionableDynamicQuery()
UserGroupRoleLocalService.getActionableDynamicQuery()
UserIdMapperLocalService.getActionableDynamicQuery()
UserLocalService.getActionableDynamicQuery()
UserNotificationDeliveryLocalService.getActionableDynamicQuery()
UserNotificationEventLocalService.getActionableDynamicQuery()
UserTrackerLocalService.getActionableDynamicQuery()
UserTrackerPathLocalService.getActionableDynamicQuery()
VirtualHostLocalService.getActionableDynamicQuery()
WebDAVPropsLocalService.getActionableDynamicQuery()
WebsiteLocalService.getActionableDynamicQuery()
WorkflowDefinitionLinkLocalService.getActionableDynamicQuery()
WorkflowInstanceLinkLocalService.getActionableDynamicQuery()
GroupLocalService.getActiveGroupIds
(long userId) GroupLocalService.getActiveGroups
(long companyId, boolean active) Returns all the active or inactive groups associated with the company.GroupLocalService.getActiveGroups
(long companyId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns the active or inactive groups associated with the company and, optionally, the main site.GroupLocalService.getActiveGroups
(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns the active or inactive groups associated with the company.int
GroupLocalService.getActiveGroupsCount
(long companyId, boolean active) Returns the number of active or inactive groups associated with the company.int
GroupLocalService.getActiveGroupsCount
(long companyId, boolean active, boolean site) Returns the number of active or inactive groups associated with the company.AddressLocalService.getAddress
(long addressId) Returns the address with the primary key.AddressService.getAddress
(long addressId) AddressLocalService.getAddressByExternalReferenceCode
(String externalReferenceCode, long companyId) AddressLocalService.getAddressByUuidAndCompanyId
(String uuid, long companyId) Returns the address with the matching UUID and company.AddressLocalService.getAddresses()
AddressLocalService.getAddresses
(int start, int end) Returns a range of all the addresses.AddressLocalService.getAddresses
(long companyId, String className, long classPK) AddressLocalService.getAddresses
(long companyId, String className, long classPK, int start, int end, OrderByComparator<Address> orderByComparator) AddressService.getAddresses
(String className, long classPK) int
AddressLocalService.getAddressesCount()
Returns the number of addresses.int
AddressLocalService.getAddressesCount
(long companyId, String className, long classPK) LayoutLocalService.getAllLayouts
(long groupId, boolean privateLayout, String type) Returns all the layouts that match the type and belong to the group, including the ones marked as System.LayoutService.getAncestorLayouts
(long plid) Returns all the ancestor layouts of the layout.UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, boolean archived) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, boolean actionRequired, boolean archived) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, boolean actionRequired, boolean archived, int start, int end) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, boolean archived, int start, int end) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean archived) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean actionRequired, boolean archived) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean archived, int start, int end) int
UserNotificationEventLocalService.getArchivedUserNotificationEventsCount
(long userId, boolean archived) int
UserNotificationEventLocalService.getArchivedUserNotificationEventsCount
(long userId, boolean actionRequired, boolean archived) int
UserNotificationEventLocalService.getArchivedUserNotificationEventsCount
(long userId, int deliveryType, boolean archived) int
UserNotificationEventLocalService.getArchivedUserNotificationEventsCount
(long userId, int deliveryType, boolean actionRequired, boolean archived) int
UserNotificationEventLocalService.getArchivedUserNotificationEventsCount
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived) int
RoleLocalService.getAssigneesTotal
(long roleId) PortalService.getAutoDeployDirectory()
ResourcePermissionLocalService.getAvailableResourcePermissionActionIds
(long companyId, String name, int scope, String primKey, long roleId, Collection<String> actionIds) Returns the intersection of action IDs the role has permission at the scope to perform on resources of the type.ResourcePermissionLocalService.getAvailableResourcePermissionActionIds
(long companyId, String name, int scope, String primKey, Collection<String> actionIds) LayoutLocalService.getBrowsableLayout
(Layout layout) BrowserTrackerLocalService.getBrowserTracker
(long browserTrackerId) Returns the browser tracker with the primary key.BrowserTrackerLocalService.getBrowserTracker
(long userId, long browserKey) BrowserTrackerLocalService.getBrowserTrackers
(int start, int end) Returns a range of all the browser trackers.int
BrowserTrackerLocalService.getBrowserTrackersCount()
Returns the number of browser trackers.int
PortalService.getBuildNumber()
LayoutRevisionLocalService.getChildLayoutRevisions
(long layoutSetBranchId, long parentLayoutRevisionId, long plid) LayoutRevisionLocalService.getChildLayoutRevisions
(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) int
LayoutRevisionLocalService.getChildLayoutRevisionsCount
(long layoutSetBranchId, long parentLayoutRevision, long plid) String[]
OrganizationLocalService.getChildrenTypes
(String type) ClassNameLocalService.getClassName
(long classNameId) Returns the class name with the primary key.ClassNameLocalService.getClassName
(String value) long
ClassNameLocalService.getClassNameId
(Class<?> clazz) long
ClassNameLocalService.getClassNameId
(String value) Supplier<long[]>
ClassNameLocalService.getClassNameIdsSupplier
(String[] classNames) ClassNameLocalService.getClassNameIdSupplier
(String className) ClassNameLocalService.getClassNames
(int start, int end) Returns a range of all the class names.int
ClassNameLocalService.getClassNamesCount()
Returns the number of class names.ThemeLocalService.getColorScheme
(long companyId, String themeId, String colorSchemeId) CompanyLocalService.getCompanies()
Returns all the companies.CompanyLocalService.getCompanies
(int start, int end) Returns a range of all the companies.CompanyService.getCompanies()
Returns all the companies.int
CompanyLocalService.getCompaniesCount()
Returns the number of companies.CompanyLocalService.getCompany
(long companyId) Returns the company with the primary key.CompanyLocalService.getCompanyById
(long companyId) Returns the company with the primary key.CompanyService.getCompanyById
(long companyId) Returns the company with the primary key.CompanyLocalService.getCompanyByLogoId
(long logoId) Returns the company with the logo.CompanyService.getCompanyByLogoId
(long logoId) Returns the company with the logo.CompanyLocalService.getCompanyByMx
(String mx) Returns the company with the mail domain.CompanyService.getCompanyByMx
(String mx) Returns the company with the mail domian.CompanyLocalService.getCompanyByVirtualHost
(String virtualHostname) Returns the company with the virtual host name.CompanyService.getCompanyByVirtualHost
(String virtualHost) Returns the company with the virtual host name.CompanyLocalService.getCompanyByWebId
(String webId) Returns the company with the web domain.CompanyService.getCompanyByWebId
(String webId) Returns the company with the web domain.ContactLocalService.getCompanyContacts
(long companyId, int start, int end) ContactService.getCompanyContacts
(long companyId, int start, int end) int
ContactLocalService.getCompanyContactsCount
(long companyId) int
ContactService.getCompanyContactsCount
(long companyId) CountryLocalService.getCompanyCountries
(long companyId) CountryLocalService.getCompanyCountries
(long companyId, boolean active) CountryLocalService.getCompanyCountries
(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator) CountryLocalService.getCompanyCountries
(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) CountryService.getCompanyCountries
(long companyId) CountryService.getCompanyCountries
(long companyId, boolean active) CountryService.getCompanyCountries
(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator) CountryService.getCompanyCountries
(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) int
CountryLocalService.getCompanyCountriesCount
(long companyId) int
CountryLocalService.getCompanyCountriesCount
(long companyId, boolean active) int
CountryService.getCompanyCountriesCount
(long companyId) int
CountryService.getCompanyCountriesCount
(long companyId, boolean active) GroupLocalService.getCompanyGroup
(long companyId) Returns the company group.GroupService.getCompanyGroup
(long companyId) Returns the company group.GroupLocalService.getCompanyGroups
(long companyId, int start, int end) Returns a range of all the groups associated with the company.int
GroupLocalService.getCompanyGroupsCount
(long companyId) Returns the number of groups associated with the company.long
CompanyLocalService.getCompanyIdByUserId
(long userId) Returns the user's company.CompanyInfoLocalService.getCompanyInfo
(long companyInfoId) Returns the company info with the primary key.CompanyInfoLocalService.getCompanyInfos
(int start, int end) Returns a range of all the company infos.int
CompanyInfoLocalService.getCompanyInfosCount()
Returns the number of company infos.ImageLocalService.getCompanyLogo
(long imageId) UserLocalService.getCompanyUsers
(long companyId, int start, int end) Returns a range of all the users belonging to the company.UserService.getCompanyUsers
(long companyId, int start, int end) int
UserLocalService.getCompanyUsersCount
(long companyId) Returns the number of users belonging to the company.int
UserService.getCompanyUsersCount
(long companyId) ContactLocalService.getContact
(long contactId) Returns the contact with the primary key.ContactService.getContact
(long contactId) ContactLocalService.getContacts
(int start, int end) Returns a range of all the contacts.ContactLocalService.getContacts
(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) ContactService.getContacts
(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) int
ContactLocalService.getContactsCount()
Returns the number of contacts.int
ContactLocalService.getContactsCount
(long classNameId, long classPK) int
ContactService.getContactsCount
(long classNameId, long classPK) LayoutTemplateLocalService.getContent
(String layoutTemplateId, boolean standard, String themeId) long
LayoutService.getControlPanelLayoutPlid()
Returns the control panel layout's plid.ThemeLocalService.getControlPanelThemes
(long companyId, long userId) CountryLocalService.getCountries
(int start, int end) Returns a range of all the countries.CountryService.getCountries()
Deprecated.As of Cavanaugh (7.4.x)CountryService.getCountries
(boolean active) Deprecated.As of Cavanaugh (7.4.x)int
CountryLocalService.getCountriesCount()
Returns the number of countries.CountryLocalService.getCountry
(long countryId) Returns the country with the primary key.CountryService.getCountry
(long countryId) CountryLocalService.getCountryByA2
(long companyId, String a2) CountryService.getCountryByA2
(long companyId, String a2) CountryService.getCountryByA2
(String a2) Deprecated.As of Cavanaugh (7.4.x)CountryLocalService.getCountryByA3
(long companyId, String a3) CountryService.getCountryByA3
(long companyId, String a3) CountryService.getCountryByA3
(String a3) Deprecated.As of Cavanaugh (7.4.x)CountryLocalService.getCountryByName
(long companyId, String name) CountryService.getCountryByName
(long companyId, String name) CountryService.getCountryByName
(String name) Deprecated.As of Cavanaugh (7.4.x)CountryLocalService.getCountryByNumber
(long companyId, String number) CountryService.getCountryByNumber
(long companyId, String number) CountryLocalService.getCountryByUuidAndCompanyId
(String uuid, long companyId) Returns the country with the matching UUID and company.CountryLocalService.getCountryLocalization
(long countryId, String languageId) CountryLocalService.getCountryLocalizations
(long countryId) AddressLocalService.getCTPersistence()
CountryLocalService.getCTPersistence()
EmailAddressLocalService.getCTPersistence()
GroupLocalService.getCTPersistence()
ImageLocalService.getCTPersistence()
LayoutFriendlyURLLocalService.getCTPersistence()
LayoutLocalService.getCTPersistence()
LayoutPrototypeLocalService.getCTPersistence()
LayoutSetLocalService.getCTPersistence()
OrganizationLocalService.getCTPersistence()
PhoneLocalService.getCTPersistence()
PortletPreferencesLocalService.getCTPersistence()
PortletPreferenceValueLocalService.getCTPersistence()
RegionLocalService.getCTPersistence()
RepositoryEntryLocalService.getCTPersistence()
RepositoryLocalService.getCTPersistence()
ResourcePermissionLocalService.getCTPersistence()
RoleLocalService.getCTPersistence()
SystemEventLocalService.getCTPersistence()
TeamLocalService.getCTPersistence()
UserGroupGroupRoleLocalService.getCTPersistence()
UserGroupLocalService.getCTPersistence()
UserGroupRoleLocalService.getCTPersistence()
UserLocalService.getCTPersistence()
VirtualHostLocalService.getCTPersistence()
WorkflowDefinitionLinkLocalService.getCTPersistence()
WorkflowInstanceLinkLocalService.getCTPersistence()
UserService.getCurrentUser()
PortletLocalService.getCustomAttributesDisplays()
RoleLocalService.getDefaultGroupRole
(long groupId) Returns the default role for the group with the primary key.PasswordPolicyLocalService.getDefaultPasswordPolicy
(long companyId) long
LayoutLocalService.getDefaultPlid
(long groupId) Returns the primary key of the default layout for the group.long
LayoutLocalService.getDefaultPlid
(long groupId, boolean privateLayout) Returns primary key of the matching default layout for the grouplong
LayoutLocalService.getDefaultPlid
(long groupId, boolean privateLayout, String portletId) Returns primary key of the default portlet layout for the grouplong
LayoutService.getDefaultPlid
(long groupId, boolean privateLayout) Returns primary key of the matching default layout for the group.long
LayoutService.getDefaultPlid
(long groupId, long scopeGroupId, boolean privateLayout, String portletId) Returns the primary key of the default layout for the group.long
LayoutService.getDefaultPlid
(long groupId, long scopeGroupId, String portletId) PluginSettingLocalService.getDefaultPluginSetting()
PortletPreferencesLocalService.getDefaultPreferences
(long companyId, String portletId) UserLocalService.getDefaultUser
(long companyId) Deprecated.As of Cavanaugh (7.4.x), replaced byUserLocalService.getGuestUser(long)
long
UserLocalService.getDefaultUserId
(long companyId) Deprecated.As of Cavanaugh (7.4.x), replaced byUserLocalService.getGuestUserId(long)
WorkflowDefinitionLinkLocalService.getDefaultWorkflowDefinitionLink
(long companyId, String className, long classPK, long typePK) int
UserNotificationEventLocalService.getDeliveredArchivedUserNotificationEventsCount
(long userId, int deliveryType, boolean delivered, boolean archived) UserNotificationEventLocalService.getDeliveredUserNotificationEvents
(long userId, boolean delivered) UserNotificationEventLocalService.getDeliveredUserNotificationEvents
(long userId, boolean delivered, boolean actionRequired) UserNotificationEventLocalService.getDeliveredUserNotificationEvents
(long userId, boolean delivered, boolean actionRequired, int start, int end) UserNotificationEventLocalService.getDeliveredUserNotificationEvents
(long userId, boolean delivered, int start, int end) UserNotificationEventLocalService.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered) UserNotificationEventLocalService.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired) UserNotificationEventLocalService.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end) UserNotificationEventLocalService.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalService.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered, int start, int end) int
UserNotificationEventLocalService.getDeliveredUserNotificationEventsCount
(long userId, boolean delivered) int
UserNotificationEventLocalService.getDeliveredUserNotificationEventsCount
(long userId, boolean delivered, boolean actionRequired) int
UserNotificationEventLocalService.getDeliveredUserNotificationEventsCount
(long userId, int deliveryType, boolean delivered) int
UserNotificationEventLocalService.getDeliveredUserNotificationEventsCount
(long userId, int deliveryType, boolean delivered, boolean actionRequired) PortletLocalService.getEARDisplay
(String xml) EmailAddressLocalService.getEmailAddress
(long emailAddressId) Returns the email address with the primary key.EmailAddressService.getEmailAddress
(long emailAddressId) EmailAddressLocalService.getEmailAddressByExternalReferenceCode
(String externalReferenceCode, long companyId) EmailAddressLocalService.getEmailAddressByUuidAndCompanyId
(String uuid, long companyId) Returns the email address with the matching UUID and company.EmailAddressLocalService.getEmailAddresses()
EmailAddressLocalService.getEmailAddresses
(int start, int end) Returns a range of all the email addresses.EmailAddressLocalService.getEmailAddresses
(long companyId, String className, long classPK) EmailAddressService.getEmailAddresses
(String className, long classPK) int
EmailAddressLocalService.getEmailAddressesCount()
Returns the number of email addresses.AddressLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) CountryLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) EmailAddressLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) LayoutFriendlyURLLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) LayoutLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) LayoutPrototypeLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) LayoutSetPrototypeLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) ListTypeLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) OrganizationLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) PasswordPolicyLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) PhoneLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) RegionLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) RepositoryEntryLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) RepositoryLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) RoleLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) TeamLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) UserGroupLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) UserLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) WebsiteLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) WorkflowDefinitionLinkLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) GroupLocalService.getFriendlyURLGroup
(long companyId, String friendlyURL) Returns the group with the matching friendly URL.LayoutLocalService.getFriendlyURLLayout
(long groupId, boolean privateLayout, String friendlyURL) Returns the layout for the friendly URL.PortletLocalService.getFriendlyURLMapperPortlets()
PortletLocalService.getFriendlyURLMappers()
GroupLocalService.getGroup
(long groupId) Returns the group with the primary key.Returns the group with the matching group key.GroupService.getGroup
(long groupId) Returns the group with the primary key.Returns the group with the name.GroupLocalService.getGroupByExternalReferenceCode
(String externalReferenceCode, long companyId) GroupLocalService.getGroupByUuidAndCompanyId
(String uuid, long companyId) Returns the group with the matching UUID and company.GroupService.getGroupDisplayURL
(long groupId, boolean privateLayout, boolean secureConnection) Returns the group's display URL.GroupLocalService.getGroupIds
(long companyId, boolean active) OrganizationLocalService.getGroupOrganizations
(long groupId) OrganizationLocalService.getGroupOrganizations
(long groupId, int start, int end) OrganizationLocalService.getGroupOrganizations
(long groupId, int start, int end, OrderByComparator<Organization> orderByComparator) int
OrganizationLocalService.getGroupOrganizationsCount
(long groupId) long[]
OrganizationLocalService.getGroupPrimaryKeys
(long organizationId) Returns the groupIds of the groups associated with the organization.long[]
RoleLocalService.getGroupPrimaryKeys
(long roleId) Returns the groupIds of the groups associated with the role.long[]
UserGroupLocalService.getGroupPrimaryKeys
(long userGroupId) Returns the groupIds of the groups associated with the user group.long[]
UserLocalService.getGroupPrimaryKeys
(long userId) Returns the groupIds of the groups associated with the user.RoleLocalService.getGroupRelatedRoles
(long groupId) RepositoryLocalService.getGroupRepositories
(long groupId) RoleLocalService.getGroupRoles
(long groupId) RoleLocalService.getGroupRoles
(long groupId, int start, int end) RoleLocalService.getGroupRoles
(long groupId, int start, int end, OrderByComparator<Role> orderByComparator) RoleService.getGroupRoles
(long groupId) Returns all the roles associated with the group.RoleLocalService.getGroupRolesAndTeamRoles
(long companyId, String name, List<String> excludedNames, String title, String description, int[] types, long excludedTeamRoleId, long teamGroupId, int start, int end) RoleService.getGroupRolesAndTeamRoles
(long companyId, String name, List<String> excludedNames, String title, String description, int[] types, long excludedTeamRoleId, long teamGroupId, int start, int end) int
RoleLocalService.getGroupRolesAndTeamRolesCount
(long companyId, String name, List<String> excludedNames, String title, String description, int[] types, long excludedTeamRoleId, long teamGroupId) int
RoleService.getGroupRolesAndTeamRolesCount
(long companyId, String name, List<String> excludedNames, String title, String description, int[] types, long excludedTeamRoleId, long teamGroupId) int
RoleLocalService.getGroupRolesCount
(long groupId) GroupLocalService.getGroups
(int start, int end) Returns a range of all the groups.GroupLocalService.getGroups
(long[] groupIds) Returns the groups with the matching primary keys.GroupLocalService.getGroups
(long companyId, long parentGroupId, boolean site) Returns all the groups that are direct children of the parent group.GroupLocalService.getGroups
(long companyId, long parentGroupId, boolean site, boolean inheritContent) GroupLocalService.getGroups
(long companyId, long parentGroupId, boolean site, int start, int end) GroupLocalService.getGroups
(long companyId, long parentGroupId, String name, boolean site, int start, int end) Returns all the groups that are direct children of the parent group with the matching className.GroupLocalService.getGroups
(long companyId, String className, long parentGroupId, int start, int end) Returns a range of all the groups that are direct children of the parent group with the matching className.GroupService.getGroups
(long companyId, long parentGroupId, boolean site) Returns all the groups that are direct children of the parent group.GroupService.getGroups
(long companyId, long parentGroupId, boolean site, int start, int end) Returns all the groups that are direct children of the parent group.GroupService.getGroups
(long companyId, long parentGroupId, String name, boolean site, int start, int end) int
GroupLocalService.getGroupsCount()
Returns the number of groups.int
GroupLocalService.getGroupsCount
(long companyId, long parentGroupId, boolean site) Returns the number of groups that are direct children of the parent group.int
GroupLocalService.getGroupsCount
(long companyId, long parentGroupId, String name, boolean site) int
GroupLocalService.getGroupsCount
(long companyId, String className, long parentGroupId) Returns the number of groups that are direct children of the parent group with the matching className.int
GroupService.getGroupsCount
(long companyId, long parentGroupId, boolean site) Returns the number of groups that are direct children of the parent group.int
GroupService.getGroupsCount
(long companyId, long parentGroupId, String name, boolean site) int
GroupService.getGroupsCount
(long companyId, String className, long parentGroupId) Returns the number of groups that are direct children of the parent group with the matching className.TeamLocalService.getGroupTeams
(long groupId) TeamService.getGroupTeams
(long groupId) int
TeamLocalService.getGroupTeamsCount
(long groupId) UserGroupLocalService.getGroupUserGroups
(long groupId) UserGroupLocalService.getGroupUserGroups
(long groupId, int start, int end) UserGroupLocalService.getGroupUserGroups
(long groupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) int
UserGroupLocalService.getGroupUserGroupsCount
(long groupId) long[]
UserLocalService.getGroupUserIds
(long groupId) Returns the primary keys of all the users belonging to the group.long[]
UserService.getGroupUserIds
(long groupId) Returns the primary keys of all the users belonging to the group.OrganizationLocalService.getGroupUserOrganizations
(long groupId, long userId) UserLocalService.getGroupUsers
(long groupId) UserLocalService.getGroupUsers
(long groupId, int start, int end) UserLocalService.getGroupUsers
(long groupId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserLocalService.getGroupUsers
(long groupId, int start, int end, OrderByComparator<User> orderByComparator) UserLocalService.getGroupUsers
(long groupId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserService.getGroupUsers
(long groupId) Returns all the users belonging to the group.UserService.getGroupUsers
(long groupId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserService.getGroupUsers
(long groupId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.int
UserLocalService.getGroupUsersCount
(long groupId) int
UserLocalService.getGroupUsersCount
(long groupId, int status) Returns the number of users with the status belonging to the group.int
UserService.getGroupUsersCount
(long groupId, int status) Returns the number of users with the status belonging to the group.UserGroupLocalService.getGroupUserUserGroups
(long groupId, long userId) UserService.getGtCompanyUsers
(long gtUserId, long companyId, int size) GroupService.getGtGroups
(long gtGroupId, long companyId, long parentGroupId, boolean site, int size) OrganizationService.getGtOrganizations
(long gtOrganizationId, long companyId, long parentOrganizationId, int size) UserService.getGtOrganizationUsers
(long gtUserId, long organizationId, int size) UserGroupService.getGtUserGroups
(long gtUserGroupId, long companyId, long parentUserGroupId, int size) UserService.getGtUserGroupUsers
(long gtUserId, long userGroupId, int size) UserLocalService.getGuestUser
(long companyId) Returns the guest user for the company.long
UserLocalService.getGuestUserId
(long companyId) Returns the primary key of the guest user for the company.ImageLocalService.getImage
(long imageId) Returns the image with the primary key.ImageService.getImage
(long imageId) ImageLocalService.getImageInputStream
(long companyId, long imageId, String type) ImageLocalService.getImageOrDefault
(long imageId) ImageLocalService.getImages()
ImageLocalService.getImages
(int start, int end) Returns a range of all the images.ImageLocalService.getImagesBySize
(int size) int
ImageLocalService.getImagesCount()
Returns the number of images.AddressLocalService.getIndexableActionableDynamicQuery()
BrowserTrackerLocalService.getIndexableActionableDynamicQuery()
ClassNameLocalService.getIndexableActionableDynamicQuery()
CompanyInfoLocalService.getIndexableActionableDynamicQuery()
CompanyLocalService.getIndexableActionableDynamicQuery()
ContactLocalService.getIndexableActionableDynamicQuery()
CountryLocalService.getIndexableActionableDynamicQuery()
EmailAddressLocalService.getIndexableActionableDynamicQuery()
GroupLocalService.getIndexableActionableDynamicQuery()
ImageLocalService.getIndexableActionableDynamicQuery()
LayoutBranchLocalService.getIndexableActionableDynamicQuery()
LayoutFriendlyURLLocalService.getIndexableActionableDynamicQuery()
LayoutLocalService.getIndexableActionableDynamicQuery()
LayoutPrototypeLocalService.getIndexableActionableDynamicQuery()
LayoutRevisionLocalService.getIndexableActionableDynamicQuery()
LayoutSetBranchLocalService.getIndexableActionableDynamicQuery()
LayoutSetLocalService.getIndexableActionableDynamicQuery()
LayoutSetPrototypeLocalService.getIndexableActionableDynamicQuery()
ListTypeLocalService.getIndexableActionableDynamicQuery()
MembershipRequestLocalService.getIndexableActionableDynamicQuery()
OrganizationLocalService.getIndexableActionableDynamicQuery()
OrgLaborLocalService.getIndexableActionableDynamicQuery()
PasswordPolicyLocalService.getIndexableActionableDynamicQuery()
PasswordPolicyRelLocalService.getIndexableActionableDynamicQuery()
PasswordTrackerLocalService.getIndexableActionableDynamicQuery()
PhoneLocalService.getIndexableActionableDynamicQuery()
PluginSettingLocalService.getIndexableActionableDynamicQuery()
PortalPreferencesLocalService.getIndexableActionableDynamicQuery()
PortalPreferenceValueLocalService.getIndexableActionableDynamicQuery()
PortletItemLocalService.getIndexableActionableDynamicQuery()
PortletLocalService.getIndexableActionableDynamicQuery()
PortletPreferencesLocalService.getIndexableActionableDynamicQuery()
PortletPreferenceValueLocalService.getIndexableActionableDynamicQuery()
RecentLayoutBranchLocalService.getIndexableActionableDynamicQuery()
RecentLayoutRevisionLocalService.getIndexableActionableDynamicQuery()
RecentLayoutSetBranchLocalService.getIndexableActionableDynamicQuery()
RegionLocalService.getIndexableActionableDynamicQuery()
ReleaseLocalService.getIndexableActionableDynamicQuery()
RememberMeTokenLocalService.getIndexableActionableDynamicQuery()
RepositoryEntryLocalService.getIndexableActionableDynamicQuery()
RepositoryLocalService.getIndexableActionableDynamicQuery()
ResourceActionLocalService.getIndexableActionableDynamicQuery()
ResourcePermissionLocalService.getIndexableActionableDynamicQuery()
RoleLocalService.getIndexableActionableDynamicQuery()
ServiceComponentLocalService.getIndexableActionableDynamicQuery()
SubscriptionLocalService.getIndexableActionableDynamicQuery()
Deprecated.SystemEventLocalService.getIndexableActionableDynamicQuery()
TeamLocalService.getIndexableActionableDynamicQuery()
TicketLocalService.getIndexableActionableDynamicQuery()
UserGroupGroupRoleLocalService.getIndexableActionableDynamicQuery()
UserGroupLocalService.getIndexableActionableDynamicQuery()
UserGroupRoleLocalService.getIndexableActionableDynamicQuery()
UserIdMapperLocalService.getIndexableActionableDynamicQuery()
UserLocalService.getIndexableActionableDynamicQuery()
UserNotificationDeliveryLocalService.getIndexableActionableDynamicQuery()
UserNotificationEventLocalService.getIndexableActionableDynamicQuery()
UserTrackerLocalService.getIndexableActionableDynamicQuery()
UserTrackerPathLocalService.getIndexableActionableDynamicQuery()
VirtualHostLocalService.getIndexableActionableDynamicQuery()
WebDAVPropsLocalService.getIndexableActionableDynamicQuery()
WebsiteLocalService.getIndexableActionableDynamicQuery()
WorkflowDefinitionLinkLocalService.getIndexableActionableDynamicQuery()
WorkflowInstanceLinkLocalService.getIndexableActionableDynamicQuery()
ResourcePermissionLocalService.getIndividualPortletResourcePermissions
(long companyId) UserLocalService.getInheritedRoleUsers
(long roleId, int start, int end, OrderByComparator<User> orderByComparator) LayoutTemplateLocalService.getLangType
(String layoutTemplateId, boolean standard, String themeId) ServiceComponentLocalService.getLatestServiceComponents()
LayoutLocalService.getLayout
(long plid) Returns the layout with the primary key.LayoutLocalService.getLayout
(long groupId, boolean privateLayout, long layoutId) Returns the layout matching the layout ID, group, and privacy; throws aNoSuchLayoutException
otherwise.LayoutBranchLocalService.getLayoutBranch
(long layoutBranchId) Returns the layout branch with the primary key.LayoutBranchLocalService.getLayoutBranches
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) LayoutBranchLocalService.getLayoutBranchs
(int start, int end) Returns a range of all the layout branches.int
LayoutBranchLocalService.getLayoutBranchsCount()
Returns the number of layout branches.LayoutLocalService.getLayoutByExternalReferenceCode
(String externalReferenceCode, long groupId) LayoutService.getLayoutByExternalReferenceCode
(String externalReferenceCode, long groupId) LayoutLocalService.getLayoutByFriendlyURL
(long groupId, boolean privateLayout, String friendlyURL) LayoutLocalService.getLayoutByIconImageId
(long iconImageId) Returns the layout for the icon image; throws aNoSuchLayoutException
otherwise.LayoutLocalService.getLayoutByUuidAndGroupId
(String uuid, long groupId, boolean privateLayout) Returns the layout matching the UUID, group, and privacy.LayoutService.getLayoutByUuidAndGroupId
(String uuid, long groupId, boolean privateLayout) Returns the layout matching the UUID, group, and privacy.LayoutLocalService.getLayoutChildLayouts
(List<Layout> parentLayouts) LayoutFriendlyURLLocalService.getLayoutFriendlyURL
(long layoutFriendlyURLId) Returns the layout friendly url with the primary key.LayoutFriendlyURLLocalService.getLayoutFriendlyURL
(long groupId, boolean privateLayout, String friendlyURL, String languageId) LayoutFriendlyURLLocalService.getLayoutFriendlyURL
(long plid, String languageId) LayoutFriendlyURLLocalService.getLayoutFriendlyURL
(long plid, String languageId, boolean useDefault) LayoutFriendlyURLLocalService.getLayoutFriendlyURLByUuidAndGroupId
(String uuid, long groupId) Returns the layout friendly url matching the UUID and group.LayoutFriendlyURLLocalService.getLayoutFriendlyURLs
(int start, int end) Returns a range of all the layout friendly urls.LayoutFriendlyURLLocalService.getLayoutFriendlyURLs
(long plid) LayoutFriendlyURLLocalService.getLayoutFriendlyURLs
(long plid, String friendlyURL, int start, int end) LayoutFriendlyURLLocalService.getLayoutFriendlyURLs
(Group siteGroup, List<Layout> layouts, String languageId) LayoutFriendlyURLLocalService.getLayoutFriendlyURLsByUuidAndCompanyId
(String uuid, long companyId) Returns all the layout friendly urls matching the UUID and company.LayoutFriendlyURLLocalService.getLayoutFriendlyURLsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns a range of layout friendly urls matching the UUID and company.int
LayoutFriendlyURLLocalService.getLayoutFriendlyURLsCount()
Returns the number of layout friendly urls.int
LayoutFriendlyURLLocalService.getLayoutFriendlyURLsCount
(long companyId, String friendlyURL) GroupLocalService.getLayoutGroup
(long companyId, long plid) Returns the group associated with the layout.LayoutService.getLayoutName
(long groupId, boolean privateLayout, long layoutId, String languageId) Returns the name of the layout.long
LayoutService.getLayoutPlid
(String uuid, long groupId, boolean privateLayout) Returns the layout's plid that matches the parameters.LayoutPrototypeLocalService.getLayoutPrototype
(long layoutPrototypeId) Returns the layout prototype with the primary key.LayoutPrototypeLocalService.getLayoutPrototype
(long companyId, String name) LayoutPrototypeLocalService.getLayoutPrototype
(long companyId, String name, Locale locale) LayoutPrototypeService.getLayoutPrototype
(long layoutPrototypeId) LayoutPrototypeLocalService.getLayoutPrototypeByUuidAndCompanyId
(String uuid, long companyId) Returns the layout prototype with the matching UUID and company.GroupLocalService.getLayoutPrototypeGroup
(long companyId, long layoutPrototypeId) Returns the group associated with the layout prototype.LayoutPrototypeLocalService.getLayoutPrototypes
(int start, int end) Returns a range of all the layout prototypes.int
LayoutPrototypeLocalService.getLayoutPrototypesCount()
Returns the number of layout prototypes.LayoutService.getLayoutReferences
(long companyId, String portletId, String preferencesKey, String preferencesValue) Returns the layout references for all the layouts that belong to the company and belong to the portlet that matches the preferences.LayoutRevisionLocalService.getLayoutRevision
(long layoutRevisionId) Returns the layout revision with the primary key.LayoutRevisionLocalService.getLayoutRevision
(long layoutSetBranchId, long layoutBranchId, long plid) LayoutRevisionLocalService.getLayoutRevisions
(int start, int end) Returns a range of all the layout revisions.LayoutRevisionLocalService.getLayoutRevisions
(long plid) LayoutRevisionLocalService.getLayoutRevisions
(long layoutSetBranchId, boolean head) LayoutRevisionLocalService.getLayoutRevisions
(long layoutSetBranchId, boolean head, int status) LayoutRevisionLocalService.getLayoutRevisions
(long layoutSetBranchId, int status) LayoutRevisionLocalService.getLayoutRevisions
(long layoutSetBranchId, long plid) LayoutRevisionLocalService.getLayoutRevisions
(long layoutSetBranchId, long plid, boolean head) LayoutRevisionLocalService.getLayoutRevisions
(long layoutSetBranchId, long plid, int status) LayoutRevisionLocalService.getLayoutRevisions
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) LayoutRevisionLocalService.getLayoutRevisions
(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) LayoutRevisionLocalService.getLayoutRevisionsByStatus
(int status) int
LayoutRevisionLocalService.getLayoutRevisionsCount()
Returns the number of layout revisions.int
LayoutRevisionLocalService.getLayoutRevisionsCount
(long plid) int
LayoutRevisionLocalService.getLayoutRevisionsCount
(long layoutSetBranchId, long layoutBranchId, long plid) LayoutLocalService.getLayouts
(int start, int end) Returns a range of all the layouts.LayoutLocalService.getLayouts
(long companyId) LayoutLocalService.getLayouts
(long groupId, boolean privateLayout) Returns all the layouts belonging to the group.LayoutLocalService.getLayouts
(long groupId, boolean privateLayout, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalService.getLayouts
(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalService.getLayouts
(long groupId, boolean privateLayout, long parentLayoutId) Returns all the layouts belonging to the group that are children of the parent layout.LayoutLocalService.getLayouts
(long groupId, boolean privateLayout, long[] layoutIds) Returns all the layouts that match the layout IDs and belong to the group.LayoutLocalService.getLayouts
(long groupId, boolean privateLayout, long parentLayoutId, boolean incomplete, int start, int end) Returns a range of all the layouts belonging to the group that are children of the parent layout.LayoutLocalService.getLayouts
(long groupId, boolean privateLayout, long parentLayoutId, boolean incomplete, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group that are children of the parent layout.LayoutLocalService.getLayouts
(long groupId, boolean privateLayout, String type) Returns all the layouts that match the type and belong to the group.LayoutLocalService.getLayouts
(long groupId, boolean privateLayout, String[] types) Returns all the layouts that match the type and belong to the group.LayoutLocalService.getLayouts
(long groupId, boolean privateLayout, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalService.getLayouts
(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalService.getLayouts
(long groupId, long userId, boolean privateLayout, String keywords, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalService.getLayouts
(long groupId, long userId, boolean privateLayout, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalService.getLayouts
(long groupId, String keywords, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalService.getLayouts
(long groupId, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalService.getLayouts
(long companyId, String portletId, String preferencesKey, String preferencesValue) Returns the layout references for all the layouts that belong to the company and belong to the portlet that matches the preferences.LayoutLocalService.getLayouts
(Collection<Serializable> primaryKeys) LayoutService.getLayouts
(long groupId, boolean privateLayout) LayoutService.getLayouts
(long groupId, boolean privateLayout, long parentLayoutId) LayoutService.getLayouts
(long groupId, boolean privateLayout, long parentLayoutId, boolean incomplete, int start, int end) LayoutService.getLayouts
(long groupId, boolean privateLayout, long parentLayoutId, int start, int end) LayoutService.getLayouts
(long groupId, boolean privateLayout, String type) LayoutService.getLayouts
(long groupId, boolean privateLayout, String type, int start, int end) LayoutService.getLayouts
(long groupId, boolean privateLayout, String keywords, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutService.getLayouts
(long groupId, boolean privateLayout, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutService.getLayouts
(long groupId, String type) LayoutService.getLayouts
(long groupId, String type, int start, int end) LayoutLocalService.getLayoutsByLayoutPrototypeUuid
(String layoutPrototypeUuid) int
LayoutLocalService.getLayoutsByLayoutPrototypeUuidCount
(String layoutPrototypeUuid) LayoutLocalService.getLayoutsByUuidAndCompanyId
(String uuid, long companyId) Returns all the layouts matching the UUID and company.LayoutLocalService.getLayoutsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of layouts matching the UUID and company.int
LayoutLocalService.getLayoutsCount()
Returns the number of layouts.int
LayoutLocalService.getLayoutsCount
(long groupId) int
LayoutLocalService.getLayoutsCount
(long groupId, boolean privateLayout) int
LayoutLocalService.getLayoutsCount
(long groupId, boolean privateLayout, long parentLayoutId) int
LayoutLocalService.getLayoutsCount
(long groupId, long userId, boolean privateLayout, String keywords, String[] types) int
LayoutLocalService.getLayoutsCount
(long groupId, long userId, boolean privateLayout, String keywords, String[] types, int[] statuses) int
LayoutLocalService.getLayoutsCount
(long groupId, String keywords, String[] types) int
LayoutLocalService.getLayoutsCount
(long groupId, String keywords, String[] types, int[] statuses) int
LayoutLocalService.getLayoutsCount
(Group group, boolean privateLayout) int
LayoutLocalService.getLayoutsCount
(Group group, boolean privateLayout, boolean includeUserGroups) int
LayoutLocalService.getLayoutsCount
(Group group, boolean privateLayout, long parentLayoutId) int
LayoutLocalService.getLayoutsCount
(Group group, boolean privateLayout, long[] layoutIds) int
LayoutLocalService.getLayoutsCount
(Group group, boolean privateLayout, String keywords, String[] types) int
LayoutLocalService.getLayoutsCount
(User user, boolean privateLayout) int
LayoutLocalService.getLayoutsCount
(User user, boolean privateLayout, boolean includeUserGroups) int
LayoutService.getLayoutsCount
(long groupId, boolean privateLayout) int
LayoutService.getLayoutsCount
(long groupId, boolean privateLayout, long parentLayoutId) int
LayoutService.getLayoutsCount
(long groupId, boolean privateLayout, long parentLayoutId, int priority) int
LayoutService.getLayoutsCount
(long groupId, boolean privateLayout, String type) int
LayoutService.getLayoutsCount
(long groupId, boolean privateLayout, String keywords, String[] types) int
LayoutService.getLayoutsCount
(long groupId, boolean privateLayout, String keywords, String[] types, int[] statuses) int
LayoutService.getLayoutsCount
(long groupId, String type) LayoutSetLocalService.getLayoutSet
(long layoutSetId) Returns the layout set with the primary key.LayoutSetLocalService.getLayoutSet
(long groupId, boolean privateLayout) LayoutSetLocalService.getLayoutSet
(String virtualHostname) LayoutSetBranchLocalService.getLayoutSetBranch
(long layoutSetBranchId) Returns the layout set branch with the primary key.LayoutSetBranchLocalService.getLayoutSetBranch
(long groupId, boolean privateLayout, String name) LayoutSetBranchLocalService.getLayoutSetBranches
(long groupId, boolean privateLayout) LayoutSetBranchService.getLayoutSetBranches
(long groupId, boolean privateLayout) LayoutBranchLocalService.getLayoutSetBranchLayoutBranches
(long layoutSetBranchId) LayoutSetBranchLocalService.getLayoutSetBranchs
(int start, int end) Returns a range of all the layout set branches.int
LayoutSetBranchLocalService.getLayoutSetBranchsCount()
Returns the number of layout set branches.LayoutSetPrototypeLocalService.getLayoutSetPrototype
(long layoutSetPrototypeId) Returns the layout set prototype with the primary key.LayoutSetPrototypeService.getLayoutSetPrototype
(long layoutSetPrototypeId) LayoutSetPrototypeLocalService.getLayoutSetPrototypeByUuidAndCompanyId
(String uuid, long companyId) Returns the layout set prototype with the matching UUID and company.GroupLocalService.getLayoutSetPrototypeGroup
(long companyId, long layoutSetPrototypeId) Returns the group associated with the layout set prototype.LayoutSetPrototypeLocalService.getLayoutSetPrototypes
(int start, int end) Returns a range of all the layout set prototypes.LayoutSetPrototypeLocalService.getLayoutSetPrototypes
(long companyId) LayoutSetPrototypeService.getLayoutSetPrototypes
(long companyId) int
LayoutSetPrototypeLocalService.getLayoutSetPrototypesCount()
Returns the number of layout set prototypes.LayoutSetLocalService.getLayoutSets
(int start, int end) Returns a range of all the layout sets.LayoutSetLocalService.getLayoutSetsByLayoutSetPrototypeUuid
(String layoutSetPrototypeUuid) int
LayoutSetLocalService.getLayoutSetsCount()
Returns the number of layout sets.GroupLocalService.getLayoutsGroups
(long companyId, long parentGroupId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns a range of all groups that are children of the parent group and that have at least one layout.GroupLocalService.getLayoutsGroups
(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns a range of all groups that are children of the parent group and that have at least one layout.int
GroupLocalService.getLayoutsGroupsCount
(long companyId, long parentGroupId, boolean site) Returns the number of groups that are children or the parent group and that have at least one layoutint
GroupLocalService.getLayoutsGroupsCount
(long companyId, long parentGroupId, boolean site, boolean active) Returns the number of groups that are children or the parent group and that have at least one layoutLayoutTemplateLocalService.getLayoutTemplate
(String layoutTemplateId, boolean standard, String themeId) LayoutTemplateLocalService.getLayoutTemplates()
LayoutTemplateLocalService.getLayoutTemplates
(String themeId) ListTypeLocalService.getListType
(long listTypeId) Returns the list type with the primary key.ListTypeLocalService.getListType
(long companyId, String name, String type) ListTypeService.getListType
(long listTypeId) ListTypeService.getListType
(long companyId, String name, String type) AddressLocalService.getListTypeAddresses
(long companyId, String className, long classPK, long[] listTypeIds) AddressLocalService.getListTypeAddresses
(long companyId, String className, long classPK, long[] listTypeIds, int start, int end, OrderByComparator<Address> orderByComparator) AddressService.getListTypeAddresses
(String className, long classPK, long[] listTypeIds) ListTypeLocalService.getListTypeByUuidAndCompanyId
(String uuid, long companyId) Returns the list type with the matching UUID and company.long
ListTypeLocalService.getListTypeId
(long companyId, String name, String type) long
ListTypeService.getListTypeId
(long companyId, String name, String type) ListTypeLocalService.getListTypes
(int start, int end) Returns a range of all the list types.ListTypeLocalService.getListTypes
(long companyId, String type) ListTypeService.getListTypes
(long companyId, String type) int
ListTypeLocalService.getListTypesCount()
Returns the number of list types.GroupLocalService.getLiveGroups()
Returns all live groups.GroupService.getManageableSiteGroups
(Collection<Portlet> portlets, int max) Returns a range of all the site groups for which the user has control panel access.LayoutBranchLocalService.getMasterLayoutBranch
(long layoutSetBranchId, long plid) LayoutBranchLocalService.getMasterLayoutBranch
(long layoutSetBranchId, long plid, ServiceContext serviceContext) LayoutLocalService.getMasterLayouts
(long groupId, long masterLayoutPlid) int
LayoutLocalService.getMasterLayoutsCount
(long groupId, long masterLayoutPlid) LayoutSetBranchLocalService.getMasterLayoutSetBranch
(long groupId, boolean privateLayout) MembershipRequestLocalService.getMembershipRequest
(long membershipRequestId) Returns the membership request with the primary key.MembershipRequestService.getMembershipRequest
(long membershipRequestId) MembershipRequestLocalService.getMembershipRequests
(int start, int end) Returns a range of all the membership requests.MembershipRequestLocalService.getMembershipRequests
(long userId, long groupId, long statusId) int
MembershipRequestLocalService.getMembershipRequestsCount()
Returns the number of membership requests.AddressLocalService.getModelClass()
CountryLocalService.getModelClass()
EmailAddressLocalService.getModelClass()
GroupLocalService.getModelClass()
ImageLocalService.getModelClass()
LayoutFriendlyURLLocalService.getModelClass()
LayoutLocalService.getModelClass()
LayoutPrototypeLocalService.getModelClass()
LayoutSetLocalService.getModelClass()
OrganizationLocalService.getModelClass()
PhoneLocalService.getModelClass()
PortletPreferencesLocalService.getModelClass()
PortletPreferenceValueLocalService.getModelClass()
RegionLocalService.getModelClass()
RepositoryEntryLocalService.getModelClass()
RepositoryLocalService.getModelClass()
ResourcePermissionLocalService.getModelClass()
RoleLocalService.getModelClass()
SystemEventLocalService.getModelClass()
TeamLocalService.getModelClass()
UserGroupGroupRoleLocalService.getModelClass()
UserGroupLocalService.getModelClass()
UserGroupRoleLocalService.getModelClass()
UserLocalService.getModelClass()
VirtualHostLocalService.getModelClass()
WorkflowDefinitionLinkLocalService.getModelClass()
WorkflowInstanceLinkLocalService.getModelClass()
long
LayoutLocalService.getNextLayoutId
(long groupId, boolean privateLayout) Returns the layout ID to use for the next layout.UserLocalService.getNoAnnouncementsDeliveries
(String type) Returns all the users who have not had any announcements of the type delivered, excluding the default user.OrganizationLocalService.getNoAssetOrganizations()
UserLocalService.getNoGroups()
Returns all the users who do not belong to any groups, excluding the default user.OrganizationLocalService.getOrganization
(long organizationId) Returns the organization with the primary key.OrganizationLocalService.getOrganization
(long companyId, String name) Returns the organization with the name.OrganizationService.getOrganization
(long organizationId) Returns the organization with the primary key.OrganizationLocalService.getOrganizationByExternalReferenceCode
(String externalReferenceCode, long companyId) OrganizationService.getOrganizationByExternalReferenceCode
(String externalReferenceCode, long companyId) OrganizationLocalService.getOrganizationByUuidAndCompanyId
(String uuid, long companyId) Returns the organization with the matching UUID and company.GroupLocalService.getOrganizationGroup
(long companyId, long organizationId) Returns the specified organization group.GroupLocalService.getOrganizationGroups
(long organizationId) GroupLocalService.getOrganizationGroups
(long organizationId, int start, int end) GroupLocalService.getOrganizationGroups
(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator) int
GroupLocalService.getOrganizationGroupsCount
(long organizationId) long
OrganizationLocalService.getOrganizationId
(long companyId, String name) Returns the primary key of the organization with the name.long
OrganizationService.getOrganizationId
(long companyId, String name) Returns the primary key of the organization with the name.long[]
GroupLocalService.getOrganizationPrimaryKeys
(long groupId) Returns the organizationIds of the organizations associated with the group.long[]
UserLocalService.getOrganizationPrimaryKeys
(long userId) Returns the organizationIds of the organizations associated with the user.OrganizationLocalService.getOrganizations
(int start, int end) Returns a range of all the organizations.OrganizationLocalService.getOrganizations
(long[] organizationIds) Returns the organizations with the primary keys.OrganizationLocalService.getOrganizations
(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationLocalService.getOrganizations
(long companyId, long parentOrganizationId) Returns all the organizations belonging to the parent organization.OrganizationLocalService.getOrganizations
(long companyId, long parentOrganizationId, int start, int end) Returns a range of all the organizations belonging to the parent organization.OrganizationLocalService.getOrganizations
(long companyId, long parentOrganizationId, String name, int start, int end) OrganizationLocalService.getOrganizations
(long companyId, String treePath) OrganizationLocalService.getOrganizations
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationService.getOrganizations
(long companyId, long parentOrganizationId) Returns all the organizations belonging to the parent organization.OrganizationService.getOrganizations
(long companyId, long parentOrganizationId, int start, int end) Returns a range of all the organizations belonging to the parent organization.OrganizationService.getOrganizations
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationService.getOrganizations
(long companyId, long parentOrganizationId, String name, int start, int end) OrganizationService.getOrganizations
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) int
UserLocalService.getOrganizationsAndUserGroupsUsersCount
(long[] organizationIds, long[] userGroupIds) int
UserService.getOrganizationsAndUserGroupsUsersCount
(long[] organizationIds, long[] userGroupIds) OrganizationLocalService.getOrganizationsAndUsers
(long companyId, long parentOrganizationId, int status, int start, int end, OrderByComparator<?> orderByComparator) Returns all the organizations and users belonging to the parent organization.int
OrganizationLocalService.getOrganizationsAndUsersCount
(long companyId, long parentOrganizationId, int status) Returns the number of organizations and users belonging to the parent organization.int
OrganizationLocalService.getOrganizationsCount()
Returns the number of organizations.int
OrganizationLocalService.getOrganizationsCount
(long companyId, long parentOrganizationId) Returns the number of organizations belonging to the parent organization.int
OrganizationLocalService.getOrganizationsCount
(long companyId, long parentOrganizationId, String name) int
OrganizationLocalService.getOrganizationsCount
(long companyId, String name) int
OrganizationService.getOrganizationsCount
(long companyId, long parentOrganizationId) Returns the number of organizations belonging to the parent organization.int
OrganizationService.getOrganizationsCount
(long companyId, long parentOrganizationId, String name) GroupLocalService.getOrganizationsGroups
(List<Organization> organizations) Returns the specified organization groups.GroupService.getOrganizationsGroups
(List<Organization> organizations) Returns the groups associated with the organizations.GroupLocalService.getOrganizationsRelatedGroups
(List<Organization> organizations) Returns all the groups related to the organizations.long[]
UserLocalService.getOrganizationUserIds
(long organizationId) Returns the primary keys of all the users belonging to the organization.long[]
UserService.getOrganizationUserIds
(long organizationId) Returns the primary keys of all the users belonging to the organization.UserLocalService.getOrganizationUsers
(long organizationId) UserLocalService.getOrganizationUsers
(long organizationId, int start, int end) UserLocalService.getOrganizationUsers
(long organizationId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserLocalService.getOrganizationUsers
(long organizationId, int start, int end, OrderByComparator<User> orderByComparator) UserLocalService.getOrganizationUsers
(long organizationId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserService.getOrganizationUsers
(long organizationId) Returns all the users belonging to the organization.UserService.getOrganizationUsers
(long organizationId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserService.getOrganizationUsers
(long organizationId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.int
UserLocalService.getOrganizationUsersCount
(long organizationId) int
UserLocalService.getOrganizationUsersCount
(long organizationId, int status) Returns the number of users with the status belonging to the organization.int
UserService.getOrganizationUsersCount
(long organizationId, int status) Returns the number of users with the status belonging to the organization.OrgLaborLocalService.getOrgLabor
(long orgLaborId) Returns the org labor with the primary key.OrgLaborService.getOrgLabor
(long orgLaborId) OrgLaborLocalService.getOrgLabors
(int start, int end) Returns a range of all the org labors.OrgLaborLocalService.getOrgLabors
(long organizationId) OrgLaborService.getOrgLabors
(long organizationId) int
OrgLaborLocalService.getOrgLaborsCount()
Returns the number of org labors.int
LayoutSetLocalService.getPageCount
(long groupId, boolean privateLayout) ThemeLocalService.getPageThemes
(long companyId, long groupId, long userId) GroupLocalService.getParentGroups
(long groupId) Returns the group followed by all its parent groups ordered by closest ancestor.LayoutLocalService.getParentLayout
(Layout layout) OrganizationLocalService.getParentOrganizations
(long organizationId) Returns the parent organizations in order by closest ancestor.PasswordPolicyLocalService.getPasswordPolicies
(int start, int end) Returns a range of all the password policies.int
PasswordPolicyLocalService.getPasswordPoliciesCount()
Returns the number of password policies.PasswordPolicyLocalService.getPasswordPolicy
(long passwordPolicyId) Returns the password policy with the primary key.PasswordPolicyLocalService.getPasswordPolicy
(long companyId, boolean defaultPolicy) PasswordPolicyLocalService.getPasswordPolicy
(long companyId, long[] organizationIds) PasswordPolicyLocalService.getPasswordPolicyByUser
(User user) PasswordPolicyLocalService.getPasswordPolicyByUserId
(long userId) PasswordPolicyLocalService.getPasswordPolicyByUuidAndCompanyId
(String uuid, long companyId) Returns the password policy with the matching UUID and company.PasswordPolicyRelLocalService.getPasswordPolicyRel
(long passwordPolicyRelId) Returns the password policy rel with the primary key.PasswordPolicyRelLocalService.getPasswordPolicyRel
(long passwordPolicyId, String className, long classPK) PasswordPolicyRelLocalService.getPasswordPolicyRel
(String className, long classPK) PasswordPolicyRelLocalService.getPasswordPolicyRels
(int start, int end) Returns a range of all the password policy rels.int
PasswordPolicyRelLocalService.getPasswordPolicyRelsCount()
Returns the number of password policy rels.PasswordTrackerLocalService.getPasswordTracker
(long passwordTrackerId) Returns the password tracker with the primary key.PasswordTrackerLocalService.getPasswordTrackers
(int start, int end) Returns a range of all the password trackers.int
PasswordTrackerLocalService.getPasswordTrackersCount()
Returns the number of password trackers.AddressLocalService.getPersistedModel
(Serializable primaryKeyObj) BrowserTrackerLocalService.getPersistedModel
(Serializable primaryKeyObj) ClassNameLocalService.getPersistedModel
(Serializable primaryKeyObj) CompanyInfoLocalService.getPersistedModel
(Serializable primaryKeyObj) CompanyLocalService.getPersistedModel
(Serializable primaryKeyObj) ContactLocalService.getPersistedModel
(Serializable primaryKeyObj) CountryLocalService.getPersistedModel
(Serializable primaryKeyObj) EmailAddressLocalService.getPersistedModel
(Serializable primaryKeyObj) GroupLocalService.getPersistedModel
(Serializable primaryKeyObj) ImageLocalService.getPersistedModel
(Serializable primaryKeyObj) LayoutBranchLocalService.getPersistedModel
(Serializable primaryKeyObj) LayoutFriendlyURLLocalService.getPersistedModel
(Serializable primaryKeyObj) LayoutLocalService.getPersistedModel
(Serializable primaryKeyObj) LayoutPrototypeLocalService.getPersistedModel
(Serializable primaryKeyObj) LayoutRevisionLocalService.getPersistedModel
(Serializable primaryKeyObj) LayoutSetBranchLocalService.getPersistedModel
(Serializable primaryKeyObj) LayoutSetLocalService.getPersistedModel
(Serializable primaryKeyObj) LayoutSetPrototypeLocalService.getPersistedModel
(Serializable primaryKeyObj) ListTypeLocalService.getPersistedModel
(Serializable primaryKeyObj) MembershipRequestLocalService.getPersistedModel
(Serializable primaryKeyObj) OrganizationLocalService.getPersistedModel
(Serializable primaryKeyObj) OrgLaborLocalService.getPersistedModel
(Serializable primaryKeyObj) PasswordPolicyLocalService.getPersistedModel
(Serializable primaryKeyObj) PasswordPolicyRelLocalService.getPersistedModel
(Serializable primaryKeyObj) PasswordTrackerLocalService.getPersistedModel
(Serializable primaryKeyObj) PhoneLocalService.getPersistedModel
(Serializable primaryKeyObj) PluginSettingLocalService.getPersistedModel
(Serializable primaryKeyObj) PortalPreferencesLocalService.getPersistedModel
(Serializable primaryKeyObj) PortalPreferenceValueLocalService.getPersistedModel
(Serializable primaryKeyObj) PortletItemLocalService.getPersistedModel
(Serializable primaryKeyObj) PortletLocalService.getPersistedModel
(Serializable primaryKeyObj) PortletPreferencesLocalService.getPersistedModel
(Serializable primaryKeyObj) PortletPreferenceValueLocalService.getPersistedModel
(Serializable primaryKeyObj) RecentLayoutBranchLocalService.getPersistedModel
(Serializable primaryKeyObj) RecentLayoutRevisionLocalService.getPersistedModel
(Serializable primaryKeyObj) RecentLayoutSetBranchLocalService.getPersistedModel
(Serializable primaryKeyObj) RegionLocalService.getPersistedModel
(Serializable primaryKeyObj) ReleaseLocalService.getPersistedModel
(Serializable primaryKeyObj) RememberMeTokenLocalService.getPersistedModel
(Serializable primaryKeyObj) RepositoryEntryLocalService.getPersistedModel
(Serializable primaryKeyObj) RepositoryLocalService.getPersistedModel
(Serializable primaryKeyObj) ResourceActionLocalService.getPersistedModel
(Serializable primaryKeyObj) ResourcePermissionLocalService.getPersistedModel
(Serializable primaryKeyObj) RoleLocalService.getPersistedModel
(Serializable primaryKeyObj) ServiceComponentLocalService.getPersistedModel
(Serializable primaryKeyObj) SubscriptionLocalService.getPersistedModel
(Serializable primaryKeyObj) Deprecated.SystemEventLocalService.getPersistedModel
(Serializable primaryKeyObj) TeamLocalService.getPersistedModel
(Serializable primaryKeyObj) TicketLocalService.getPersistedModel
(Serializable primaryKeyObj) UserGroupGroupRoleLocalService.getPersistedModel
(Serializable primaryKeyObj) UserGroupLocalService.getPersistedModel
(Serializable primaryKeyObj) UserGroupRoleLocalService.getPersistedModel
(Serializable primaryKeyObj) UserIdMapperLocalService.getPersistedModel
(Serializable primaryKeyObj) UserLocalService.getPersistedModel
(Serializable primaryKeyObj) UserNotificationDeliveryLocalService.getPersistedModel
(Serializable primaryKeyObj) UserNotificationEventLocalService.getPersistedModel
(Serializable primaryKeyObj) UserTrackerLocalService.getPersistedModel
(Serializable primaryKeyObj) UserTrackerPathLocalService.getPersistedModel
(Serializable primaryKeyObj) VirtualHostLocalService.getPersistedModel
(Serializable primaryKeyObj) WebDAVPropsLocalService.getPersistedModel
(Serializable primaryKeyObj) WebsiteLocalService.getPersistedModel
(Serializable primaryKeyObj) WorkflowDefinitionLinkLocalService.getPersistedModel
(Serializable primaryKeyObj) WorkflowInstanceLinkLocalService.getPersistedModel
(Serializable primaryKeyObj) PhoneLocalService.getPhone
(long phoneId) Returns the phone with the primary key.PhoneService.getPhone
(long phoneId) PhoneLocalService.getPhoneByExternalReferenceCode
(String externalReferenceCode, long companyId) PhoneService.getPhoneByExternalReferenceCode
(String externalReferenceCode, long companyId) PhoneLocalService.getPhoneByUuidAndCompanyId
(String uuid, long companyId) Returns the phone with the matching UUID and company.PhoneLocalService.getPhones()
PhoneLocalService.getPhones
(int start, int end) Returns a range of all the phones.int
PhoneLocalService.getPhonesCount()
Returns the number of phones.PluginSettingLocalService.getPluginSetting
(long pluginSettingId) Returns the plugin setting with the primary key.PluginSettingLocalService.getPluginSetting
(long companyId, String pluginId, String pluginType) PluginSettingLocalService.getPluginSettings
(int start, int end) Returns a range of all the plugin settings.int
PluginSettingLocalService.getPluginSettingsCount()
Returns the number of plugin settings.PortalPreferencesLocalService.getPortalPreferences
(long portalPreferencesId) Returns the portal preferences with the primary key.PortalPreferenceValueLocalService.getPortalPreferences
(PortalPreferences portalPreferences, boolean signedIn) PortalPreferencesLocalService.getPortalPreferenceses
(int start, int end) Returns a range of all the portal preferenceses.int
PortalPreferencesLocalService.getPortalPreferencesesCount()
Returns the number of portal preferenceses.PortalPreferenceValueLocalService.getPortalPreferenceValue
(long portalPreferenceValueId) Returns the portal preference value with the primary key.PortalPreferenceValueLocalService.getPortalPreferenceValues
(int start, int end) Returns a range of all the portal preference values.int
PortalPreferenceValueLocalService.getPortalPreferenceValuesCount()
Returns the number of portal preference values.PortletLocalService.getPortlet
(long id) Returns the portlet with the primary key.PortletLocalService.getPortletApp
(String servletContextName) PortletLocalService.getPortletById
(long companyId, String portletId) PortletLocalService.getPortletById
(String portletId) PortletLocalService.getPortletByStrutsPath
(long companyId, String strutsPath) ThemeLocalService.getPortletDecorator
(long companyId, String themeId, String portletDecoratorId) PortletLocalService.getPortletFriendlyURLMapperMatch
(String url) PortletPreferencesLocalService.getPortletInstanceSettings
(long companyId, long groupId, String portletId, PortletInstanceSettingsLocator portletInstanceSettingsLocator, Settings portalPreferencesSettings) PortletItemLocalService.getPortletItem
(long portletItemId) Returns the portlet item with the primary key.PortletItemLocalService.getPortletItem
(long groupId, String name, String portletId, String className) PortletItemLocalService.getPortletItems
(int start, int end) Returns a range of all the portlet items.PortletItemLocalService.getPortletItems
(long groupId, String className) PortletItemLocalService.getPortletItems
(long groupId, String portletId, String className) int
PortletItemLocalService.getPortletItemsCount()
Returns the number of portlet items.PortletPreferencesLocalService.getPortletPreferences()
PortletPreferencesLocalService.getPortletPreferences
(int ownerType, long plid, String portletId) PortletPreferencesLocalService.getPortletPreferences
(long portletPreferencesId) Returns the portlet preferences with the primary key.PortletPreferencesLocalService.getPortletPreferences
(long ownerId, int ownerType, long plid) PortletPreferencesLocalService.getPortletPreferences
(long ownerId, int ownerType, long plid, String portletId) PortletPreferencesLocalService.getPortletPreferences
(long companyId, long ownerId, int ownerType, String portletId) PortletPreferencesLocalService.getPortletPreferences
(long companyId, long groupId, long ownerId, int ownerType, String portletId, boolean privateLayout) PortletPreferencesLocalService.getPortletPreferences
(long plid, String portletId) PortletPreferencesLocalService.getPortletPreferencesByOwnerId
(long ownerId) PortletPreferencesLocalService.getPortletPreferencesByPlid
(long plid) PortletPreferencesLocalService.getPortletPreferencesByPortletId
(String portletId) long
PortletPreferencesLocalService.getPortletPreferencesCount
(int ownerType, long plid, String portletId) long
PortletPreferencesLocalService.getPortletPreferencesCount
(int ownerType, String portletId) long
PortletPreferencesLocalService.getPortletPreferencesCount
(long ownerId, int ownerType, long plid, Portlet portlet, boolean excludeDefaultPreferences) long
PortletPreferencesLocalService.getPortletPreferencesCount
(long ownerId, int ownerType, String portletId, boolean excludeDefaultPreferences) int
PortletPreferencesLocalService.getPortletPreferencesCount
(long companyId, long ownerId, int ownerType, String portletId) PortletPreferencesLocalService.getPortletPreferenceses
(int start, int end) Returns a range of all the portlet preferenceses.int
PortletPreferencesLocalService.getPortletPreferencesesCount()
Returns the number of portlet preferenceses.PortletPreferenceValueLocalService.getPortletPreferenceValue
(long portletPreferenceValueId) Returns the portlet preference value with the primary key.PortletPreferenceValueLocalService.getPortletPreferenceValues
(int start, int end) Returns a range of all the portlet preference values.int
PortletPreferenceValueLocalService.getPortletPreferenceValuesCount()
Returns the number of portlet preference values.int
PortletPreferenceValueLocalService.getPortletPreferenceValuesCount
(long companyId, String name, String smallValue) PortletLocalService.getPortlets()
PortletLocalService.getPortlets
(int start, int end) Returns a range of all the portlets.PortletLocalService.getPortlets
(long companyId) PortletLocalService.getPortlets
(long companyId, boolean showSystem, boolean showPortal) int
PortletLocalService.getPortletsCount()
Returns the number of portlets.int
PortletLocalService.getPortletsCount
(long companyId) PortalPreferencesLocalService.getPreferences
(long ownerId, int ownerType) PortalPreferencesLocalService.getPreferences
(long ownerId, int ownerType, String defaultPreferences) PortletPreferencesLocalService.getPreferences
(long companyId, long ownerId, int ownerType, long plid, String portletId) PortletPreferencesLocalService.getPreferences
(long companyId, long ownerId, int ownerType, long plid, String portletId, String defaultPreferences) PortletPreferencesLocalService.getPreferences
(PortletPreferencesIds portletPreferencesIds) PortletPreferenceValueLocalService.getPreferences
(PortletPreferences portletPreferences) LayoutLocalService.getPublishedLayouts
(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator) int
LayoutLocalService.getPublishedLayoutsCount
(long groupId) RecentLayoutBranchLocalService.getRecentLayoutBranch
(long recentLayoutBranchId) Returns the recent layout branch with the primary key.RecentLayoutBranchLocalService.getRecentLayoutBranchs
(int start, int end) Returns a range of all the recent layout branches.int
RecentLayoutBranchLocalService.getRecentLayoutBranchsCount()
Returns the number of recent layout branches.RecentLayoutRevisionLocalService.getRecentLayoutRevision
(long recentLayoutRevisionId) Returns the recent layout revision with the primary key.RecentLayoutRevisionLocalService.getRecentLayoutRevisions
(int start, int end) Returns a range of all the recent layout revisions.int
RecentLayoutRevisionLocalService.getRecentLayoutRevisionsCount()
Returns the number of recent layout revisions.RecentLayoutSetBranchLocalService.getRecentLayoutSetBranch
(long recentLayoutSetBranchId) Returns the recent layout set branch with the primary key.RecentLayoutSetBranchLocalService.getRecentLayoutSetBranchs
(int start, int end) Returns a range of all the recent layout set branches.int
RecentLayoutSetBranchLocalService.getRecentLayoutSetBranchsCount()
Returns the number of recent layout set branches.RegionLocalService.getRegion
(long regionId) Returns the region with the primary key.RegionService.getRegion
(long regionId) RegionLocalService.getRegionByUuidAndCompanyId
(String uuid, long companyId) Returns the region with the matching UUID and company.RegionLocalService.getRegionLocalization
(long regionId, String languageId) RegionLocalService.getRegionLocalizations
(long regionId) RegionLocalService.getRegions
(int start, int end) Returns a range of all the regions.RegionLocalService.getRegions
(long countryId, boolean active) RegionLocalService.getRegions
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalService.getRegions
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalService.getRegions
(long companyId, String a2, boolean active) RegionService.getRegions()
RegionService.getRegions
(boolean active) RegionService.getRegions
(long countryId) RegionService.getRegions
(long countryId, boolean active) RegionService.getRegions
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator) RegionService.getRegions
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) RegionService.getRegions
(long companyId, String a2, boolean active) int
RegionLocalService.getRegionsCount()
Returns the number of regions.int
RegionLocalService.getRegionsCount
(long countryId) int
RegionLocalService.getRegionsCount
(long countryId, boolean active) int
RegionService.getRegionsCount
(long countryId) int
RegionService.getRegionsCount
(long countryId, boolean active) ClassNameLocalService.getRegistryName()
ReleaseLocalService.getRelease
(long releaseId) Returns the release with the primary key.ReleaseLocalService.getReleases
(int start, int end) Returns a range of all the releases.int
ReleaseLocalService.getReleasesCount()
Returns the number of releases.RememberMeTokenLocalService.getRememberMeToken
(long rememberMeTokenId) Returns the remember me token with the primary key.RememberMeTokenLocalService.getRememberMeTokens
(int start, int end) Returns a range of all the remember me tokens.int
RememberMeTokenLocalService.getRememberMeTokensCount()
Returns the number of remember me tokens.RepositoryLocalService.getRepositories
(int start, int end) Returns a range of all the repositories.RepositoryLocalService.getRepositoriesByUuidAndCompanyId
(String uuid, long companyId) Returns all the repositories matching the UUID and company.RepositoryLocalService.getRepositoriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator) Returns a range of repositories matching the UUID and company.int
RepositoryLocalService.getRepositoriesCount()
Returns the number of repositories.RepositoryLocalService.getRepository
(long repositoryId) Returns the repository with the primary key.RepositoryLocalService.getRepository
(long groupId, String portletId) RepositoryLocalService.getRepository
(long groupId, String name, String portletId) RepositoryService.getRepository
(long repositoryId) RepositoryService.getRepository
(long groupId, String portletId) RepositoryLocalService.getRepositoryByExternalReferenceCode
(String externalReferenceCode, long groupId) RepositoryLocalService.getRepositoryByUuidAndGroupId
(String uuid, long groupId) Returns the repository matching the UUID and group.RepositoryEntryLocalService.getRepositoryEntries
(int start, int end) Returns a range of all the repository entries.RepositoryEntryLocalService.getRepositoryEntries
(long repositoryId) RepositoryEntryLocalService.getRepositoryEntriesByUuidAndCompanyId
(String uuid, long companyId) Returns all the repository entries matching the UUID and company.RepositoryEntryLocalService.getRepositoryEntriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns a range of repository entries matching the UUID and company.int
RepositoryEntryLocalService.getRepositoryEntriesCount()
Returns the number of repository entries.RepositoryEntryLocalService.getRepositoryEntry
(long repositoryEntryId) Returns the repository entry with the primary key.RepositoryEntryLocalService.getRepositoryEntry
(long userId, long groupId, long repositoryId, String objectId) RepositoryEntryLocalService.getRepositoryEntry
(String uuid, long groupId) RepositoryEntryLocalService.getRepositoryEntryByUuidAndGroupId
(String uuid, long groupId) Returns the repository entry matching the UUID and group.ResourceLocalService.getResource
(long companyId, String name, int scope, String primKey) Returns a new resource with the name and primary key at the scope.ResourceActionLocalService.getResourceAction
(long resourceActionId) Returns the resource action with the primary key.ResourceActionLocalService.getResourceAction
(String name, String actionId) ResourceActionLocalService.getResourceActions
(int start, int end) Returns a range of all the resource actions.ResourceActionLocalService.getResourceActions
(String name) int
ResourceActionLocalService.getResourceActionsCount()
Returns the number of resource actions.int
ResourceActionLocalService.getResourceActionsCount
(String name) ResourcePermissionLocalService.getResourcePermission
(long resourcePermissionId) Returns the resource permission with the primary key.ResourcePermissionLocalService.getResourcePermission
(long companyId, String name, int scope, String primKey, long roleId) Returns the resource permission for the role at the scope to perform the actions on resources of the type.ResourcePermissionLocalService.getResourcePermissions
(int start, int end) Returns a range of all the resource permissions.ResourcePermissionLocalService.getResourcePermissions
(long companyId, String name, int scope, long roleId, boolean viewActionId) ResourcePermissionLocalService.getResourcePermissions
(long companyId, String name, int scope, String primKey) Returns all the resource permissions at the scope of the type.ResourcePermissionLocalService.getResourcePermissions
(String name) int
ResourcePermissionLocalService.getResourcePermissionsCount()
Returns the number of resource permissions.int
ResourcePermissionLocalService.getResourcePermissionsCount
(long companyId, String name, int scope, String primKey) Returns the number of resource permissions at the scope of the type.ResourcePermissionLocalService.getResourceResourcePermissions
(long companyId, long groupId, String name, String primKey) Returns the resource permissions that apply to the resource.RoleLocalService.getResourceRoles
(long companyId, String name, int scope, String primKey) Returns a map of role names to associated action IDs for the named resource in the company within the permission scope.RoleLocalService.getResourceRoles
(long companyId, String name, int scope, String primKey, String actionId) Returns all the roles associated with the action ID in the company within the permission scope.RoleLocalService.getRole
(long roleId) Returns the role with the primary key.Returns the role with the name in the company.RoleService.getRole
(long roleId) Returns the role with the primary key.Returns the role with the name in the company.RoleLocalService.getRoleByExternalReferenceCode
(String externalReferenceCode, long companyId) RoleService.getRoleByExternalReferenceCode
(String externalReferenceCode, long companyId) RoleLocalService.getRoleByUuidAndCompanyId
(String uuid, long companyId) Returns the role with the matching UUID and company.GroupLocalService.getRoleGroups
(long roleId) GroupLocalService.getRoleGroups
(long roleId, int start, int end) GroupLocalService.getRoleGroups
(long roleId, int start, int end, OrderByComparator<Group> orderByComparator) int
GroupLocalService.getRoleGroupsCount
(long roleId) long[]
GroupLocalService.getRolePrimaryKeys
(long groupId) Returns the roleIds of the roles associated with the group.long[]
UserLocalService.getRolePrimaryKeys
(long userId) Returns the roleIds of the roles associated with the user.ResourcePermissionLocalService.getRoleResourcePermissions
(long roleId) Returns all the resource permissions for the role.ResourcePermissionLocalService.getRoleResourcePermissions
(long roleId, int[] scopes, int start, int end) Returns a range of all the resource permissions for the role at the scopes.ResourcePermissionLocalService.getRoles
(long companyId, String name, int scope, String primKey, String actionId) RoleLocalService.getRoles
(int start, int end) Returns a range of all the roles.Returns all the roles of the type and subtype.RoleLocalService.getRoles
(long companyId) Returns all the roles in the company.RoleLocalService.getRoles
(long[] roleIds) Returns all the roles with the primary keys.RoleLocalService.getRoles
(long companyId, int[] types) Returns all the roles with the types.RoleLocalService.getRoles
(long companyId, long classNameId, long[] classPKs, int type) RoleService.getRoles
(long companyId, int[] types) int
RoleLocalService.getRolesCount()
Returns the number of roles.long[]
UserLocalService.getRoleUserIds
(long roleId) Returns the primary keys of all the users belonging to the role.long[]
UserLocalService.getRoleUserIds
(long roleId, long type) long[]
UserService.getRoleUserIds
(long roleId) Returns the primary keys of all the users belonging to the role.UserLocalService.getRoleUsers
(long roleId) UserLocalService.getRoleUsers
(long roleId, int start, int end) UserLocalService.getRoleUsers
(long roleId, int start, int end, OrderByComparator<User> orderByComparator) int
UserLocalService.getRoleUsersCount
(long roleId) int
UserLocalService.getRoleUsersCount
(long roleId, int status) Returns the number of users with the status belonging to the role.PortletLocalService.getScopablePortlets()
LayoutLocalService.getScopeGroupLayouts
(long parentGroupId) LayoutLocalService.getScopeGroupLayouts
(long parentGroupId, boolean privateLayout) Returns all the layouts within scope of the group.ResourcePermissionLocalService.getScopeResourcePermissions
(int[] scopes) Returns all the resource permissions where scope = any ?.ServiceComponentLocalService.getServiceComponent
(long serviceComponentId) Returns the service component with the primary key.ServiceComponentLocalService.getServiceComponents
(int start, int end) Returns a range of all the service components.int
ServiceComponentLocalService.getServiceComponentsCount()
Returns the number of service components.UserLocalService.getSocialUsers
(long userId, int socialRelationType, String socialRelationTypeComparator, int start, int end, OrderByComparator<User> orderByComparator) UserLocalService.getSocialUsers
(long userId1, long userId2, int socialRelationType, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users with a mutual social relation of the type with both of the given users.UserLocalService.getSocialUsers
(long userId1, long userId2, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users with a mutual social relation with both of the given users.int
UserLocalService.getSocialUsersCount
(long userId, int socialRelationType, String socialRelationTypeComparator) Returns the number of users with a social relation with the user.int
UserLocalService.getSocialUsersCount
(long userId1, long userId2) Returns the number of users with a mutual social relation with both of the given users.int
UserLocalService.getSocialUsersCount
(long userId1, long userId2, int socialRelationType) Returns the number of users with a mutual social relation of the type with both of the given users.GroupLocalService.getStagedSites()
GroupLocalService.getStagingGroup
(long liveGroupId) Returns the staging group.WorkflowInstanceLinkLocalService.getState
(long companyId, long groupId, String className, long classPK) PortletPreferencesLocalService.getStrictPreferences
(long companyId, long ownerId, int ownerType, long plid, String portletId) PortletPreferencesLocalService.getStrictPreferences
(Layout layout, List<Portlet> portlets) PortletPreferencesLocalService.getStrictPreferences
(PortletPreferencesIds portletPreferencesIds) OrganizationLocalService.getSuborganizations
(long companyId, long organizationId) Returns the suborganizations of the organization.OrganizationLocalService.getSuborganizations
(List<Organization> organizations) Returns the suborganizations of the organizations.int
OrganizationLocalService.getSuborganizationsCount
(long companyId, long organizationId) Returns the count of suborganizations of the organization.SubscriptionLocalService.getSubscription
(long subscriptionId) Deprecated.Returns the subscription with the primary key.SubscriptionLocalService.getSubscription
(long companyId, long userId, String className, long classPK) Deprecated.Returns the subscription of the user to the entity.SubscriptionLocalService.getSubscriptions
(int start, int end) Deprecated.Returns a range of all the subscriptions.SubscriptionLocalService.getSubscriptions
(long companyId, long userId, String className, long[] classPKs) Deprecated.Returns all the subscriptions of the user to the entities.SubscriptionLocalService.getSubscriptions
(long companyId, String className, long classPK) Deprecated.Returns all the subscriptions to the entity.int
SubscriptionLocalService.getSubscriptionsCount()
Deprecated.Returns the number of subscriptions.OrganizationLocalService.getSubsetOrganizations
(List<Organization> allOrganizations, List<Organization> availableOrganizations) Returns the intersection ofallOrganizations
andavailableOrganizations
.RoleLocalService.getSubtypeRoles
(String subtype) Returns all the roles of the subtype.int
RoleLocalService.getSubtypeRolesCount
(String subtype) Returns the number of roles of the subtype.SystemEventLocalService.getSystemEvent
(long systemEventId) Returns the system event with the primary key.SystemEventLocalService.getSystemEvents
(int start, int end) Returns a range of all the system events.SystemEventLocalService.getSystemEvents
(long groupId, long classNameId, long classPK) SystemEventLocalService.getSystemEvents
(long groupId, long classNameId, long classPK, int type) int
SystemEventLocalService.getSystemEventsCount()
Returns the number of system events.TeamLocalService.getTeam
(long teamId) Returns the team with the primary key.TeamService.getTeam
(long teamId) TeamLocalService.getTeamByUuidAndGroupId
(String uuid, long groupId) Returns the team matching the UUID and group.long[]
UserGroupLocalService.getTeamPrimaryKeys
(long userGroupId) Returns the teamIds of the teams associated with the user group.long[]
UserLocalService.getTeamPrimaryKeys
(long userId) Returns the teamIds of the teams associated with the user.RoleLocalService.getTeamRole
(long companyId, long teamId) Returns the team role in the company.RoleLocalService.getTeamRoleMap
(long groupId) Returns the team role map for the group.RoleLocalService.getTeamRoles
(long groupId) Returns the team roles in the group.RoleLocalService.getTeamRoles
(long groupId, long[] excludedRoleIds) Returns the team roles in the group, excluding the specified role IDs.TeamLocalService.getTeams
(int start, int end) Returns a range of all the teams.TeamLocalService.getTeamsByUuidAndCompanyId
(String uuid, long companyId) Returns all the teams matching the UUID and company.TeamLocalService.getTeamsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator) Returns a range of teams matching the UUID and company.int
TeamLocalService.getTeamsCount()
Returns the number of teams.RoleLocalService.getTeamsRoles
(long companyId, long[] teamIds) Returns the team roles in the company.UserGroupLocalService.getTeamUserGroups
(long teamId) UserGroupLocalService.getTeamUserGroups
(long teamId, int start, int end) UserGroupLocalService.getTeamUserGroups
(long teamId, int start, int end, OrderByComparator<UserGroup> orderByComparator) int
UserGroupLocalService.getTeamUserGroupsCount
(long teamId) UserLocalService.getTeamUsers
(long teamId) UserLocalService.getTeamUsers
(long teamId, int start, int end) UserLocalService.getTeamUsers
(long teamId, int start, int end, OrderByComparator<User> orderByComparator) int
UserLocalService.getTeamUsersCount
(long teamId) String[]
LayoutService.getTempFileNames
(long groupId, String folderName) ThemeLocalService.getThemes
(long companyId) ThemeService.getThemes
(long companyId) TicketLocalService.getTicket
(long ticketId) Returns the ticket with the primary key.TicketLocalService.getTickets
(int start, int end) Returns a range of all the tickets.TicketLocalService.getTickets
(long companyId, String className, long classPK) TicketLocalService.getTickets
(long companyId, String className, long classPK, int type) TicketLocalService.getTickets
(String className, long classPK, int type) int
TicketLocalService.getTicketsCount()
Returns the number of tickets.UserNotificationEventLocalService.getTypeNotificationEvents
(String type) RoleLocalService.getTypeRoles
(int type) Returns all the roles of the type.RoleLocalService.getTypeRoles
(int type, int start, int end) Returns a range of all the roles of the type.int
RoleLocalService.getTypeRolesCount
(int type) Returns the number of roles of the type.String[]
OrganizationLocalService.getTypes()
RepositoryLocalService.getTypeSettingsProperties
(long repositoryId) RepositoryService.getTypeSettingsProperties
(long repositoryId) UserLocalService.getUser
(long userId) Returns the user with the primary key.UserLocalService.getUserByContactId
(long contactId) Returns the user with the contact ID.UserLocalService.getUserByEmailAddress
(long companyId, String emailAddress) Returns the user with the email address.UserService.getUserByEmailAddress
(long companyId, String emailAddress) Returns the user with the email address.UserLocalService.getUserByExternalReferenceCode
(String externalReferenceCode, long companyId) UserService.getUserByExternalReferenceCode
(long companyId, String externalReferenceCode) Returns the user with the external reference code.UserService.getUserByExternalReferenceCode
(String externalReferenceCode, long companyId) UserLocalService.getUserByFacebookId
(long companyId, long facebookId) Deprecated.As of Athanasius (7.3.x), with no direct replacementUserLocalService.getUserByGoogleUserId
(long companyId, String googleUserId) Returns the user with the Google user ID.UserLocalService.getUserById
(long userId) Returns the user with the primary key.UserLocalService.getUserById
(long companyId, long userId) Returns the user with the primary key from the company.UserService.getUserById
(long userId) Returns the user with the primary key.UserLocalService.getUserByOpenId
(long companyId, String openId) Deprecated.As of Athanasius (7.3.x), with no direct replacementUserLocalService.getUserByPortraitId
(long portraitId) Returns the user with the portrait ID.UserLocalService.getUserByScreenName
(long companyId, String screenName) Returns the user with the screen name.UserService.getUserByScreenName
(long companyId, String screenName) Returns the user with the screen name.UserLocalService.getUserByUuidAndCompanyId
(String uuid, long companyId) Returns the user with the matching UUID and company.GroupLocalService.getUserGroup
(long companyId, long userId) Returns the group directly associated with the user.GroupService.getUserGroup
(long companyId, long userId) Returns the group directly associated with the user.UserGroupLocalService.getUserGroup
(long userGroupId) Returns the user group with the primary key.UserGroupLocalService.getUserGroup
(long companyId, String name) Returns the user group with the name.UserGroupService.getUserGroup
(long userGroupId) Returns the user group with the primary key.UserGroupService.getUserGroup
(String name) Returns the user group with the name.UserGroupLocalService.getUserGroupByExternalReferenceCode
(String externalReferenceCode, long companyId) UserGroupService.getUserGroupByExternalReferenceCode
(String externalReferenceCode, long companyId) UserGroupLocalService.getUserGroupByUuidAndCompanyId
(String uuid, long companyId) Returns the user group with the matching UUID and company.GroupLocalService.getUserGroupGroup
(long companyId, long userGroupId) Returns the specified "user group" group.UserGroupGroupRoleLocalService.getUserGroupGroupRole
(long userGroupGroupRoleId) Returns the user group group role with the primary key.RoleLocalService.getUserGroupGroupRoles
(long userId, long groupId) Returns all the user's roles within the user group.RoleLocalService.getUserGroupGroupRoles
(long userId, long groupId, int start, int end) RoleService.getUserGroupGroupRoles
(long userId, long groupId) Returns all the user's roles within the user group.UserGroupGroupRoleLocalService.getUserGroupGroupRoles
(int start, int end) Returns a range of all the user group group roles.UserGroupGroupRoleLocalService.getUserGroupGroupRoles
(long userGroupId) UserGroupGroupRoleLocalService.getUserGroupGroupRoles
(long userGroupId, long groupId) UserGroupGroupRoleLocalService.getUserGroupGroupRolesByGroupAndRole
(long groupId, long roleId) UserGroupGroupRoleLocalService.getUserGroupGroupRolesByUser
(long userId) UserGroupGroupRoleLocalService.getUserGroupGroupRolesByUser
(long userId, long groupId) int
RoleLocalService.getUserGroupGroupRolesCount
(long userId, long groupId) int
UserGroupGroupRoleLocalService.getUserGroupGroupRolesCount()
Returns the number of user group group roles.GroupLocalService.getUserGroupGroups
(long userGroupId) GroupLocalService.getUserGroupGroups
(long userGroupId, int start, int end) GroupLocalService.getUserGroupGroups
(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator) int
GroupLocalService.getUserGroupGroupsCount
(long userGroupId) long[]
GroupLocalService.getUserGroupPrimaryKeys
(long groupId) Returns the userGroupIds of the user groups associated with the group.long[]
TeamLocalService.getUserGroupPrimaryKeys
(long teamId) Returns the userGroupIds of the user groups associated with the team.long[]
UserLocalService.getUserGroupPrimaryKeys
(long userId) Returns the userGroupIds of the user groups associated with the user.UserGroupRoleLocalService.getUserGroupRole
(long userGroupRoleId) Returns the user group role with the primary key.RoleLocalService.getUserGroupRoles
(long userId, long groupId) Returns all the user's roles within the user group.RoleService.getUserGroupRoles
(long userId, long groupId) Returns all the user's roles within the user group.UserGroupRoleLocalService.getUserGroupRoles
(int start, int end) Returns a range of all the user group roles.UserGroupRoleLocalService.getUserGroupRoles
(long userId) UserGroupRoleLocalService.getUserGroupRoles
(long userId, long groupId) UserGroupRoleLocalService.getUserGroupRoles
(long userId, long groupId, int start, int end) UserGroupRoleLocalService.getUserGroupRolesByGroup
(long groupId) UserGroupRoleLocalService.getUserGroupRolesByGroupAndRole
(long groupId, long roleId) UserGroupRoleLocalService.getUserGroupRolesByUserUserGroupAndGroup
(long userId, long groupId) int
UserGroupRoleLocalService.getUserGroupRolesCount()
Returns the number of user group roles.int
UserGroupRoleLocalService.getUserGroupRolesCount
(long userId, long groupId) GroupLocalService.getUserGroups
(long userId) GroupLocalService.getUserGroups
(long userId, boolean inherit) Returns all the user's site groups and immediate organization groups, optionally including the user's inherited organization groups and user groups.GroupLocalService.getUserGroups
(long userId, boolean inherit, int start, int end) Returns an ordered range of all the user's site groups and immediate organization groups, optionally including the user's inherited organization groups and user groups.GroupLocalService.getUserGroups
(long userId, int start, int end) GroupLocalService.getUserGroups
(long userId, int start, int end, OrderByComparator<Group> orderByComparator) UserGroupLocalService.getUserGroups
(int start, int end) Returns a range of all the user groups.UserGroupLocalService.getUserGroups
(long companyId) Returns all the user groups belonging to the company.UserGroupLocalService.getUserGroups
(long[] userGroupIds) Returns all the user groups with the primary keys.UserGroupLocalService.getUserGroups
(long companyId, String name, int start, int end) UserGroupLocalService.getUserGroups
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupService.getUserGroups
(long companyId) UserGroupService.getUserGroups
(long companyId, String name, int start, int end) int
GroupLocalService.getUserGroupsCount
(long userId) int
UserGroupLocalService.getUserGroupsCount()
Returns the number of user groups.int
UserGroupLocalService.getUserGroupsCount
(long companyId, String name) int
UserGroupService.getUserGroupsCount
(long companyId, String name) GroupLocalService.getUserGroupsGroups
(List<UserGroup> userGroups) Returns the groups associated with the user groups.GroupService.getUserGroupsGroups
(List<UserGroup> userGroups) Returns the groups associated with the user groups.GroupLocalService.getUserGroupsRelatedGroups
(List<UserGroup> userGroups) Returns all the groups related to the user groups.TeamLocalService.getUserGroupTeams
(long userGroupId) TeamLocalService.getUserGroupTeams
(long userGroupId, int start, int end) TeamLocalService.getUserGroupTeams
(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator) int
TeamLocalService.getUserGroupTeamsCount
(long userGroupId) UserLocalService.getUserGroupUsers
(long userGroupId) UserLocalService.getUserGroupUsers
(long userGroupId, int start, int end) UserLocalService.getUserGroupUsers
(long userGroupId, int start, int end, OrderByComparator<User> orderByComparator) UserService.getUserGroupUsers
(long userGroupId) UserService.getUserGroupUsers
(long userGroupId, int start, int end) int
UserLocalService.getUserGroupUsersCount
(long userGroupId) int
UserLocalService.getUserGroupUsersCount
(long userGroupId, int status) Returns the number of users with the status belonging to the user group.long
UserLocalService.getUserIdByEmailAddress
(long companyId, String emailAddress) Returns the primary key of the user with the email address.long
UserService.getUserIdByEmailAddress
(long companyId, String emailAddress) Returns the primary key of the user with the email address.long
UserLocalService.getUserIdByScreenName
(long companyId, String screenName) Returns the primary key of the user with the screen name.long
UserService.getUserIdByScreenName
(long companyId, String screenName) Returns the primary key of the user with the screen name.UserIdMapperLocalService.getUserIdMapper
(long userIdMapperId) Returns the user ID mapper with the primary key.UserIdMapperLocalService.getUserIdMapper
(long userId, String type) UserIdMapperLocalService.getUserIdMapperByExternalUserId
(String type, String externalUserId) UserIdMapperLocalService.getUserIdMappers
(int start, int end) Returns a range of all the user ID mappers.UserIdMapperLocalService.getUserIdMappers
(long userId) int
UserIdMapperLocalService.getUserIdMappersCount()
Returns the number of user ID mappers.LayoutSetBranchLocalService.getUserLayoutSetBranch
(long userId, long groupId, boolean privateLayout, long layoutSetId, long layoutSetBranchId) UserNotificationDeliveryLocalService.getUserNotificationDeliveries
(int start, int end) Returns a range of all the user notification deliveries.int
UserNotificationDeliveryLocalService.getUserNotificationDeliveriesCount()
Returns the number of user notification deliveries.UserNotificationDeliveryLocalService.getUserNotificationDelivery
(long userNotificationDeliveryId) Returns the user notification delivery with the primary key.UserNotificationDeliveryLocalService.getUserNotificationDelivery
(long userId, String portletId, long classNameId, int notificationType, int deliveryType, boolean deliver) UserNotificationEventLocalService.getUserNotificationEvent
(long userNotificationEventId) Returns the user notification event with the primary key.UserNotificationEventService.getUserNotificationEvent
(long userNotificationEventId) UserNotificationEventLocalService.getUserNotificationEventByUuidAndCompanyId
(String uuid, long companyId) Returns the user notification event with the matching UUID and company.UserNotificationEventLocalService.getUserNotificationEvents
(int start, int end) Returns a range of all the user notification events.UserNotificationEventLocalService.getUserNotificationEvents
(long userId) UserNotificationEventLocalService.getUserNotificationEvents
(long userId, int deliveryType) UserNotificationEventLocalService.getUserNotificationEvents
(long userId, int start, int end) UserNotificationEventLocalService.getUserNotificationEvents
(long userId, int deliveryType, int start, int end) UserNotificationEventLocalService.getUserNotificationEvents
(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalService.getUserNotificationEvents
(long userId, String type, long timestamp, boolean delivered) int
UserNotificationEventLocalService.getUserNotificationEventsCount()
Returns the number of user notification events.int
UserNotificationEventLocalService.getUserNotificationEventsCount
(long userId) int
UserNotificationEventLocalService.getUserNotificationEventsCount
(long userId, int deliveryType) int
UserNotificationEventLocalService.getUserNotificationEventsCount
(long userId, int deliveryType, boolean delivered, boolean archived) int
UserNotificationEventLocalService.getUserNotificationEventsCount
(long userId, String type, int deliveryType, boolean delivered) int
UserNotificationEventLocalService.getUserNotificationEventsCount
(long userId, String type, int deliveryType, boolean delivered, boolean archived) int
UserNotificationEventLocalService.getUserNotificationEventsCount
(long userId, String type, Map<String, String> payloadParameters) long[]
OrganizationLocalService.getUserOrganizationIds
(long userId, boolean includeAdministrative) Returns all the IDs of organizations with which the user is explicitly associated, optionally including the IDs of organizations that the user administers or owns.OrganizationLocalService.getUserOrganizations
(long userId) OrganizationLocalService.getUserOrganizations
(long userId, boolean includeAdministrative) Returns all the organizations with which the user is explicitly associated, optionally including the organizations that the user administers or owns.OrganizationLocalService.getUserOrganizations
(long userId, int start, int end) OrganizationLocalService.getUserOrganizations
(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationService.getUserOrganizations
(long userId) Returns all the organizations with which the user is explicitly associated.int
OrganizationLocalService.getUserOrganizationsCount
(long userId) GroupLocalService.getUserOrganizationsGroups
(long userId, int start, int end) Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal propertyorganizations.membership.strict
is set totrue
.GroupService.getUserOrganizationsGroups
(long userId, int start, int end) Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal propertyorganizations.membership.strict
is set totrue
.TeamLocalService.getUserOrUserGroupTeams
(long groupId, long userId) GroupLocalService.getUserPersonalSiteGroup
(long companyId) Returns the default user's personal site group.long[]
GroupLocalService.getUserPrimaryKeys
(long groupId) Returns the userIds of the users associated with the group.long[]
OrganizationLocalService.getUserPrimaryKeys
(long organizationId) Returns the userIds of the users associated with the organization.long[]
RoleLocalService.getUserPrimaryKeys
(long roleId) Returns the userIds of the users associated with the role.long[]
TeamLocalService.getUserPrimaryKeys
(long teamId) Returns the userIds of the users associated with the team.long[]
UserGroupLocalService.getUserPrimaryKeys
(long userGroupId) Returns the userIds of the users associated with the user group.RoleLocalService.getUserRelatedRoles
(long userId, long groupId) Returns all the user's roles within the group.RoleLocalService.getUserRelatedRoles
(long userId, long[] groupIds) Returns the union of all the user's roles within the groups.RoleLocalService.getUserRelatedRoles
(long userId, List<Group> groups) Returns the union of all the user's roles within the groups.RoleService.getUserRelatedRoles
(long userId, List<Group> groups) Returns the union of all the user's roles within the groups.RoleLocalService.getUserRoles
(long userId) RoleLocalService.getUserRoles
(long userId, int start, int end) RoleLocalService.getUserRoles
(long userId, int start, int end, OrderByComparator<Role> orderByComparator) RoleService.getUserRoles
(long userId) Returns all the roles associated with the user.int
RoleLocalService.getUserRolesCount
(long userId) UserLocalService.getUsers
(int start, int end) Returns a range of all the users.UserLocalService.getUsers
(long companyId, int status, int start, int end, OrderByComparator<User> orderByComparator) UserLocalService.getUsersByRoleId
(long roleId, int start, int end) UserLocalService.getUsersByRoleName
(long companyId, String roleName, int start, int end) int
UserLocalService.getUsersCount()
Returns the number of users.int
UserLocalService.getUsersCount
(long companyId, int status) GroupLocalService.getUserSitesGroups
(long userId) GroupLocalService.getUserSitesGroups
(long userId, boolean includeAdministrative) GroupLocalService.getUserSitesGroups
(long userId, int start, int end) GroupService.getUserSitesGroups()
GroupService.getUserSitesGroups
(long userId, int start, int end) GroupService.getUserSitesGroups
(long userId, String[] classNames, int max) Returns the user's groups "sites" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel.GroupService.getUserSitesGroups
(String[] classNames, int max) Returns the guest or current user's groups "sites" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel.int
GroupService.getUserSitesGroupsCount()
Returns the number of the guest or current user's groups "sites" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel.SubscriptionLocalService.getUserSubscriptions
(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions of the user.SubscriptionLocalService.getUserSubscriptions
(long userId, String className) Deprecated.Returns all the subscriptions of the user to the entities with the class name.int
SubscriptionLocalService.getUserSubscriptionsCount
(long userId) Deprecated.Returns the number of subscriptions of the user.RoleLocalService.getUserTeamRoles
(long userId, long groupId) TeamLocalService.getUserTeams
(long userId) TeamLocalService.getUserTeams
(long userId, int start, int end) TeamLocalService.getUserTeams
(long userId, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalService.getUserTeams
(long userId, long groupId) TeamService.getUserTeams
(long userId) TeamService.getUserTeams
(long userId, long groupId) int
TeamLocalService.getUserTeamsCount
(long userId) UserTrackerLocalService.getUserTracker
(long userTrackerId) Returns the user tracker with the primary key.UserTrackerPathLocalService.getUserTrackerPath
(long userTrackerPathId) Returns the user tracker path with the primary key.UserTrackerPathLocalService.getUserTrackerPaths
(int start, int end) Returns a range of all the user tracker paths.UserTrackerPathLocalService.getUserTrackerPaths
(long userTrackerId, int start, int end) int
UserTrackerPathLocalService.getUserTrackerPathsCount()
Returns the number of user tracker paths.UserTrackerLocalService.getUserTrackers
(int start, int end) Returns a range of all the user trackers.UserTrackerLocalService.getUserTrackers
(long companyId, int start, int end) int
UserTrackerLocalService.getUserTrackersCount()
Returns the number of user trackers.UserGroupLocalService.getUserUserGroups
(long userId) UserGroupLocalService.getUserUserGroups
(long userId, int start, int end) UserGroupLocalService.getUserUserGroups
(long userId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupService.getUserUserGroups
(long userId) Returns all the user groups to which the user belongs.int
UserGroupLocalService.getUserUserGroupsCount
(long userId) PortalService.getVersion()
VirtualHostLocalService.getVirtualHost
(long virtualHostId) Returns the virtual host with the primary key.VirtualHostLocalService.getVirtualHost
(long companyId, long layoutSetId) Deprecated.As of Mueller (7.2.x), replaced byVirtualHostLocalService.getVirtualHosts(long, long)
VirtualHostLocalService.getVirtualHost
(String hostname) VirtualHostLocalService.getVirtualHosts
(int start, int end) Returns a range of all the virtual hosts.VirtualHostLocalService.getVirtualHosts
(long companyId) VirtualHostLocalService.getVirtualHosts
(long companyId, long layoutSetId) int
VirtualHostLocalService.getVirtualHostsCount()
Returns the number of virtual hosts.long
VirtualHostLocalService.getVirtualHostsCount
(long excludedLayoutSetId, String[] virtualHostNames) PortletLocalService.getWARDisplay
(String servletContextName, String xml) PortletService.getWARPortlets()
ThemeLocalService.getWARThemes()
ThemeService.getWARThemes()
WebDAVPropsLocalService.getWebDAVProps
(long webDavPropsId) Returns the web dav props with the primary key.WebDAVPropsLocalService.getWebDAVProps
(long companyId, String className, long classPK) WebDAVPropsLocalService.getWebDAVPropses
(int start, int end) Returns a range of all the web dav propses.int
WebDAVPropsLocalService.getWebDAVPropsesCount()
Returns the number of web dav propses.WebsiteLocalService.getWebsite
(long websiteId) Returns the website with the primary key.WebsiteService.getWebsite
(long websiteId) WebsiteLocalService.getWebsiteByExternalReferenceCode
(String externalReferenceCode, long companyId) WebsiteLocalService.getWebsiteByUuidAndCompanyId
(String uuid, long companyId) Returns the website with the matching UUID and company.WebsiteLocalService.getWebsites()
WebsiteLocalService.getWebsites
(int start, int end) Returns a range of all the websites.WebsiteLocalService.getWebsites
(long companyId, String className, long classPK) WebsiteService.getWebsites
(String className, long classPK) int
WebsiteLocalService.getWebsitesCount()
Returns the number of websites.WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLink
(long workflowDefinitionLinkId) Returns the workflow definition link with the primary key.WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLink
(long companyId, long groupId, String className, long classPK, long typePK) WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLink
(long companyId, long groupId, String className, long classPK, long typePK, boolean strict) WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinkByExternalReferenceCode
(String externalReferenceCode, long groupId) WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinkByUuidAndGroupId
(String uuid, long groupId) Returns the workflow definition link matching the UUID and group.WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinks
(int start, int end) Returns a range of all the workflow definition links.WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinks
(long companyId, long groupId, long classPK) WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinks
(long companyId, long groupId, String className, long classPK) WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinks
(long companyId, String workflowDefinitionName, int workflowDefinitionVersion) WorkflowDefinitionLinkService.getWorkflowDefinitionLinks
(long companyId, String workflowDefinitionName, int workflowDefinitionVersion) WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinksByUuidAndCompanyId
(String uuid, long companyId) Returns all the workflow definition links matching the UUID and company.WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinksByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns a range of workflow definition links matching the UUID and company.int
WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinksCount()
Returns the number of workflow definition links.int
WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinksCount
(long companyId, long groupId, String className) int
WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinksCount
(long companyId, String workflowDefinitionName, int workflowDefinitionVersion) WorkflowInstanceLinkLocalService.getWorkflowInstanceLink
(long workflowInstanceLinkId) Returns the workflow instance link with the primary key.WorkflowInstanceLinkLocalService.getWorkflowInstanceLink
(long companyId, long groupId, String className, long classPK) WorkflowInstanceLinkLocalService.getWorkflowInstanceLinks
(int start, int end) Returns a range of all the workflow instance links.WorkflowInstanceLinkLocalService.getWorkflowInstanceLinks
(long companyId, long groupId, String className, long classPK) int
WorkflowInstanceLinkLocalService.getWorkflowInstanceLinksCount()
Returns the number of workflow instance links.boolean
ResourcePermissionLocalService.hasActionId
(ResourcePermission resourcePermission, ResourceAction resourceAction) Returnstrue
if the resource permission grants permission to perform the resource action.boolean
OrganizationLocalService.hasGroupOrganization
(long groupId, long organizationId) boolean
OrganizationLocalService.hasGroupOrganizations
(long groupId) boolean
RoleLocalService.hasGroupRole
(long groupId, long roleId) boolean
RoleLocalService.hasGroupRoles
(long groupId) boolean
UserLocalService.hasGroupUser
(long groupId, long userId) boolean
UserService.hasGroupUser
(long groupId, long userId) Returnstrue
if the user is a member of the group.boolean
UserGroupLocalService.hasGroupUserGroup
(long groupId, long userGroupId) boolean
UserGroupLocalService.hasGroupUserGroups
(long groupId) boolean
UserLocalService.hasGroupUsers
(long groupId) boolean
Returnstrue
if there is a matching layout with the UUID, group, and privacy.boolean
Returnstrue
if there is a matching layout with the UUID, group, and privacy.boolean
LayoutLocalService.hasLayouts
(long groupId, boolean privateLayout, long parentLayoutId) Returnstrue
if the group has any layouts;false
otherwise.boolean
LayoutLocalService.hasLayouts
(Group group) boolean
LayoutLocalService.hasLayouts
(Group group, boolean privateLayout) boolean
LayoutLocalService.hasLayouts
(Group group, boolean privateLayout, boolean includeUserGroups) boolean
LayoutLocalService.hasLayouts
(User user, boolean privateLayout) boolean
LayoutLocalService.hasLayouts
(User user, boolean privateLayout, boolean includeUserGroups) boolean
LayoutLocalService.hasLayoutSetPrototypeLayout
(long layoutSetPrototypeId, String layoutUuid) boolean
LayoutLocalService.hasLayoutSetPrototypeLayout
(String layoutSetPrototypeUuid, long companyId, String layoutUuid) boolean
MembershipRequestLocalService.hasMembershipRequest
(long userId, long groupId, long statusId) boolean
GroupLocalService.hasOrganizationGroup
(long organizationId, long groupId) boolean
GroupLocalService.hasOrganizationGroups
(long organizationId) boolean
UserLocalService.hasOrganizationUser
(long organizationId, long userId) boolean
UserLocalService.hasOrganizationUsers
(long organizationId) boolean
OrganizationLocalService.hasPasswordPolicyOrganization
(long passwordPolicyId, long organizationId) Returnstrue
if the password policy has been assigned to the organization.boolean
PasswordPolicyRelLocalService.hasPasswordPolicyRel
(long passwordPolicyId, String className, long classPK) boolean
UserLocalService.hasPasswordPolicyUser
(long passwordPolicyId, long userId) Returnstrue
if the password policy has been assigned to the user.boolean
PluginSettingLocalService.hasPermission
(long userId, String pluginId, String pluginType) boolean
PortletLocalService.hasPortlet
(long companyId, String portletId) boolean
PortletService.hasPortlet
(long companyId, String portletId) boolean
LayoutService.hasPortletId
(long plid, String portletId) boolean
ResourcePermissionLocalService.hasResourcePermission
(long companyId, String name, int scope, String primKey, long[] roleIds, String actionId) Returnstrue
if the roles have permission at the scope to perform the action on resources of the type.boolean
ResourcePermissionLocalService.hasResourcePermission
(long companyId, String name, int scope, String primKey, long roleId, String actionId) Returnstrue
if the role has permission at the scope to perform the action on resources of the type.boolean
ResourcePermissionLocalService.hasResourcePermission
(List<Resource> resources, long[] roleIds, String actionId) Returnstrue
if the roles have permission at the scope to perform the action on the resources.boolean
GroupLocalService.hasRoleGroup
(long roleId, long groupId) boolean
GroupLocalService.hasRoleGroups
(long roleId) boolean
UserLocalService.hasRoleUser
(long roleId, long userId) boolean
UserLocalService.hasRoleUser
(long companyId, String name, long userId, boolean inherited) Returnstrue
if the user has the role with the name, optionally through inheritance.boolean
UserService.hasRoleUser
(long roleId, long userId) Returnstrue
if the user is a member of the role.boolean
UserService.hasRoleUser
(long companyId, String name, long userId, boolean inherited) Returnstrue
if the user has the role with the name, optionally through inheritance.boolean
UserLocalService.hasRoleUsers
(long roleId) boolean
ResourcePermissionLocalService.hasScopeResourcePermission
(long companyId, String name, int scope, long roleId, String actionId) Returnstrue
if the role has permission at the scope to perform the action on the resource.boolean
GroupLocalService.hasStagingGroup
(long liveGroupId) Returnstrue
if the live group has a staging group.boolean
UserLocalService.hasTeamUser
(long teamId, long userId) boolean
UserGroupLocalService.hasTeamUserGroup
(long teamId, long userGroupId) boolean
UserGroupLocalService.hasTeamUserGroups
(long teamId) boolean
UserLocalService.hasTeamUsers
(long teamId) boolean
GroupLocalService.hasUserGroup
(long userId, long groupId) boolean
GroupLocalService.hasUserGroup
(long userId, long groupId, boolean inherit) Returnstrue
if the user is immediately associated with the group, or optionally if the user is associated with the group via the user's organizations, inherited organizations, or user groups.boolean
GroupService.hasUserGroup
(long userId, long groupId) Returnstrue
if the user is associated with the group, including the user's inherited organizations and user groups.boolean
GroupLocalService.hasUserGroupGroup
(long userGroupId, long groupId) boolean
UserGroupGroupRoleLocalService.hasUserGroupGroupRole
(long userGroupId, long groupId, long roleId) boolean
UserGroupGroupRoleLocalService.hasUserGroupGroupRole
(long userGroupId, long groupId, String roleName) boolean
GroupLocalService.hasUserGroupGroups
(long userGroupId) boolean
UserGroupRoleLocalService.hasUserGroupRole
(long userId, long groupId, long roleId) boolean
UserGroupRoleLocalService.hasUserGroupRole
(long userId, long groupId, long roleId, boolean inherit) boolean
UserGroupRoleLocalService.hasUserGroupRole
(long userId, long groupId, String roleName) boolean
UserGroupRoleLocalService.hasUserGroupRole
(long userId, long groupId, String roleName, boolean inherit) boolean
GroupLocalService.hasUserGroups
(long userId) boolean
TeamLocalService.hasUserGroupTeam
(long userGroupId, long teamId) boolean
TeamLocalService.hasUserGroupTeams
(long userGroupId) boolean
UserLocalService.hasUserGroupUser
(long userGroupId, long userId) boolean
UserLocalService.hasUserGroupUsers
(long userGroupId) boolean
OrganizationLocalService.hasUserOrganization
(long userId, long organizationId) boolean
OrganizationLocalService.hasUserOrganization
(long userId, long organizationId, boolean inheritSuborganizations, boolean includeSpecifiedOrganization) Returnstrue
if the user is a member of the organization, optionally focusing on suborganizations or the specified organization.boolean
OrganizationLocalService.hasUserOrganizations
(long userId) boolean
ResourceLocalService.hasUserPermissions
(long userId, long resourceId, List<Resource> resources, String actionId, long[] roleIds) Returnstrue
if the roles have permission to perform the action on the resources.boolean
RoleLocalService.hasUserRole
(long userId, long roleId) boolean
RoleLocalService.hasUserRole
(long userId, long companyId, String name, boolean inherited) Returnstrue
if the user is associated with the named regular role.boolean
RoleService.hasUserRole
(long userId, long companyId, String name, boolean inherited) Returnstrue
if the user is associated with the named regular role.boolean
RoleLocalService.hasUserRoles
(long userId) boolean
RoleLocalService.hasUserRoles
(long userId, long companyId, String[] names, boolean inherited) Returnstrue
if the user has any one of the named regular roles.boolean
RoleService.hasUserRoles
(long userId, long companyId, String[] names, boolean inherited) Returnstrue
if the user has any one of the named regular roles.boolean
TeamLocalService.hasUserTeam
(long userId, long teamId) boolean
TeamService.hasUserTeam
(long userId, long teamId) boolean
TeamLocalService.hasUserTeams
(long userId) boolean
UserGroupLocalService.hasUserUserGroup
(long userId, long userGroupId) boolean
UserGroupLocalService.hasUserUserGroups
(long userId) boolean
WorkflowDefinitionLinkLocalService.hasWorkflowDefinitionLink
(long companyId, long groupId, String className) boolean
WorkflowDefinitionLinkLocalService.hasWorkflowDefinitionLink
(long companyId, long groupId, String className, long classPK) boolean
WorkflowDefinitionLinkLocalService.hasWorkflowDefinitionLink
(long companyId, long groupId, String className, long classPK, long typePK) boolean
WorkflowInstanceLinkLocalService.hasWorkflowInstanceLink
(long companyId, long groupId, String className, long classPK) void
PortletLocalService.initEAR
(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage) PortletLocalService.initWAR
(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage) boolean
OrganizationLocalService.isCountryEnabled
(String type) boolean
OrganizationLocalService.isCountryRequired
(String type) boolean
WorkflowInstanceLinkLocalService.isEnded
(long companyId, long groupId, String className, long classPK) boolean
GroupLocalService.isLiveGroupActive
(Group group) boolean
UserLocalService.isPasswordExpired
(User user) Returnstrue
if the user's password is expired.boolean
OrganizationLocalService.isRootable
(String type) boolean
PasswordTrackerLocalService.isSameAsCurrentPassword
(long userId, String newClearTextPwd) boolean
SubscriptionLocalService.isSubscribed
(long companyId, long userId, String className, long classPK) Deprecated.Returnstrue
if the user is subscribed to the entity.boolean
SubscriptionLocalService.isSubscribed
(long companyId, long userId, String className, long[] classPKs) Deprecated.Returnstrue
if the user is subscribed to any of the entities.boolean
PasswordTrackerLocalService.isValidPassword
(long userId, String newClearTextPwd) GroupLocalService.loadFetchGroup
(long companyId, String groupKey) Returns the group with the matching group key by first searching the system groups and then using the finder cache.GroupLocalService.loadGetGroup
(long companyId, String groupKey) Returns the group with the matching group key.UserLocalService.loadGetGuestUser
(long companyId) Returns the guest user for the company.PortletLocalService.loadGetPortletsMap
(long companyId) void
PortletLocalService.removeCompanyPortletsPool
(long companyId) Returns an ordered range of all assets that match the keywords in the company.CompanyLocalService.search
(long companyId, long userId, String portletId, long groupId, String type, String keywords, int start, int end) Returns an ordered range of all assets that match the keywords in the portlet within the company.GroupLocalService.search
(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end) Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String, Object> params, int start, int end) Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end) Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end) Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end) Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, long parentGroupId, String keywords, LinkedHashMap<String, Object> params, int start, int end) Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, long parentGroupId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end) Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end) Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, LinkedHashMap<String, Object> params, int start, int end) Returns an ordered range of all the company's groups, optionally including the user's inherited organization groups and user groups.GroupService.search
(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) GroupService.search
(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) GroupService.search
(long companyId, String name, String description, String[] params, int start, int end) Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.LayoutLocalService.search
(long groupId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalService.search
(long groupId, long userId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalService.search
(long groupId, long userId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutPrototypeLocalService.search
(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) LayoutPrototypeService.search
(long companyId, Boolean active, OrderByComparator<LayoutPrototype> orderByComparator) LayoutSetPrototypeLocalService.search
(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) LayoutSetPrototypeService.search
(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) MembershipRequestLocalService.search
(long groupId, int status, int start, int end) MembershipRequestLocalService.search
(long groupId, int status, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) OrganizationLocalService.search
(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params, int start, int end) Returns a name ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer.OrganizationLocalService.search
(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer.OrganizationLocalService.search
(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end) Returns a name ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer.OrganizationLocalService.search
(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer.OrganizationLocalService.search
(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, String region, String country, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) Returns an ordered range of all the organizations whose name, type, or location fields match the keywords specified for them, using the indexer.OrganizationLocalService.search
(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) Returns an ordered range of all the organizations that match the keywords, using the indexer.PasswordPolicyLocalService.search
(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) PasswordPolicyService.search
(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) RoleLocalService.search
(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the keywords and types.RoleLocalService.search
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the keywords, types, and params.RoleLocalService.search
(long companyId, String name, String description, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the name, description, and types.RoleLocalService.search
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the name, description, types, and params.RoleService.search
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) TeamLocalService.search
(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamService.search
(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) UserGroupLocalService.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) Returns an ordered range of all the user groups that match the name and description.UserGroupLocalService.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the name and description.UserGroupLocalService.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) Returns an ordered range of all the user groups that match the keywords, using the indexer.UserGroupLocalService.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the keywords.UserGroupService.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the name and description.UserGroupService.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the keywords.UserLocalService.search
(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort sort) Returns an ordered range of all the users who match the keywords and status, using the indexer.UserLocalService.search
(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort[] sorts) UserLocalService.search
(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users who match the keywords and status, without using the indexer.UserLocalService.search
(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, using the indexer.UserLocalService.search
(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort[] sorts) UserLocalService.search
(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, without using the indexer.AddressLocalService.searchAddresses
(long companyId, String className, long classPK, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) UserLocalService.searchBySocial
(long[] groupIds, long userId, int[] socialRelationTypes, String keywords, int start, int end) UserLocalService.searchBySocial
(long userId, int[] socialRelationTypes, String keywords, int start, int end) UserLocalService.searchBySocial
(long companyId, long[] groupIds, long[] userGroupIds, String keywords, int start, int end) UserLocalService.searchBySocial
(long companyId, long[] groupIds, long[] userGroupIds, String keywords, int start, int end, OrderByComparator<User> orderByComparator) int
GroupLocalService.searchCount
(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator) Returns the number of groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.int
GroupLocalService.searchCount
(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String, Object> params) Returns the number of groups belonging to the parent group that match the class name IDs, and keywords, optionally including the user's inherited organization groups and user groups.int
GroupLocalService.searchCount
(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator) Returns the number of groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.int
GroupLocalService.searchCount
(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params) Returns the number of groups that match the class name IDs, and keywords, optionally including the user's inherited organization groups and user groups.int
GroupLocalService.searchCount
(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator) Returns the number of groups belonging to the parent group and immediate organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.int
GroupLocalService.searchCount
(long companyId, long parentGroupId, String keywords, LinkedHashMap<String, Object> params) Returns the number of groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups.int
GroupLocalService.searchCount
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator) Returns the number of groups and immediate organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.int
GroupLocalService.searchCount
(long companyId, String keywords, LinkedHashMap<String, Object> params) Returns the number of groups that match the keywords, optionally including the user's inherited organization groups and user groups.int
GroupService.searchCount
(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params) int
GroupService.searchCount
(long companyId, String name, String description, String[] params) Returns the number of groups and organization groups that match the name and description, optionally including the user's inherited organizations and user groups.int
LayoutLocalService.searchCount
(long groupId, long userId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types) int
LayoutLocalService.searchCount
(Group group, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types) int
LayoutPrototypeLocalService.searchCount
(long companyId, Boolean active) int
LayoutSetPrototypeLocalService.searchCount
(long companyId, Boolean active) int
MembershipRequestLocalService.searchCount
(long groupId, int status) int
OrganizationLocalService.searchCount
(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params) Returns the number of organizations that match the keywords, type, region, and country.int
OrganizationLocalService.searchCount
(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator) Returns the number of organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them.int
PasswordPolicyLocalService.searchCount
(long companyId, String name) int
PasswordPolicyService.searchCount
(long companyId, String name) int
RoleLocalService.searchCount
(long companyId, String keywords, Integer[] types) Returns the number of roles that match the keywords and types.int
RoleLocalService.searchCount
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params) Returns the number of roles that match the keywords, types and params.int
RoleLocalService.searchCount
(long companyId, String name, String description, Integer[] types) Returns the number of roles that match the name, description, and types.int
RoleLocalService.searchCount
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params) Returns the number of roles that match the name, description, types, and params.int
RoleService.searchCount
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params) int
TeamLocalService.searchCount
(long groupId, String name, String description, LinkedHashMap<String, Object> params) int
TeamService.searchCount
(long groupId, String name, String description, LinkedHashMap<String, Object> params) int
UserGroupLocalService.searchCount
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator) Returns the number of user groups that match the name and description.int
UserGroupLocalService.searchCount
(long companyId, String keywords, LinkedHashMap<String, Object> params) Returns the number of user groups that match the keywordsint
UserGroupService.searchCount
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator) Returns the number of user groups that match the name and description.int
UserGroupService.searchCount
(long companyId, String keywords, LinkedHashMap<String, Object> params) Returns the number of user groups that match the keywordsint
UserLocalService.searchCount
(long companyId, String keywords, int status, LinkedHashMap<String, Object> params) Returns the number of users who match the keywords and status.int
UserLocalService.searchCount
(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String, Object> params, boolean andSearch) Returns the number of users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them.CountryLocalService.searchCountries
(long companyId, Boolean active, String keywords, int start, int end, OrderByComparator<Country> orderByComparator) CountryService.searchCountries
(long companyId, Boolean active, String keywords, int start, int end, OrderByComparator<Country> orderByComparator) UserLocalService.searchCounts
(long companyId, int status, long[] groupIds) OrganizationLocalService.searchOrganizations
(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, String region, String country, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) OrganizationLocalService.searchOrganizations
(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) OrganizationLocalService.searchOrganizationsAndUsers
(long companyId, long parentOrganizationId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort[] sorts) Returns the organizations and users that match the keywords specified for them and belong to the parent organization.int
OrganizationLocalService.searchOrganizationsAndUsersCount
(long companyId, long parentOrganizationId, String keywords, int status, LinkedHashMap<String, Object> params) Returns the number of organizations and users that match the keywords specified for them and belong to the parent organization.RegionLocalService.searchRegions
(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) RegionService.searchRegions
(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) UserGroupLocalService.searchUserGroups
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) UserGroupLocalService.searchUserGroups
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) UserLocalService.searchUsers
(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort sort) UserLocalService.searchUsers
(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort[] sorts) UserLocalService.searchUsers
(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) UserLocalService.searchUsers
(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort[] sorts) void
PortalService.testAutoSyncHibernateSessionStateOnTxCreation()
UserLocalService.updateLastLogin
(long userId, String loginIP) Updates the user's last login with the current time and the IP address.UserLocalService.updateLastLogin
(User user, String loginIP) <R,
E extends Throwable>
RAddressLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Address>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RCountryLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Country>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
REmailAddressLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<EmailAddress>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RGroupLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Group>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RImageLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Image>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RLayoutFriendlyURLLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<LayoutFriendlyURL>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RLayoutLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Layout>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RLayoutPrototypeLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<LayoutPrototype>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RLayoutSetLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<LayoutSet>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
ROrganizationLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Organization>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RPhoneLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Phone>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RPortletPreferencesLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<PortletPreferences>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RPortletPreferenceValueLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<PortletPreferenceValue>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RRegionLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Region>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RRepositoryEntryLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<RepositoryEntry>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RRepositoryLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Repository>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RResourcePermissionLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<ResourcePermission>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RRoleLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Role>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RSystemEventLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<SystemEvent>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RTeamLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Team>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RUserGroupGroupRoleLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<UserGroupGroupRole>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RUserGroupLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<UserGroup>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RUserGroupRoleLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<UserGroupRole>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RUserLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<User>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RVirtualHostLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<VirtualHost>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RWorkflowDefinitionLinkLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<WorkflowDefinitionLink>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RWorkflowInstanceLinkLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<WorkflowInstanceLink>, R, E> updateUnsafeFunction) void
void
void
PortletLocalService.visitPortlets
(long companyId, Consumer<Portlet> consumer) -
Uses of Transactional in com.liferay.portal.kernel.service.change.tracking
Methods in com.liferay.portal.kernel.service.change.tracking with annotations of type TransactionalModifier and TypeMethodDescriptionCTService.getCTPersistence()
CTService.getModelClass()
<R,
E extends Throwable>
RCTService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<T>, R, E> updateUnsafeFunction) -
Uses of Transactional in com.liferay.ratings.kernel.service
Classes in com.liferay.ratings.kernel.service with annotations of type TransactionalModifier and TypeInterfaceDescriptioninterface
Provides the local service interface for RatingsEntry.interface
Provides the remote service interface for RatingsEntry.interface
Provides the local service interface for RatingsStats.Methods in com.liferay.ratings.kernel.service with annotations of type TransactionalModifier and TypeMethodDescriptionRatingsEntryLocalService.createRatingsEntry
(long entryId) Creates a new ratings entry with the primary key.RatingsStatsLocalService.createRatingsStats
(long statsId) Creates a new ratings stats with the primary key.<T> T
RatingsEntryLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
RatingsStatsLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
RatingsEntryLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
RatingsStatsLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) RatingsEntryLocalService.dynamicQuery()
<T> List<T>
RatingsEntryLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
RatingsEntryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
RatingsEntryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.RatingsStatsLocalService.dynamicQuery()
<T> List<T>
RatingsStatsLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
RatingsStatsLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
RatingsStatsLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.long
RatingsEntryLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
RatingsEntryLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
RatingsStatsLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
RatingsStatsLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.RatingsEntryLocalService.fetchEntry
(long userId, String className, long classPK) RatingsEntryLocalService.fetchRatingsEntry
(long entryId) RatingsEntryLocalService.fetchRatingsEntryByUuidAndCompanyId
(String uuid, long companyId) Returns the ratings entry with the matching UUID and company.RatingsStatsLocalService.fetchRatingsStats
(long statsId) RatingsStatsLocalService.fetchStats
(String className, long classPK) RatingsEntryLocalService.getActionableDynamicQuery()
RatingsStatsLocalService.getActionableDynamicQuery()
RatingsEntryLocalService.getCTPersistence()
RatingsStatsLocalService.getCTPersistence()
RatingsEntryLocalService.getEntries
(long userId, String className, long[] classPKs) RatingsEntryLocalService.getEntries
(String className, long classPK) RatingsEntryLocalService.getEntries
(String className, long classPK, double score) int
RatingsEntryLocalService.getEntriesCount
(String className, long classPK, double score) RatingsEntryLocalService.getExportActionableDynamicQuery
(PortletDataContext portletDataContext) RatingsEntryLocalService.getIndexableActionableDynamicQuery()
RatingsStatsLocalService.getIndexableActionableDynamicQuery()
RatingsEntryLocalService.getModelClass()
RatingsStatsLocalService.getModelClass()
RatingsEntryLocalService.getPersistedModel
(Serializable primaryKeyObj) RatingsStatsLocalService.getPersistedModel
(Serializable primaryKeyObj) RatingsEntryLocalService.getRatingsEntries
(int start, int end) Returns a range of all the ratings entries.int
RatingsEntryLocalService.getRatingsEntriesCount()
Returns the number of ratings entries.RatingsEntryLocalService.getRatingsEntry
(long entryId) Returns the ratings entry with the primary key.RatingsEntryLocalService.getRatingsEntryByUuidAndCompanyId
(String uuid, long companyId) Returns the ratings entry with the matching UUID and company.RatingsStatsLocalService.getRatingsStats
(long statsId) Returns the ratings stats with the primary key.RatingsStatsLocalService.getRatingsStatses
(int start, int end) Returns a range of all the ratings statses.int
RatingsStatsLocalService.getRatingsStatsesCount()
Returns the number of ratings statses.RatingsStatsLocalService.getStats
(long statsId) <R,
E extends Throwable>
RRatingsEntryLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<RatingsEntry>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RRatingsStatsLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<RatingsStats>, R, E> updateUnsafeFunction) -
Uses of Transactional in com.liferay.social.kernel.service
Classes in com.liferay.social.kernel.service with annotations of type TransactionalModifier and TypeInterfaceDescriptioninterface
Provides the local service interface for SocialActivityAchievement.interface
Provides the local service interface for SocialActivityCounter.interface
Provides the local service interface for SocialActivityInterpreter.interface
Provides the local service interface for SocialActivityLimit.interface
Provides the local service interface for SocialActivity.interface
Provides the remote service interface for SocialActivity.interface
Provides the local service interface for SocialActivitySet.interface
Provides the local service interface for SocialActivitySetting.interface
Provides the remote service interface for SocialActivitySetting.interface
Provides the local service interface for SocialRelation.interface
Provides the local service interface for SocialRequestInterpreter.interface
Provides the local service interface for SocialRequest.interface
Provides the remote service interface for SocialRequest.Methods in com.liferay.social.kernel.service with annotations of type TransactionalModifier and TypeMethodDescriptionSocialActivityLimitLocalService.addActivityLimit
(long userId, long groupId, long classNameId, long classPK, int activityType, String activityCounterName, int limitPeriod) SocialActivityLocalService.createSocialActivity
(long activityId) Creates a new social activity with the primary key.SocialActivityAchievementLocalService.createSocialActivityAchievement
(long activityAchievementId) Creates a new social activity achievement with the primary key.SocialActivityCounterLocalService.createSocialActivityCounter
(long activityCounterId) Creates a new social activity counter with the primary key.SocialActivityLimitLocalService.createSocialActivityLimit
(long activityLimitId) Creates a new social activity limit with the primary key.SocialActivitySetLocalService.createSocialActivitySet
(long activitySetId) Creates a new social activity set with the primary key.SocialActivitySettingLocalService.createSocialActivitySetting
(long activitySettingId) Creates a new social activity setting with the primary key.SocialRelationLocalService.createSocialRelation
(long relationId) Creates a new social relation with the primary key.SocialRequestLocalService.createSocialRequest
(long requestId) Creates a new social request with the primary key.<T> T
SocialActivityAchievementLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
SocialActivityCounterLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
SocialActivityLimitLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
SocialActivityLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
SocialActivitySetLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
SocialActivitySettingLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
SocialRelationLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> T
SocialRequestLocalService.dslQuery
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
SocialActivityAchievementLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
SocialActivityCounterLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
SocialActivityLimitLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
SocialActivityLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
SocialActivitySetLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
SocialActivitySettingLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
SocialRelationLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) int
SocialRequestLocalService.dslQueryCount
(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) SocialActivityAchievementLocalService.dynamicQuery()
<T> List<T>
SocialActivityAchievementLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
SocialActivityAchievementLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
SocialActivityAchievementLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.SocialActivityCounterLocalService.dynamicQuery()
<T> List<T>
SocialActivityCounterLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
SocialActivityCounterLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
SocialActivityCounterLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.SocialActivityLimitLocalService.dynamicQuery()
<T> List<T>
SocialActivityLimitLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
SocialActivityLimitLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
SocialActivityLimitLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.SocialActivityLocalService.dynamicQuery()
<T> List<T>
SocialActivityLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
SocialActivityLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
SocialActivityLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.SocialActivitySetLocalService.dynamicQuery()
<T> List<T>
SocialActivitySetLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
SocialActivitySetLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
SocialActivitySetLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.SocialActivitySettingLocalService.dynamicQuery()
<T> List<T>
SocialActivitySettingLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
SocialActivitySettingLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
SocialActivitySettingLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.SocialRelationLocalService.dynamicQuery()
<T> List<T>
SocialRelationLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
SocialRelationLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
SocialRelationLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.SocialRequestLocalService.dynamicQuery()
<T> List<T>
SocialRequestLocalService.dynamicQuery
(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>
SocialRequestLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>
SocialRequestLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.long
SocialActivityAchievementLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
SocialActivityAchievementLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
SocialActivityCounterLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
SocialActivityCounterLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
SocialActivityLimitLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
SocialActivityLimitLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
SocialActivityLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
SocialActivityLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
SocialActivitySetLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
SocialActivitySetLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
SocialActivitySettingLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
SocialActivitySettingLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
SocialRelationLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
SocialRelationLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.long
SocialRequestLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.long
SocialRequestLocalService.dynamicQueryCount
(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.SocialActivityCounterLocalService.fetchActivityCounterByEndPeriod
(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod) Returns the activity counter with the given name, owner, and end period that belong to the given entity.SocialActivityCounterLocalService.fetchActivityCounterByStartPeriod
(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod) Returns the activity counter with the given name, owner, and start period that belong to the given entity.SocialActivityLimitLocalService.fetchActivityLimit
(long groupId, long userId, long classNameId, long classPK, int activityType, String activityCounterName) SocialActivityLocalService.fetchFirstActivity
(String className, long classPK, int type) SocialActivityCounterLocalService.fetchLatestActivityCounter
(long groupId, long classNameId, long classPK, String name, int ownerType) Returns the latest activity counter with the given name and owner that belong to the given entity.SocialActivityLocalService.fetchSocialActivity
(long activityId) SocialActivityAchievementLocalService.fetchSocialActivityAchievement
(long activityAchievementId) SocialActivityCounterLocalService.fetchSocialActivityCounter
(long activityCounterId) SocialActivityLimitLocalService.fetchSocialActivityLimit
(long activityLimitId) SocialActivitySetLocalService.fetchSocialActivitySet
(long activitySetId) SocialActivitySettingLocalService.fetchSocialActivitySetting
(long activitySettingId) SocialRelationLocalService.fetchSocialRelation
(long relationId) SocialRelationLocalService.fetchSocialRelationByUuidAndCompanyId
(String uuid, long companyId) Returns the social relation with the matching UUID and company.SocialRequestLocalService.fetchSocialRequest
(long requestId) SocialRequestLocalService.fetchSocialRequestByUuidAndGroupId
(String uuid, long groupId) Returns the social request matching the UUID and group.SocialActivityAchievementLocalService.fetchUserAchievement
(long userId, long groupId, String name) SocialActivityAchievementLocalService.getActionableDynamicQuery()
SocialActivityCounterLocalService.getActionableDynamicQuery()
SocialActivityLimitLocalService.getActionableDynamicQuery()
SocialActivityLocalService.getActionableDynamicQuery()
SocialActivitySetLocalService.getActionableDynamicQuery()
SocialActivitySettingLocalService.getActionableDynamicQuery()
SocialRelationLocalService.getActionableDynamicQuery()
SocialRequestLocalService.getActionableDynamicQuery()
SocialActivityLocalService.getActivities
(long classNameId, int start, int end) Deprecated.As of Athanasius (7.3.x), replaced bySocialActivityLocalService.getActivities(long, String, int, int)
Returns a range of all the activities done on assets identified by the class name ID.SocialActivityLocalService.getActivities
(long mirrorActivityId, long classNameId, long classPK, int start, int end) Returns a range of all the activities done on the asset identified by the class name ID and class primary key that are mirrors of the activity identified by the mirror activity ID.SocialActivityLocalService.getActivities
(long companyId, String className, int start, int end) Returns a range of all the activities done on assets identified by the company ID and class name.SocialActivityLocalService.getActivities
(long mirrorActivityId, String className, long classPK, int start, int end) Returns a range of all the activities done on the asset identified by the class name and the class primary key that are mirrors of the activity identified by the mirror activity ID.SocialActivityService.getActivities
(long classNameId, int start, int end) Returns a range of all the activities done on assets identified by the class name ID.SocialActivityService.getActivities
(long mirrorActivityId, long classNameId, long classPK, int start, int end) Returns a range of all the activities done on the asset identified by the class name ID and class primary key that are mirrors of the activity identified by the mirror activity ID.SocialActivityService.getActivities
(long mirrorActivityId, String className, long classPK, int start, int end) Returns a range of all the activities done on the asset identified by the class name and the class primary key that are mirrors of the activity identified by the mirror activity ID.SocialActivityService.getActivities
(String className, int start, int end) Returns a range of all the activities done on assets identified by the class name.int
SocialActivityLocalService.getActivitiesCount
(long classNameId) Deprecated.As of Athanasius (7.3.x), replaced bySocialActivityLocalService.getActivitiesCount(long, String)
int
SocialActivityLocalService.getActivitiesCount
(long mirrorActivityId, long classNameId, long classPK) Returns the number of activities done on the asset identified by the class name ID and class primary key that are mirrors of the activity identified by the mirror activity ID.int
SocialActivityLocalService.getActivitiesCount
(long userId, long groupId, Date createDate, String className, long classPK, int type, long receiverUserId) int
SocialActivityLocalService.getActivitiesCount
(long companyId, String className) Returns the number of activities done on assets identified by company ID and class name.int
SocialActivityLocalService.getActivitiesCount
(long mirrorActivityId, String className, long classPK) Returns the number of activities done on the asset identified by the class name and class primary key that are mirrors of the activity identified by the mirror activity ID.int
SocialActivityService.getActivitiesCount
(long classNameId) Returns the number of activities done on assets identified by the class name ID.int
SocialActivityService.getActivitiesCount
(long mirrorActivityId, long classNameId, long classPK) Returns the number of activities done on the asset identified by the class name ID and class primary key that are mirrors of the activity identified by the mirror activity ID.int
SocialActivityService.getActivitiesCount
(long mirrorActivityId, String className, long classPK) Returns the number of activities done on the asset identified by the class name and class primary key that are mirrors of the activity identified by the mirror activity ID.int
SocialActivityService.getActivitiesCount
(String className) Returns the number of activities done on assets identified by class name.SocialActivityLocalService.getActivity
(long activityId) Returns the activity identified by its primary key.SocialActivityService.getActivity
(long activityId) Returns the activity identified by its primary key.SocialActivitySettingLocalService.getActivityDefinition
(long groupId, String className, int activityType) SocialActivitySettingService.getActivityDefinition
(long groupId, String className, int activityType) SocialActivitySettingLocalService.getActivityDefinitions
(long groupId, String className) SocialActivitySettingService.getActivityDefinitions
(long groupId, String className) SocialActivityInterpreterLocalService.getActivityInterpreters()
SocialActivityInterpreterLocalService.getActivityInterpreters
(String selector) SocialActivityLocalService.getActivitySetActivities
(long activitySetId, int start, int end) SocialActivityService.getActivitySetActivities
(long activitySetId, int start, int end) SocialActivitySettingLocalService.getActivitySettings
(long groupId) SocialActivitySettingService.getActivitySettings
(long groupId) SocialActivityLocalService.getApprovedActivities
(long classPK, double version) SocialActivitySetLocalService.getClassActivitySet
(long classNameId, long classPK, int type) SocialActivitySetLocalService.getClassActivitySet
(long userId, long classNameId, long classPK, int type) SocialActivityAchievementLocalService.getCTPersistence()
SocialActivityCounterLocalService.getCTPersistence()
SocialActivityLimitLocalService.getCTPersistence()
SocialActivityLocalService.getCTPersistence()
SocialActivitySetLocalService.getCTPersistence()
SocialActivitySettingLocalService.getCTPersistence()
SocialRelationLocalService.getCTPersistence()
SocialRequestLocalService.getCTPersistence()
SocialActivityAchievementLocalService.getGroupAchievements
(long groupId) SocialActivityAchievementLocalService.getGroupAchievements
(long groupId, String name) int
SocialActivityAchievementLocalService.getGroupAchievementsCount
(long groupId) int
SocialActivityAchievementLocalService.getGroupAchievementsCount
(long groupId, String name) SocialActivityLocalService.getGroupActivities
(long groupId, int start, int end) Returns a range of all the activities done in the group.SocialActivityService.getGroupActivities
(long groupId, int start, int end) Returns a range of all the activities done in the group.int
SocialActivityLocalService.getGroupActivitiesCount
(long groupId) Returns the number of activities done in the group.int
SocialActivityService.getGroupActivitiesCount
(long groupId) Returns the number of activities done in the group.SocialActivitySetLocalService.getGroupActivitySets
(long groupId, int start, int end) int
SocialActivitySetLocalService.getGroupActivitySetsCount
(long groupId) SocialActivityAchievementLocalService.getGroupFirstAchievements
(long groupId) int
SocialActivityAchievementLocalService.getGroupFirstAchievementsCount
(long groupId) SocialActivityLocalService.getGroupUsersActivities
(long groupId, int start, int end) Returns a range of activities done by users that are members of the group.SocialActivityService.getGroupUsersActivities
(long groupId, int start, int end) Returns a range of activities done by users that are members of the group.int
SocialActivityLocalService.getGroupUsersActivitiesCount
(long groupId) Returns the number of activities done by users that are members of the group.int
SocialActivityService.getGroupUsersActivitiesCount
(long groupId) Returns the number of activities done by users that are members of the group.SocialActivityAchievementLocalService.getIndexableActionableDynamicQuery()
SocialActivityCounterLocalService.getIndexableActionableDynamicQuery()
SocialActivityLimitLocalService.getIndexableActionableDynamicQuery()
SocialActivityLocalService.getIndexableActionableDynamicQuery()
SocialActivitySetLocalService.getIndexableActionableDynamicQuery()
SocialActivitySettingLocalService.getIndexableActionableDynamicQuery()
SocialRelationLocalService.getIndexableActionableDynamicQuery()
SocialRequestLocalService.getIndexableActionableDynamicQuery()
SocialRelationLocalService.getInverseRelations
(long userId, int type, int start, int end) Returns a range of all the inverse relations of the given type for which the user is User2 of the relation.int
SocialRelationLocalService.getInverseRelationsCount
(long userId, int type) Returns the number of inverse relations of the given type for which the user is User2 of the relation.SocialActivitySettingService.getJSONActivityDefinitions
(long groupId, String className) SocialActivityLocalService.getMirrorActivity
(long mirrorActivityId) Returns the activity that has the mirror activity.SocialActivityService.getMirrorActivity
(long mirrorActivityId) Returns the activity that has the mirror activity.SocialActivityAchievementLocalService.getModelClass()
SocialActivityCounterLocalService.getModelClass()
SocialActivityLimitLocalService.getModelClass()
SocialActivityLocalService.getModelClass()
SocialActivitySetLocalService.getModelClass()
SocialActivitySettingLocalService.getModelClass()
SocialRelationLocalService.getModelClass()
SocialRequestLocalService.getModelClass()
SocialActivityCounterLocalService.getOffsetActivityCounters
(long groupId, String name, int startOffset, int endOffset) Returns all the activity counters with the given name and period offsets.SocialActivityCounterLocalService.getOffsetDistributionActivityCounters
(long groupId, String name, int startOffset, int endOffset) Returns the distribution of the activity counters with the given name and period offsets.SocialActivityLocalService.getOrganizationActivities
(long organizationId, int start, int end) Returns a range of all the activities done in the organization.SocialActivityService.getOrganizationActivities
(long organizationId, int start, int end) Returns a range of all the activities done in the organization.int
SocialActivityLocalService.getOrganizationActivitiesCount
(long organizationId) Returns the number of activities done in the organization.int
SocialActivityService.getOrganizationActivitiesCount
(long organizationId) Returns the number of activities done in the organization.SocialActivitySetLocalService.getOrganizationActivitySets
(long organizationId, int start, int end) int
SocialActivitySetLocalService.getOrganizationActivitySetsCount
(long organizationId) SocialActivityLocalService.getOrganizationUsersActivities
(long organizationId, int start, int end) Returns a range of all the activities done by users of the organization.SocialActivityService.getOrganizationUsersActivities
(long organizationId, int start, int end) Returns a range of all the activities done by users of the organization.int
SocialActivityLocalService.getOrganizationUsersActivitiesCount
(long organizationId) Returns the number of activities done by users of the organization.int
SocialActivityService.getOrganizationUsersActivitiesCount
(long organizationId) Returns the number of activities done by users of the organization.SocialActivityCounterLocalService.getPeriodActivityCounters
(long groupId, String name, int startPeriod, int endPeriod) Returns all the activity counters with the given name and time period.SocialActivityCounterLocalService.getPeriodDistributionActivityCounters
(long groupId, String name, int startPeriod, int endPeriod) Returns the distribution of activity counters with the given name and time period.SocialActivityAchievementLocalService.getPersistedModel
(Serializable primaryKeyObj) SocialActivityCounterLocalService.getPersistedModel
(Serializable primaryKeyObj) SocialActivityLimitLocalService.getPersistedModel
(Serializable primaryKeyObj) SocialActivityLocalService.getPersistedModel
(Serializable primaryKeyObj) SocialActivitySetLocalService.getPersistedModel
(Serializable primaryKeyObj) SocialActivitySettingLocalService.getPersistedModel
(Serializable primaryKeyObj) SocialRelationLocalService.getPersistedModel
(Serializable primaryKeyObj) SocialRequestLocalService.getPersistedModel
(Serializable primaryKeyObj) SocialRequestLocalService.getReceiverUserRequests
(long receiverUserId, int start, int end) Returns a range of all the social requests for the receiving user.SocialRequestLocalService.getReceiverUserRequests
(long receiverUserId, int status, int start, int end) Returns a range of all the social requests with the given status for the receiving user.int
SocialRequestLocalService.getReceiverUserRequestsCount
(long receiverUserId) Returns the number of social requests for the receiving user.int
SocialRequestLocalService.getReceiverUserRequestsCount
(long receiverUserId, int status) Returns the number of social requests with the given status for the receiving user.SocialRelationLocalService.getRelation
(long relationId) Returns the relation identified by its primary key.SocialRelationLocalService.getRelation
(long userId1, long userId2, int type) Returns the relation of the given type between User1 and User2.SocialActivityLocalService.getRelationActivities
(long userId, int start, int end) Returns a range of all the activities done by users in a relationship with the user identified by the user ID.SocialActivityLocalService.getRelationActivities
(long userId, int type, int start, int end) Returns a range of all the activities done by users in a relationship of typetype
with the user identified byuserId
.SocialActivityService.getRelationActivities
(long userId, int start, int end) Returns a range of all the activities done by users in a relationship with the user identified by the user ID.SocialActivityService.getRelationActivities
(long userId, int type, int start, int end) Returns a range of all the activities done by users in a relationship of typetype
with the user identified byuserId
.int
SocialActivityLocalService.getRelationActivitiesCount
(long userId) Returns the number of activities done by users in a relationship with the user identified by userId.int
SocialActivityLocalService.getRelationActivitiesCount
(long userId, int type) Returns the number of activities done by users in a relationship of typetype
with the user identified byuserId
.int
SocialActivityService.getRelationActivitiesCount
(long userId) Returns the number of activities done by users in a relationship with the user identified by userId.int
SocialActivityService.getRelationActivitiesCount
(long userId, int type) Returns the number of activities done by users in a relationship of typetype
with the user identified byuserId
.SocialActivitySetLocalService.getRelationActivitySets
(long userId, int start, int end) SocialActivitySetLocalService.getRelationActivitySets
(long userId, int type, int start, int end) int
SocialActivitySetLocalService.getRelationActivitySetsCount
(long userId) int
SocialActivitySetLocalService.getRelationActivitySetsCount
(long userId, int type) SocialRelationLocalService.getRelations
(long userId, int type, int start, int end) Returns a range of all the relations of the given type where the user is the subject of the relation.SocialRelationLocalService.getRelations
(long userId1, long userId2, int start, int end) Returns a range of all the relations between User1 and User2.int
SocialRelationLocalService.getRelationsCount
(long userId, int type) Returns the number of relations of the given type where the user is the subject of the relation.int
SocialRelationLocalService.getRelationsCount
(long userId1, long userId2) Returns the number of relations between User1 and User2.SocialActivityLocalService.getSocialActivities
(int start, int end) Returns a range of all the social activities.int
SocialActivityLocalService.getSocialActivitiesCount()
Returns the number of social activities.SocialActivityLocalService.getSocialActivity
(long activityId) Returns the social activity with the primary key.SocialActivityAchievementLocalService.getSocialActivityAchievement
(long activityAchievementId) Returns the social activity achievement with the primary key.SocialActivityAchievementLocalService.getSocialActivityAchievements
(int start, int end) Returns a range of all the social activity achievements.int
SocialActivityAchievementLocalService.getSocialActivityAchievementsCount()
Returns the number of social activity achievements.SocialActivityCounterLocalService.getSocialActivityCounter
(long activityCounterId) Returns the social activity counter with the primary key.SocialActivityCounterLocalService.getSocialActivityCounters
(int start, int end) Returns a range of all the social activity counters.int
SocialActivityCounterLocalService.getSocialActivityCountersCount()
Returns the number of social activity counters.SocialActivityLimitLocalService.getSocialActivityLimit
(long activityLimitId) Returns the social activity limit with the primary key.SocialActivityLimitLocalService.getSocialActivityLimits
(int start, int end) Returns a range of all the social activity limits.int
SocialActivityLimitLocalService.getSocialActivityLimitsCount()
Returns the number of social activity limits.SocialActivitySetLocalService.getSocialActivitySet
(long activitySetId) Returns the social activity set with the primary key.SocialActivitySetLocalService.getSocialActivitySets
(int start, int end) Returns a range of all the social activity sets.int
SocialActivitySetLocalService.getSocialActivitySetsCount()
Returns the number of social activity sets.SocialActivitySettingLocalService.getSocialActivitySetting
(long activitySettingId) Returns the social activity setting with the primary key.SocialActivitySettingLocalService.getSocialActivitySettings
(int start, int end) Returns a range of all the social activity settings.int
SocialActivitySettingLocalService.getSocialActivitySettingsCount()
Returns the number of social activity settings.SocialRelationLocalService.getSocialRelation
(long relationId) Returns the social relation with the primary key.SocialRelationLocalService.getSocialRelationByUuidAndCompanyId
(String uuid, long companyId) Returns the social relation with the matching UUID and company.SocialRelationLocalService.getSocialRelations
(int start, int end) Returns a range of all the social relations.int
SocialRelationLocalService.getSocialRelationsCount()
Returns the number of social relations.SocialRequestLocalService.getSocialRequest
(long requestId) Returns the social request with the primary key.SocialRequestLocalService.getSocialRequestByUuidAndGroupId
(String uuid, long groupId) Returns the social request matching the UUID and group.SocialRequestLocalService.getSocialRequests
(int start, int end) Returns a range of all the social requests.SocialRequestLocalService.getSocialRequestsByUuidAndCompanyId
(String uuid, long companyId) Returns all the social requests matching the UUID and company.SocialRequestLocalService.getSocialRequestsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns a range of social requests matching the UUID and company.int
SocialRequestLocalService.getSocialRequestsCount()
Returns the number of social requests.SocialActivityAchievementLocalService.getUserAchievements
(long userId, long groupId) int
SocialActivityAchievementLocalService.getUserAchievementsCount
(long userId, long groupId) SocialActivityLocalService.getUserActivities
(long userId, int start, int end) Returns a range of all the activities done by the user.SocialActivityService.getUserActivities
(long userId, int start, int end) Returns a range of all the activities done by the user.int
SocialActivityLocalService.getUserActivitiesCount
(long userId) Returns the number of activities done by the user.int
SocialActivityService.getUserActivitiesCount
(long userId) Returns the number of activities done by the user.SocialActivityCounterLocalService.getUserActivityCounters
(long groupId, String[] rankingNames, String[] selectedNames, int start, int end) Returns the range of tuples that contain users and a list of activity counters.int
SocialActivityCounterLocalService.getUserActivityCountersCount
(long groupId, String[] rankingNames) Returns the number of users having a rank based on the given counters.SocialActivitySetLocalService.getUserActivitySet
(long groupId, long userId, int type) SocialActivitySetLocalService.getUserActivitySet
(long groupId, long userId, long classNameId, int type) SocialActivitySetLocalService.getUserActivitySets
(long userId, int start, int end) int
SocialActivitySetLocalService.getUserActivitySetsCount
(long userId) SocialActivityLocalService.getUserGroupsActivities
(long userId, int start, int end) Returns a range of all the activities done in the user's groups.SocialActivityService.getUserGroupsActivities
(long userId, int start, int end) Returns a range of all the activities done in the user's groups.int
SocialActivityLocalService.getUserGroupsActivitiesCount
(long userId) Returns the number of activities done in user's groups.int
SocialActivityService.getUserGroupsActivitiesCount
(long userId) Returns the number of activities done in user's groups.SocialActivitySetLocalService.getUserGroupsActivitySets
(long userId, int start, int end) int
SocialActivitySetLocalService.getUserGroupsActivitySetsCount
(long userId) SocialActivityLocalService.getUserGroupsAndOrganizationsActivities
(long userId, int start, int end) Returns a range of all the activities done in the user's groups and organizations.SocialActivityService.getUserGroupsAndOrganizationsActivities
(long userId, int start, int end) Returns a range of all the activities done in the user's groups and organizations.int
SocialActivityLocalService.getUserGroupsAndOrganizationsActivitiesCount
(long userId) Returns the number of activities done in user's groups and organizations.int
SocialActivityService.getUserGroupsAndOrganizationsActivitiesCount
(long userId) Returns the number of activities done in user's groups and organizations.SocialActivityLocalService.getUserOrganizationsActivities
(long userId, int start, int end) Returns a range of all activities done in the user's organizations.SocialActivityService.getUserOrganizationsActivities
(long userId, int start, int end) Returns a range of all activities done in the user's organizations.int
SocialActivityLocalService.getUserOrganizationsActivitiesCount
(long userId) Returns the number of activities done in the user's organizations.int
SocialActivityService.getUserOrganizationsActivitiesCount
(long userId) Returns the number of activities done in the user's organizations.SocialRequestLocalService.getUserRequests
(long userId, int start, int end) Returns a range of all the social requests for the requesting user.SocialRequestLocalService.getUserRequests
(long userId, int status, int start, int end) Returns a range of all the social requests with the given status for the requesting user.int
SocialRequestLocalService.getUserRequestsCount
(long userId) Returns the number of social requests for the requesting user.int
SocialRequestLocalService.getUserRequestsCount
(long userId, int status) Returns the number of social requests with the given status for the requesting user.SocialActivitySetLocalService.getUserViewableActivitySets
(long userId, int start, int end) int
SocialActivitySetLocalService.getUserViewableActivitySetsCount
(long userId) boolean
SocialRelationLocalService.hasRelation
(long userId1, long userId2, int type) Returnstrue
if a relation of the given type exists where the user with primary keyuserId1
is User1 of the relation and the user with the primary keyuserId2
is User2 of the relation.boolean
SocialRequestLocalService.hasRequest
(long userId, String className, long classPK, int type, int status) Returnstrue
if a matching social requests exists in the database.boolean
SocialRequestLocalService.hasRequest
(long userId, String className, long classPK, int type, long receiverUserId, int status) Returnstrue
if a matching social request exists in the database.boolean
SocialActivitySettingLocalService.isEnabled
(long groupId, long classNameId) boolean
SocialActivitySettingLocalService.isEnabled
(long groupId, long classNameId, long classPK) boolean
SocialRelationLocalService.isRelatable
(long userId1, long userId2, int type) Returnstrue
if the users can be in a relation of the given type where the user with primary keyuserId1
is User1 of the relation and the user with the primary keyuserId2
is User2 of the relation.<R,
E extends Throwable>
RSocialActivityAchievementLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<SocialActivityAchievement>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RSocialActivityCounterLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<SocialActivityCounter>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RSocialActivityLimitLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<SocialActivityLimit>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RSocialActivityLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<SocialActivity>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RSocialActivitySetLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<SocialActivitySet>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RSocialActivitySettingLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<SocialActivitySetting>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RSocialRelationLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<SocialRelation>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RSocialRequestLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<SocialRequest>, R, E> updateUnsafeFunction)
DLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount(long, long, String[], boolean, int)