Package | Description |
---|---|
com.liferay.announcements.kernel.service | |
com.liferay.asset.kernel.service |
This package defines the asset portlet service local and remote interfaces, utilities, and wrappers.
|
com.liferay.blogs.kernel.service | |
com.liferay.counter.kernel.service |
This package defines the portal counter service local interfaces, utilities, and wrappers.
|
com.liferay.document.library.kernel.service |
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
|
com.liferay.document.library.kernel.store |
This package defines the document library portlet store interfaces, base classes, utilities, and wrappers.
|
com.liferay.expando.kernel.service | |
com.liferay.exportimport.kernel.service | |
com.liferay.mail.kernel.service |
This package defines the portal mail service interfaces and utilities.
|
com.liferay.message.boards.kernel.service | |
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.ratings.kernel.service | |
com.liferay.social.kernel.service |
This package defines the social related portlet service local and remote interfaces, utilities, and wrappers.
|
com.liferay.trash.kernel.service |
Modifier and Type | Interface and Description |
---|---|
interface |
AnnouncementsDeliveryLocalService
Provides the local service interface for AnnouncementsDelivery.
|
interface |
AnnouncementsDeliveryService
Provides the remote service interface for AnnouncementsDelivery.
|
interface |
AnnouncementsEntryLocalService
Provides the local service interface for AnnouncementsEntry.
|
interface |
AnnouncementsEntryService
Provides the remote service interface for AnnouncementsEntry.
|
interface |
AnnouncementsFlagLocalService
Provides the local service interface for AnnouncementsFlag.
|
interface |
AnnouncementsFlagService
Provides the remote service interface for AnnouncementsFlag.
|
Modifier and Type | Method and Description |
---|---|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.createAnnouncementsDelivery(long deliveryId)
Creates a new announcements delivery with the primary key.
|
AnnouncementsEntry |
AnnouncementsEntryLocalService.createAnnouncementsEntry(long entryId)
Creates a new announcements entry with the primary key.
|
AnnouncementsFlag |
AnnouncementsFlagLocalService.createAnnouncementsFlag(long flagId)
Creates a new announcements flag with the primary key.
|
DynamicQuery |
AnnouncementsEntryLocalService.dynamicQuery() |
DynamicQuery |
AnnouncementsDeliveryLocalService.dynamicQuery() |
DynamicQuery |
AnnouncementsFlagLocalService.dynamicQuery() |
<T> List<T> |
AnnouncementsEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
AnnouncementsDeliveryLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
AnnouncementsFlagLocalService.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> |
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> |
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> |
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.
|
<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.
|
<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 |
AnnouncementsEntryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
AnnouncementsDeliveryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
AnnouncementsFlagLocalService.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 |
AnnouncementsDeliveryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
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.
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.fetchAnnouncementsDelivery(long deliveryId) |
AnnouncementsEntry |
AnnouncementsEntryLocalService.fetchAnnouncementsEntry(long entryId) |
AnnouncementsEntry |
AnnouncementsEntryLocalService.fetchAnnouncementsEntryByUuidAndCompanyId(String uuid,
long companyId)
Returns the announcements entry with the matching UUID and company.
|
AnnouncementsFlag |
AnnouncementsFlagLocalService.fetchAnnouncementsFlag(long flagId) |
ActionableDynamicQuery |
AnnouncementsEntryLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
AnnouncementsDeliveryLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
AnnouncementsFlagLocalService.getActionableDynamicQuery() |
List<AnnouncementsDelivery> |
AnnouncementsDeliveryLocalService.getAnnouncementsDeliveries(int start,
int end)
Returns a range of all the announcements deliveries.
|
int |
AnnouncementsDeliveryLocalService.getAnnouncementsDeliveriesCount()
Returns the number of announcements deliveries.
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.getAnnouncementsDelivery(long deliveryId)
Returns the announcements delivery with the primary key.
|
List<AnnouncementsEntry> |
AnnouncementsEntryLocalService.getAnnouncementsEntries(int start,
int end)
Returns a range of all the announcements entries.
|
int |
AnnouncementsEntryLocalService.getAnnouncementsEntriesCount()
Returns the number of announcements entries.
|
AnnouncementsEntry |
AnnouncementsEntryLocalService.getAnnouncementsEntry(long entryId)
Returns the announcements entry with the primary key.
|
AnnouncementsEntry |
AnnouncementsEntryLocalService.getAnnouncementsEntryByUuidAndCompanyId(String uuid,
long companyId)
Returns the announcements entry with the matching UUID and company.
|
AnnouncementsFlag |
AnnouncementsFlagLocalService.getAnnouncementsFlag(long flagId)
Returns the announcements flag with the primary key.
|
List<AnnouncementsFlag> |
AnnouncementsFlagLocalService.getAnnouncementsFlags(int start,
int end)
Returns a range of all the announcements flags.
|
int |
AnnouncementsFlagLocalService.getAnnouncementsFlagsCount()
Returns the number of announcements flags.
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.getDelivery(long deliveryId) |
List<AnnouncementsEntry> |
AnnouncementsEntryLocalService.getEntries(long userId,
LinkedHashMap<Long,long[]> scopes,
boolean alert,
int flagValue,
int start,
int end) |
List<AnnouncementsEntry> |
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) |
List<AnnouncementsEntry> |
AnnouncementsEntryLocalService.getEntries(long classNameId,
long classPK,
boolean alert,
int start,
int end)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsEntryLocalService.getEntries(long,
long, long, boolean, int, int) |
List<AnnouncementsEntry> |
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) |
List<AnnouncementsEntry> |
AnnouncementsEntryLocalService.getEntries(long companyId,
long classNameId,
long classPK,
boolean alert,
int start,
int end) |
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) |
int |
AnnouncementsEntryLocalService.getEntriesCount(long classNameId,
long classPK,
boolean alert)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsEntryLocalService.getEntriesCount(long, long, long, boolean) |
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) |
AnnouncementsEntry |
AnnouncementsEntryLocalService.getEntry(long entryId) |
AnnouncementsEntry |
AnnouncementsEntryService.getEntry(long entryId) |
ExportActionableDynamicQuery |
AnnouncementsEntryLocalService.getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
AnnouncementsFlag |
AnnouncementsFlagService.getFlag(long entryId,
int value) |
AnnouncementsFlag |
AnnouncementsFlagLocalService.getFlag(long userId,
long entryId,
int value) |
IndexableActionableDynamicQuery |
AnnouncementsEntryLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
AnnouncementsDeliveryLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
AnnouncementsFlagLocalService.getIndexableActionableDynamicQuery() |
PersistedModel |
AnnouncementsEntryLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AnnouncementsDeliveryLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AnnouncementsFlagLocalService.getPersistedModel(Serializable primaryKeyObj) |
List<AnnouncementsDelivery> |
AnnouncementsDeliveryLocalService.getUserDeliveries(long userId) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.getUserDelivery(long userId,
String type) |
List<AnnouncementsEntry> |
AnnouncementsEntryLocalService.getUserEntries(long userId,
int start,
int end) |
int |
AnnouncementsEntryLocalService.getUserEntriesCount(long userId) |
Modifier and Type | Interface and Description |
---|---|
interface |
AssetCategoryLocalService
Provides the local service interface for AssetCategory.
|
interface |
AssetCategoryPropertyLocalService
Provides the local service interface for AssetCategoryProperty.
|
interface |
AssetCategoryPropertyService
Provides the remote service interface for AssetCategoryProperty.
|
interface |
AssetCategoryService
Provides the remote service interface for AssetCategory.
|
interface |
AssetEntryLocalService
Provides the local service interface for AssetEntry.
|
interface |
AssetEntryService
Provides the remote service interface for AssetEntry.
|
interface |
AssetLinkLocalService
Provides the local service interface for AssetLink.
|
interface |
AssetTagLocalService
Provides the local service interface for AssetTag.
|
interface |
AssetTagService
Provides the remote service interface for AssetTag.
|
interface |
AssetTagStatsLocalService
Provides the local service interface for AssetTagStats.
|
interface |
AssetVocabularyLocalService
Provides the local service interface for AssetVocabulary.
|
interface |
AssetVocabularyService
Provides the remote service interface for AssetVocabulary.
|
Modifier and Type | Method and Description |
---|---|
AssetCategory |
AssetCategoryLocalService.createAssetCategory(long categoryId)
Creates a new asset category with the primary key.
|
AssetCategoryProperty |
AssetCategoryPropertyLocalService.createAssetCategoryProperty(long categoryPropertyId)
Creates a new asset category property with the primary key.
|
AssetEntry |
AssetEntryLocalService.createAssetEntry(long entryId)
Creates a new asset entry with the primary key.
|
AssetLink |
AssetLinkLocalService.createAssetLink(long linkId)
Creates a new asset link with the primary key.
|
AssetTag |
AssetTagLocalService.createAssetTag(long tagId)
Creates a new asset tag with the primary key.
|
AssetTagStats |
AssetTagStatsLocalService.createAssetTagStats(long tagStatsId)
Creates a new asset tag stats with the primary key.
|
AssetVocabulary |
AssetVocabularyLocalService.createAssetVocabulary(long vocabularyId)
Creates a new asset vocabulary with the primary key.
|
DynamicQuery |
AssetCategoryPropertyLocalService.dynamicQuery() |
DynamicQuery |
AssetLinkLocalService.dynamicQuery() |
DynamicQuery |
AssetTagLocalService.dynamicQuery() |
DynamicQuery |
AssetTagStatsLocalService.dynamicQuery() |
DynamicQuery |
AssetVocabularyLocalService.dynamicQuery() |
DynamicQuery |
AssetCategoryLocalService.dynamicQuery() |
DynamicQuery |
AssetEntryLocalService.dynamicQuery() |
<T> List<T> |
AssetCategoryPropertyLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
AssetLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
AssetTagLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
AssetTagStatsLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
AssetVocabularyLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
AssetCategoryLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
AssetEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
AssetCategoryPropertyLocalService.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> |
AssetLinkLocalService.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)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> List<T> |
AssetTagStatsLocalService.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)
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)
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)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> List<T> |
AssetCategoryPropertyLocalService.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.
|
<T> List<T> |
AssetLinkLocalService.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.
|
<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.
|
<T> List<T> |
AssetTagStatsLocalService.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.
|
<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.
|
<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.
|
<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.
|
long |
AssetCategoryPropertyLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
AssetLinkLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
AssetTagLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
AssetTagStatsLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
AssetVocabularyLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
AssetCategoryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
AssetEntryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
AssetCategoryPropertyLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
long |
AssetLinkLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
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 |
AssetTagStatsLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
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.
|
long |
AssetCategoryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
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.
|
AssetCategory |
AssetCategoryLocalService.fetchAssetCategory(long categoryId) |
AssetCategory |
AssetCategoryLocalService.fetchAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the asset category matching the UUID and group.
|
AssetCategoryProperty |
AssetCategoryPropertyLocalService.fetchAssetCategoryProperty(long categoryPropertyId) |
AssetEntry |
AssetEntryLocalService.fetchAssetEntry(long entryId) |
AssetLink |
AssetLinkLocalService.fetchAssetLink(long linkId) |
AssetTag |
AssetTagLocalService.fetchAssetTag(long tagId) |
AssetTag |
AssetTagLocalService.fetchAssetTagByUuidAndGroupId(String uuid,
long groupId)
Returns the asset tag matching the UUID and group.
|
AssetTagStats |
AssetTagStatsLocalService.fetchAssetTagStats(long tagStatsId) |
AssetVocabulary |
AssetVocabularyLocalService.fetchAssetVocabulary(long vocabularyId) |
AssetVocabulary |
AssetVocabularyLocalService.fetchAssetVocabularyByUuidAndGroupId(String uuid,
long groupId)
Returns the asset vocabulary matching the UUID and group.
|
AssetCategory |
AssetCategoryLocalService.fetchCategory(long categoryId) |
AssetCategory |
AssetCategoryService.fetchCategory(long categoryId) |
AssetCategory |
AssetCategoryLocalService.fetchCategory(long groupId,
long parentCategoryId,
String name,
long vocabularyId) |
AssetEntry |
AssetEntryLocalService.fetchEntry(long entryId) |
AssetEntry |
AssetEntryService.fetchEntry(long entryId) |
AssetEntry |
AssetEntryLocalService.fetchEntry(long groupId,
String classUuid) |
AssetEntry |
AssetEntryLocalService.fetchEntry(String className,
long classPK) |
AssetVocabulary |
AssetVocabularyLocalService.fetchGroupVocabulary(long groupId,
String name) |
AssetTag |
AssetTagLocalService.fetchTag(long groupId,
String name)
Returns the asset tag with the name in the group.
|
AssetVocabulary |
AssetVocabularyService.fetchVocabulary(long vocabularyId) |
ActionableDynamicQuery |
AssetCategoryPropertyLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
AssetLinkLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
AssetTagLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
AssetTagStatsLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
AssetVocabularyLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
AssetCategoryLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
AssetEntryLocalService.getActionableDynamicQuery() |
List<AssetEntry> |
AssetEntryLocalService.getAncestorEntries(long entryId) |
List<AssetCategory> |
AssetCategoryLocalService.getAssetCategories(int start,
int end)
Returns a range of all the asset categories.
|
List<AssetCategory> |
AssetCategoryLocalService.getAssetCategoriesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the asset categories matching the UUID and company.
|
List<AssetCategory> |
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.
|
AssetCategory |
AssetCategoryLocalService.getAssetCategory(long categoryId)
Returns the asset category with the primary key.
|
List<AssetEntry> |
AssetEntryLocalService.getAssetCategoryAssetEntries(long categoryId) |
List<AssetEntry> |
AssetEntryLocalService.getAssetCategoryAssetEntries(long categoryId,
int start,
int end) |
List<AssetEntry> |
AssetEntryLocalService.getAssetCategoryAssetEntries(long categoryId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator) |
int |
AssetEntryLocalService.getAssetCategoryAssetEntriesCount(long categoryId) |
AssetCategory |
AssetCategoryLocalService.getAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the asset category matching the UUID and group.
|
long[] |
AssetEntryLocalService.getAssetCategoryPrimaryKeys(long entryId)
Returns the categoryIds of the asset categories associated with the asset entry.
|
List<AssetCategoryProperty> |
AssetCategoryPropertyLocalService.getAssetCategoryProperties(int start,
int end)
Returns a range of all the asset category properties.
|
int |
AssetCategoryPropertyLocalService.getAssetCategoryPropertiesCount()
Returns the number of asset category properties.
|
AssetCategoryProperty |
AssetCategoryPropertyLocalService.getAssetCategoryProperty(long categoryPropertyId)
Returns the asset category property with the primary key.
|
List<AssetEntry> |
AssetEntryLocalService.getAssetEntries(int start,
int end)
Returns a range of all the asset entries.
|
int |
AssetEntryLocalService.getAssetEntriesCount()
Returns the number of asset entries.
|
AssetEntry |
AssetEntryLocalService.getAssetEntry(long entryId)
Returns the asset entry with the primary key.
|
List<AssetCategory> |
AssetCategoryLocalService.getAssetEntryAssetCategories(long entryId) |
List<AssetCategory> |
AssetCategoryLocalService.getAssetEntryAssetCategories(long entryId,
int start,
int end) |
List<AssetCategory> |
AssetCategoryLocalService.getAssetEntryAssetCategories(long entryId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator) |
int |
AssetCategoryLocalService.getAssetEntryAssetCategoriesCount(long entryId) |
List<AssetTag> |
AssetTagLocalService.getAssetEntryAssetTags(long entryId) |
List<AssetTag> |
AssetTagLocalService.getAssetEntryAssetTags(long entryId,
int start,
int end) |
List<AssetTag> |
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.
|
long[] |
AssetCategoryLocalService.getAssetEntryPrimaryKeys(long categoryId)
Returns the entryIds of the asset entries associated with the asset category.
|
AssetLink |
AssetLinkLocalService.getAssetLink(long linkId)
Returns the asset link with the primary key.
|
List<AssetLink> |
AssetLinkLocalService.getAssetLinks(int start,
int end)
Returns a range of all the asset links.
|
int |
AssetLinkLocalService.getAssetLinksCount()
Returns the number of asset links.
|
AssetTag |
AssetTagLocalService.getAssetTag(long tagId)
Returns the asset tag with the primary key.
|
List<AssetEntry> |
AssetEntryLocalService.getAssetTagAssetEntries(long tagId) |
List<AssetEntry> |
AssetEntryLocalService.getAssetTagAssetEntries(long tagId,
int start,
int end) |
List<AssetEntry> |
AssetEntryLocalService.getAssetTagAssetEntries(long tagId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator) |
int |
AssetEntryLocalService.getAssetTagAssetEntriesCount(long tagId) |
AssetTag |
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.
|
List<AssetTag> |
AssetTagLocalService.getAssetTags(int start,
int end)
Returns a range of all the asset tags.
|
List<AssetTag> |
AssetTagLocalService.getAssetTagsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the asset tags matching the UUID and company.
|
List<AssetTag> |
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.
|
AssetTagStats |
AssetTagStatsLocalService.getAssetTagStats(long tagStatsId)
Returns the asset tag stats with the primary key.
|
List<AssetTagStats> |
AssetTagStatsLocalService.getAssetTagStatses(int start,
int end)
Returns a range of all the asset tag statses.
|
int |
AssetTagStatsLocalService.getAssetTagStatsesCount()
Returns the number of asset tag statses.
|
List<AssetVocabulary> |
AssetVocabularyLocalService.getAssetVocabularies(int start,
int end)
Returns a range of all the asset vocabularies.
|
List<AssetVocabulary> |
AssetVocabularyLocalService.getAssetVocabulariesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the asset vocabularies matching the UUID and company.
|
List<AssetVocabulary> |
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.
|
AssetVocabulary |
AssetVocabularyLocalService.getAssetVocabulary(long vocabularyId)
Returns the asset vocabulary with the primary key.
|
AssetVocabulary |
AssetVocabularyLocalService.getAssetVocabularyByUuidAndGroupId(String uuid,
long groupId)
Returns the asset vocabulary matching the UUID and group.
|
List<AssetCategory> |
AssetCategoryLocalService.getCategories() |
List<AssetCategory> |
AssetCategoryLocalService.getCategories(Hits hits) |
List<AssetCategory> |
AssetCategoryLocalService.getCategories(long classNameId,
long classPK) |
List<AssetCategory> |
AssetCategoryLocalService.getCategories(String className,
long classPK) |
List<AssetCategory> |
AssetCategoryService.getCategories(String className,
long classPK) |
AssetCategory |
AssetCategoryLocalService.getCategory(long categoryId) |
AssetCategory |
AssetCategoryService.getCategory(long categoryId) |
AssetCategory |
AssetCategoryLocalService.getCategory(String uuid,
long groupId) |
long[] |
AssetCategoryLocalService.getCategoryIds(String className,
long classPK) |
String[] |
AssetCategoryLocalService.getCategoryNames() |
String[] |
AssetCategoryLocalService.getCategoryNames(long classNameId,
long classPK) |
String[] |
AssetCategoryLocalService.getCategoryNames(String className,
long classPK) |
String |
AssetCategoryService.getCategoryPath(long categoryId) |
List<AssetCategoryProperty> |
AssetCategoryPropertyLocalService.getCategoryProperties() |
List<AssetCategoryProperty> |
AssetCategoryPropertyLocalService.getCategoryProperties(long entryId) |
List<AssetCategoryProperty> |
AssetCategoryPropertyService.getCategoryProperties(long entryId) |
AssetCategoryProperty |
AssetCategoryPropertyLocalService.getCategoryProperty(long categoryPropertyId) |
AssetCategoryProperty |
AssetCategoryPropertyLocalService.getCategoryProperty(long categoryId,
String key) |
List<AssetCategoryProperty> |
AssetCategoryPropertyLocalService.getCategoryPropertyValues(long groupId,
String key) |
List<AssetCategoryProperty> |
AssetCategoryPropertyService.getCategoryPropertyValues(long companyId,
String key) |
List<AssetCategory> |
AssetCategoryLocalService.getChildCategories(long parentCategoryId) |
List<AssetCategory> |
AssetCategoryService.getChildCategories(long parentCategoryId) |
List<AssetCategory> |
AssetCategoryLocalService.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryService.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
int |
AssetCategoryLocalService.getChildCategoriesCount(long parentCategoryId) |
List<AssetEntry> |
AssetEntryLocalService.getChildEntries(long entryId) |
List<AssetEntry> |
AssetEntryLocalService.getCompanyEntries(long companyId,
int start,
int end) |
List<AssetEntry> |
AssetEntryService.getCompanyEntries(long companyId,
int start,
int end) |
int |
AssetEntryLocalService.getCompanyEntriesCount(long companyId) |
int |
AssetEntryService.getCompanyEntriesCount(long companyId) |
List<AssetVocabulary> |
AssetVocabularyService.getCompanyVocabularies(long companyId)
Deprecated.
As of Wilberforce (7.0.x), with no direct replacement
|
List<AssetVocabulary> |
AssetVocabularyLocalService.getCompanyVocabularies(long companyId) |
List<AssetLink> |
AssetLinkLocalService.getDirectLinks(long entryId)
Returns all the asset links whose first entry ID is the given entry ID.
|
List<AssetLink> |
AssetLinkLocalService.getDirectLinks(long entryId,
boolean excludeInvisibleLinks) |
List<AssetLink> |
AssetLinkLocalService.getDirectLinks(long entryId,
int typeId)
Returns all the asset links of the given link type whose first entry ID
is the given entry ID.
|
List<AssetLink> |
AssetLinkLocalService.getDirectLinks(long entryId,
int typeId,
boolean excludeInvisibleLinks) |
List<AssetEntry> |
AssetEntryLocalService.getEntries(AssetEntryQuery entryQuery) |
List<AssetEntry> |
AssetEntryService.getEntries(AssetEntryQuery entryQuery) |
List<AssetEntry> |
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) |
int |
AssetEntryLocalService.getEntriesCount(AssetEntryQuery entryQuery) |
int |
AssetEntryService.getEntriesCount(AssetEntryQuery entryQuery) |
int |
AssetEntryLocalService.getEntriesCount(long[] groupIds,
long[] classNameIds,
String keywords,
String userName,
String title,
String description,
Boolean listable,
boolean advancedSearch,
boolean andOperator) |
AssetEntry |
AssetEntryLocalService.getEntry(long entryId) |
AssetEntry |
AssetEntryService.getEntry(long entryId) |
AssetEntry |
AssetEntryLocalService.getEntry(long groupId,
String classUuid) |
AssetEntry |
AssetEntryLocalService.getEntry(String className,
long classPK) |
List<AssetCategory> |
AssetCategoryLocalService.getEntryCategories(long entryId) |
List<AssetTag> |
AssetTagLocalService.getEntryTags(long entryId)
Returns the asset tags of the asset entry.
|
ExportActionableDynamicQuery |
AssetTagLocalService.getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
ExportActionableDynamicQuery |
AssetVocabularyLocalService.getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
ExportActionableDynamicQuery |
AssetCategoryLocalService.getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
ExportActionableDynamicQuery |
AssetLinkLocalService.getExportActionbleDynamicQuery(PortletDataContext portletDataContext) |
List<AssetEntry> |
AssetEntryLocalService.getGroupEntries(long groupId) |
List<AssetTag> |
AssetTagService.getGroupsTags(long[] groupIds) |
List<AssetTag> |
AssetTagLocalService.getGroupsTags(long[] groupIds)
Returns the asset tags in the groups.
|
List<AssetVocabulary> |
AssetVocabularyService.getGroupsVocabularies(long[] groupIds) |
List<AssetVocabulary> |
AssetVocabularyLocalService.getGroupsVocabularies(long[] groupIds) |
List<AssetVocabulary> |
AssetVocabularyService.getGroupsVocabularies(long[] groupIds,
String className) |
List<AssetVocabulary> |
AssetVocabularyLocalService.getGroupsVocabularies(long[] groupIds,
String className) |
List<AssetVocabulary> |
AssetVocabularyService.getGroupsVocabularies(long[] groupIds,
String className,
long classTypePK) |
List<AssetVocabulary> |
AssetVocabularyLocalService.getGroupsVocabularies(long[] groupIds,
String className,
long classTypePK) |
List<AssetTag> |
AssetTagService.getGroupTags(long groupId) |
List<AssetTag> |
AssetTagLocalService.getGroupTags(long groupId)
Returns the asset tags in the group.
|
List<AssetTag> |
AssetTagLocalService.getGroupTags(long groupId,
int start,
int end)
Returns a range of all the asset tags in the group.
|
List<AssetTag> |
AssetTagService.getGroupTags(long groupId,
int start,
int end,
OrderByComparator<AssetTag> obc) |
int |
AssetTagService.getGroupTagsCount(long groupId) |
int |
AssetTagLocalService.getGroupTagsCount(long groupId)
Returns the number of asset tags in the group.
|
AssetTagDisplay |
AssetTagService.getGroupTagsDisplay(long groupId,
String name,
int start,
int end) |
List<AssetVocabulary> |
AssetVocabularyService.getGroupVocabularies(long groupId) |
List<AssetVocabulary> |
AssetVocabularyLocalService.getGroupVocabularies(long groupId) |
List<AssetVocabulary> |
AssetVocabularyService.getGroupVocabularies(long[] groupIds) |
List<AssetVocabulary> |
AssetVocabularyLocalService.getGroupVocabularies(long[] groupIds) |
List<AssetVocabulary> |
AssetVocabularyService.getGroupVocabularies(long groupId,
boolean createDefaultVocabulary) |
List<AssetVocabulary> |
AssetVocabularyLocalService.getGroupVocabularies(long groupId,
boolean addDefaultVocabulary) |
List<AssetVocabulary> |
AssetVocabularyService.getGroupVocabularies(long groupId,
boolean createDefaultVocabulary,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
List<AssetVocabulary> |
AssetVocabularyService.getGroupVocabularies(long groupId,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
List<AssetVocabulary> |
AssetVocabularyService.getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
List<AssetVocabulary> |
AssetVocabularyLocalService.getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
int |
AssetVocabularyService.getGroupVocabulariesCount(long groupId) |
int |
AssetVocabularyService.getGroupVocabulariesCount(long[] groupIds) |
int |
AssetVocabularyLocalService.getGroupVocabulariesCount(long[] groupIds) |
int |
AssetVocabularyService.getGroupVocabulariesCount(long groupId,
String name) |
AssetVocabularyDisplay |
AssetVocabularyService.getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
boolean addDefaultVocabulary,
OrderByComparator<AssetVocabulary> obc) |
AssetVocabularyDisplay |
AssetVocabularyService.getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
AssetVocabulary |
AssetVocabularyLocalService.getGroupVocabulary(long groupId,
String name) |
IndexableActionableDynamicQuery |
AssetCategoryPropertyLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
AssetLinkLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
AssetTagLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
AssetTagStatsLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
AssetVocabularyLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
AssetCategoryLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
AssetEntryLocalService.getIndexableActionableDynamicQuery() |
List<AssetLink> |
AssetLinkLocalService.getLinks(long entryId)
Returns all the asset links whose first or second entry ID is the given
entry ID.
|
List<AssetLink> |
AssetLinkLocalService.getLinks(long entryId,
int typeId)
Returns all the asset links of the given link type whose first or second
entry ID is the given entry ID.
|
AssetEntry |
AssetEntryLocalService.getNextEntry(long entryId) |
AssetEntry |
AssetEntryLocalService.getParentEntry(long entryId) |
PersistedModel |
AssetCategoryPropertyLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetLinkLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetTagLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetTagStatsLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetVocabularyLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetCategoryLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetEntryLocalService.getPersistedModel(Serializable primaryKeyObj) |
AssetEntry |
AssetEntryLocalService.getPreviousEntry(long entryId) |
List<AssetLink> |
AssetLinkLocalService.getReverseLinks(long entryId,
int typeId)
Returns all the asset links of the given link type whose second entry ID
is the given entry ID.
|
List<AssetTag> |
AssetTagLocalService.getSocialActivityCounterOffsetTags(long groupId,
String socialActivityCounterName,
int startOffset,
int endOffset) |
List<AssetTag> |
AssetTagLocalService.getSocialActivityCounterPeriodTags(long groupId,
String socialActivityCounterName,
int startPeriod,
int endPeriod) |
List<Long> |
AssetCategoryLocalService.getSubcategoryIds(long parentCategoryId) |
AssetTag |
AssetTagService.getTag(long tagId) |
AssetTag |
AssetTagLocalService.getTag(long tagId)
Returns the asset tag with the primary key.
|
AssetTag |
AssetTagLocalService.getTag(long groupId,
String name)
Returns the asset tag with the name in the group.
|
long[] |
AssetTagLocalService.getTagIds(long[] groupIds,
String name)
Returns the primary keys of the asset tags with the name in the groups.
|
long[] |
AssetTagLocalService.getTagIds(long[] groupIds,
String[] names)
Returns the primary keys of the asset tags with the names in the groups.
|
long[] |
AssetTagLocalService.getTagIds(long groupId,
String[] names)
Returns the primary keys of the asset tags with the names in the group.
|
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 entity
|
List<AssetTag> |
AssetTagLocalService.getTags()
Returns all the asset tags.
|
List<AssetTag> |
AssetTagService.getTags(long[] groupIds,
String name,
int start,
int end) |
List<AssetTag> |
AssetTagService.getTags(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc) |
List<AssetTag> |
AssetTagLocalService.getTags(long classNameId,
long classPK)
Returns the asset tags of the entity.
|
List<AssetTag> |
AssetTagService.getTags(long groupId,
long classNameId,
String name) |
List<AssetTag> |
AssetTagLocalService.getTags(long groupId,
long classNameId,
String name) |
List<AssetTag> |
AssetTagLocalService.getTags(long groupId,
long classNameId,
String name,
int start,
int end) |
List<AssetTag> |
AssetTagService.getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc) |
List<AssetTag> |
AssetTagService.getTags(long groupId,
String name,
int start,
int end) |
List<AssetTag> |
AssetTagService.getTags(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc) |
List<AssetTag> |
AssetTagService.getTags(String className,
long classPK) |
List<AssetTag> |
AssetTagLocalService.getTags(String className,
long classPK)
Returns the asset tags of the entity.
|
int |
AssetTagService.getTagsCount(long groupId,
String name) |
int |
AssetTagLocalService.getTagsSize(long groupId,
long classNameId,
String name) |
List<AssetTagStats> |
AssetTagStatsLocalService.getTagStats(long classNameId,
int start,
int end)
Returns a range of all the asset tag statistics instances associated with
the asset entry matching the class name ID.
|
AssetTagStats |
AssetTagStatsLocalService.getTagStats(long tagId,
long classNameId)
Returns the asset tag statistics instance with the tag and asset entry
matching the class name ID
|
List<AssetEntry> |
AssetEntryLocalService.getTopViewedEntries(String[] className,
boolean asc,
int start,
int end) |
List<AssetEntry> |
AssetEntryLocalService.getTopViewedEntries(String className,
boolean asc,
int start,
int end) |
int |
AssetTagService.getVisibleAssetsTagsCount(long groupId,
long classNameId,
String name) |
int |
AssetTagService.getVisibleAssetsTagsCount(long groupId,
String name) |
List<AssetVocabulary> |
AssetVocabularyLocalService.getVocabularies(Hits hits) |
List<AssetVocabulary> |
AssetVocabularyService.getVocabularies(long[] vocabularyIds)
Deprecated.
As of Wilberforce (7.0.x), replaced by
AssetUtil#filterVocabularyIds(PermissionChecker, long[]) |
List<AssetVocabulary> |
AssetVocabularyLocalService.getVocabularies(long[] vocabularyIds) |
AssetVocabulary |
AssetVocabularyService.getVocabulary(long vocabularyId) |
AssetVocabulary |
AssetVocabularyLocalService.getVocabulary(long vocabularyId) |
List<AssetCategory> |
AssetCategoryLocalService.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryService.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryLocalService.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryService.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryService.getVocabularyCategories(long groupId,
long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryService.getVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
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) |
AssetCategoryDisplay |
AssetCategoryService.getVocabularyCategoriesDisplay(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
AssetCategoryDisplay |
AssetCategoryService.getVocabularyCategoriesDisplay(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryLocalService.getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryService.getVocabularyRootCategories(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
int |
AssetCategoryLocalService.getVocabularyRootCategoriesCount(long vocabularyId) |
int |
AssetCategoryService.getVocabularyRootCategoriesCount(long groupId,
long vocabularyId) |
boolean |
AssetEntryLocalService.hasAssetCategoryAssetEntries(long categoryId) |
boolean |
AssetEntryLocalService.hasAssetCategoryAssetEntry(long categoryId,
long entryId) |
boolean |
AssetCategoryLocalService.hasAssetEntryAssetCategories(long entryId) |
boolean |
AssetCategoryLocalService.hasAssetEntryAssetCategory(long entryId,
long categoryId) |
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 |
AssetTagLocalService.hasTag(long groupId,
String name)
Returns
true if the group contains an asset tag with the
name. |
AssetEntry |
AssetEntryLocalService.incrementViewCounter(long userId,
String className,
long classPK) |
void |
AssetEntryLocalService.reindex(List<AssetEntry> entries) |
JSONArray |
AssetTagService.search(long[] groupIds,
String name,
int start,
int end) |
List<AssetTag> |
AssetTagLocalService.search(long[] groupIds,
String name,
int start,
int end)
Returns the asset tags in the groups whose names match the pattern.
|
JSONArray |
AssetCategoryService.search(long[] groupIds,
String name,
long[] vocabularyIds,
int start,
int end) |
Hits |
AssetEntryLocalService.search(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String keywords,
boolean showNonindexable,
int[] statuses,
int start,
int end) |
Hits |
AssetEntryLocalService.search(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String keywords,
boolean showNonindexable,
int[] statuses,
int start,
int end,
Sort sort) |
Hits |
AssetEntryLocalService.search(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String keywords,
boolean showNonindexable,
int status,
int start,
int end) |
Hits |
AssetEntryLocalService.search(long companyId,
long[] groupIds,
long userId,
String className,
long classTypeId,
String keywords,
int status,
int start,
int end) |
Hits |
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) |
Hits |
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) |
Hits |
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) |
Hits |
AssetEntryLocalService.search(long companyId,
long[] groupIds,
long userId,
String className,
String keywords,
int status,
int start,
int end) |
Hits |
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) |
JSONArray |
AssetTagService.search(long groupId,
String name,
int start,
int end) |
List<AssetTag> |
AssetTagLocalService.search(long groupId,
String name,
int start,
int end)
Returns the asset tags in the group whose names match the pattern.
|
List<AssetCategory> |
AssetCategoryService.search(long groupId,
String keywords,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryLocalService.search(long groupId,
String name,
String[] categoryProperties,
int start,
int end) |
JSONArray |
AssetCategoryService.search(long groupId,
String name,
String[] categoryProperties,
int start,
int end) |
BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalService.searchCategories(long companyId,
long[] groupIds,
String title,
long[] vocabularyIds,
int start,
int end) |
BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalService.searchCategories(long companyId,
long[] groupIds,
String title,
long[] parentCategoryIds,
long[] vocabularyIds,
int start,
int end) |
BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalService.searchCategories(long companyId,
long[] groupIds,
String title,
long[] vocabularyIds,
long[] parentCategoryIds,
int start,
int end,
Sort sort) |
BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalService.searchCategories(long companyId,
long groupIds,
String title,
long vocabularyId,
int start,
int end) |
AssetCategoryDisplay |
AssetCategoryService.searchCategoriesDisplay(long[] groupIds,
String title,
long[] vocabularyIds,
int start,
int end) |
AssetCategoryDisplay |
AssetCategoryService.searchCategoriesDisplay(long[] groupIds,
String title,
long[] parentCategoryIds,
long[] vocabularyIds,
int start,
int end) |
AssetCategoryDisplay |
AssetCategoryService.searchCategoriesDisplay(long[] groupIds,
String title,
long[] vocabularyIds,
long[] parentCategoryIds,
int start,
int end,
Sort sort) |
AssetCategoryDisplay |
AssetCategoryService.searchCategoriesDisplay(long groupId,
String title,
long vocabularyId,
int start,
int end) |
AssetCategoryDisplay |
AssetCategoryService.searchCategoriesDisplay(long groupId,
String title,
long parentCategoryId,
long vocabularyId,
int start,
int end) |
AssetCategoryDisplay |
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,
String className,
long classTypeId,
String keywords,
boolean showNonindexable,
int[] statuses) |
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) |
BaseModelSearchResult<AssetVocabulary> |
AssetVocabularyLocalService.searchVocabularies(long companyId,
long groupId,
String title,
int start,
int end) |
BaseModelSearchResult<AssetVocabulary> |
AssetVocabularyLocalService.searchVocabularies(long companyId,
long groupId,
String title,
int start,
int end,
Sort sort) |
AssetVocabularyDisplay |
AssetVocabularyService.searchVocabulariesDisplay(long groupId,
String title,
boolean addDefaultVocabulary,
int start,
int end) |
AssetVocabularyDisplay |
AssetVocabularyService.searchVocabulariesDisplay(long groupId,
String title,
boolean addDefaultVocabulary,
int start,
int end,
Sort sort) |
Modifier and Type | Interface and Description |
---|---|
interface |
BlogsEntryLocalService
Provides the local service interface for BlogsEntry.
|
interface |
BlogsEntryService
Provides the remote service interface for BlogsEntry.
|
interface |
BlogsStatsUserLocalService
Provides the local service interface for BlogsStatsUser.
|
Modifier and Type | Method and Description |
---|---|
BlogsEntry |
BlogsEntryLocalService.createBlogsEntry(long entryId)
Creates a new blogs entry with the primary key.
|
BlogsStatsUser |
BlogsStatsUserLocalService.createBlogsStatsUser(long statsUserId)
Creates a new blogs stats user with the primary key.
|
DynamicQuery |
BlogsStatsUserLocalService.dynamicQuery() |
DynamicQuery |
BlogsEntryLocalService.dynamicQuery() |
<T> List<T> |
BlogsStatsUserLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
BlogsEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
BlogsStatsUserLocalService.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> |
BlogsEntryLocalService.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> |
BlogsStatsUserLocalService.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.
|
<T> List<T> |
BlogsEntryLocalService.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 |
BlogsStatsUserLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
BlogsEntryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
BlogsStatsUserLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
long |
BlogsEntryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
Folder |
BlogsEntryLocalService.fetchAttachmentsFolder(long userId,
long groupId) |
BlogsEntry |
BlogsEntryLocalService.fetchBlogsEntry(long entryId) |
BlogsEntry |
BlogsEntryLocalService.fetchBlogsEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the blogs entry matching the UUID and group.
|
BlogsStatsUser |
BlogsStatsUserLocalService.fetchBlogsStatsUser(long statsUserId) |
BlogsStatsUser |
BlogsStatsUserLocalService.fetchStatsUser(long groupId,
long userId) |
ActionableDynamicQuery |
BlogsStatsUserLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
BlogsEntryLocalService.getActionableDynamicQuery() |
List<BlogsEntry> |
BlogsEntryLocalService.getBlogsEntries(int start,
int end)
Returns a range of all the blogs entries.
|
List<BlogsEntry> |
BlogsEntryLocalService.getBlogsEntriesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the blogs entries matching the UUID and company.
|
List<BlogsEntry> |
BlogsEntryLocalService.getBlogsEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns a range of blogs entries matching the UUID and company.
|
int |
BlogsEntryLocalService.getBlogsEntriesCount()
Returns the number of blogs entries.
|
BlogsEntry |
BlogsEntryLocalService.getBlogsEntry(long entryId)
Returns the blogs entry with the primary key.
|
BlogsEntry |
BlogsEntryLocalService.getBlogsEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the blogs entry matching the UUID and group.
|
BlogsStatsUser |
BlogsStatsUserLocalService.getBlogsStatsUser(long statsUserId)
Returns the blogs stats user with the primary key.
|
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getBlogsStatsUsers(int start,
int end)
Returns a range of all the blogs stats users.
|
int |
BlogsStatsUserLocalService.getBlogsStatsUsersCount()
Returns the number of blogs stats users.
|
List<BlogsEntry> |
BlogsEntryService.getCompanyEntries(long companyId,
Date displayDate,
int status,
int max) |
List<BlogsEntry> |
BlogsEntryLocalService.getCompanyEntries(long companyId,
Date displayDate,
QueryDefinition<BlogsEntry> queryDefinition) |
int |
BlogsEntryLocalService.getCompanyEntriesCount(long companyId,
Date displayDate,
QueryDefinition<BlogsEntry> queryDefinition) |
String |
BlogsEntryService.getCompanyEntriesRSS(long companyId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay) |
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getCompanyStatsUsers(long companyId,
int start,
int end) |
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getCompanyStatsUsers(long companyId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
int |
BlogsStatsUserLocalService.getCompanyStatsUsersCount(long companyId) |
BlogsEntry[] |
BlogsEntryService.getEntriesPrevAndNext(long entryId) |
BlogsEntry[] |
BlogsEntryLocalService.getEntriesPrevAndNext(long entryId) |
BlogsEntry |
BlogsEntryService.getEntry(long entryId) |
BlogsEntry |
BlogsEntryLocalService.getEntry(long entryId) |
BlogsEntry |
BlogsEntryService.getEntry(long groupId,
String urlTitle) |
BlogsEntry |
BlogsEntryLocalService.getEntry(long groupId,
String urlTitle) |
ExportActionableDynamicQuery |
BlogsEntryLocalService.getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
List<BlogsEntry> |
BlogsEntryService.getGroupEntries(long groupId,
Date displayDate,
int status,
int max) |
List<BlogsEntry> |
BlogsEntryService.getGroupEntries(long groupId,
Date displayDate,
int status,
int start,
int end) |
List<BlogsEntry> |
BlogsEntryLocalService.getGroupEntries(long groupId,
Date displayDate,
QueryDefinition<BlogsEntry> queryDefinition) |
List<BlogsEntry> |
BlogsEntryService.getGroupEntries(long groupId,
int status,
int max) |
List<BlogsEntry> |
BlogsEntryService.getGroupEntries(long groupId,
int status,
int start,
int end) |
List<BlogsEntry> |
BlogsEntryService.getGroupEntries(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> obc) |
List<BlogsEntry> |
BlogsEntryLocalService.getGroupEntries(long groupId,
QueryDefinition<BlogsEntry> queryDefinition) |
int |
BlogsEntryService.getGroupEntriesCount(long groupId,
Date displayDate,
int status) |
int |
BlogsEntryLocalService.getGroupEntriesCount(long groupId,
Date displayDate,
QueryDefinition<BlogsEntry> queryDefinition) |
int |
BlogsEntryService.getGroupEntriesCount(long groupId,
int status) |
int |
BlogsEntryLocalService.getGroupEntriesCount(long groupId,
QueryDefinition<BlogsEntry> queryDefinition) |
String |
BlogsEntryService.getGroupEntriesRSS(long groupId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay) |
List<BlogsEntry> |
BlogsEntryService.getGroupsEntries(long companyId,
long groupId,
Date displayDate,
int status,
int max) |
List<BlogsEntry> |
BlogsEntryLocalService.getGroupsEntries(long companyId,
long groupId,
Date displayDate,
QueryDefinition<BlogsEntry> queryDefinition) |
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end) |
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getGroupStatsUsers(long groupId,
int start,
int end) |
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getGroupStatsUsers(long groupId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
int |
BlogsStatsUserLocalService.getGroupStatsUsersCount(long groupId) |
List<BlogsEntry> |
BlogsEntryLocalService.getGroupUserEntries(long groupId,
long userId,
Date displayDate,
QueryDefinition<BlogsEntry> queryDefinition) |
List<BlogsEntry> |
BlogsEntryService.getGroupUserEntries(long groupId,
long userId,
int[] statuses,
int start,
int end,
OrderByComparator<BlogsEntry> obc) |
List<BlogsEntry> |
BlogsEntryService.getGroupUserEntries(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> obc) |
int |
BlogsEntryLocalService.getGroupUserEntriesCount(long groupId,
long userId,
Date displayDate,
QueryDefinition<BlogsEntry> queryDefinition) |
int |
BlogsEntryService.getGroupUserEntriesCount(long groupId,
long userId,
int status) |
int |
BlogsEntryService.getGroupUserEntriesCount(long groupId,
long userId,
int[] statuses) |
IndexableActionableDynamicQuery |
BlogsStatsUserLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
BlogsEntryLocalService.getIndexableActionableDynamicQuery() |
List<BlogsEntry> |
BlogsEntryLocalService.getNoAssetEntries() |
List<BlogsEntry> |
BlogsEntryService.getOrganizationEntries(long organizationId,
Date displayDate,
int status,
int max) |
List<BlogsEntry> |
BlogsEntryLocalService.getOrganizationEntries(long organizationId,
Date displayDate,
QueryDefinition<BlogsEntry> queryDefinition) |
int |
BlogsEntryLocalService.getOrganizationEntriesCount(long organizationId,
Date displayDate,
QueryDefinition<BlogsEntry> queryDefinition) |
String |
BlogsEntryService.getOrganizationEntriesRSS(long organizationId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay) |
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getOrganizationStatsUsers(long organizationId,
int start,
int end) |
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getOrganizationStatsUsers(long organizationId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc) |
int |
BlogsStatsUserLocalService.getOrganizationStatsUsersCount(long organizationId) |
PersistedModel |
BlogsStatsUserLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
BlogsEntryLocalService.getPersistedModel(Serializable primaryKeyObj) |
BlogsStatsUser |
BlogsStatsUserLocalService.getStatsUser(long groupId,
long userId) |
Modifier and Type | Interface and Description |
---|---|
interface |
CounterLocalService
Provides the local service interface for Counter.
|
Modifier and Type | Method and Description |
---|---|
Counter |
CounterLocalService.createCounter(String name)
Creates a new counter with the primary key.
|
DynamicQuery |
CounterLocalService.dynamicQuery() |
<T> List<T> |
CounterLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
CounterLocalService.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> |
CounterLocalService.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 |
CounterLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
CounterLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
Counter |
CounterLocalService.fetchCounter(String name) |
Counter |
CounterLocalService.getCounter(String name)
Returns the counter with the primary key.
|
List<Counter> |
CounterLocalService.getCounters(int start,
int end)
Returns a range of all the counters.
|
int |
CounterLocalService.getCountersCount()
Returns the number of counters.
|
List<String> |
CounterLocalService.getNames() |
PersistedModel |
CounterLocalService.getPersistedModel(Serializable primaryKeyObj) |
long |
CounterLocalService.increment() |
long |
CounterLocalService.increment(String name) |
long |
CounterLocalService.increment(String name,
int size) |
void |
CounterLocalService.rename(String oldName,
String newName) |
void |
CounterLocalService.reset(String name) |
void |
CounterLocalService.reset(String name,
long size) |
Modifier and Type | Interface and Description |
---|---|
interface |
DLAppHelperLocalService
Provides the local service interface for DLAppHelper.
|
interface |
DLAppLocalService
Provides the local service interface for DLApp.
|
interface |
DLAppService
Provides the remote service interface for DLApp.
|
interface |
DLContentLocalService
Provides the local service interface for DLContent.
|
interface |
DLFileEntryLocalService
Provides the local service interface for DLFileEntry.
|
interface |
DLFileEntryMetadataLocalService
Provides the local service interface for DLFileEntryMetadata.
|
interface |
DLFileEntryService
Provides the remote service interface for DLFileEntry.
|
interface |
DLFileEntryTypeLocalService
Provides the local service interface for DLFileEntryType.
|
interface |
DLFileEntryTypeService
Provides the remote service interface for DLFileEntryType.
|
interface |
DLFileRankLocalService
Provides the local service interface for DLFileRank.
|
interface |
DLFileShortcutLocalService
Provides the local service interface for DLFileShortcut.
|
interface |
DLFileShortcutService
Provides the remote service interface for DLFileShortcut.
|
interface |
DLFileVersionLocalService
Provides the local service interface for DLFileVersion.
|
interface |
DLFileVersionService
Provides the remote service interface for DLFileVersion.
|
interface |
DLFolderLocalService
Provides the local service interface for DLFolder.
|
interface |
DLFolderService
Provides the remote service interface for DLFolder.
|
interface |
DLSyncEventLocalService
Provides the local service interface for DLSyncEvent.
|
interface |
DLTrashLocalService
Provides the local service interface for DLTrash.
|
interface |
DLTrashService
Provides the remote service interface for DLTrash.
|
Modifier and Type | Method and Description |
---|---|
DLContent |
DLContentLocalService.createDLContent(long contentId)
Creates a new document library content with the primary key.
|
DLFileEntry |
DLFileEntryLocalService.createDLFileEntry(long fileEntryId)
Creates a new document library file entry with the primary key.
|
DLFileEntryMetadata |
DLFileEntryMetadataLocalService.createDLFileEntryMetadata(long fileEntryMetadataId)
Creates a new document library file entry metadata with the primary key.
|
DLFileEntryType |
DLFileEntryTypeLocalService.createDLFileEntryType(long fileEntryTypeId)
Creates a new document library file entry type with the primary key.
|
DLFileRank |
DLFileRankLocalService.createDLFileRank(long fileRankId)
Creates a new document library file rank with the primary key.
|
DLFileShortcut |
DLFileShortcutLocalService.createDLFileShortcut(long fileShortcutId)
Creates a new document library file shortcut with the primary key.
|
DLFileVersion |
DLFileVersionLocalService.createDLFileVersion(long fileVersionId)
Creates a new document library file version with the primary key.
|
DLFolder |
DLFolderLocalService.createDLFolder(long folderId)
Creates a new document library folder with the primary key.
|
DLSyncEvent |
DLSyncEventLocalService.createDLSyncEvent(long syncEventId)
Creates a new dl sync event with the primary key.
|
DynamicQuery |
DLFileRankLocalService.dynamicQuery() |
DynamicQuery |
DLFileEntryMetadataLocalService.dynamicQuery() |
DynamicQuery |
DLFileEntryLocalService.dynamicQuery() |
DynamicQuery |
DLFolderLocalService.dynamicQuery() |
DynamicQuery |
DLFileVersionLocalService.dynamicQuery() |
DynamicQuery |
DLContentLocalService.dynamicQuery() |
DynamicQuery |
DLSyncEventLocalService.dynamicQuery() |
DynamicQuery |
DLFileShortcutLocalService.dynamicQuery() |
DynamicQuery |
DLFileEntryTypeLocalService.dynamicQuery() |
<T> List<T> |
DLFileRankLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
DLFileEntryMetadataLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
DLFileEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
DLFolderLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
DLFileVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
DLContentLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
DLSyncEventLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
DLFileShortcutLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
DLFileEntryTypeLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
DLFileRankLocalService.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)
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)
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)
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)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> List<T> |
DLContentLocalService.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> |
DLSyncEventLocalService.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)
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)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> List<T> |
DLFileRankLocalService.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.
|
<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.
|
<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.
|
<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.
|
<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.
|
<T> List<T> |
DLContentLocalService.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.
|
<T> List<T> |
DLSyncEventLocalService.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.
|
<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.
|
<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.
|
long |
DLFileRankLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
DLFileEntryMetadataLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
DLFileEntryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
DLFolderLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
DLFileVersionLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
DLContentLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
DLSyncEventLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
DLFileShortcutLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
DLFileEntryTypeLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
DLFileRankLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
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 |
DLFileEntryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
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.
|
long |
DLFileVersionLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
long |
DLContentLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
long |
DLSyncEventLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
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 |
DLFileEntryTypeLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
DLContent |
DLContentLocalService.fetchDLContent(long contentId) |
DLFileEntry |
DLFileEntryLocalService.fetchDLFileEntry(long fileEntryId) |
DLFileEntry |
DLFileEntryLocalService.fetchDLFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file entry matching the UUID and group.
|
DLFileEntryMetadata |
DLFileEntryMetadataLocalService.fetchDLFileEntryMetadata(long fileEntryMetadataId) |
DLFileEntryMetadata |
DLFileEntryMetadataLocalService.fetchDLFileEntryMetadataByUuidAndCompanyId(String uuid,
long companyId)
Returns the document library file entry metadata with the matching UUID and company.
|
DLFileEntryType |
DLFileEntryTypeLocalService.fetchDLFileEntryType(long fileEntryTypeId) |
DLFileEntryType |
DLFileEntryTypeLocalService.fetchDLFileEntryTypeByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file entry type matching the UUID and group.
|
DLFileRank |
DLFileRankLocalService.fetchDLFileRank(long fileRankId) |
DLFileShortcut |
DLFileShortcutLocalService.fetchDLFileShortcut(long fileShortcutId) |
DLFileShortcut |
DLFileShortcutLocalService.fetchDLFileShortcutByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file shortcut matching the UUID and group.
|
DLFileVersion |
DLFileVersionLocalService.fetchDLFileVersion(long fileVersionId) |
DLFileVersion |
DLFileVersionLocalService.fetchDLFileVersionByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file version matching the UUID and group.
|
DLFolder |
DLFolderLocalService.fetchDLFolder(long folderId) |
DLFolder |
DLFolderLocalService.fetchDLFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the document library folder matching the UUID and group.
|
DLSyncEvent |
DLSyncEventLocalService.fetchDLSyncEvent(long syncEventId) |
DLFileEntry |
DLFileEntryLocalService.fetchFileEntry(long groupId,
long folderId,
String title) |
DLFileEntry |
DLFileEntryLocalService.fetchFileEntry(String uuid,
long groupId) |
DLFileEntry |
DLFileEntryLocalService.fetchFileEntryByAnyImageId(long imageId) |
DLFileEntry |
DLFileEntryLocalService.fetchFileEntryByFileName(long groupId,
long folderId,
String fileName) |
DLFileEntry |
DLFileEntryService.fetchFileEntryByImageId(long imageId) |
DLFileEntry |
DLFileEntryLocalService.fetchFileEntryByName(long groupId,
long folderId,
String name) |
DLFileEntryMetadata |
DLFileEntryMetadataLocalService.fetchFileEntryMetadata(long fileEntryMetadataId) |
DLFileEntryMetadata |
DLFileEntryMetadataLocalService.fetchFileEntryMetadata(long ddmStructureId,
long fileVersionId) |
DLFileEntryType |
DLFileEntryTypeLocalService.fetchFileEntryType(long fileEntryTypeId) |
DLFileEntryType |
DLFileEntryTypeLocalService.fetchFileEntryType(long groupId,
String fileEntryTypeKey) |
DLFolder |
DLFolderLocalService.fetchFolder(long folderId) |
DLFolder |
DLFolderLocalService.fetchFolder(long groupId,
long parentFolderId,
String name) |
DLFolder |
DLFolderLocalService.fetchFolder(String uuid,
long groupId) |
DLFileVersion |
DLFileVersionLocalService.fetchLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy) |
ActionableDynamicQuery |
DLFileRankLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
DLFileEntryMetadataLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
DLFileEntryLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
DLFolderLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
DLFileVersionLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
DLContentLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
DLSyncEventLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
DLFileShortcutLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
DLFileEntryTypeLocalService.getActionableDynamicQuery() |
List<DLFolder> |
DLFolderLocalService.getCompanyFolders(long companyId,
int start,
int end) |
int |
DLFolderLocalService.getCompanyFoldersCount(long companyId) |
DLContent |
DLContentLocalService.getContent(long companyId,
long repositoryId,
String path) |
DLContent |
DLContentLocalService.getContent(long companyId,
long repositoryId,
String path,
String version) |
List<DLContent> |
DLContentLocalService.getContents(long companyId,
long repositoryId) |
List<DLContent> |
DLContentLocalService.getContents(long companyId,
long repositoryId,
String path) |
List<DLContent> |
DLContentLocalService.getContentsByDirectory(long companyId,
long repositoryId,
String dirName) |
DLContentDataBlobModel |
DLContentLocalService.getDataBlobModel(Serializable primaryKey) |
List<DLFileEntry> |
DLFileEntryLocalService.getDDMStructureFileEntries(long[] ddmStructureIds) |
List<DLFileEntry> |
DLFileEntryLocalService.getDDMStructureFileEntries(long groupId,
long[] ddmStructureIds) |
long |
DLFileEntryTypeLocalService.getDefaultFileEntryTypeId(long folderId) |
DLContent |
DLContentLocalService.getDLContent(long contentId)
Returns the document library content with the primary key.
|
List<DLContent> |
DLContentLocalService.getDLContents(int start,
int end)
Returns a range of all the document library contents.
|
int |
DLContentLocalService.getDLContentsCount()
Returns the number of document library contents.
|
List<DLFileEntry> |
DLFileEntryLocalService.getDLFileEntries(int start,
int end)
Returns a range of all the document library file entries.
|
List<DLFileEntry> |
DLFileEntryLocalService.getDLFileEntriesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the document library file entries matching the UUID and company.
|
List<DLFileEntry> |
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.
|
DLFileEntry |
DLFileEntryLocalService.getDLFileEntry(long fileEntryId)
Returns the document library file entry with the primary key.
|
DLFileEntry |
DLFileEntryLocalService.getDLFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file entry matching the UUID and group.
|
DLFileEntryMetadata |
DLFileEntryMetadataLocalService.getDLFileEntryMetadata(long fileEntryMetadataId)
Returns the document library file entry metadata with the primary key.
|
DLFileEntryMetadata |
DLFileEntryMetadataLocalService.getDLFileEntryMetadataByUuidAndCompanyId(String uuid,
long companyId)
Returns the document library file entry metadata with the matching UUID and company.
|
List<DLFileEntryMetadata> |
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.
|
DLFileEntryType |
DLFileEntryTypeLocalService.getDLFileEntryType(long fileEntryTypeId)
Returns the document library file entry type with the primary key.
|
DLFileEntryType |
DLFileEntryTypeLocalService.getDLFileEntryTypeByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file entry type matching the UUID and group.
|
List<DLFolder> |
DLFolderLocalService.getDLFileEntryTypeDLFolders(long fileEntryTypeId) |
List<DLFolder> |
DLFolderLocalService.getDLFileEntryTypeDLFolders(long fileEntryTypeId,
int start,
int end) |
List<DLFolder> |
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.
|
List<DLFileEntryType> |
DLFileEntryTypeLocalService.getDLFileEntryTypes(int start,
int end)
Returns a range of all the document library file entry types.
|
List<DLFileEntryType> |
DLFileEntryTypeLocalService.getDLFileEntryTypesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the document library file entry types matching the UUID and company.
|
List<DLFileEntryType> |
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.
|
DLFileRank |
DLFileRankLocalService.getDLFileRank(long fileRankId)
Returns the document library file rank with the primary key.
|
List<DLFileRank> |
DLFileRankLocalService.getDLFileRanks(int start,
int end)
Returns a range of all the document library file ranks.
|
int |
DLFileRankLocalService.getDLFileRanksCount()
Returns the number of document library file ranks.
|
DLFileShortcut |
DLFileShortcutLocalService.getDLFileShortcut(long fileShortcutId)
Returns the document library file shortcut with the primary key.
|
DLFileShortcut |
DLFileShortcutLocalService.getDLFileShortcutByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file shortcut matching the UUID and group.
|
List<DLFileShortcut> |
DLFileShortcutLocalService.getDLFileShortcuts(int start,
int end)
Returns a range of all the document library file shortcuts.
|
List<DLFileShortcut> |
DLFileShortcutLocalService.getDLFileShortcutsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the document library file shortcuts matching the UUID and company.
|
List<DLFileShortcut> |
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.
|
DLFileVersion |
DLFileVersionLocalService.getDLFileVersion(long fileVersionId)
Returns the document library file version with the primary key.
|
DLFileVersion |
DLFileVersionLocalService.getDLFileVersionByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file version matching the UUID and group.
|
List<DLFileVersion> |
DLFileVersionLocalService.getDLFileVersions(int start,
int end)
Returns a range of all the document library file versions.
|
List<DLFileVersion> |
DLFileVersionLocalService.getDLFileVersionsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the document library file versions matching the UUID and company.
|
List<DLFileVersion> |
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.
|
DLFolder |
DLFolderLocalService.getDLFolder(long folderId)
Returns the document library folder with the primary key.
|
DLFolder |
DLFolderLocalService.getDLFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the document library folder matching the UUID and group.
|
List<DLFileEntryType> |
DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypes(long folderId) |
List<DLFileEntryType> |
DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypes(long folderId,
int start,
int end) |
List<DLFileEntryType> |
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.
|
List<DLFolder> |
DLFolderLocalService.getDLFolders(int start,
int end)
Returns a range of all the document library folders.
|
List<DLFolder> |
DLFolderLocalService.getDLFoldersByUuidAndCompanyId(String uuid,
long companyId)
Returns all the document library folders matching the UUID and company.
|
List<DLFolder> |
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.
|
DLSyncEvent |
DLSyncEventLocalService.getDLSyncEvent(long syncEventId)
Returns the dl sync event with the primary key.
|
List<DLSyncEvent> |
DLSyncEventLocalService.getDLSyncEvents(int start,
int end)
Returns a range of all the dl sync events.
|
List<DLSyncEvent> |
DLSyncEventLocalService.getDLSyncEvents(long modifiedTime) |
int |
DLSyncEventLocalService.getDLSyncEventsCount()
Returns the number of dl sync events.
|
ExportActionableDynamicQuery |
DLFileEntryLocalService.getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
ExportActionableDynamicQuery |
DLFolderLocalService.getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
ExportActionableDynamicQuery |
DLFileVersionLocalService.getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
ExportActionableDynamicQuery |
DLFileShortcutLocalService.getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
ExportActionableDynamicQuery |
DLFileEntryTypeLocalService.getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
List<DLFileEntry> |
DLFileEntryLocalService.getExtraSettingsFileEntries(int start,
int end) |
int |
DLFileEntryLocalService.getExtraSettingsFileEntriesCount() |
File |
DLFileEntryLocalService.getFile(long userId,
long fileEntryId,
String version,
boolean incrementCounter)
Deprecated.
As of Wilberforce (7.0.x), replaced by
DLFileEntryLocalService.getFile(long,
String, boolean) |
File |
DLFileEntryLocalService.getFile(long userId,
long fileEntryId,
String version,
boolean incrementCounter,
int increment)
Deprecated.
As of Wilberforce (7.0.x), replaced by
DLFileEntryLocalService.getFile(long,
String, boolean, int) |
File |
DLFileEntryLocalService.getFile(long fileEntryId,
String version,
boolean incrementCounter) |
File |
DLFileEntryLocalService.getFile(long fileEntryId,
String version,
boolean incrementCounter,
int increment) |
void |
DLAppHelperLocalService.getFileAsStream(long userId,
FileEntry fileEntry,
boolean incrementCounter) |
InputStream |
DLFileEntryLocalService.getFileAsStream(long userId,
long fileEntryId,
String version)
Deprecated.
As of Wilberforce (7.0.x), replaced by
DLFileEntryLocalService.getFileAsStream(long, String) |
InputStream |
DLFileEntryLocalService.getFileAsStream(long userId,
long fileEntryId,
String version,
boolean incrementCounter)
Deprecated.
As of Wilberforce (7.0.x), replaced by
DLFileEntryLocalService.getFileAsStream(long, String, boolean) |
InputStream |
DLFileEntryLocalService.getFileAsStream(long userId,
long fileEntryId,
String version,
boolean incrementCounter,
int increment)
Deprecated.
As of Wilberforce (7.0.x), replaced by
DLFileEntryLocalService.getFileAsStream(long, String, boolean, int) |
InputStream |
DLFileEntryLocalService.getFileAsStream(long fileEntryId,
String version) |
InputStream |
DLFileEntryService.getFileAsStream(long fileEntryId,
String version) |
InputStream |
DLFileEntryLocalService.getFileAsStream(long fileEntryId,
String version,
boolean incrementCounter) |
InputStream |
DLFileEntryService.getFileAsStream(long fileEntryId,
String version,
boolean incrementCounter) |
InputStream |
DLFileEntryLocalService.getFileAsStream(long fileEntryId,
String version,
boolean incrementCounter,
int increment) |
List<DLFileEntry> |
DLFileEntryLocalService.getFileEntries(int start,
int end) |
List<DLFileEntry> |
DLFileEntryLocalService.getFileEntries(long groupId,
long folderId) |
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId)
Returns all the file entries in the folder.
|
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
int start,
int end)
Returns a name-ordered range of all the file entries in the folder.
|
List<DLFileEntry> |
DLFileEntryLocalService.getFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<DLFileEntry> obc) |
List<DLFileEntry> |
DLFileEntryService.getFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<DLFileEntry> obc) |
List<DLFileEntry> |
DLFileEntryLocalService.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> obc) |
List<DLFileEntry> |
DLFileEntryService.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> obc) |
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the folder.
|
List<DLFileEntry> |
DLFileEntryLocalService.getFileEntries(long groupId,
long userId,
List<Long> repositoryIds,
List<Long> folderIds,
String[] mimeTypes,
QueryDefinition<DLFileEntry> queryDefinition) |
List<DLFileEntry> |
DLFileEntryLocalService.getFileEntries(long groupId,
long userId,
List<Long> folderIds,
String[] mimeTypes,
QueryDefinition<DLFileEntry> queryDefinition) |
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId)
Returns the file entries with the file entry type in the folder.
|
List<FileEntry> |
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.
|
List<DLFileEntry> |
DLFileEntryService.getFileEntries(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> obc) |
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries with the file entry type
in the folder.
|
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes) |
List<DLFileEntry> |
DLFileEntryService.getFileEntries(long groupId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<DLFileEntry> obc) |
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc) |
List<DLFileEntry> |
DLFileEntryLocalService.getFileEntries(long folderId,
String name) |
List<Object> |
DLFolderService.getFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
int start,
int end) |
List<Object> |
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.
|
List<Object> |
DLFolderLocalService.getFileEntriesAndFileShortcuts(long groupId,
long folderId,
QueryDefinition<?> queryDefinition) |
int |
DLFolderService.getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status) |
int |
DLAppService.getFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status)
Returns the number of file entries and shortcuts in the folder.
|
int |
DLFolderService.getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
String[] mimeTypes) |
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 |
DLFileEntryLocalService.getFileEntriesCount() |
int |
DLFileEntryLocalService.getFileEntriesCount(long groupId,
DateRange dateRange,
long repositoryId,
QueryDefinition<DLFileEntry> queryDefinition)
Deprecated.
As of Wilberforce (7.0.x), with no direct replacement
|
int |
DLFileEntryLocalService.getFileEntriesCount(long groupId,
long folderId) |
int |
DLFileEntryService.getFileEntriesCount(long groupId,
long folderId) |
int |
DLAppService.getFileEntriesCount(long repositoryId,
long folderId)
Returns the number of file entries in the folder.
|
int |
DLFileEntryLocalService.getFileEntriesCount(long groupId,
long folderId,
int status) |
int |
DLFileEntryService.getFileEntriesCount(long groupId,
long folderId,
int status) |
int |
DLFileEntryLocalService.getFileEntriesCount(long groupId,
long userId,
List<Long> repositoryIds,
List<Long> folderIds,
String[] mimeTypes,
QueryDefinition<DLFileEntry> queryDefinition) |
int |
DLFileEntryLocalService.getFileEntriesCount(long groupId,
long userId,
List<Long> folderIds,
String[] mimeTypes,
QueryDefinition<DLFileEntry> queryDefinition) |
int |
DLFileEntryService.getFileEntriesCount(long groupId,
long folderId,
long fileEntryTypeId) |
int |
DLAppService.getFileEntriesCount(long repositoryId,
long folderId,
long fileEntryTypeId)
Returns the number of file entries with the file entry type in the
folder.
|
int |
DLFileEntryService.getFileEntriesCount(long groupId,
long folderId,
String[] mimeTypes) |
int |
DLAppService.getFileEntriesCount(long repositoryId,
long folderId,
String[] mimeTypes) |
FileEntry |
DLAppLocalService.getFileEntry(long fileEntryId)
Returns the file entry with the primary key.
|
DLFileEntry |
DLFileEntryLocalService.getFileEntry(long fileEntryId) |
DLFileEntry |
DLFileEntryService.getFileEntry(long fileEntryId) |
FileEntry |
DLAppService.getFileEntry(long fileEntryId)
Returns the file entry with the primary key.
|
FileEntry |
DLAppLocalService.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder.
|
DLFileEntry |
DLFileEntryLocalService.getFileEntry(long groupId,
long folderId,
String title) |
DLFileEntry |
DLFileEntryService.getFileEntry(long groupId,
long folderId,
String title) |
FileEntry |
DLAppService.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder.
|
DLFileEntry |
DLFileEntryLocalService.getFileEntryByName(long groupId,
long folderId,
String name) |
FileEntry |
DLAppLocalService.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group.
|
DLFileEntry |
DLFileEntryLocalService.getFileEntryByUuidAndGroupId(String uuid,
long groupId) |
DLFileEntry |
DLFileEntryService.getFileEntryByUuidAndGroupId(String uuid,
long groupId) |
FileEntry |
DLAppService.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group.
|
Lock |
DLFileEntryService.getFileEntryLock(long fileEntryId) |
DLFileEntryMetadata |
DLFileEntryMetadataLocalService.getFileEntryMetadata(long fileEntryMetadataId) |
DLFileEntryMetadata |
DLFileEntryMetadataLocalService.getFileEntryMetadata(long ddmStructureId,
long fileVersionId) |
DLFileEntryType |
DLFileEntryTypeService.getFileEntryType(long fileEntryTypeId) |
DLFileEntryType |
DLFileEntryTypeLocalService.getFileEntryType(long fileEntryTypeId) |
DLFileEntryType |
DLFileEntryTypeLocalService.getFileEntryType(long groupId,
String fileEntryTypeKey) |
List<DLFileEntryType> |
DLFileEntryTypeLocalService.getFileEntryTypes(long ddmStructureId) |
List<DLFileEntryType> |
DLFileEntryTypeService.getFileEntryTypes(long[] groupIds) |
List<DLFileEntryType> |
DLFileEntryTypeLocalService.getFileEntryTypes(long[] groupIds) |
List<DLFileEntryType> |
DLFileEntryTypeService.getFileEntryTypes(long[] groupIds,
int start,
int end) |
int |
DLFileEntryTypeService.getFileEntryTypesCount(long[] groupIds) |
List<DLFileRank> |
DLAppLocalService.getFileRanks(long repositoryId,
long userId)
Returns the file ranks from the user.
|
List<DLFileRank> |
DLFileRankLocalService.getFileRanks(long groupId,
long userId) |
FileShortcut |
DLAppLocalService.getFileShortcut(long fileShortcutId)
Returns the file shortcut with the primary key.
|
DLFileShortcut |
DLFileShortcutService.getFileShortcut(long fileShortcutId) |
DLFileShortcut |
DLFileShortcutLocalService.getFileShortcut(long fileShortcutId) |
FileShortcut |
DLAppService.getFileShortcut(long fileShortcutId)
Returns the file shortcut with the primary key.
|
List<DLFileShortcut> |
DLFileShortcutLocalService.getFileShortcuts(long toFileEntryId) |
List<DLFileShortcut> |
DLAppHelperLocalService.getFileShortcuts(long groupId,
long folderId,
boolean active,
int status) |
List<DLFileShortcut> |
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) |
FileVersion |
DLAppLocalService.getFileVersion(long fileVersionId)
Returns the file version with the primary key.
|
DLFileVersion |
DLFileVersionLocalService.getFileVersion(long fileVersionId) |
DLFileVersion |
DLFileVersionService.getFileVersion(long fileVersionId) |
FileVersion |
DLAppService.getFileVersion(long fileVersionId)
Returns the file version with the primary key.
|
DLFileVersion |
DLFileVersionLocalService.getFileVersion(long fileEntryId,
String version) |
DLFileVersion |
DLFileVersionLocalService.getFileVersionByUuidAndGroupId(String uuid,
long groupId) |
List<DLFileEntryMetadata> |
DLFileEntryMetadataLocalService.getFileVersionFileEntryMetadatas(long fileVersionId) |
long |
DLFileEntryMetadataLocalService.getFileVersionFileEntryMetadatasCount(long fileVersionId) |
List<DLFileVersion> |
DLFileVersionLocalService.getFileVersions(long fileEntryId,
int status) |
List<DLFileVersion> |
DLFileVersionService.getFileVersions(long fileEntryId,
int status) |
int |
DLFileVersionLocalService.getFileVersionsCount(long fileEntryId,
int status) |
int |
DLFileVersionService.getFileVersionsCount(long fileEntryId,
int status) |
Folder |
DLAppLocalService.getFolder(long folderId)
Returns the folder with the primary key.
|
DLFolder |
DLFolderLocalService.getFolder(long folderId) |
DLFolder |
DLFolderService.getFolder(long folderId) |
Folder |
DLAppService.getFolder(long folderId)
Returns the folder with the primary key.
|
Folder |
DLAppLocalService.getFolder(long repositoryId,
long parentFolderId,
String name)
Returns the folder with the name in the parent folder.
|
DLFolder |
DLFolderLocalService.getFolder(long groupId,
long parentFolderId,
String name) |
DLFolder |
DLFolderService.getFolder(long groupId,
long parentFolderId,
String name) |
Folder |
DLAppService.getFolder(long repositoryId,
long parentFolderId,
String name)
Returns the folder with the name in the parent folder.
|
List<DLFileEntryType> |
DLFileEntryTypeService.getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited) |
List<DLFileEntryType> |
DLFileEntryTypeLocalService.getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited) |
long |
DLFolderLocalService.getFolderId(long companyId,
long folderId) |
List<Long> |
DLFolderLocalService.getFolderIds(long groupId,
long parentFolderId)
Deprecated.
As of Wilberforce (7.0.x), replaced by
DLFolderLocalService.getGroupFolderIds(long, long) |
List<Long> |
DLFolderService.getFolderIds(long groupId,
long folderId) |
List<DLFolder> |
DLFolderLocalService.getFolders(long groupId,
long parentFolderId) |
List<Folder> |
DLAppService.getFolders(long repositoryId,
long parentFolderId)
Returns all immediate subfolders of the parent folder.
|
List<DLFolder> |
DLFolderLocalService.getFolders(long groupId,
long parentFolderId,
boolean includeMountfolders) |
List<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.
|
List<Folder> |
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.
|
List<DLFolder> |
DLFolderLocalService.getFolders(long groupId,
long parentFolderId,
boolean includeMountfolders,
int start,
int end,
OrderByComparator<DLFolder> obc) |
List<Folder> |
DLAppService.getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<Folder> obc)
Returns an ordered range of all the immediate subfolders of the parent
folder.
|
List<DLFolder> |
DLFolderLocalService.getFolders(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders,
int start,
int end,
OrderByComparator<DLFolder> obc) |
List<DLFolder> |
DLFolderService.getFolders(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders,
int start,
int end,
OrderByComparator<DLFolder> obc) |
List<Folder> |
DLAppService.getFolders(long repositoryId,
long parentFolderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<Folder> obc)
Returns an ordered range of all the immediate subfolders of the parent
folder.
|
List<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.
|
List<DLFolder> |
DLFolderLocalService.getFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> obc) |
List<DLFolder> |
DLFolderService.getFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> obc) |
List<Folder> |
DLAppService.getFolders(long repositoryId,
long parentFolderId,
int start,
int end,
OrderByComparator<Folder> obc)
Returns an ordered range of all the immediate subfolders of the parent
folder.
|
List<Object> |
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.
|
List<Object> |
DLFolderService.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc) |
List<Object> |
DLAppService.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc)
Returns an ordered range of all the immediate subfolders, file entries,
and file shortcuts in the parent folder.
|
List<Object> |
DLFolderService.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc) |
List<Object> |
DLAppService.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc) |
List<Object> |
DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition<?> queryDefinition) |
List<Object> |
DLFolderService.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition<?> queryDefinition) |
int |
DLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
boolean includeMountFolders) |
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 |
DLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders) |
int |
DLAppService.getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders) |
int |
DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition<?> queryDefinition) |
int |
DLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition<?> queryDefinition) |
int |
DLFolderLocalService.getFoldersCount(long groupId,
long parentFolderId) |
int |
DLFolderService.getFoldersCount(long groupId,
long parentFolderId) |
int |
DLAppService.getFoldersCount(long repositoryId,
long parentFolderId)
Returns the number of immediate subfolders of the parent folder.
|
int |
DLFolderLocalService.getFoldersCount(long groupId,
long parentFolderId,
boolean includeMountfolders) |
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 |
DLFolderLocalService.getFoldersCount(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders) |
int |
DLFolderService.getFoldersCount(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders) |
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 |
DLFileEntryService.getFoldersFileEntriesCount(long groupId,
List<Long> folderIds,
int status) |
int |
DLAppService.getFoldersFileEntriesCount(long repositoryId,
List<Long> folderIds,
int status)
Returns the number of immediate subfolders and file entries across the
folders.
|
List<DLFileEntry> |
DLFileEntryLocalService.getGroupFileEntries(long groupId,
int start,
int end) |
List<DLFileEntry> |
DLFileEntryLocalService.getGroupFileEntries(long groupId,
int start,
int end,
OrderByComparator<DLFileEntry> obc) |
List<DLFileEntry> |
DLFileEntryLocalService.getGroupFileEntries(long groupId,
long userId,
int start,
int end) |
List<FileEntry> |
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.
|
List<DLFileEntry> |
DLFileEntryLocalService.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator<DLFileEntry> obc) |
List<FileEntry> |
DLAppService.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the group that are
stored within the Liferay repository.
|
List<FileEntry> |
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.
|
List<DLFileEntry> |
DLFileEntryLocalService.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<DLFileEntry> obc) |
List<DLFileEntry> |
DLFileEntryService.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<DLFileEntry> obc) |
List<FileEntry> |
DLAppService.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the group starting at
the root folder that are stored within the Liferay repository.
|
List<DLFileEntry> |
DLFileEntryLocalService.getGroupFileEntries(long groupId,
long userId,
long repositoryId,
long rootFolderId,
int start,
int end,
OrderByComparator<DLFileEntry> obc) |
List<DLFileEntry> |
DLFileEntryService.getGroupFileEntries(long groupId,
long userId,
long repositoryId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<DLFileEntry> obc) |
List<DLFileEntry> |
DLFileEntryService.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<DLFileEntry> obc) |
List<FileEntry> |
DLAppService.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc) |
int |
DLFileEntryLocalService.getGroupFileEntriesCount(long groupId) |
int |
DLFileEntryLocalService.getGroupFileEntriesCount(long groupId,
long userId) |
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 |
DLFileEntryService.getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId) |
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 |
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) |
int |
DLAppService.getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status) |
List<Long> |
DLFolderLocalService.getGroupFolderIds(long groupId,
long parentFolderId) |
void |
DLFolderLocalService.getGroupSubfolderIds(List<Long> folderIds,
long groupId,
long folderId) |
IndexableActionableDynamicQuery |
DLFileRankLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
DLFileEntryMetadataLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
DLFileEntryLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
DLFolderLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
DLFileVersionLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
DLContentLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
DLSyncEventLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
DLFileShortcutLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
DLFileEntryTypeLocalService.getIndexableActionableDynamicQuery() |
List<DLSyncEvent> |
DLSyncEventLocalService.getLatestDLSyncEvents() |
DLFileVersion |
DLFileVersionService.getLatestFileVersion(long fileEntryId) |
DLFileVersion |
DLFileVersionLocalService.getLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy) |
DLFileVersion |
DLFileVersionService.getLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy) |
DLFileVersion |
DLFileVersionLocalService.getLatestFileVersion(long userId,
long fileEntryId) |
List<DLFileEntryMetadata> |
DLFileEntryMetadataLocalService.getMismatchedCompanyIdFileEntryMetadatas() |
List<DLFileEntry> |
DLFileEntryLocalService.getMisversionedFileEntries() |
Folder |
DLAppLocalService.getMountFolder(long repositoryId)
Returns the mount folder of the repository with the primary key.
|
DLFolder |
DLFolderLocalService.getMountFolder(long repositoryId) |
List<Folder> |
DLAppService.getMountFolders(long repositoryId,
long parentFolderId)
Returns all immediate subfolders of the parent folder that are used for
mounting third-party repositories.
|
List<Folder> |
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.
|
List<DLFolder> |
DLFolderLocalService.getMountFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> obc) |
List<DLFolder> |
DLFolderService.getMountFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> obc) |
List<Folder> |
DLAppService.getMountFolders(long repositoryId,
long parentFolderId,
int start,
int end,
OrderByComparator<Folder> obc)
Returns an ordered range of all the 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) |
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.
|
List<DLFileEntry> |
DLFileEntryLocalService.getNoAssetFileEntries() |
List<FileEntry> |
DLAppHelperLocalService.getNoAssetFileEntries() |
List<DLFolder> |
DLFolderLocalService.getNoAssetFolders() |
List<DLFileEntryMetadata> |
DLFileEntryMetadataLocalService.getNoStructuresFileEntryMetadatas() |
List<DLFileEntry> |
DLFileEntryLocalService.getOrphanedFileEntries() |
PersistedModel |
DLFileRankLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
DLFileEntryMetadataLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
DLFileEntryLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
DLFolderLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
DLFileVersionLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
DLContentLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
DLSyncEventLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
DLFileShortcutLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
DLFileEntryTypeLocalService.getPersistedModel(Serializable primaryKeyObj) |
List<DLFileEntry> |
DLFileEntryLocalService.getRepositoryFileEntries(long repositoryId,
int start,
int end) |
int |
DLFileEntryLocalService.getRepositoryFileEntriesCount(long repositoryId) |
List<Long> |
DLFolderLocalService.getRepositoryFolderIds(long repositoryId,
long parentFolderId) |
List<DLFolder> |
DLFolderLocalService.getRepositoryFolders(long repositoryId,
int start,
int end) |
int |
DLFolderLocalService.getRepositoryFoldersCount(long repositoryId) |
void |
DLFolderLocalService.getRepositorySubfolderIds(List<Long> folderIds,
long repositoryId,
long folderId) |
void |
DLFolderLocalService.getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
Deprecated.
As of Wilberforce (7.0.x), replaced by
DLFolderLocalService.getGroupSubfolderIds(List, long, long) |
void |
DLFolderService.getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
Deprecated.
As of Wilberforce (7.0.x), replaced by
DLFolderService.getSubfolderIds(List, long, long, boolean) |
void |
DLFolderService.getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId,
boolean recurse) |
void |
DLAppService.getSubfolderIds(long repositoryId,
List<Long> folderIds,
long folderId) |
List<Long> |
DLAppService.getSubfolderIds(long repositoryId,
long folderId)
Returns all the descendant folders of the folder with the primary key.
|
List<Long> |
DLFolderService.getSubfolderIds(long groupId,
long folderId,
boolean recurse) |
List<Long> |
DLAppService.getSubfolderIds(long repositoryId,
long folderId,
boolean recurse)
Returns descendant folders of the folder with the primary key, optionally
limiting to one level deep.
|
String[] |
DLAppService.getTempFileNames(long groupId,
long folderId,
String folderName)
Returns all the temporary file entry names.
|
String |
DLFileEntryLocalService.getUniqueTitle(long groupId,
long folderId,
long fileEntryId,
String title,
String extension) |
boolean |
DLContentLocalService.hasContent(long companyId,
long repositoryId,
String path,
String version) |
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 |
DLFileEntryService.hasFileEntryLock(long fileEntryId) |
boolean |
DLFileEntryLocalService.hasFileEntryLock(long userId,
long fileEntryId) |
boolean |
DLFolderService.hasFolderLock(long folderId) |
boolean |
DLFolderLocalService.hasFolderLock(long userId,
long folderId) |
boolean |
DLFolderLocalService.hasInheritableLock(long folderId) |
boolean |
DLFolderService.hasInheritableLock(long folderId) |
boolean |
DLFileEntryLocalService.isFileEntryCheckedOut(long fileEntryId) |
boolean |
DLFileEntryService.isFileEntryCheckedOut(long fileEntryId) |
boolean |
DLFolderService.isFolderLocked(long folderId) |
boolean |
DLFileEntryLocalService.isKeepFileVersionLabel(long fileEntryId,
boolean majorVersion,
ServiceContext serviceContext) |
boolean |
DLFileEntryService.isKeepFileVersionLabel(long fileEntryId,
boolean majorVersion,
ServiceContext serviceContext) |
boolean |
DLFileEntryLocalService.isKeepFileVersionLabel(long fileEntryId,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
DLFileEntryLocalService.isKeepFileVersionLabel(long, boolean, ServiceContext) |
boolean |
DLFileEntryService.isKeepFileVersionLabel(long fileEntryId,
ServiceContext serviceContext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
DLFileEntryService.isKeepFileVersionLabel(long, boolean, ServiceContext) |
List<DLFileEntryType> |
DLFileEntryTypeService.search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator) |
List<DLFileEntryType> |
DLFileEntryTypeLocalService.search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator) |
Hits |
DLFileEntryService.search(long groupId,
long creatorUserId,
int status,
int start,
int end) |
Hits |
DLAppService.search(long repositoryId,
long creatorUserId,
int status,
int start,
int end) |
Hits |
DLFileEntryLocalService.search(long groupId,
long userId,
long creatorUserId,
int status,
int start,
int end) |
Hits |
DLFileEntryLocalService.search(long groupId,
long userId,
long creatorUserId,
long folderId,
String[] mimeTypes,
int status,
int start,
int end) |
Hits |
DLFileEntryService.search(long groupId,
long creatorUserId,
long folderId,
String[] mimeTypes,
int status,
int start,
int end) |
Hits |
DLAppService.search(long repositoryId,
long creatorUserId,
long folderId,
String[] mimeTypes,
int status,
int start,
int end) |
Hits |
DLAppService.search(long repositoryId,
SearchContext searchContext) |
Hits |
DLAppService.search(long repositoryId,
SearchContext searchContext,
Query query) |
int |
DLFileEntryTypeService.searchCount(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType) |
int |
DLFileEntryTypeLocalService.searchCount(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType) |
Modifier and Type | Interface and Description |
---|---|
interface |
DLStore |
Modifier and Type | Interface and Description |
---|---|
interface |
ExpandoColumnLocalService
Provides the local service interface for ExpandoColumn.
|
interface |
ExpandoColumnService
Provides the remote service interface for ExpandoColumn.
|
interface |
ExpandoRowLocalService
Provides the local service interface for ExpandoRow.
|
interface |
ExpandoTableLocalService
Provides the local service interface for ExpandoTable.
|
interface |
ExpandoValueLocalService
Provides the local service interface for ExpandoValue.
|
interface |
ExpandoValueService
Provides the remote service interface for ExpandoValue.
|
Modifier and Type | Method and Description |
---|---|
ExpandoColumn |
ExpandoColumnLocalService.createExpandoColumn(long columnId)
Creates a new expando column with the primary key.
|
ExpandoRow |
ExpandoRowLocalService.createExpandoRow(long rowId)
Creates a new expando row with the primary key.
|
ExpandoTable |
ExpandoTableLocalService.createExpandoTable(long tableId)
Creates a new expando table with the primary key.
|
ExpandoValue |
ExpandoValueLocalService.createExpandoValue(long valueId)
Creates a new expando value with the primary key.
|
DynamicQuery |
ExpandoColumnLocalService.dynamicQuery() |
DynamicQuery |
ExpandoRowLocalService.dynamicQuery() |
DynamicQuery |
ExpandoValueLocalService.dynamicQuery() |
DynamicQuery |
ExpandoTableLocalService.dynamicQuery() |
<T> List<T> |
ExpandoColumnLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
ExpandoRowLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
ExpandoValueLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
ExpandoTableLocalService.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> |
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> |
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> |
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> |
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.
|
<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.
|
<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.
|
<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.
|
long |
ExpandoColumnLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
ExpandoRowLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
ExpandoValueLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
ExpandoTableLocalService.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,
Projection projection)
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.
|
long |
ExpandoTableLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
ExpandoTable |
ExpandoTableLocalService.fetchDefaultTable(long companyId,
long classNameId) |
ExpandoTable |
ExpandoTableLocalService.fetchDefaultTable(long companyId,
String className) |
ExpandoColumn |
ExpandoColumnLocalService.fetchExpandoColumn(long columnId) |
ExpandoColumn |
ExpandoColumnService.fetchExpandoColumn(long columnId) |
ExpandoRow |
ExpandoRowLocalService.fetchExpandoRow(long rowId) |
ExpandoTable |
ExpandoTableLocalService.fetchExpandoTable(long tableId) |
ExpandoValue |
ExpandoValueLocalService.fetchExpandoValue(long valueId) |
ExpandoRow |
ExpandoRowLocalService.fetchRow(long tableId,
long classPK) |
ExpandoTable |
ExpandoTableLocalService.fetchTable(long companyId,
long classNameId,
String name) |
ActionableDynamicQuery |
ExpandoColumnLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
ExpandoRowLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
ExpandoValueLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
ExpandoTableLocalService.getActionableDynamicQuery() |
ExpandoColumn |
ExpandoColumnLocalService.getColumn(long columnId) |
ExpandoColumn |
ExpandoColumnLocalService.getColumn(long companyId,
long classNameId,
String tableName,
String name) |
ExpandoColumn |
ExpandoColumnLocalService.getColumn(long tableId,
String name) |
ExpandoColumn |
ExpandoColumnLocalService.getColumn(long companyId,
String className,
String tableName,
String name) |
List<ExpandoColumn> |
ExpandoColumnLocalService.getColumns(long tableId) |
List<ExpandoColumn> |
ExpandoColumnLocalService.getColumns(long tableId,
Collection<String> names) |
List<ExpandoColumn> |
ExpandoColumnLocalService.getColumns(long companyId,
long classNameId,
String tableName) |
List<ExpandoColumn> |
ExpandoColumnLocalService.getColumns(long companyId,
long classNameId,
String tableName,
Collection<String> names) |
List<ExpandoColumn> |
ExpandoColumnLocalService.getColumns(long companyId,
String className,
String tableName) |
List<ExpandoColumn> |
ExpandoColumnLocalService.getColumns(long companyId,
String className,
String tableName,
Collection<String> columnNames) |
int |
ExpandoColumnLocalService.getColumnsCount(long tableId) |
int |
ExpandoColumnLocalService.getColumnsCount(long companyId,
long classNameId,
String tableName) |
int |
ExpandoColumnLocalService.getColumnsCount(long companyId,
String className,
String tableName) |
List<ExpandoValue> |
ExpandoValueLocalService.getColumnValues(long columnId,
int start,
int end) |
List<ExpandoValue> |
ExpandoValueLocalService.getColumnValues(long companyId,
long classNameId,
String tableName,
String columnName,
int start,
int end) |
List<ExpandoValue> |
ExpandoValueLocalService.getColumnValues(long companyId,
long classNameId,
String tableName,
String columnName,
String data,
int start,
int end) |
List<ExpandoValue> |
ExpandoValueLocalService.getColumnValues(long companyId,
String className,
String tableName,
String columnName,
int start,
int end) |
List<ExpandoValue> |
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) |
Map<String,Serializable> |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
Collection<String> columnNames,
long classPK) |
Map<String,Serializable> |
ExpandoValueService.getData(long companyId,
String className,
String tableName,
Collection<String> columnNames,
long classPK) |
Serializable |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK) |
Serializable |
ExpandoValueService.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) |
Date |
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) |
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) |
Map<?,?> |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Map<?,?> defaultData) |
Number |
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) |
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) |
String |
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) |
ExpandoTable |
ExpandoTableLocalService.getDefaultTable(long companyId,
long classNameId) |
ExpandoTable |
ExpandoTableLocalService.getDefaultTable(long companyId,
String className) |
ExpandoColumn |
ExpandoColumnLocalService.getDefaultTableColumn(long companyId,
long classNameId,
String name) |
ExpandoColumn |
ExpandoColumnLocalService.getDefaultTableColumn(long companyId,
String className,
String name) |
List<ExpandoColumn> |
ExpandoColumnLocalService.getDefaultTableColumns(long companyId,
long classNameId) |
List<ExpandoColumn> |
ExpandoColumnLocalService.getDefaultTableColumns(long companyId,
String className) |
int |
ExpandoColumnLocalService.getDefaultTableColumnsCount(long companyId,
long classNameId) |
int |
ExpandoColumnLocalService.getDefaultTableColumnsCount(long companyId,
String className) |
List<ExpandoValue> |
ExpandoValueLocalService.getDefaultTableColumnValues(long companyId,
long classNameId,
String columnName,
int start,
int end) |
List<ExpandoValue> |
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) |
List<ExpandoRow> |
ExpandoRowLocalService.getDefaultTableRows(long companyId,
long classNameId,
int start,
int end) |
List<ExpandoRow> |
ExpandoRowLocalService.getDefaultTableRows(long companyId,
String className,
int start,
int end) |
int |
ExpandoRowLocalService.getDefaultTableRowsCount(long companyId,
long classNameId) |
int |
ExpandoRowLocalService.getDefaultTableRowsCount(long companyId,
String className) |
ExpandoColumn |
ExpandoColumnLocalService.getExpandoColumn(long columnId)
Returns the expando column with the primary key.
|
List<ExpandoColumn> |
ExpandoColumnLocalService.getExpandoColumns(int start,
int end)
Returns a range of all the expando columns.
|
int |
ExpandoColumnLocalService.getExpandoColumnsCount()
Returns the number of expando columns.
|
ExpandoRow |
ExpandoRowLocalService.getExpandoRow(long rowId)
Returns the expando row with the primary key.
|
List<ExpandoRow> |
ExpandoRowLocalService.getExpandoRows(int start,
int end)
Returns a range of all the expando rows.
|
int |
ExpandoRowLocalService.getExpandoRowsCount()
Returns the number of expando rows.
|
ExpandoTable |
ExpandoTableLocalService.getExpandoTable(long tableId)
Returns the expando table with the primary key.
|
List<ExpandoTable> |
ExpandoTableLocalService.getExpandoTables(int start,
int end)
Returns a range of all the expando tables.
|
int |
ExpandoTableLocalService.getExpandoTablesCount()
Returns the number of expando tables.
|
ExpandoValue |
ExpandoValueLocalService.getExpandoValue(long valueId)
Returns the expando value with the primary key.
|
List<ExpandoValue> |
ExpandoValueLocalService.getExpandoValues(int start,
int end)
Returns a range of all the expando values.
|
int |
ExpandoValueLocalService.getExpandoValuesCount()
Returns the number of expando values.
|
IndexableActionableDynamicQuery |
ExpandoColumnLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
ExpandoRowLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
ExpandoValueLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
ExpandoTableLocalService.getIndexableActionableDynamicQuery() |
JSONObject |
ExpandoValueService.getJSONData(long companyId,
String className,
String tableName,
String columnName,
long classPK) |
PersistedModel |
ExpandoColumnLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
ExpandoRowLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
ExpandoValueLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
ExpandoTableLocalService.getPersistedModel(Serializable primaryKeyObj) |
ExpandoRow |
ExpandoRowLocalService.getRow(long rowId) |
ExpandoRow |
ExpandoRowLocalService.getRow(long tableId,
long classPK) |
ExpandoRow |
ExpandoRowLocalService.getRow(long companyId,
long classNameId,
String tableName,
long classPK) |
ExpandoRow |
ExpandoRowLocalService.getRow(long companyId,
String className,
String tableName,
long classPK) |
List<ExpandoRow> |
ExpandoRowLocalService.getRows(long tableId,
int start,
int end) |
List<ExpandoRow> |
ExpandoRowLocalService.getRows(long companyId,
long classNameId,
String tableName,
int start,
int end) |
List<ExpandoRow> |
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) |
List<ExpandoValue> |
ExpandoValueLocalService.getRowValues(long rowId) |
List<ExpandoValue> |
ExpandoValueLocalService.getRowValues(long rowId,
int start,
int end) |
List<ExpandoValue> |
ExpandoValueLocalService.getRowValues(long companyId,
long classNameId,
String tableName,
long classPK,
int start,
int end) |
List<ExpandoValue> |
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) |
ExpandoTable |
ExpandoTableLocalService.getTable(long tableId) |
ExpandoTable |
ExpandoTableLocalService.getTable(long companyId,
long classNameId,
String name) |
ExpandoTable |
ExpandoTableLocalService.getTable(long companyId,
String className,
String name) |
List<ExpandoTable> |
ExpandoTableLocalService.getTables(long companyId,
long classNameId) |
List<ExpandoTable> |
ExpandoTableLocalService.getTables(long companyId,
String className) |
ExpandoValue |
ExpandoValueLocalService.getValue(long valueId) |
ExpandoValue |
ExpandoValueLocalService.getValue(long columnId,
long rowId) |
ExpandoValue |
ExpandoValueLocalService.getValue(long tableId,
long columnId,
long classPK) |
ExpandoValue |
ExpandoValueLocalService.getValue(long companyId,
long classNameId,
String tableName,
String columnName,
long classPK) |
ExpandoValue |
ExpandoValueLocalService.getValue(long companyId,
String className,
String tableName,
String columnName,
long classPK) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExportImportConfigurationLocalService
Provides the local service interface for ExportImportConfiguration.
|
interface |
ExportImportConfigurationService
Provides the remote service interface for ExportImportConfiguration.
|
interface |
ExportImportLocalService
Provides the local service interface for ExportImport.
|
interface |
ExportImportService
Provides the remote service interface for ExportImport.
|
interface |
StagingLocalService
Provides the local service interface for Staging.
|
interface |
StagingService
Provides the remote service interface for Staging.
|
Modifier and Type | Method and Description |
---|---|
ExportImportConfiguration |
ExportImportConfigurationLocalService.createExportImportConfiguration(long exportImportConfigurationId)
Creates a new export import configuration with the primary key.
|
DynamicQuery |
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.
|
ExportImportConfiguration |
ExportImportConfigurationLocalService.fetchExportImportConfiguration(long exportImportConfigurationId) |
ActionableDynamicQuery |
ExportImportConfigurationLocalService.getActionableDynamicQuery() |
ExportImportConfiguration |
ExportImportConfigurationLocalService.getExportImportConfiguration(long exportImportConfigurationId)
Returns the export import configuration with the primary key.
|
List<ExportImportConfiguration> |
ExportImportConfigurationLocalService.getExportImportConfigurations(Hits hits) |
List<ExportImportConfiguration> |
ExportImportConfigurationLocalService.getExportImportConfigurations(int start,
int end)
Returns a range of all the export import configurations.
|
List<ExportImportConfiguration> |
ExportImportConfigurationLocalService.getExportImportConfigurations(long groupId,
int type) |
List<ExportImportConfiguration> |
ExportImportConfigurationLocalService.getExportImportConfigurations(long groupId,
int type,
int start,
int end,
OrderByComparator<ExportImportConfiguration> orderByComparator) |
List<ExportImportConfiguration> |
ExportImportConfigurationLocalService.getExportImportConfigurations(long companyId,
long groupId,
String keywords,
int type,
int start,
int end,
OrderByComparator<ExportImportConfiguration> orderByComparator) |
List<ExportImportConfiguration> |
ExportImportConfigurationLocalService.getExportImportConfigurations(long companyId,
long groupId,
String name,
String description,
int type,
boolean andSearch,
int start,
int end,
OrderByComparator<ExportImportConfiguration> orderByComparator) |
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) |
IndexableActionableDynamicQuery |
ExportImportConfigurationLocalService.getIndexableActionableDynamicQuery() |
PersistedModel |
ExportImportConfigurationLocalService.getPersistedModel(Serializable primaryKeyObj) |
BaseModelSearchResult<ExportImportConfiguration> |
ExportImportConfigurationLocalService.searchExportImportConfigurations(long companyId,
long groupId,
int type,
String keywords,
int start,
int end,
Sort sort) |
BaseModelSearchResult<ExportImportConfiguration> |
ExportImportConfigurationLocalService.searchExportImportConfigurations(long companyId,
long groupId,
int type,
String name,
String description,
boolean andSearch,
int start,
int end,
Sort sort) |
Modifier and Type | Interface and Description |
---|---|
interface |
MailService |
Modifier and Type | Interface and Description |
---|---|
interface |
MBBanLocalService
Provides the local service interface for MBBan.
|
interface |
MBBanService
Provides the remote service interface for MBBan.
|
interface |
MBCategoryLocalService
Provides the local service interface for MBCategory.
|
interface |
MBCategoryService
Provides the remote service interface for MBCategory.
|
interface |
MBDiscussionLocalService
Provides the local service interface for MBDiscussion.
|
interface |
MBMailingListLocalService
Provides the local service interface for MBMailingList.
|
interface |
MBMessageLocalService
Provides the local service interface for MBMessage.
|
interface |
MBMessageService
Provides the remote service interface for MBMessage.
|
interface |
MBStatsUserLocalService
Provides the local service interface for MBStatsUser.
|
interface |
MBThreadFlagLocalService
Provides the local service interface for MBThreadFlag.
|
interface |
MBThreadLocalService
Provides the local service interface for MBThread.
|
interface |
MBThreadService
Provides the remote service interface for MBThread.
|
Modifier and Type | Method and Description |
---|---|
MBThreadFlag |
MBThreadFlagLocalService.addThreadFlag(long userId,
MBThread thread,
ServiceContext serviceContext) |
void |
MBBanLocalService.checkBan(long groupId,
long banUserId) |
MBBan |
MBBanLocalService.createMBBan(long banId)
Creates a new message boards ban with the primary key.
|
MBCategory |
MBCategoryLocalService.createMBCategory(long categoryId)
Creates a new message boards category with the primary key.
|
MBDiscussion |
MBDiscussionLocalService.createMBDiscussion(long discussionId)
Creates a new message boards discussion with the primary key.
|
MBMailingList |
MBMailingListLocalService.createMBMailingList(long mailingListId)
Creates a new message boards mailing list with the primary key.
|
MBMessage |
MBMessageLocalService.createMBMessage(long messageId)
Creates a new message-boards message with the primary key.
|
MBStatsUser |
MBStatsUserLocalService.createMBStatsUser(long statsUserId)
Creates a new message boards stats user with the primary key.
|
MBThread |
MBThreadLocalService.createMBThread(long threadId)
Creates a new message boards thread with the primary key.
|
MBThreadFlag |
MBThreadFlagLocalService.createMBThreadFlag(long threadFlagId)
Creates a new message boards thread flag with the primary key.
|
DynamicQuery |
MBBanLocalService.dynamicQuery() |
DynamicQuery |
MBThreadFlagLocalService.dynamicQuery() |
DynamicQuery |
MBMailingListLocalService.dynamicQuery() |
DynamicQuery |
MBCategoryLocalService.dynamicQuery() |
DynamicQuery |
MBThreadLocalService.dynamicQuery() |
DynamicQuery |
MBStatsUserLocalService.dynamicQuery() |
DynamicQuery |
MBDiscussionLocalService.dynamicQuery() |
DynamicQuery |
MBMessageLocalService.dynamicQuery() |
<T> List<T> |
MBBanLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
MBThreadFlagLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
MBMailingListLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
MBCategoryLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
MBThreadLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
MBStatsUserLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
MBDiscussionLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
MBMessageLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
MBBanLocalService.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> |
MBThreadFlagLocalService.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> |
MBMailingListLocalService.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> |
MBCategoryLocalService.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> |
MBThreadLocalService.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> |
MBStatsUserLocalService.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> |
MBDiscussionLocalService.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> |
MBMessageLocalService.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> |
MBBanLocalService.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.
|
<T> List<T> |
MBThreadFlagLocalService.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.
|
<T> List<T> |
MBMailingListLocalService.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.
|
<T> List<T> |
MBCategoryLocalService.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.
|
<T> List<T> |
MBThreadLocalService.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.
|
<T> List<T> |
MBStatsUserLocalService.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.
|
<T> List<T> |
MBDiscussionLocalService.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.
|
<T> List<T> |
MBMessageLocalService.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 |
MBBanLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
MBThreadFlagLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
MBMailingListLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
MBCategoryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
MBThreadLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
MBStatsUserLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
MBDiscussionLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
MBMessageLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
MBBanLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
long |
MBThreadFlagLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
long |
MBMailingListLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
long |
MBCategoryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
long |
MBThreadLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
long |
MBStatsUserLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
long |
MBDiscussionLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
long |
MBMessageLocalService.dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
MBMailingList |
MBMailingListLocalService.fetchCategoryMailingList(long groupId,
long categoryId) |
MBDiscussion |
MBDiscussionLocalService.fetchDiscussion(long discussionId) |
MBDiscussion |
MBDiscussionLocalService.fetchDiscussion(String className,
long classPK) |
MBBan |
MBBanLocalService.fetchMBBan(long banId) |
MBBan |
MBBanLocalService.fetchMBBanByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards ban matching the UUID and group.
|
MBCategory |
MBCategoryLocalService.fetchMBCategory(long categoryId) |
MBCategory |
MBCategoryLocalService.fetchMBCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards category matching the UUID and group.
|
MBDiscussion |
MBDiscussionLocalService.fetchMBDiscussion(long discussionId) |
MBDiscussion |
MBDiscussionLocalService.fetchMBDiscussionByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards discussion matching the UUID and group.
|
MBMailingList |
MBMailingListLocalService.fetchMBMailingList(long mailingListId) |
MBMailingList |
MBMailingListLocalService.fetchMBMailingListByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards mailing list matching the UUID and group.
|
MBMessage |
MBMessageLocalService.fetchMBMessage(long messageId) |
MBMessage |
MBMessageLocalService.fetchMBMessageByUuidAndGroupId(String uuid,
long groupId)
Returns the message-boards message matching the UUID and group.
|
MBStatsUser |
MBStatsUserLocalService.fetchMBStatsUser(long statsUserId) |
MBThread |
MBThreadLocalService.fetchMBThread(long threadId) |
MBThread |
MBThreadLocalService.fetchMBThreadByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards thread matching the UUID and group.
|
MBThreadFlag |
MBThreadFlagLocalService.fetchMBThreadFlag(long threadFlagId) |
MBThreadFlag |
MBThreadFlagLocalService.fetchMBThreadFlagByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards thread flag matching the UUID and group.
|
MBThread |
MBThreadLocalService.fetchThread(long threadId) |
MBDiscussion |
MBDiscussionLocalService.fetchThreadDiscussion(long threadId) |
ActionableDynamicQuery |
MBBanLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
MBThreadFlagLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
MBMailingListLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
MBCategoryLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
MBThreadLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
MBStatsUserLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
MBDiscussionLocalService.getActionableDynamicQuery() |
ActionableDynamicQuery |
MBMessageLocalService.getActionableDynamicQuery() |
List<MBBan> |
MBBanLocalService.getBans(long groupId,
int start,
int end) |
int |
MBBanLocalService.getBansCount(long groupId) |
List<MBCategory> |
MBCategoryLocalService.getCategories(long groupId) |
List<MBCategory> |
MBCategoryService.getCategories(long groupId) |
List<MBCategory> |
MBCategoryLocalService.getCategories(long groupId,
int status) |
List<MBCategory> |
MBCategoryService.getCategories(long groupId,
int status) |
List<MBCategory> |
MBCategoryLocalService.getCategories(long groupId,
long[] parentCategoryIds,
int start,
int end) |
List<MBCategory> |
MBCategoryService.getCategories(long groupId,
long[] parentCategoryIds,
int start,
int end) |
List<MBCategory> |
MBCategoryLocalService.getCategories(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end) |
List<MBCategory> |
MBCategoryService.getCategories(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end) |
List<MBCategory> |
MBCategoryLocalService.getCategories(long groupId,
long[] excludedCategoryIds,
long[] parentCategoryIds,
int status,
int start,
int end) |
List<MBCategory> |
MBCategoryService.getCategories(long groupId,
long[] excludedCategoryIds,
long[] parentCategoryIds,
int status,
int start,
int end) |
List<MBCategory> |
MBCategoryLocalService.getCategories(long groupId,
long parentCategoryId,
int start,
int end) |
List<MBCategory> |
MBCategoryService.getCategories(long groupId,
long parentCategoryId,
int start,
int end) |
List<MBCategory> |
MBCategoryLocalService.getCategories(long groupId,
long parentCategoryId,
int status,
int start,
int end) |
List<MBCategory> |
MBCategoryService.getCategories(long groupId,
long parentCategoryId,
int status,
int start,
int end) |
List<MBCategory> |
MBCategoryLocalService.getCategories(long groupId,
long excludedCategoryId,
long parentCategoryId,
int status,
int start,
int end) |
List<MBCategory> |
MBCategoryService.getCategories(long groupId,
long excludedCategoryId,
long parentCategoryId,
int status,
int start,
int end) |
List<Object> |
MBCategoryLocalService.getCategoriesAndThreads(long groupId,
long categoryId) |
List<Object> |
MBCategoryService.getCategoriesAndThreads(long groupId,
long categoryId) |
List<Object> |
MBCategoryLocalService.getCategoriesAndThreads(long groupId,
long categoryId,
int status) |
List<Object> |
MBCategoryService.getCategoriesAndThreads(long groupId,
long categoryId,
int status) |
List<Object> |
MBCategoryLocalService.getCategoriesAndThreads(long groupId,
long categoryId,
int status,
int start,
int end) |
List<Object> |
MBCategoryService.getCategoriesAndThreads(long groupId,
long categoryId,
int status,
int start,
int end) |
List<Object> |
MBCategoryService.getCategoriesAndThreads(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<?> obc) |
List<Object> |
MBCategoryService.getCategoriesAndThreads(long groupId,
long categoryId,
QueryDefinition<?> queryDefinition) |
int |
MBCategoryLocalService.getCategoriesAndThreadsCount(long groupId,
long categoryId) |
int |
MBCategoryService.getCategoriesAndThreadsCount(long groupId,
long categoryId) |
int |
MBCategoryLocalService.getCategoriesAndThreadsCount(long groupId,
long categoryId,
int status) |
int |
MBCategoryService.getCategoriesAndThreadsCount(long groupId,
long categoryId,
int status) |
int |
MBCategoryService.getCategoriesAndThreadsCount(long groupId,
long categoryId,
QueryDefinition<?> queryDefinition) |
int |
MBCategoryLocalService.getCategoriesCount(long groupId) |
int |
MBCategoryLocalService.getCategoriesCount(long groupId,
int status) |
int |
MBCategoryLocalService.getCategoriesCount(long groupId,
long parentCategoryId) |
int |
MBCategoryService.getCategoriesCount(long groupId,
long parentCategoryId) |
int |
MBCategoryLocalService.getCategoriesCount(long groupId,
long[] parentCategoryIds) |
int |
MBCategoryService.getCategoriesCount(long groupId,
long[] parentCategoryIds) |
int |
MBCategoryLocalService.getCategoriesCount(long groupId,
long[] parentCategoryIds,
int status) |
int |
MBCategoryService.getCategoriesCount(long groupId,
long[] parentCategoryIds,
int status) |
int |
MBCategoryLocalService.getCategoriesCount(long groupId,
long[] excludedCategoryIds,
long[] parentCategoryIds,
int status) |
int |
MBCategoryService.getCategoriesCount(long groupId,
long[] excludedCategoryIds,
long[] parentCategoryIds,
int status) |
int |
MBCategoryLocalService.getCategoriesCount(long groupId,
long parentCategoryId,
int status) |
int |
MBCategoryService.getCategoriesCount(long groupId,
long parentCategoryId,
int status) |
int |
MBCategoryLocalService.getCategoriesCount(long groupId,
long excludedCategoryId,
long parentCategoryId,
int status) |
int |
MBCategoryService.getCategoriesCount(long groupId,
long excludedCategoryId,
long parentCategoryId,
int status) |
MBCategory |
MBCategoryLocalService.getCategory(long categoryId) |
MBCategory |
MBCategoryService.getCategory(long categoryId) |
long[] |
MBCategoryService.getCategoryIds(long groupId,
long categoryId) |
MBMailingList |
MBMailingListLocalService.getCategoryMailingList(long groupId,
long categoryId) |
List<MBMessage> |
MBMessageService.getCategoryMessages(long groupId,
long categoryId,
int status,
int start,
int end) |
List<MBMessage> |
MBMessageLocalService.getCategoryMessages(long groupId,
long categoryId,
int status,
int start,
int end) |
List<MBMessage> |
MBMessageLocalService.getCategoryMessages(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc) |
int |
MBMessageService.getCategoryMessagesCount(long groupId,
long categoryId,
int status) |
int |
MBMessageLocalService.getCategoryMessagesCount(long groupId,
long categoryId,
int status) |
String |
MBMessageService.getCategoryMessagesRSS(long groupId,
long categoryId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay) |
int |
MBThreadLocalService.getCategoryThreadsCount(long groupId,
long categoryId,
int status) |
List<MBCategory> |
MBCategoryLocalService.getCompanyCategories(long companyId,
int start,
int end) |
int |
MBCategoryLocalService.getCompanyCategoriesCount(long companyId) |
List<MBMessage> |
MBMessageLocalService.getCompanyMessages(long companyId,
int status,
int start,
int end) |
List<MBMessage> |
MBMessageLocalService.getCompanyMessages(long companyId,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc) |
int |
MBMessageLocalService.getCompanyMessagesCount(long companyId,
int status) |
String |
MBMessageService.getCompanyMessagesRSS(long companyId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay) |
MBDiscussion |
MBDiscussionLocalService.getDiscussion(long discussionId) |
MBDiscussion |
MBDiscussionLocalService.getDiscussion(String className,
long classPK) |
MBMessageDisplay |
MBMessageLocalService.getDiscussionMessageDisplay(long userId,
long groupId,
String className,
long classPK,
int status) |
MBMessageDisplay |
MBMessageLocalService.getDiscussionMessageDisplay(long userId,
long groupId,
String className,
long classPK,
int status,
Comparator<MBMessage> comparator) |
MBMessageDisplay |
MBMessageLocalService.getDiscussionMessageDisplay(long userId,
long groupId,
String className,
long classPK,
int status,
String threadView)
Deprecated.
As of Wilberforce (7.0.x), replaced by
MBMessageLocalService.getDiscussionMessageDisplay(long, long, String, long, int) |
int |
MBMessageLocalService.getDiscussionMessagesCount(long classNameId,
long classPK,
int status) |
int |
MBMessageLocalService.getDiscussionMessagesCount(String className,
long classPK,
int status) |
List<MBDiscussion> |
MBMessageLocalService.getDiscussions(String className) |
ExportActionableDynamicQuery |
MBBanLocalService.getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
ExportActionableDynamicQuery |
MBThreadFlagLocalService.getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
ExportActionableDynamicQuery |
MBMailingListLocalService.getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
ExportActionableDynamicQuery |
MBCategoryLocalService.getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
ExportActionableDynamicQuery |
MBThreadLocalService.getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
ExportActionableDynamicQuery |
MBDiscussionLocalService.getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
ExportActionableDynamicQuery |
MBMessageLocalService.getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
List<MBMessage> |
MBMessageLocalService.getGroupMessages(long groupId,
int status,
int start,
int end) |
List<MBMessage> |
MBMessageLocalService.getGroupMessages(long groupId,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc) |
List<MBMessage> |
MBMessageLocalService.getGroupMessages(long groupId,
long userId,
int status,
int start,
int end) |
List<MBMessage> |
MBMessageLocalService.getGroupMessages(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc) |
int |
MBMessageService.getGroupMessagesCount(long groupId,
int status) |
int |
MBMessageLocalService.getGroupMessagesCount(long groupId,
int status) |
int |
MBMessageLocalService.getGroupMessagesCount(long groupId,
long userId,
int status) |
String |
MBMessageService.getGroupMessagesRSS(long groupId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay) |
String |
MBMessageService.getGroupMessagesRSS(long groupId,
long userId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay) |
List<MBThread> |
MBThreadLocalService.getGroupThreads(long groupId,
long userId,
boolean subscribed,
boolean includeAnonymous,
QueryDefinition<MBThread> queryDefinition) |
List<MBThread> |
MBThreadLocalService.getGroupThreads(long groupId,
long userId,
boolean subscribed,
QueryDefinition<MBThread> queryDefinition) |
List<MBThread> |
MBThreadService.getGroupThreads(long groupId,
long userId,
Date modifiedDate,
int status,
int start,
int end) |
List<MBThread> |
MBThreadService.getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous,
int start,
int end) |
List<MBThread> |
MBThreadService.getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
int start,
int end) |
List<MBThread> |
MBThreadService.getGroupThreads(long groupId,
long userId,
int status,
int start,
int end) |
List<MBThread> |
MBThreadLocalService.getGroupThreads(long groupId,
long userId,
QueryDefinition<MBThread> queryDefinition) |
List<MBThread> |
MBThreadLocalService.getGroupThreads(long groupId,
QueryDefinition<MBThread> queryDefinition) |
int |
MBThreadLocalService.getGroupThreadsCount(long groupId,
long userId,
boolean subscribed,
boolean includeAnonymous,
QueryDefinition<MBThread> queryDefinition) |
int |
MBThreadLocalService.getGroupThreadsCount(long groupId,
long userId,
boolean subscribed,
QueryDefinition<MBThread> queryDefinition) |
int |
MBThreadService.getGroupThreadsCount(long groupId,
long userId,
Date modifiedDate,
int status) |
int |
MBThreadService.getGroupThreadsCount(long groupId,
long userId,
int status) |
int |
MBThreadService.getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed) |
int |
MBThreadService.getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous) |
int |
MBThreadLocalService.getGroupThreadsCount(long groupId,
long userId,
QueryDefinition<MBThread> queryDefinition) |
int |
MBThreadLocalService.getGroupThreadsCount(long groupId,
QueryDefinition<MBThread> queryDefinition) |
IndexableActionableDynamicQuery |
MBBanLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
MBThreadFlagLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
MBMailingListLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
MBCategoryLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
MBThreadLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
MBStatsUserLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
MBDiscussionLocalService.getIndexableActionableDynamicQuery() |
IndexableActionableDynamicQuery |
MBMessageLocalService.getIndexableActionableDynamicQuery() |
Date |
MBStatsUserLocalService.getLastPostDateByUserId(long groupId,
long userId) |
MBBan |
MBBanLocalService.getMBBan(long banId)
Returns the message boards ban with the primary key.
|
MBBan |
MBBanLocalService.getMBBanByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards ban matching the UUID and group.
|
List<MBBan> |
MBBanLocalService.getMBBans(int start,
int end)
Returns a range of all the message boards bans.
|
List<MBBan> |
MBBanLocalService.getMBBansByUuidAndCompanyId(String uuid,
long companyId)
Returns all the message boards bans matching the UUID and company.
|
List<MBBan> |
MBBanLocalService.getMBBansByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns a range of message boards bans matching the UUID and company.
|
int |
MBBanLocalService.getMBBansCount()
Returns the number of message boards bans.
|
List<MBCategory> |
MBCategoryLocalService.getMBCategories(int start,
int end)
Returns a range of all the message boards categories.
|
List<MBCategory> |
MBCategoryLocalService.getMBCategoriesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the message boards categories matching the UUID and company.
|
List<MBCategory> |
MBCategoryLocalService.getMBCategoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns a range of message boards categories matching the UUID and company.
|
int |
MBCategoryLocalService.getMBCategoriesCount()
Returns the number of message boards categories.
|
MBCategory |
MBCategoryLocalService.getMBCategory(long categoryId)
Returns the message boards category with the primary key.
|
MBCategory |
MBCategoryLocalService.getMBCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards category matching the UUID and group.
|
MBDiscussion |
MBDiscussionLocalService.getMBDiscussion(long discussionId)
Returns the message boards discussion with the primary key.
|
MBDiscussion |
MBDiscussionLocalService.getMBDiscussionByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards discussion matching the UUID and group.
|
List<MBDiscussion> |
MBDiscussionLocalService.getMBDiscussions(int start,
int end)
Returns a range of all the message boards discussions.
|
List<MBDiscussion> |
MBDiscussionLocalService.getMBDiscussionsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the message boards discussions matching the UUID and company.
|
List<MBDiscussion> |
MBDiscussionLocalService.getMBDiscussionsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBDiscussion> orderByComparator)
Returns a range of message boards discussions matching the UUID and company.
|
int |
MBDiscussionLocalService.getMBDiscussionsCount()
Returns the number of message boards discussions.
|
MBMailingList |
MBMailingListLocalService.getMBMailingList(long mailingListId)
Returns the message boards mailing list with the primary key.
|
MBMailingList |
MBMailingListLocalService.getMBMailingListByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards mailing list matching the UUID and group.
|
List<MBMailingList> |
MBMailingListLocalService.getMBMailingLists(int start,
int end)
Returns a range of all the message boards mailing lists.
|
List<MBMailingList> |
MBMailingListLocalService.getMBMailingListsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the message boards mailing lists matching the UUID and company.
|
List<MBMailingList> |
MBMailingListLocalService.getMBMailingListsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBMailingList> orderByComparator)
Returns a range of message boards mailing lists matching the UUID and company.
|
int |
MBMailingListLocalService.getMBMailingListsCount()
Returns the number of message boards mailing lists.
|
MBMessage |
MBMessageLocalService.getMBMessage(long messageId)
Returns the message-boards message with the primary key.
|
MBMessage |
MBMessageLocalService.getMBMessageByUuidAndGroupId(String uuid,
long groupId)
Returns the message-boards message matching the UUID and group.
|
List<MBMessage> |
MBMessageLocalService.getMBMessages(int start,
int end)
Returns a range of all the message-boards messages.
|
List<MBMessage> |
MBMessageLocalService.getMBMessagesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the message-boards messages matching the UUID and company.
|
List<MBMessage> |
MBMessageLocalService.getMBMessagesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns a range of message-boards messages matching the UUID and company.
|
int |
MBMessageLocalService.getMBMessagesCount()
Returns the number of message-boards messages.
|
MBStatsUser |
MBStatsUserLocalService.getMBStatsUser(long statsUserId)
Returns the message boards stats user with the primary key.
|
List<MBStatsUser> |
MBStatsUserLocalService.getMBStatsUsers(int start,
int end)
Returns a range of all the message boards stats users.
|
int |
MBStatsUserLocalService.getMBStatsUsersCount()
Returns the number of message boards stats users.
|
MBThread |
MBThreadLocalService.getMBThread(long threadId)
Returns the message boards thread with the primary key.
|
MBThread |
MBThreadLocalService.getMBThreadByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards thread matching the UUID and group.
|
MBThreadFlag |
MBThreadFlagLocalService.getMBThreadFlag(long threadFlagId)
Returns the message boards thread flag with the primary key.
|
MBThreadFlag |
MBThreadFlagLocalService.getMBThreadFlagByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards thread flag matching the UUID and group.
|
List<MBThreadFlag> |
MBThreadFlagLocalService.getMBThreadFlags(int start,
int end)
Returns a range of all the message boards thread flags.
|
List<MBThreadFlag> |
MBThreadFlagLocalService.getMBThreadFlagsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the message boards thread flags matching the UUID and company.
|
List<MBThreadFlag> |
MBThreadFlagLocalService.getMBThreadFlagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns a range of message boards thread flags matching the UUID and company.
|
int |
MBThreadFlagLocalService.getMBThreadFlagsCount()
Returns the number of message boards thread flags.
|
List<MBThread> |
MBThreadLocalService.getMBThreads(int start,
int end)
Returns a range of all the message boards threads.
|
List<MBThread> |
MBThreadLocalService.getMBThreadsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the message boards threads matching the UUID and company.
|
List<MBThread> |
MBThreadLocalService.getMBThreadsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns a range of message boards threads matching the UUID and company.
|
int |
MBThreadLocalService.getMBThreadsCount()
Returns the number of message boards threads.
|
MBMessage |
MBMessageService.getMessage(long messageId) |
MBMessage |
MBMessageLocalService.getMessage(long messageId) |
long |
MBStatsUserLocalService.getMessageCountByGroupId(long groupId) |
long |
MBStatsUserLocalService.getMessageCountByUserId(long userId) |
MBMessageDisplay |
MBMessageService.getMessageDisplay(long messageId,
int status) |
MBMessageDisplay |
MBMessageService.getMessageDisplay(long messageId,
int status,
String threadView,
boolean includePrevAndNext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
MBMessageService.getMessageDisplay(long, int) |
MBMessageDisplay |
MBMessageLocalService.getMessageDisplay(long userId,
long messageId,
int status) |
MBMessageDisplay |
MBMessageLocalService.getMessageDisplay(long userId,
long messageId,
int status,
String threadView,
boolean includePrevAndNext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
MBMessageLocalService.getMessageDisplay(long, long, int) |
MBMessageDisplay |
MBMessageLocalService.getMessageDisplay(long userId,
MBMessage message,
int status) |
MBMessageDisplay |
MBMessageLocalService.getMessageDisplay(long userId,
MBMessage message,
int status,
Comparator<MBMessage> comparator) |
MBMessageDisplay |
MBMessageLocalService.getMessageDisplay(long userId,
MBMessage message,
int status,
String threadView,
boolean includePrevAndNext)
Deprecated.
As of Wilberforce (7.0.x), replaced by
MBMessageLocalService.getMessageDisplay(long, MBMessage, int) |
MBMessageDisplay |
MBMessageLocalService.getMessageDisplay(long userId,
MBMessage message,
int status,
String threadView,
boolean includePrevAndNext,
Comparator<MBMessage> comparator)
Deprecated.
As of Wilberforce (7.0.x), replaced by
MBMessageLocalService.getMessageDisplay(long, MBMessage, int, Comparator) ( |
List<MBMessage> |
MBMessageLocalService.getMessages(String className,
long classPK,
int status) |
List<MBMessage> |
MBMessageLocalService.getNoAssetMessages() |
List<MBThread> |
MBThreadLocalService.getNoAssetThreads() |
PersistedModel |
MBBanLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
MBThreadFlagLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
MBMailingListLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
MBCategoryLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
MBThreadLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
MBStatsUserLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
MBDiscussionLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
MBMessageLocalService.getPersistedModel(Serializable primaryKeyObj) |
int |
MBMessageLocalService.getPositionInThread(long messageId) |
List<MBThread> |
MBThreadLocalService.getPriorityThreads(long categoryId,
double priority) |
List<MBThread> |
MBThreadLocalService.getPriorityThreads(long categoryId,
double priority,
boolean inherit) |
MBStatsUser |
MBStatsUserLocalService.getStatsUser(long groupId,
long userId) |
List<MBStatsUser> |
MBStatsUserLocalService.getStatsUsersByGroupId(long groupId,
int start,
int end) |
int |
MBStatsUserLocalService.getStatsUsersByGroupIdCount(long groupId) |
List<MBStatsUser> |
MBStatsUserLocalService.getStatsUsersByUserId(long userId) |
List<Long> |
MBCategoryLocalService.getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId) |
List<Long> |
MBCategoryService.getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId) |
List<MBCategory> |
MBCategoryLocalService.getSubscribedCategories(long groupId,
long userId,
int start,
int end) |
List<MBCategory> |
MBCategoryService.getSubscribedCategories(long groupId,
long userId,
int start,
int end) |
int |
MBCategoryLocalService.getSubscribedCategoriesCount(long groupId,
long userId) |
int |
MBCategoryService.getSubscribedCategoriesCount(long groupId,
long userId) |
MBThread |
MBThreadLocalService.getThread(long threadId) |
int |
MBMessageService.getThreadAnswersCount(long groupId,
long categoryId,
long threadId) |
MBDiscussion |
MBDiscussionLocalService.getThreadDiscussion(long threadId) |
MBThreadFlag |
MBThreadFlagLocalService.getThreadFlag(long userId,
MBThread thread) |
List<MBMessage> |
MBMessageLocalService.getThreadMessages(long threadId,
int status) |
List<MBMessage> |
MBMessageLocalService.getThreadMessages(long threadId,
int status,
Comparator<MBMessage> comparator) |
List<MBMessage> |
MBMessageLocalService.getThreadMessages(long threadId,
int status,
int start,
int end) |
List<MBMessage> |
MBMessageLocalService.getThreadMessages(long userId,
long threadId,
int status,
int start,
int end,
Comparator<MBMessage> comparator) |
List<MBMessage> |
MBMessageService.getThreadMessages(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end) |
int |
MBMessageLocalService.getThreadMessagesCount(long threadId,
int status) |
int |
MBMessageService.getThreadMessagesCount(long groupId,
long categoryId,
long threadId,
int status) |
String |
MBMessageService.getThreadMessagesRSS(long threadId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay) |
List<MBMessage> |
MBMessageLocalService.getThreadRepliesMessages(long threadId,
int status,
int start,
int end) |
List<MBThread> |
MBThreadService.getThreads(long groupId,
long categoryId,
int status,
int start,
int end) |
List<MBThread> |
MBThreadLocalService.getThreads(long groupId,
long categoryId,
int status,
int start,
int end) |
int |
MBThreadService.getThreadsCount(long groupId,
long categoryId,
int status) |
int |
MBThreadLocalService.getThreadsCount(long groupId,
long categoryId,
int status) |
List<MBMessage> |
MBMessageLocalService.getUserDiscussionMessages(long userId,
long[] classNameIds,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc) |
List<MBMessage> |
MBMessageLocalService.getUserDiscussionMessages(long userId,
long classNameId,
long classPK,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc) |
List<MBMessage> |
MBMessageLocalService.getUserDiscussionMessages(long userId,
String className,
long classPK,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc) |
int |
MBMessageLocalService.getUserDiscussionMessagesCount(long userId,
long[] classNameIds,
int status) |
int |
MBMessageLocalService.getUserDiscussionMessagesCount(long userId,
long classNameId,
long classPK,
int status) |
int |
MBMessageLocalService.getUserDiscussionMessagesCount(long userId,
String className,
long classPK,
int status) |
boolean |
MBThreadLocalService.hasAnswerMessage(long threadId) |
boolean |
MBBanLocalService.hasBan(long groupId,
long banUserId) |
boolean |
MBThreadFlagLocalService.hasThreadFlag(long userId,
MBThread thread) |
Hits |
MBThreadService.search(long groupId,
long creatorUserId,
int status,
int start,
int end) |
Hits |
MBThreadLocalService.search(long groupId,
long userId,
long creatorUserId,
int status,
int start,
int end) |
Hits |
MBThreadService.search(long groupId,
long creatorUserId,
long startDate,
long endDate,
int status,
int start,
int end) |
Hits |
MBThreadLocalService.search(long groupId,
long userId,
long creatorUserId,
long startDate,
long endDate,
int status,
int start,
int end) |
Modifier and Type | Interface and Description |
---|---|
interface |
AccountLocalService
Provides the local service interface for Account.
|
interface |
AccountService
Provides the remote service interface for Account.
|
interface |
AddressLocalService
Provides the local service interface for Address.
|
interface |
AddressService
Provides the remote service interface for Address.
|
interface |
BrowserTrackerLocalService
Provides the local service interface for BrowserTracker.
|
interface |
ClassNameLocalService
Provides the local service interface for ClassName.
|
interface |
ClassNameService
Provides the remote service interface for ClassName.
|
interface |
ClusterGroupLocalService
Provides the local service interface for ClusterGroup.
|
interface |
CompanyLocalService
Provides the local service interface for Company.
|
interface |
CompanyService
Provides the remote service interface for Company.
|
interface |
ContactLocalService
Provides the local service interface for Contact.
|
interface |
ContactService
Provides the remote service interface for Contact.
|
interface |
CountryService
Provides the remote service interface for Country.
|
interface |
EmailAddressLocalService
Provides the local service interface for EmailAddress.
|
interface |
EmailAddressService
Provides the remote service interface for EmailAddress.
|
interface |
GroupLocalService
Provides the local service interface for Group.
|
interface |
GroupService
Provides the remote service interface for Group.
|
interface |
ImageLocalService
Provides the local service interface for Image.
|
interface |
ImageService
Provides the remote service interface for Image.
|
interface |
LayoutBranchLocalService
Provides the local service interface for LayoutBranch.
|
interface |
LayoutBranchService
Provides the remote service interface for LayoutBranch.
|
interface |
LayoutFriendlyURLLocalService
Provides the local service interface for LayoutFriendlyURL.
|
interface |
LayoutLocalService
Provides the local service interface for Layout.
|
interface |
LayoutPrototypeLocalService
Provides the local service interface for LayoutPrototype.
|
interface |
LayoutPrototypeService
Provides the remote service interface for LayoutPrototype.
|
interface |
LayoutRevisionLocalService
Provides the local service interface for LayoutRevision.
|
interface |
LayoutRevisionService
Provides the remote service interface for LayoutRevision.
|
interface |
LayoutService
Provides the remote service interface for Layout.
|
interface |
LayoutSetBranchLocalService
Provides the local service interface for LayoutSetBranch.
|
interface |
LayoutSetBranchService
Provides the remote service interface for LayoutSetBranch.
|
interface |
LayoutSetLocalService
Provides the local service interface for LayoutSet.
|
interface |
LayoutSetPrototypeLocalService
Provides the local service interface for LayoutSetPrototype.
|
interface |
LayoutSetPrototypeService
Provides the remote service interface for LayoutSetPrototype.
|
interface |
LayoutSetService
Provides the remote service interface for LayoutSet.
|
interface |
LayoutTemplateLocalService
Provides the local service interface for LayoutTemplate.
|
interface |
ListTypeLocalService
Provides the local service interface for ListType.
|
interface |
ListTypeService
Provides the remote service interface for ListType.
|
interface |
MembershipRequestLocalService
Provides the local service interface for MembershipRequest.
|
interface |
MembershipRequestService
Provides the remote service interface for MembershipRequest.
|
interface |
OrganizationLocalService
Provides the local service interface for Organization.
|
interface |
OrganizationService
Provides the remote service interface for Organization.
|
interface |
OrgLaborLocalService
Provides the local service interface for OrgLabor.
|
interface |
OrgLaborService
Provides the remote service interface for OrgLabor.
|
interface |
PasswordPolicyLocalService
Provides the local service interface for PasswordPolicy.
|
interface |
PasswordPolicyRelLocalService
Provides the local service interface for PasswordPolicyRel.
|
interface |
PasswordPolicyService
Provides the remote service interface for PasswordPolicy.
|
interface |
PasswordTrackerLocalService
Provides the local service interface for PasswordTracker.
|
interface |
PermissionService
Provides the remote service interface for Permission.
|
interface |
PhoneLocalService
Provides the local service interface for Phone.
|
interface |
PhoneService
Provides the remote service interface for Phone.
|
interface |
PluginSettingLocalService
Provides the local service interface for PluginSetting.
|
interface |
PluginSettingService
Provides the remote service interface for PluginSetting.
|
interface |
PortalLocalService
Provides the local service interface for Portal.
|
interface |
PortalPreferencesLocalService
Provides the local service interface for PortalPreferences.
|
interface |
PortalService
Provides the remote service interface for Portal.
|
interface |
PortletItemLocalService
Provides the local service interface for PortletItem.
|
interface |
PortletLocalService
Provides the local service interface for Portlet.
|
interface |
PortletPreferencesLocalService
Provides the local service interface for PortletPreferences.
|
interface |
PortletPreferencesService
Provides the remote service interface for PortletPreferences.
|
interface |
PortletService
Provides the remote service interface for Portlet.
|
interface |
RecentLayoutBranchLocalService
Provides the local service interface for RecentLayoutBranch.
|
interface |
RecentLayoutRevisionLocalService
Provides the local service interface for RecentLayoutRevision.
|
interface |
RecentLayoutSetBranchLocalService
Provides the local service interface for RecentLayoutSetBranch.
|
interface |
RegionService
Provides the remote service interface for Region.
|
interface |
ReleaseLocalService
Provides the local service interface for Release.
|
interface |
RepositoryEntryLocalService
Provides the local service interface for RepositoryEntry.
|
interface |
RepositoryLocalService
Provides the local service interface for Repository.
|
interface |
RepositoryService
Provides the remote service interface for Repository.
|
interface |
ResourceActionLocalService
Provides the local service interface for ResourceAction.
|
interface |
ResourceBlockLocalService
Provides the local service interface for ResourceBlock.
|
interface |
ResourceBlockPermissionLocalService
Provides the local service interface for ResourceBlockPermission.
|
interface |
ResourceBlockService
Provides the remote service interface for ResourceBlock.
|
interface |
ResourceLocalService
Provides the local service interface for Resource.
|
interface |
ResourcePermissionLocalService
Provides the local service interface for ResourcePermission.
|
interface |
ResourcePermissionService
Provides the remote service interface for ResourcePermission.
|
interface |
ResourceTypePermissionLocalService
Provides the local service interface for ResourceTypePermission.
|
interface |
RoleLocalService
Provides the local service interface for Role.
|
interface |
RoleService
Provides the remote service interface for Role.
|
interface |
ServiceComponentLocalService
Provides the local service interface for ServiceComponent.
|
interface |
SubscriptionLocalService
Provides the local service interface for Subscription.
|
interface |
SystemEventLocalService
Provides the local service interface for SystemEvent.
|
interface |
TeamLocalService
Provides the local service interface for Team.
|
interface |
TeamService
Provides the remote service interface for Team.
|
interface |
ThemeLocalService
Provides the local service interface for Theme.
|
interface |
ThemeService
Provides the remote service interface for Theme.
|
interface |
TicketLocalService
Provides the local service interface for Ticket.
|
interface |
UserGroupGroupRoleLocalService
Provides the local service interface for UserGroupGroupRole.
|
interface |
UserGroupGroupRoleService
Provides the remote service interface for UserGroupGroupRole.
|
interface |
UserGroupLocalService
Provides the local service interface for UserGroup.
|
interface |
UserGroupRoleLocalService
Provides the local service interface for UserGroupRole.
|
interface |
UserGroupRoleService
Provides the remote service interface for UserGroupRole.
|
interface |
UserGroupService
Provides the remote service interface for UserGroup.
|
interface |
UserIdMapperLocalService
Provides the local service interface for UserIdMapper.
|
interface |
UserLocalService
Provides the local service interface for User.
|
interface |
UserNotificationDeliveryLocalService
Provides the local service interface for UserNotificationDelivery.
|
interface |
UserNotificationEventLocalService
Provides the local service interface for UserNotificationEvent.
|
interface |
UserService
Provides the remote service interface for User.
|
interface |
UserTrackerLocalService
Provides the local service interface for UserTracker.
|
interface |
UserTrackerPathLocalService
Provides the local service interface for UserTrackerPath.
|
interface |
VirtualHostLocalService
Provides the local service interface for VirtualHost.
|
interface |
WebDAVPropsLocalService
Provides the local service interface for WebDAVProps.
|
interface |
WebsiteLocalService
Provides the local service interface for Website.
|
interface |
WebsiteService
Provides the remote service interface for Website.
|
interface |
WorkflowDefinitionLinkLocalService
Provides the local service interface for WorkflowDefinitionLink.
|
interface |
WorkflowInstanceLinkLocalService
Provides the local service interface for WorkflowInstanceLink.
|
Modifier and Type | Method and Description |
---|---|
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)
Attempts to authenticate the user using HTTP digest access
authentication, without using the AuthPipeline.
|
boolean |
UserLocalService.authenticateForJAAS(long userId,
String encPassword)
Attempts to authenticate the user using JAAS credentials, without using
the AuthPipeline.
|
void |
ClassNameLocalService.checkClassNames() |
Company |
CompanyLocalService.checkCompany(String webId,
String mx)
Returns the company with the web domain and mail domain.
|
void |
GroupLocalService.checkCompanyGroup(long companyId)
Adds a company group if it does not exist.
|
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.clearCompanyPortletsPool()
Deprecated.
As of Wilberforce (7.0.x), replaced by
#clearPortletsMap) |
void |
PortletLocalService.clearPortletsMap() |
Account |
AccountLocalService.createAccount(long accountId)
Creates a new account with the primary key.
|
Address |
AddressLocalService.createAddress(long addressId)
Creates a new address with the primary key.
|
BrowserTracker |
BrowserTrackerLocalService.createBrowserTracker(long browserTrackerId)
Creates a new browser tracker with the primary key.
|
ClassName |
ClassNameLocalService.createClassName(long classNameId)
Creates a new class name with the primary key.
|
ClusterGroup |
ClusterGroupLocalService.createClusterGroup(long clusterGroupId)
Creates a new cluster group with the primary key.
|
Company |
CompanyLocalService.createCompany(long companyId)
Creates a new company with the primary key.
|
Contact |
ContactLocalService.createContact(long contactId)
Creates a new contact with the primary key.
|
EmailAddress |
EmailAddressLocalService.createEmailAddress(long emailAddressId)
Creates a new email address with the primary key.
|
Group |
GroupLocalService.createGroup(long groupId)
Creates a new group with the primary key.
|
Image |
ImageLocalService.createImage(long imageId)
Creates a new image with the primary key.
|
Layout |
LayoutLocalService.createLayout(long plid)
Creates a new layout with the primary key.
|
LayoutBranch |
LayoutBranchLocalService.createLayoutBranch(long layoutBranchId)
Creates a new layout branch with the primary key.
|
LayoutFriendlyURL |
LayoutFriendlyURLLocalService.createLayoutFriendlyURL(long layoutFriendlyURLId)
Creates a new layout friendly url with the primary key.
|
LayoutPrototype |
LayoutPrototypeLocalService.createLayoutPrototype(long layoutPrototypeId)
Creates a new layout prototype with the primary key.
|
LayoutRevision |
LayoutRevisionLocalService.createLayoutRevision(long layoutRevisionId)
Creates a new layout revision with the primary key.
|
LayoutSet |
LayoutSetLocalService.createLayoutSet(long layoutSetId)
Creates a new layout set with the primary key.
|
LayoutSetBranch |
LayoutSetBranchLocalService.createLayoutSetBranch(long layoutSetBranchId)
Creates a new layout set branch with the primary key.
|
LayoutSetPrototype |
LayoutSetPrototypeLocalService.createLayoutSetPrototype(long layoutSetPrototypeId)
Creates a new layout set prototype with the primary key.
|
ListType |
ListTypeLocalService.createListType(long listTypeId)
Creates a new list type with the primary key.
|
MembershipRequest |
MembershipRequestLocalService.createMembershipRequest(long membershipRequestId)
Creates a new membership request with the primary key.
|
Organization |
OrganizationLocalService.createOrganization(long organizationId)
Creates a new organization with the primary key.
|
OrgLabor |
OrgLaborLocalService.createOrgLabor(long orgLaborId)
Creates a new org labor with the primary key.
|
PasswordPolicy |
PasswordPolicyLocalService.createPasswordPolicy(long passwordPolicyId)
Creates a new password policy with the primary key.
|
PasswordPolicyRel |
PasswordPolicyRelLocalService.createPasswordPolicyRel(long passwordPolicyRelId)
Creates a new password policy rel with the primary key.
|
PasswordTracker |
PasswordTrackerLocalService.createPasswordTracker(long passwordTrackerId)
Creates a new password tracker with the primary key.
|
Phone |
PhoneLocalService.createPhone(long phoneId)
Creates a new phone with the primary key.
|
PluginSetting |
PluginSettingLocalService.createPluginSetting(long pluginSettingId)
Creates a new plugin setting with the primary key.
|
PortalPreferences |
PortalPreferencesLocalService.createPortalPreferences(long portalPreferencesId)
Creates a new portal preferences with the primary key.
|
Portlet |
PortletLocalService.createPortlet(long id)
Creates a new portlet with the primary key.
|
PortletItem |
PortletItemLocalService.createPortletItem(long portletItemId)
|