Modifier and Type | Class and Description |
---|---|
class |
EntryContentException |
class |
EntryDisplayDateException |
class |
EntryExpirationDateException |
class |
EntryTitleException |
class |
EntryURLException |
class |
NoSuchDeliveryException |
class |
NoSuchEntryException |
class |
NoSuchFlagException |
Modifier and Type | Method and Description |
---|---|
long |
AnnouncementsEntry.getGroupId() |
long |
AnnouncementsEntryWrapper.getGroupId() |
Modifier and Type | Method and Description |
---|---|
AnnouncementsEntry |
AnnouncementsEntryLocalService.addEntry(long userId,
long classNameId,
long classPK,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority,
boolean alert) |
AnnouncementsEntry |
AnnouncementsEntryLocalServiceWrapper.addEntry(long userId,
long classNameId,
long classPK,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority,
boolean alert) |
static AnnouncementsEntry |
AnnouncementsEntryLocalServiceUtil.addEntry(long userId,
long classNameId,
long classPK,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority,
boolean alert) |
AnnouncementsEntry |
AnnouncementsEntryServiceWrapper.addEntry(long classNameId,
long classPK,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority,
boolean alert) |
static AnnouncementsEntry |
AnnouncementsEntryServiceUtil.addEntry(long classNameId,
long classPK,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority,
boolean alert) |
AnnouncementsEntry |
AnnouncementsEntryService.addEntry(long classNameId,
long classPK,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority,
boolean alert) |
void |
AnnouncementsFlagService.addFlag(long entryId,
int value) |
void |
AnnouncementsFlagServiceWrapper.addFlag(long entryId,
int value) |
static void |
AnnouncementsFlagServiceUtil.addFlag(long entryId,
int value) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.addUserDelivery(long userId,
String type) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.addUserDelivery(long userId,
String type) |
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.addUserDelivery(long userId,
String type) |
void |
AnnouncementsEntryLocalService.checkEntries() |
void |
AnnouncementsEntryLocalServiceWrapper.checkEntries() |
static void |
AnnouncementsEntryLocalServiceUtil.checkEntries() |
void |
AnnouncementsEntryLocalService.checkEntries(Date startDate,
Date endDate) |
void |
AnnouncementsEntryLocalServiceWrapper.checkEntries(Date startDate,
Date endDate) |
static void |
AnnouncementsEntryLocalServiceUtil.checkEntries(Date startDate,
Date endDate) |
PersistedModel |
AnnouncementsDeliveryLocalService.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AnnouncementsEntryLocalService.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AnnouncementsEntryLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AnnouncementsFlagLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AnnouncementsFlagLocalService.createPersistedModel(Serializable primaryKeyObj) |
static PersistedModel |
AnnouncementsFlagLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AnnouncementsDeliveryLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) |
static PersistedModel |
AnnouncementsDeliveryLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) |
static PersistedModel |
AnnouncementsEntryLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.deleteAnnouncementsDelivery(long deliveryId)
Deletes the announcements delivery with the primary key from the database.
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.deleteAnnouncementsDelivery(long deliveryId)
Deletes the announcements delivery with the primary key from the database.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.deleteAnnouncementsDelivery(long deliveryId)
Deletes the announcements delivery with the primary key from the database.
|
AnnouncementsEntry |
AnnouncementsEntryLocalService.deleteAnnouncementsEntry(long entryId)
Deletes the announcements entry with the primary key from the database.
|
AnnouncementsEntry |
AnnouncementsEntryLocalServiceWrapper.deleteAnnouncementsEntry(long entryId)
Deletes the announcements entry with the primary key from the database.
|
static AnnouncementsEntry |
AnnouncementsEntryLocalServiceUtil.deleteAnnouncementsEntry(long entryId)
Deletes the announcements entry with the primary key from the database.
|
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.deleteAnnouncementsFlag(long flagId)
Deletes the announcements flag with the primary key from the database.
|
AnnouncementsFlag |
AnnouncementsFlagLocalService.deleteAnnouncementsFlag(long flagId)
Deletes the announcements flag with the primary key from the database.
|
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.deleteAnnouncementsFlag(long flagId)
Deletes the announcements flag with the primary key from the database.
|
void |
AnnouncementsDeliveryLocalService.deleteDelivery(long deliveryId) |
void |
AnnouncementsDeliveryLocalServiceWrapper.deleteDelivery(long deliveryId) |
static void |
AnnouncementsDeliveryLocalServiceUtil.deleteDelivery(long deliveryId) |
void |
AnnouncementsEntryLocalService.deleteEntries(long classNameId,
long classPK) |
void |
AnnouncementsEntryLocalServiceWrapper.deleteEntries(long classNameId,
long classPK) |
static void |
AnnouncementsEntryLocalServiceUtil.deleteEntries(long classNameId,
long classPK) |
void |
AnnouncementsEntryLocalService.deleteEntries(long companyId,
long classNameId,
long classPK) |
void |
AnnouncementsEntryLocalServiceWrapper.deleteEntries(long companyId,
long classNameId,
long classPK) |
static void |
AnnouncementsEntryLocalServiceUtil.deleteEntries(long companyId,
long classNameId,
long classPK) |
void |
AnnouncementsEntryLocalService.deleteEntry(AnnouncementsEntry entry) |
void |
AnnouncementsEntryLocalServiceWrapper.deleteEntry(AnnouncementsEntry entry) |
static void |
AnnouncementsEntryLocalServiceUtil.deleteEntry(AnnouncementsEntry entry) |
void |
AnnouncementsEntryServiceWrapper.deleteEntry(long entryId) |
static void |
AnnouncementsEntryServiceUtil.deleteEntry(long entryId) |
void |
AnnouncementsEntryLocalService.deleteEntry(long entryId) |
void |
AnnouncementsEntryService.deleteEntry(long entryId) |
void |
AnnouncementsEntryLocalServiceWrapper.deleteEntry(long entryId) |
static void |
AnnouncementsEntryLocalServiceUtil.deleteEntry(long entryId) |
void |
AnnouncementsFlagService.deleteFlag(long flagId) |
void |
AnnouncementsFlagLocalServiceWrapper.deleteFlag(long flagId) |
void |
AnnouncementsFlagLocalService.deleteFlag(long flagId) |
static void |
AnnouncementsFlagLocalServiceUtil.deleteFlag(long flagId) |
void |
AnnouncementsFlagServiceWrapper.deleteFlag(long flagId) |
static void |
AnnouncementsFlagServiceUtil.deleteFlag(long flagId) |
PersistedModel |
AnnouncementsDeliveryLocalService.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
AnnouncementsEntryLocalService.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
AnnouncementsEntryLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
AnnouncementsFlagLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
AnnouncementsFlagLocalService.deletePersistedModel(PersistedModel persistedModel) |
static PersistedModel |
AnnouncementsFlagLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
AnnouncementsDeliveryLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) |
static PersistedModel |
AnnouncementsDeliveryLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) |
static PersistedModel |
AnnouncementsEntryLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.getAnnouncementsDelivery(long deliveryId)
Returns the announcements delivery with the primary key.
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.getAnnouncementsDelivery(long deliveryId)
Returns the announcements delivery with the primary key.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.getAnnouncementsDelivery(long deliveryId)
Returns the announcements delivery with the primary key.
|
AnnouncementsEntry |
AnnouncementsEntryLocalService.getAnnouncementsEntry(long entryId)
Returns the announcements entry with the primary key.
|
AnnouncementsEntry |
AnnouncementsEntryLocalServiceWrapper.getAnnouncementsEntry(long entryId)
Returns the announcements entry with the primary key.
|
static AnnouncementsEntry |
AnnouncementsEntryLocalServiceUtil.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.
|
AnnouncementsEntry |
AnnouncementsEntryLocalServiceWrapper.getAnnouncementsEntryByUuidAndCompanyId(String uuid,
long companyId)
Returns the announcements entry with the matching UUID and company.
|
static AnnouncementsEntry |
AnnouncementsEntryLocalServiceUtil.getAnnouncementsEntryByUuidAndCompanyId(String uuid,
long companyId)
Returns the announcements entry with the matching UUID and company.
|
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.getAnnouncementsFlag(long flagId)
Returns the announcements flag with the primary key.
|
AnnouncementsFlag |
AnnouncementsFlagLocalService.getAnnouncementsFlag(long flagId)
Returns the announcements flag with the primary key.
|
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.getAnnouncementsFlag(long flagId)
Returns the announcements flag with the primary key.
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.getDelivery(long deliveryId) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.getDelivery(long deliveryId) |
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.getDelivery(long deliveryId) |
AnnouncementsEntry |
AnnouncementsEntryServiceWrapper.getEntry(long entryId) |
static AnnouncementsEntry |
AnnouncementsEntryServiceUtil.getEntry(long entryId) |
AnnouncementsEntry |
AnnouncementsEntryLocalService.getEntry(long entryId) |
AnnouncementsEntry |
AnnouncementsEntryService.getEntry(long entryId) |
AnnouncementsEntry |
AnnouncementsEntryLocalServiceWrapper.getEntry(long entryId) |
static AnnouncementsEntry |
AnnouncementsEntryLocalServiceUtil.getEntry(long entryId) |
AnnouncementsFlag |
AnnouncementsFlagService.getFlag(long entryId,
int value) |
AnnouncementsFlag |
AnnouncementsFlagServiceWrapper.getFlag(long entryId,
int value) |
static AnnouncementsFlag |
AnnouncementsFlagServiceUtil.getFlag(long entryId,
int value) |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.getFlag(long userId,
long entryId,
int value) |
AnnouncementsFlag |
AnnouncementsFlagLocalService.getFlag(long userId,
long entryId,
int value) |
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.getFlag(long userId,
long entryId,
int value) |
PersistedModel |
AnnouncementsDeliveryLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AnnouncementsEntryLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AnnouncementsEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AnnouncementsFlagLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AnnouncementsFlagLocalService.getPersistedModel(Serializable primaryKeyObj) |
static PersistedModel |
AnnouncementsFlagLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AnnouncementsDeliveryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) |
static PersistedModel |
AnnouncementsDeliveryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) |
static PersistedModel |
AnnouncementsEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) |
List<AnnouncementsDelivery> |
AnnouncementsDeliveryLocalService.getUserDeliveries(long userId) |
List<AnnouncementsDelivery> |
AnnouncementsDeliveryLocalServiceWrapper.getUserDeliveries(long userId) |
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryLocalServiceUtil.getUserDeliveries(long userId) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.getUserDelivery(long userId,
String type) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.getUserDelivery(long userId,
String type) |
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.getUserDelivery(long userId,
String type) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.updateDelivery(long userId,
String type,
boolean email,
boolean sms) |
static AnnouncementsDelivery |
AnnouncementsDeliveryServiceUtil.updateDelivery(long userId,
String type,
boolean email,
boolean sms) |
AnnouncementsDelivery |
AnnouncementsDeliveryService.updateDelivery(long userId,
String type,
boolean email,
boolean sms) |
AnnouncementsDelivery |
AnnouncementsDeliveryServiceWrapper.updateDelivery(long userId,
String type,
boolean email,
boolean sms) |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.updateDelivery(long userId,
String type,
boolean email,
boolean sms) |
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.updateDelivery(long userId,
String type,
boolean email,
boolean sms) |
AnnouncementsEntry |
AnnouncementsEntryServiceWrapper.updateEntry(long entryId,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority) |
static AnnouncementsEntry |
AnnouncementsEntryServiceUtil.updateEntry(long entryId,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority) |
AnnouncementsEntry |
AnnouncementsEntryLocalService.updateEntry(long entryId,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority) |
AnnouncementsEntry |
AnnouncementsEntryService.updateEntry(long entryId,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority) |
AnnouncementsEntry |
AnnouncementsEntryLocalServiceWrapper.updateEntry(long entryId,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority) |
static AnnouncementsEntry |
AnnouncementsEntryLocalServiceUtil.updateEntry(long entryId,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority) |
Modifier and Type | Method and Description |
---|---|
static LinkedHashMap<Long,long[]> |
AnnouncementsUtil.getAnnouncementScopes(User user) |
static List<Group> |
AnnouncementsUtil.getGroups(ThemeDisplay themeDisplay) |
static List<Organization> |
AnnouncementsUtil.getOrganizations(ThemeDisplay themeDisplay) |
static List<Role> |
AnnouncementsUtil.getRoles(ThemeDisplay themeDisplay) |
static boolean |
AnnouncementsUtil.hasManageAnnouncementsPermission(Role role,
PermissionChecker permissionChecker) |
Modifier and Type | Class and Description |
---|---|
class |
NoSuchClassTypeException |
class |
NoSuchClassTypeFieldException |
Modifier and Type | Method and Description |
---|---|
String |
AssetEntryAction.getDialogURL(javax.servlet.http.HttpServletRequest httpServletRequest,
AssetRenderer<T> assetRenderer) |
boolean |
AssetEntryAction.hasPermission(PermissionChecker permissionChecker,
AssetRenderer<T> assetRenderer) |
Modifier and Type | Class and Description |
---|---|
class |
AssetCategoryException |
class |
AssetCategoryNameException |
class |
AssetLinkException |
class |
AssetTagException |
class |
AssetTagNameException |
class |
CategoryNameException |
class |
CategoryPropertyKeyException |
class |
CategoryPropertyValueException |
class |
DuplicateCategoryException |
class |
DuplicateCategoryPropertyException |
class |
DuplicateQueryRuleException |
class |
DuplicateTagException |
class |
DuplicateVocabularyException |
class |
InvalidAssetCategoryException |
class |
NoSuchCategoryException |
class |
NoSuchCategoryPropertyException |
class |
NoSuchLinkException |
class |
NoSuchTagException |
class |
NoSuchVocabularyException |
class |
VocabularyNameException |
Modifier and Type | Method and Description |
---|---|
String |
AssetCategoryWrapper.buildTreePath() |
List<AssetCategory> |
AssetCategoryWrapper.getAncestors() |
List<AssetCategory> |
AssetCategory.getAncestors() |
AssetEntry |
AssetRendererFactory.getAssetEntry(long assetEntryId) |
AssetEntry |
BaseAssetRendererFactory.getAssetEntry(long assetEntryId) |
AssetEntry |
AssetRendererFactory.getAssetEntry(String classNameId,
long classPK) |
AssetEntry |
BaseAssetRendererFactory.getAssetEntry(String className,
long classPK) |
AssetRenderer<T> |
AssetRendererFactory.getAssetRenderer(long classPK) |
AssetRenderer<T> |
BaseAssetRendererFactory.getAssetRenderer(long classPK) |
AssetRenderer<T> |
AssetRendererFactory.getAssetRenderer(long classPK,
int type) |
AssetRenderer<T> |
AssetRendererFactory.getAssetRenderer(long groupId,
String urlTitle) |
AssetRenderer<T> |
BaseAssetRendererFactory.getAssetRenderer(long groupId,
String urlTitle) |
AssetRenderer<T> |
AssetRendererFactory.getAssetRenderer(T entry,
int type) |
AssetRenderer<T> |
BaseAssetRendererFactory.getAssetRenderer(T entry,
int type) |
ClassType |
BaseDDMStructureClassTypeReader.getClassType(long classTypeId,
Locale locale) |
ClassType |
NullClassTypeReader.getClassType(long classTypeId,
Locale locale) |
ClassType |
ClassTypeReader.getClassType(long classTypeId,
Locale locale) |
ClassTypeField |
ClassType.getClassTypeField(String fieldName) |
ClassTypeField |
DDMStructureClassType.getClassTypeField(String fieldName) |
List<ClassTypeField> |
ClassType.getClassTypeFields() |
List<ClassTypeField> |
DDMStructureClassType.getClassTypeFields() |
List<ClassTypeField> |
ClassType.getClassTypeFields(int start,
int end) |
List<ClassTypeField> |
DDMStructureClassType.getClassTypeFields(int start,
int end) |
protected List<ClassTypeField> |
DDMStructureClassType.getClassTypeFields(long ddmStructureId) |
int |
ClassType.getClassTypeFieldsCount() |
int |
DDMStructureClassType.getClassTypeFieldsCount() |
protected long |
BaseAssetRenderer.getControlPanelPlid(LiferayPortletRequest liferayPortletRequest) |
protected long |
BaseAssetRenderer.getControlPanelPlid(ThemeDisplay themeDisplay) |
protected long |
BaseAssetRendererFactory.getControlPanelPlid(ThemeDisplay themeDisplay) |
List<DDMFormFieldValue> |
BaseDDMFormValuesReader.getDDMFormFieldValues(String ddmFormFieldType) |
List<DDMFormFieldValue> |
DDMFormValuesReader.getDDMFormFieldValues(String ddmFormFieldType) |
DDMFormValues |
DDMFormValuesReader.getDDMFormValues() |
String |
Renderer.getIconCssClass() |
String |
BaseAssetRenderer.getIconCssClass() |
String |
AssetCategoryWrapper.getPath(Locale locale) |
String |
AssetCategory.getPath(Locale locale) |
String |
AssetCategoryWrapper.getPath(Locale locale,
boolean reverse) |
String |
AssetCategory.getPath(Locale locale,
boolean reverse) |
String |
AssetVocabulary.getUnambiguousTitle(List<AssetVocabulary> vocabularies,
long groupId,
Locale locale) |
String |
AssetVocabularyWrapper.getUnambiguousTitle(List<AssetVocabulary> vocabularies,
long groupId,
Locale locale) |
PortletURL |
AssetRendererFactory.getURLAdd(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
long classTypeId) |
PortletURL |
BaseAssetRendererFactory.getURLAdd(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
long classTypeId) |
PortletURL |
AssetRendererFactory.getURLView(LiferayPortletResponse liferayPortletResponse,
WindowState windowState) |
PortletURL |
BaseAssetRendererFactory.getURLView(LiferayPortletResponse liferayPortletResponse,
WindowState windowState) |
boolean |
AssetRenderer.hasEditPermission(PermissionChecker permissionChecker) |
boolean |
BaseAssetRenderer.hasEditPermission(PermissionChecker permissionChecker) |
boolean |
AssetRenderer.hasViewPermission(PermissionChecker permissionChecker) |
boolean |
BaseAssetRenderer.hasViewPermission(PermissionChecker permissionChecker) |
Modifier and Type | Method and Description |
---|---|
AssetCategory |
AssetCategoryLocalServiceWrapper.addCategory(long userId,
long groupId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext) |
static AssetCategory |
AssetCategoryLocalServiceUtil.addCategory(long userId,
long groupId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext) |
AssetCategory |
AssetCategoryLocalService.addCategory(long userId,
long groupId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext) |
static AssetCategory |
AssetCategoryServiceUtil.addCategory(long groupId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext) |
AssetCategory |
AssetCategoryServiceWrapper.addCategory(long groupId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext) |
AssetCategory |
AssetCategoryService.addCategory(long groupId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext) |
AssetCategory |
AssetCategoryLocalServiceWrapper.addCategory(long userId,
long groupId,
String title,
long vocabularyId,
ServiceContext serviceContext) |
static AssetCategory |
AssetCategoryLocalServiceUtil.addCategory(long userId,
long groupId,
String title,
long vocabularyId,
ServiceContext serviceContext) |
AssetCategory |
AssetCategoryLocalService.addCategory(long userId,
long groupId,
String title,
long vocabularyId,
ServiceContext serviceContext) |
static AssetCategory |
AssetCategoryServiceUtil.addCategory(long groupId,
String title,
long vocabularyId,
ServiceContext serviceContext) |
AssetCategory |
AssetCategoryServiceWrapper.addCategory(long groupId,
String title,
long vocabularyId,
ServiceContext serviceContext) |
AssetCategory |
AssetCategoryService.addCategory(long groupId,
String title,
long vocabularyId,
ServiceContext serviceContext) |
AssetCategoryProperty |
AssetCategoryPropertyLocalService.addCategoryProperty(long userId,
long categoryId,
String key,
String value)
Deprecated.
|
static AssetCategoryProperty |
AssetCategoryPropertyLocalServiceUtil.addCategoryProperty(long userId,
long categoryId,
String key,
String value)
Deprecated.
|
AssetCategoryProperty |
AssetCategoryPropertyLocalServiceWrapper.addCategoryProperty(long userId,
long categoryId,
String key,
String value)
Deprecated.
|
AssetCategoryProperty |
AssetCategoryPropertyService.addCategoryProperty(long entryId,
String key,
String value)
Deprecated.
|
static AssetCategoryProperty |
AssetCategoryPropertyServiceUtil.addCategoryProperty(long entryId,
String key,
String value)
Deprecated.
|
AssetCategoryProperty |
AssetCategoryPropertyServiceWrapper.addCategoryProperty(long entryId,
String key,
String value)
Deprecated.
|
void |
AssetCategoryLocalServiceWrapper.addCategoryResources(AssetCategory category,
boolean addGroupPermissions,
boolean addGuestPermissions) |
static void |
AssetCategoryLocalServiceUtil.addCategoryResources(AssetCategory category,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
AssetCategoryLocalService.addCategoryResources(AssetCategory category,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
AssetCategoryLocalServiceWrapper.addCategoryResources(AssetCategory category,
ModelPermissions modelPermissions) |
static void |
AssetCategoryLocalServiceUtil.addCategoryResources(AssetCategory category,
ModelPermissions modelPermissions) |
void |
AssetCategoryLocalService.addCategoryResources(AssetCategory category,
ModelPermissions modelPermissions) |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.addDefaultVocabulary(long groupId) |
AssetVocabulary |
AssetVocabularyLocalService.addDefaultVocabulary(long groupId) |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.addDefaultVocabulary(long groupId) |
AssetLink |
AssetLinkLocalService.addLink(long userId,
long entryId1,
long entryId2,
int type,
int weight)
Adds a new asset link.
|
AssetLink |
AssetLinkLocalServiceWrapper.addLink(long userId,
long entryId1,
long entryId2,
int type,
int weight)
Adds a new asset link.
|
static AssetLink |
AssetLinkLocalServiceUtil.addLink(long userId,
long entryId1,
long entryId2,
int type,
int weight)
Adds a new asset link.
|
AssetTag |
AssetTagLocalService.addTag(long userId,
long groupId,
String name,
ServiceContext serviceContext)
Adds an asset tag.
|
static AssetTag |
AssetTagLocalServiceUtil.addTag(long userId,
long groupId,
String name,
ServiceContext serviceContext)
Adds an asset tag.
|
AssetTag |
AssetTagLocalServiceWrapper.addTag(long userId,
long groupId,
String name,
ServiceContext serviceContext)
Adds an asset tag.
|
static AssetTag |
AssetTagServiceUtil.addTag(long groupId,
String name,
ServiceContext serviceContext) |
AssetTag |
AssetTagService.addTag(long groupId,
String name,
ServiceContext serviceContext) |
AssetTag |
AssetTagServiceWrapper.addTag(long groupId,
String name,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.addVocabulary(long userId,
long groupId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyLocalService.addVocabulary(long userId,
long groupId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType,
ServiceContext serviceContext) |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.addVocabulary(long userId,
long groupId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.addVocabulary(long userId,
long groupId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyLocalService.addVocabulary(long userId,
long groupId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.addVocabulary(long userId,
long groupId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.addVocabulary(long userId,
long groupId,
String title,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyLocalService.addVocabulary(long userId,
long groupId,
String title,
ServiceContext serviceContext) |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.addVocabulary(long userId,
long groupId,
String title,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.addVocabulary(long userId,
long groupId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyLocalService.addVocabulary(long userId,
long groupId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType,
ServiceContext serviceContext) |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.addVocabulary(long userId,
long groupId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.addVocabulary(long userId,
long groupId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyLocalService.addVocabulary(long userId,
long groupId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.addVocabulary(long userId,
long groupId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
static AssetVocabulary |
AssetVocabularyServiceUtil.addVocabulary(long groupId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyServiceWrapper.addVocabulary(long groupId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyService.addVocabulary(long groupId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType,
ServiceContext serviceContext) |
static AssetVocabulary |
AssetVocabularyServiceUtil.addVocabulary(long groupId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyServiceWrapper.addVocabulary(long groupId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyService.addVocabulary(long groupId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
static AssetVocabulary |
AssetVocabularyServiceUtil.addVocabulary(long groupId,
String title,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyServiceWrapper.addVocabulary(long groupId,
String title,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyService.addVocabulary(long groupId,
String title,
ServiceContext serviceContext) |
static AssetVocabulary |
AssetVocabularyServiceUtil.addVocabulary(long groupId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyServiceWrapper.addVocabulary(long groupId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyService.addVocabulary(long groupId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
void |
AssetVocabularyLocalServiceWrapper.addVocabularyResources(AssetVocabulary vocabulary,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
AssetVocabularyLocalService.addVocabularyResources(AssetVocabulary vocabulary,
boolean addGroupPermissions,
boolean addGuestPermissions) |
static void |
AssetVocabularyLocalServiceUtil.addVocabularyResources(AssetVocabulary vocabulary,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
AssetVocabularyLocalServiceWrapper.addVocabularyResources(AssetVocabulary vocabulary,
ModelPermissions modelPermissions) |
void |
AssetVocabularyLocalService.addVocabularyResources(AssetVocabulary vocabulary,
ModelPermissions modelPermissions) |
static void |
AssetVocabularyLocalServiceUtil.addVocabularyResources(AssetVocabulary vocabulary,
ModelPermissions modelPermissions) |
List<AssetTag> |
AssetTagLocalService.checkTags(long userId,
Group group,
String[] names)
Returns the asset tags matching the group and names, creating new asset
tags matching the names if the group doesn't already have them.
|
static List<AssetTag> |
AssetTagLocalServiceUtil.checkTags(long userId,
Group group,
String[] names)
Returns the asset tags matching the group and names, creating new asset
tags matching the names if the group doesn't already have them.
|
List<AssetTag> |
AssetTagLocalServiceWrapper.checkTags(long userId,
Group group,
String[] names)
Returns the asset tags matching the group and names, creating new asset
tags matching the names if the group doesn't already have them.
|
List<AssetTag> |
AssetTagLocalService.checkTags(long userId,
long groupId,
String[] names)
Returns the asset tags matching the group and names, creating new asset
tags matching the names if the group doesn't already have them.
|
static List<AssetTag> |
AssetTagLocalServiceUtil.checkTags(long userId,
long groupId,
String[] names)
Returns the asset tags matching the group and names, creating new asset
tags matching the names if the group doesn't already have them.
|
List<AssetTag> |
AssetTagLocalServiceWrapper.checkTags(long userId,
long groupId,
String[] names)
Returns the asset tags matching the group and names, creating new asset
tags matching the names if the group doesn't already have them.
|
PersistedModel |
AssetTagLocalService.createPersistedModel(Serializable primaryKeyObj) |
static PersistedModel |
AssetEntryLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetLinkLocalService.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetVocabularyLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetCategoryLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetVocabularyLocalService.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetCategoryPropertyLocalService.createPersistedModel(Serializable primaryKeyObj)
Deprecated.
|
static PersistedModel |
AssetCategoryPropertyLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj)
Deprecated.
|
static PersistedModel |
AssetTagLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetTagLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) |
static PersistedModel |
AssetCategoryLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetCategoryPropertyLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj)
Deprecated.
|
PersistedModel |
AssetLinkLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) |
static PersistedModel |
AssetVocabularyLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetCategoryLocalService.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetEntryLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) |
static PersistedModel |
AssetLinkLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetEntryLocalService.createPersistedModel(Serializable primaryKeyObj) |
AssetTag |
AssetTagLocalService.decrementAssetCount(long tagId,
long classNameId)
Decrements the number of assets to which the asset tag has been applied.
|
static AssetTag |
AssetTagLocalServiceUtil.decrementAssetCount(long tagId,
long classNameId)
Decrements the number of assets to which the asset tag has been applied.
|
AssetTag |
AssetTagLocalServiceWrapper.decrementAssetCount(long tagId,
long classNameId)
Decrements the number of assets to which the asset tag has been applied.
|
AssetCategory |
AssetCategoryLocalServiceWrapper.deleteAssetCategory(long categoryId)
Deletes the asset category with the primary key from the database.
|
static AssetCategory |
AssetCategoryLocalServiceUtil.deleteAssetCategory(long categoryId)
Deletes the asset category with the primary key from the database.
|
AssetCategory |
AssetCategoryLocalService.deleteAssetCategory(long categoryId)
Deletes the asset category with the primary key from the database.
|
AssetCategoryProperty |
AssetCategoryPropertyLocalService.deleteAssetCategoryProperty(long categoryPropertyId)
Deprecated.
Deletes the asset category property with the primary key from the database.
|
static AssetCategoryProperty |
AssetCategoryPropertyLocalServiceUtil.deleteAssetCategoryProperty(long categoryPropertyId)
Deprecated.
Deletes the asset category property with the primary key from the database.
|
AssetCategoryProperty |
AssetCategoryPropertyLocalServiceWrapper.deleteAssetCategoryProperty(long categoryPropertyId)
Deprecated.
Deletes the asset category property with the primary key from the database.
|
static AssetEntry |
AssetEntryLocalServiceUtil.deleteAssetEntry(long entryId)
Deletes the asset entry with the primary key from the database.
|
AssetEntry |
AssetEntryLocalServiceWrapper.deleteAssetEntry(long entryId)
Deletes the asset entry with the primary key from the database.
|
AssetEntry |
AssetEntryLocalService.deleteAssetEntry(long entryId)
Deletes the asset entry with the primary key from the database.
|
AssetLink |
AssetLinkLocalService.deleteAssetLink(long linkId)
Deletes the asset link with the primary key from the database.
|
AssetLink |
AssetLinkLocalServiceWrapper.deleteAssetLink(long linkId)
Deletes the asset link with the primary key from the database.
|
static AssetLink |
AssetLinkLocalServiceUtil.deleteAssetLink(long linkId)
Deletes the asset link with the primary key from the database.
|
AssetTag |
AssetTagLocalService.deleteAssetTag(long tagId)
Deletes the asset tag with the primary key from the database.
|
static AssetTag |
AssetTagLocalServiceUtil.deleteAssetTag(long tagId)
Deletes the asset tag with the primary key from the database.
|
AssetTag |
AssetTagLocalServiceWrapper.deleteAssetTag(long tagId)
Deletes the asset tag with the primary key from the database.
|
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.deleteAssetVocabulary(long vocabularyId)
Deletes the asset vocabulary with the primary key from the database.
|
AssetVocabulary |
AssetVocabularyLocalService.deleteAssetVocabulary(long vocabularyId)
Deletes the asset vocabulary with the primary key from the database.
|
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.deleteAssetVocabulary(long vocabularyId)
Deletes the asset vocabulary with the primary key from the database.
|
void |
AssetCategoryLocalServiceWrapper.deleteCategories(List<AssetCategory> categories) |
static void |
AssetCategoryLocalServiceUtil.deleteCategories(List<AssetCategory> categories) |
void |
AssetCategoryLocalService.deleteCategories(List<AssetCategory> categories) |
static void |
AssetCategoryServiceUtil.deleteCategories(long[] categoryIds) |
void |
AssetCategoryLocalServiceWrapper.deleteCategories(long[] categoryIds) |
static void |
AssetCategoryLocalServiceUtil.deleteCategories(long[] categoryIds) |
void |
AssetCategoryServiceWrapper.deleteCategories(long[] categoryIds) |
void |
AssetCategoryService.deleteCategories(long[] categoryIds) |
void |
AssetCategoryLocalService.deleteCategories(long[] categoryIds) |
AssetCategory |
AssetCategoryLocalServiceWrapper.deleteCategory(AssetCategory category) |
static AssetCategory |
AssetCategoryLocalServiceUtil.deleteCategory(AssetCategory category) |
AssetCategory |
AssetCategoryLocalService.deleteCategory(AssetCategory category) |
AssetCategory |
AssetCategoryLocalServiceWrapper.deleteCategory(AssetCategory category,
boolean skipRebuildTree) |
static AssetCategory |
AssetCategoryLocalServiceUtil.deleteCategory(AssetCategory category,
boolean skipRebuildTree) |
AssetCategory |
AssetCategoryLocalService.deleteCategory(AssetCategory category,
boolean skipRebuildTree) |
static void |
AssetCategoryServiceUtil.deleteCategory(long categoryId) |
AssetCategory |
AssetCategoryLocalServiceWrapper.deleteCategory(long categoryId) |
static AssetCategory |
AssetCategoryLocalServiceUtil.deleteCategory(long categoryId) |
void |
AssetCategoryServiceWrapper.deleteCategory(long categoryId) |
void |
AssetCategoryService.deleteCategory(long categoryId) |
AssetCategory |
AssetCategoryLocalService.deleteCategory(long categoryId) |
void |
AssetCategoryPropertyLocalService.deleteCategoryProperty(long categoryPropertyId)
Deprecated.
|
static void |
AssetCategoryPropertyLocalServiceUtil.deleteCategoryProperty(long categoryPropertyId)
Deprecated.
|
void |
AssetCategoryPropertyService.deleteCategoryProperty(long categoryPropertyId)
Deprecated.
|
static void |
AssetCategoryPropertyServiceUtil.deleteCategoryProperty(long categoryPropertyId)
Deprecated.
|
void |
AssetCategoryPropertyLocalServiceWrapper.deleteCategoryProperty(long categoryPropertyId)
Deprecated.
|
void |
AssetCategoryPropertyServiceWrapper.deleteCategoryProperty(long categoryPropertyId)
Deprecated.
|
static void |
AssetEntryLocalServiceUtil.deleteEntry(AssetEntry entry) |
void |
AssetEntryLocalServiceWrapper.deleteEntry(AssetEntry entry) |
void |
AssetEntryLocalService.deleteEntry(AssetEntry entry) |
static void |
AssetEntryLocalServiceUtil.deleteEntry(long entryId) |
void |
AssetEntryLocalServiceWrapper.deleteEntry(long entryId) |
void |
AssetEntryLocalService.deleteEntry(long entryId) |
static void |
AssetEntryLocalServiceUtil.deleteEntry(String className,
long classPK) |
void |
AssetEntryLocalServiceWrapper.deleteEntry(String className,
long classPK) |
void |
AssetEntryLocalService.deleteEntry(String className,
long classPK) |
static void |
AssetEntryLocalServiceUtil.deleteGroupEntries(long groupId) |
void |
AssetEntryLocalServiceWrapper.deleteGroupEntries(long groupId) |
void |
AssetEntryLocalService.deleteGroupEntries(long groupId) |
void |
AssetTagLocalService.deleteGroupTags(long groupId)
Deletes all asset tags in the group.
|
static void |
AssetTagLocalServiceUtil.deleteGroupTags(long groupId)
Deletes all asset tags in the group.
|
void |
AssetTagLocalServiceWrapper.deleteGroupTags(long groupId)
Deletes all asset tags in the group.
|
void |
AssetLinkLocalService.deleteLink(long linkId)
Deletes the asset link.
|
void |
AssetLinkLocalServiceWrapper.deleteLink(long linkId)
Deletes the asset link.
|
static void |
AssetLinkLocalServiceUtil.deleteLink(long linkId)
Deletes the asset link.
|
PersistedModel |
AssetTagLocalService.deletePersistedModel(PersistedModel persistedModel) |
static PersistedModel |
AssetEntryLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
AssetLinkLocalService.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
AssetVocabularyLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
AssetCategoryLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
AssetVocabularyLocalService.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
AssetCategoryPropertyLocalService.deletePersistedModel(PersistedModel persistedModel)
Deprecated.
|
static PersistedModel |
AssetCategoryPropertyLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel)
Deprecated.
|
static PersistedModel |
AssetTagLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
AssetTagLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) |
static PersistedModel |
AssetCategoryLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
AssetCategoryPropertyLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel)
Deprecated.
|
PersistedModel |
AssetLinkLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) |
static PersistedModel |
AssetVocabularyLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
AssetCategoryLocalService.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
AssetEntryLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) |
static PersistedModel |
AssetLinkLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
AssetEntryLocalService.deletePersistedModel(PersistedModel persistedModel) |
void |
AssetTagLocalService.deleteTag(AssetTag tag)
Deletes the asset tag.
|
static void |
AssetTagLocalServiceUtil.deleteTag(AssetTag tag)
Deletes the asset tag.
|
void |
AssetTagLocalServiceWrapper.deleteTag(AssetTag tag)
Deletes the asset tag.
|
void |
AssetTagLocalService.deleteTag(long tagId)
Deletes the asset tag.
|
static void |
AssetTagServiceUtil.deleteTag(long tagId) |
void |
AssetTagService.deleteTag(long tagId) |
void |
AssetTagServiceWrapper.deleteTag(long tagId) |
static void |
AssetTagLocalServiceUtil.deleteTag(long tagId)
Deletes the asset tag.
|
void |
AssetTagLocalServiceWrapper.deleteTag(long tagId)
Deletes the asset tag.
|
static void |
AssetTagServiceUtil.deleteTags(long[] tagIds) |
void |
AssetTagService.deleteTags(long[] tagIds) |
void |
AssetTagServiceWrapper.deleteTags(long[] tagIds) |
void |
AssetVocabularyLocalServiceWrapper.deleteVocabularies(long groupId) |
void |
AssetVocabularyLocalService.deleteVocabularies(long groupId) |
static void |
AssetVocabularyLocalServiceUtil.deleteVocabularies(long groupId) |
static List<AssetVocabulary> |
AssetVocabularyServiceUtil.deleteVocabularies(long[] vocabularyIds,
ServiceContext serviceContext) |
List<AssetVocabulary> |
AssetVocabularyServiceWrapper.deleteVocabularies(long[] vocabularyIds,
ServiceContext serviceContext) |
List<AssetVocabulary> |
AssetVocabularyService.deleteVocabularies(long[] vocabularyIds,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.deleteVocabulary(AssetVocabulary vocabulary) |
AssetVocabulary |
AssetVocabularyLocalService.deleteVocabulary(AssetVocabulary vocabulary) |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.deleteVocabulary(AssetVocabulary vocabulary) |
void |
AssetVocabularyLocalServiceWrapper.deleteVocabulary(long vocabularyId) |
void |
AssetVocabularyLocalService.deleteVocabulary(long vocabularyId) |
static void |
AssetVocabularyServiceUtil.deleteVocabulary(long vocabularyId) |
void |
AssetVocabularyServiceWrapper.deleteVocabulary(long vocabularyId) |
static void |
AssetVocabularyLocalServiceUtil.deleteVocabulary(long vocabularyId) |
void |
AssetVocabularyService.deleteVocabulary(long vocabularyId) |
void |
AssetCategoryLocalServiceWrapper.deleteVocabularyCategories(long vocabularyId) |
static void |
AssetCategoryLocalServiceUtil.deleteVocabularyCategories(long vocabularyId) |
void |
AssetCategoryLocalService.deleteVocabularyCategories(long vocabularyId) |
static AssetCategory |
AssetCategoryServiceUtil.fetchCategory(long categoryId) |
AssetCategory |
AssetCategoryServiceWrapper.fetchCategory(long categoryId) |
AssetCategory |
AssetCategoryService.fetchCategory(long categoryId) |
static AssetEntry |
AssetEntryServiceUtil.fetchEntry(long entryId) |
AssetEntry |
AssetEntryService.fetchEntry(long entryId) |
AssetEntry |
AssetEntryServiceWrapper.fetchEntry(long entryId) |
static AssetVocabulary |
AssetVocabularyServiceUtil.fetchVocabulary(long vocabularyId) |
AssetVocabulary |
AssetVocabularyServiceWrapper.fetchVocabulary(long vocabularyId) |
AssetVocabulary |
AssetVocabularyService.fetchVocabulary(long vocabularyId) |
static List<AssetEntry> |
AssetEntryLocalServiceUtil.getAncestorEntries(long entryId) |
List<AssetEntry> |
AssetEntryLocalServiceWrapper.getAncestorEntries(long entryId) |
List<AssetEntry> |
AssetEntryLocalService.getAncestorEntries(long entryId) |
AssetCategory |
AssetCategoryLocalServiceWrapper.getAssetCategory(long categoryId)
Returns the asset category with the primary key.
|
static AssetCategory |
AssetCategoryLocalServiceUtil.getAssetCategory(long categoryId)
Returns the asset category with the primary key.
|
AssetCategory |
AssetCategoryLocalService.getAssetCategory(long categoryId)
Returns the asset category with the primary key.
|
AssetCategory |
AssetCategoryLocalServiceWrapper.getAssetCategoryByExternalReferenceCode(long companyId,
String externalReferenceCode)
Returns the asset category with the matching external reference code and company.
|
static AssetCategory |
AssetCategoryLocalServiceUtil.getAssetCategoryByExternalReferenceCode(long companyId,
String externalReferenceCode)
Returns the asset category with the matching external reference code and company.
|
AssetCategory |
AssetCategoryLocalService.getAssetCategoryByExternalReferenceCode(long companyId,
String externalReferenceCode)
Returns the asset category with the matching external reference code and company.
|
AssetCategory |
AssetCategoryLocalServiceWrapper.getAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the asset category matching the UUID and group.
|
static AssetCategory |
AssetCategoryLocalServiceUtil.getAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the asset category matching the UUID and group.
|
AssetCategory |
AssetCategoryLocalService.getAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the asset category matching the UUID and group.
|
AssetCategoryProperty |
AssetCategoryPropertyLocalService.getAssetCategoryProperty(long categoryPropertyId)
Deprecated.
Returns the asset category property with the primary key.
|
static AssetCategoryProperty |
AssetCategoryPropertyLocalServiceUtil.getAssetCategoryProperty(long categoryPropertyId)
Deprecated.
Returns the asset category property with the primary key.
|
AssetCategoryProperty |
AssetCategoryPropertyLocalServiceWrapper.getAssetCategoryProperty(long categoryPropertyId)
Deprecated.
Returns the asset category property with the primary key.
|
static AssetEntry |
AssetEntryLocalServiceUtil.getAssetEntry(long entryId)
Returns the asset entry with the primary key.
|
AssetEntry |
AssetEntryLocalServiceWrapper.getAssetEntry(long entryId)
Returns the asset entry with the primary key.
|
AssetEntry |
AssetEntryLocalService.getAssetEntry(long entryId)
Returns the asset entry with the primary key.
|
AssetLink |
AssetLinkLocalService.getAssetLink(long linkId)
Returns the asset link with the primary key.
|
AssetLink |
AssetLinkLocalServiceWrapper.getAssetLink(long linkId)
Returns the asset link with the primary key.
|
static AssetLink |
AssetLinkLocalServiceUtil.getAssetLink(long linkId)
Returns the asset link with the primary key.
|
AssetTag |
AssetTagLocalService.getAssetTag(long tagId)
Returns the asset tag with the primary key.
|
static AssetTag |
AssetTagLocalServiceUtil.getAssetTag(long tagId)
Returns the asset tag with the primary key.
|
AssetTag |
AssetTagLocalServiceWrapper.getAssetTag(long tagId)
Returns the asset tag with the primary key.
|
AssetTag |
AssetTagLocalService.getAssetTagByUuidAndGroupId(String uuid,
long groupId)
Returns the asset tag matching the UUID and group.
|
static AssetTag |
AssetTagLocalServiceUtil.getAssetTagByUuidAndGroupId(String uuid,
long groupId)
Returns the asset tag matching the UUID and group.
|
AssetTag |
AssetTagLocalServiceWrapper.getAssetTagByUuidAndGroupId(String uuid,
long groupId)
Returns the asset tag matching the UUID and group.
|
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.getAssetVocabulary(long vocabularyId)
Returns the asset vocabulary with the primary key.
|
AssetVocabulary |
AssetVocabularyLocalService.getAssetVocabulary(long vocabularyId)
Returns the asset vocabulary with the primary key.
|
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.getAssetVocabulary(long vocabularyId)
Returns the asset vocabulary with the primary key.
|
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.getAssetVocabularyByExternalReferenceCode(long companyId,
String externalReferenceCode)
Returns the asset vocabulary with the matching external reference code and company.
|
AssetVocabulary |
AssetVocabularyLocalService.getAssetVocabularyByExternalReferenceCode(long companyId,
String externalReferenceCode)
Returns the asset vocabulary with the matching external reference code and company.
|
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.getAssetVocabularyByExternalReferenceCode(long companyId,
String externalReferenceCode)
Returns the asset vocabulary with the matching external reference code and company.
|
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.getAssetVocabularyByUuidAndGroupId(String uuid,
long groupId)
Returns the asset vocabulary matching the UUID and group.
|
AssetVocabulary |
AssetVocabularyLocalService.getAssetVocabularyByUuidAndGroupId(String uuid,
long groupId)
Returns the asset vocabulary matching the UUID and group.
|
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.getAssetVocabularyByUuidAndGroupId(String uuid,
long groupId)
Returns the asset vocabulary matching the UUID and group.
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getCategories(Hits hits) |
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getCategories(Hits hits) |
List<AssetCategory> |
AssetCategoryLocalService.getCategories(Hits hits) |
static List<AssetCategory> |
AssetCategoryServiceUtil.getCategories(String className,
long classPK) |
List<AssetCategory> |
AssetCategoryServiceWrapper.getCategories(String className,
long classPK) |
List<AssetCategory> |
AssetCategoryService.getCategories(String className,
long classPK) |
static AssetCategory |
AssetCategoryServiceUtil.getCategory(long categoryId) |
AssetCategory |
AssetCategoryLocalServiceWrapper.getCategory(long categoryId) |
static AssetCategory |
AssetCategoryLocalServiceUtil.getCategory(long categoryId) |
AssetCategory |
AssetCategoryServiceWrapper.getCategory(long categoryId) |
AssetCategory |
AssetCategoryService.getCategory(long categoryId) |
AssetCategory |
AssetCategoryLocalService.getCategory(long categoryId) |
AssetCategory |
AssetCategoryLocalServiceWrapper.getCategory(String uuid,
long groupId) |
static AssetCategory |
AssetCategoryLocalServiceUtil.getCategory(String uuid,
long groupId) |
AssetCategory |
AssetCategoryLocalService.getCategory(String uuid,
long groupId) |
static String |
AssetCategoryServiceUtil.getCategoryPath(long categoryId) |
String |
AssetCategoryServiceWrapper.getCategoryPath(long categoryId) |
String |
AssetCategoryService.getCategoryPath(long categoryId) |
AssetCategoryProperty |
AssetCategoryPropertyLocalService.getCategoryProperty(long categoryPropertyId)
Deprecated.
|
static AssetCategoryProperty |
AssetCategoryPropertyLocalServiceUtil.getCategoryProperty(long categoryPropertyId)
Deprecated.
|
AssetCategoryProperty |
AssetCategoryPropertyLocalServiceWrapper.getCategoryProperty(long categoryPropertyId)
Deprecated.
|
AssetCategoryProperty |
AssetCategoryPropertyLocalService.getCategoryProperty(long categoryId,
String key)
Deprecated.
|
static AssetCategoryProperty |
AssetCategoryPropertyLocalServiceUtil.getCategoryProperty(long categoryId,
String key)
Deprecated.
|
AssetCategoryProperty |
AssetCategoryPropertyLocalServiceWrapper.getCategoryProperty(long categoryId,
String key)
Deprecated.
|
static List<AssetCategory> |
AssetCategoryServiceUtil.getChildCategories(long parentCategoryId) |
List<AssetCategory> |
AssetCategoryServiceWrapper.getChildCategories(long parentCategoryId) |
List<AssetCategory> |
AssetCategoryService.getChildCategories(long parentCategoryId) |
static List<AssetCategory> |
AssetCategoryServiceUtil.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
eturns a range of child assetCategories.
|
List<AssetCategory> |
AssetCategoryServiceWrapper.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
eturns a range of child assetCategories.
|
List<AssetCategory> |
AssetCategoryService.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
eturns a range of child assetCategories.
|
static int |
AssetCategoryServiceUtil.getChildCategoriesCount(long parentCategoryId)
Returns the number of child categories
|
int |
AssetCategoryServiceWrapper.getChildCategoriesCount(long parentCategoryId)
Returns the number of child categories
|
int |
AssetCategoryService.getChildCategoriesCount(long parentCategoryId)
Returns the number of child categories
|
static List<AssetEntry> |
AssetEntryLocalServiceUtil.getChildEntries(long entryId) |
List<AssetEntry> |
AssetEntryLocalServiceWrapper.getChildEntries(long entryId) |
List<AssetEntry> |
AssetEntryLocalService.getChildEntries(long entryId) |
static List<AssetEntry> |
AssetEntryServiceUtil.getEntries(AssetEntryQuery entryQuery) |
List<AssetEntry> |
AssetEntryService.getEntries(AssetEntryQuery entryQuery) |
List<AssetEntry> |
AssetEntryServiceWrapper.getEntries(AssetEntryQuery entryQuery) |
static int |
AssetEntryServiceUtil.getEntriesCount(AssetEntryQuery entryQuery) |
int |
AssetEntryService.getEntriesCount(AssetEntryQuery entryQuery) |
int |
AssetEntryServiceWrapper.getEntriesCount(AssetEntryQuery entryQuery) |
static AssetEntry |
AssetEntryLocalServiceUtil.getEntry(long entryId) |
static AssetEntry |
AssetEntryServiceUtil.getEntry(long entryId) |
AssetEntry |
AssetEntryService.getEntry(long entryId) |
AssetEntry |
AssetEntryServiceWrapper.getEntry(long entryId) |
AssetEntry |
AssetEntryLocalServiceWrapper.getEntry(long entryId) |
AssetEntry |
AssetEntryLocalService.getEntry(long entryId) |
static AssetEntry |
AssetEntryLocalServiceUtil.getEntry(long groupId,
String classUuid) |
AssetEntry |
AssetEntryLocalServiceWrapper.getEntry(long groupId,
String classUuid) |
AssetEntry |
AssetEntryLocalService.getEntry(long groupId,
String classUuid) |
static AssetEntry |
AssetEntryLocalServiceUtil.getEntry(String className,
long classPK) |
static AssetEntry |
AssetEntryServiceUtil.getEntry(String className,
long classPK) |
AssetEntry |
AssetEntryService.getEntry(String className,
long classPK) |
AssetEntry |
AssetEntryServiceWrapper.getEntry(String className,
long classPK) |
AssetEntry |
AssetEntryLocalServiceWrapper.getEntry(String className,
long classPK) |
AssetEntry |
AssetEntryLocalService.getEntry(String className,
long classPK) |
List<AssetVocabulary> |
AssetVocabularyLocalServiceWrapper.getGroupVocabularies(long groupId) |
List<AssetVocabulary> |
AssetVocabularyLocalService.getGroupVocabularies(long groupId) |
static List<AssetVocabulary> |
AssetVocabularyServiceUtil.getGroupVocabularies(long groupId) |
List<AssetVocabulary> |
AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId) |
static List<AssetVocabulary> |
AssetVocabularyLocalServiceUtil.getGroupVocabularies(long groupId) |
List<AssetVocabulary> |
AssetVocabularyService.getGroupVocabularies(long groupId) |
List<AssetVocabulary> |
AssetVocabularyLocalServiceWrapper.getGroupVocabularies(long groupId,
boolean addDefaultVocabulary) |
List<AssetVocabulary> |
AssetVocabularyLocalService.getGroupVocabularies(long groupId,
boolean addDefaultVocabulary) |
static List<AssetVocabulary> |
AssetVocabularyServiceUtil.getGroupVocabularies(long groupId,
boolean createDefaultVocabulary) |
List<AssetVocabulary> |
AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId,
boolean createDefaultVocabulary) |
static List<AssetVocabulary> |
AssetVocabularyLocalServiceUtil.getGroupVocabularies(long groupId,
boolean addDefaultVocabulary) |
List<AssetVocabulary> |
AssetVocabularyService.getGroupVocabularies(long groupId,
boolean createDefaultVocabulary) |
static List<AssetVocabulary> |
AssetVocabularyServiceUtil.getGroupVocabularies(long groupId,
boolean createDefaultVocabulary,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator) |
List<AssetVocabulary> |
AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId,
boolean createDefaultVocabulary,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator) |
List<AssetVocabulary> |
AssetVocabularyService.getGroupVocabularies(long groupId,
boolean createDefaultVocabulary,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator) |
static AssetVocabularyDisplay |
AssetVocabularyServiceUtil.getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
boolean addDefaultVocabulary,
OrderByComparator<AssetVocabulary> orderByComparator) |
AssetVocabularyDisplay |
AssetVocabularyServiceWrapper.getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
boolean addDefaultVocabulary,
OrderByComparator<AssetVocabulary> orderByComparator) |
AssetVocabularyDisplay |
AssetVocabularyService.getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
boolean addDefaultVocabulary,
OrderByComparator<AssetVocabulary> orderByComparator) |
static AssetVocabularyDisplay |
AssetVocabularyServiceUtil.getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator) |
AssetVocabularyDisplay |
AssetVocabularyServiceWrapper.getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator) |
AssetVocabularyDisplay |
AssetVocabularyService.getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator) |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.getGroupVocabulary(long groupId,
String name) |
AssetVocabulary |
AssetVocabularyLocalService.getGroupVocabulary(long groupId,
String name) |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.getGroupVocabulary(long groupId,
String name) |
static AssetEntry |
AssetEntryLocalServiceUtil.getNextEntry(long entryId) |
AssetEntry |
AssetEntryLocalServiceWrapper.getNextEntry(long entryId) |
AssetEntry |
AssetEntryLocalService.getNextEntry(long entryId) |
static AssetEntry |
AssetEntryLocalServiceUtil.getParentEntry(long entryId) |
AssetEntry |
AssetEntryLocalServiceWrapper.getParentEntry(long entryId) |
AssetEntry |
AssetEntryLocalService.getParentEntry(long entryId) |
PersistedModel |
AssetTagLocalService.getPersistedModel(Serializable primaryKeyObj) |
static PersistedModel |
AssetEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetLinkLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetVocabularyLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetCategoryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetVocabularyLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetCategoryPropertyLocalService.getPersistedModel(Serializable primaryKeyObj)
Deprecated.
|
static PersistedModel |
AssetCategoryPropertyLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
Deprecated.
|
static PersistedModel |
AssetTagLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetTagLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) |
static PersistedModel |
AssetCategoryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetCategoryPropertyLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
Deprecated.
|
PersistedModel |
AssetLinkLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) |
static PersistedModel |
AssetVocabularyLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetCategoryLocalService.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) |
static PersistedModel |
AssetLinkLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
AssetEntryLocalService.getPersistedModel(Serializable primaryKeyObj) |
static AssetEntry |
AssetEntryLocalServiceUtil.getPreviousEntry(long entryId) |
AssetEntry |
AssetEntryLocalServiceWrapper.getPreviousEntry(long entryId) |
AssetEntry |
AssetEntryLocalService.getPreviousEntry(long entryId) |
AssetTag |
AssetTagLocalService.getTag(long tagId)
Returns the asset tag with the primary key.
|
static AssetTag |
AssetTagServiceUtil.getTag(long tagId) |
AssetTag |
AssetTagService.getTag(long tagId) |
AssetTag |
AssetTagServiceWrapper.getTag(long tagId) |
static AssetTag |
AssetTagLocalServiceUtil.getTag(long tagId)
Returns the asset tag with the primary key.
|
AssetTag |
AssetTagLocalServiceWrapper.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.
|
static AssetTag |
AssetTagLocalServiceUtil.getTag(long groupId,
String name)
Returns the asset tag with the name in the group.
|
AssetTag |
AssetTagLocalServiceWrapper.getTag(long groupId,
String name)
Returns the asset tag with the name in the group.
|
long[] |
AssetCategoryLocalServiceWrapper.getViewableCategoryIds(String className,
long classPK,
long[] categoryIds) |
static long[] |
AssetCategoryLocalServiceUtil.getViewableCategoryIds(String className,
long classPK,
long[] categoryIds) |
long[] |
AssetCategoryLocalService.getViewableCategoryIds(String className,
long classPK,
long[] categoryIds) |
List<AssetVocabulary> |
AssetVocabularyLocalServiceWrapper.getVocabularies(Hits hits) |
List<AssetVocabulary> |
AssetVocabularyLocalService.getVocabularies(Hits hits) |
static List<AssetVocabulary> |
AssetVocabularyLocalServiceUtil.getVocabularies(Hits hits) |
List<AssetVocabulary> |
AssetVocabularyLocalServiceWrapper.getVocabularies(long[] vocabularyIds) |
List<AssetVocabulary> |
AssetVocabularyLocalService.getVocabularies(long[] vocabularyIds) |
static List<AssetVocabulary> |
AssetVocabularyLocalServiceUtil.getVocabularies(long[] vocabularyIds) |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.getVocabulary(long vocabularyId) |
AssetVocabulary |
AssetVocabularyLocalService.getVocabulary(long vocabularyId) |
static AssetVocabulary |
AssetVocabularyServiceUtil.getVocabulary(long vocabularyId) |
AssetVocabulary |
AssetVocabularyServiceWrapper.getVocabulary(long vocabularyId) |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.getVocabulary(long vocabularyId) |
AssetVocabulary |
AssetVocabularyService.getVocabulary(long vocabularyId) |
static List<AssetCategory> |
AssetCategoryServiceUtil.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator) |
List<AssetCategory> |
AssetCategoryServiceWrapper.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator) |
List<AssetCategory> |
AssetCategoryService.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator) |
static List<AssetCategory> |
AssetCategoryServiceUtil.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator) |
List<AssetCategory> |
AssetCategoryServiceWrapper.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator) |
List<AssetCategory> |
AssetCategoryService.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator) |
static AssetCategoryDisplay |
AssetCategoryServiceUtil.getVocabularyCategoriesDisplay(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator) |
AssetCategoryDisplay |
AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator) |
AssetCategoryDisplay |
AssetCategoryService.getVocabularyCategoriesDisplay(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator) |
static AssetCategoryDisplay |
AssetCategoryServiceUtil.getVocabularyCategoriesDisplay(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator) |
AssetCategoryDisplay |
AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator) |
AssetCategoryDisplay |
AssetCategoryService.getVocabularyCategoriesDisplay(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator) |
AssetTag |
AssetTagLocalService.incrementAssetCount(long tagId,
long classNameId)
Increments the number of assets to which the asset tag has been applied.
|
static AssetTag |
AssetTagLocalServiceUtil.incrementAssetCount(long tagId,
long classNameId)
Increments the number of assets to which the asset tag has been applied.
|
AssetTag |
AssetTagLocalServiceWrapper.incrementAssetCount(long tagId,
long classNameId)
Increments the number of assets to which the asset tag has been applied.
|
static void |
AssetEntryServiceUtil.incrementViewCounter(AssetEntry assetEntry) |
void |
AssetEntryService.incrementViewCounter(AssetEntry assetEntry) |
void |
AssetEntryServiceWrapper.incrementViewCounter(AssetEntry assetEntry) |
static void |
AssetEntryLocalServiceUtil.incrementViewCounter(long userId,
AssetEntry assetEntry) |
void |
AssetEntryLocalServiceWrapper.incrementViewCounter(long userId,
AssetEntry assetEntry) |
void |
AssetEntryLocalService.incrementViewCounter(long userId,
AssetEntry assetEntry) |
static AssetEntry |
AssetEntryLocalServiceUtil.incrementViewCounter(long companyId,
long userId,
String className,
long classPK) |
AssetEntry |
AssetEntryLocalServiceWrapper.incrementViewCounter(long companyId,
long userId,
String className,
long classPK) |
AssetEntry |
AssetEntryLocalService.incrementViewCounter(long companyId,
long userId,
String className,
long classPK) |
static AssetEntry |
AssetEntryServiceUtil.incrementViewCounter(long companyId,
String className,
long classPK) |
AssetEntry |
AssetEntryService.incrementViewCounter(long companyId,
String className,
long classPK) |
AssetEntry |
AssetEntryServiceWrapper.incrementViewCounter(long companyId,
String className,
long classPK) |
AssetCategory |
AssetCategoryLocalServiceWrapper.mergeCategories(long fromCategoryId,
long toCategoryId) |
static AssetCategory |
AssetCategoryLocalServiceUtil.mergeCategories(long fromCategoryId,
long toCategoryId) |
AssetCategory |
AssetCategoryLocalService.mergeCategories(long fromCategoryId,
long toCategoryId) |
static void |
AssetTagServiceUtil.mergeTags(long[] fromTagIds,
long toTagId) |
void |
AssetTagService.mergeTags(long[] fromTagIds,
long toTagId) |
void |
AssetTagServiceWrapper.mergeTags(long[] fromTagIds,
long toTagId) |
void |
AssetTagLocalService.mergeTags(long fromTagId,
long toTagId)
Replaces all occurrences of the first asset tag with the second asset tag
and deletes the first asset tag.
|
static void |
AssetTagServiceUtil.mergeTags(long fromTagId,
long toTagId) |
void |
AssetTagService.mergeTags(long fromTagId,
long toTagId) |
void |
AssetTagServiceWrapper.mergeTags(long fromTagId,
long toTagId) |
static void |
AssetTagLocalServiceUtil.mergeTags(long fromTagId,
long toTagId)
Replaces all occurrences of the first asset tag with the second asset tag
and deletes the first asset tag.
|
void |
AssetTagLocalServiceWrapper.mergeTags(long fromTagId,
long toTagId)
Replaces all occurrences of the first asset tag with the second asset tag
and deletes the first asset tag.
|
static AssetCategory |
AssetCategoryServiceUtil.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext) |
AssetCategory |
AssetCategoryLocalServiceWrapper.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext) |
static AssetCategory |
AssetCategoryLocalServiceUtil.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext) |
AssetCategory |
AssetCategoryServiceWrapper.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext) |
AssetCategory |
AssetCategoryService.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext) |
AssetCategory |
AssetCategoryLocalService.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext) |
static void |
AssetEntryLocalServiceUtil.reindex(List<AssetEntry> entries) |
void |
AssetEntryLocalServiceWrapper.reindex(List<AssetEntry> entries) |
void |
AssetEntryLocalService.reindex(List<AssetEntry> entries) |
static JSONArray |
AssetCategoryServiceUtil.search(long[] groupIds,
String name,
long[] vocabularyIds,
int start,
int end) |
JSONArray |
AssetCategoryServiceWrapper.search(long[] groupIds,
String name,
long[] vocabularyIds,
int start,
int end) |
JSONArray |
AssetCategoryService.search(long[] groupIds,
String name,
long[] vocabularyIds,
int start,
int end) |
static JSONArray |
AssetCategoryServiceUtil.search(long groupId,
String name,
String[] categoryProperties,
int start,
int end) |
JSONArray |
AssetCategoryServiceWrapper.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> |
AssetCategoryLocalServiceWrapper.searchCategories(long companyId,
long[] groupIds,
String title,
long[] vocabularyIds,
int start,
int end) |
static BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalServiceUtil.searchCategories(long companyId,
long[] groupIds,
String title,
long[] vocabularyIds,
int start,
int end) |
BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalService.searchCategories(long companyId,
long[] groupIds,
String title,
long[] vocabularyIds,
int start,
int end) |
BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalServiceWrapper.searchCategories(long companyId,
long[] groupIds,
String title,
long[] parentCategoryIds,
long[] vocabularyIds,
int start,
int end) |
static BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalServiceUtil.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[] parentCategoryIds,
long[] vocabularyIds,
int start,
int end) |
BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalServiceWrapper.searchCategories(long companyId,
long[] groupIds,
String title,
long[] vocabularyIds,
long[] parentCategoryIds,
int start,
int end,
Sort sort) |
static BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalServiceUtil.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[] vocabularyIds,
long[] parentCategoryIds,
int start,
int end,
Sort sort) |
BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalServiceWrapper.searchCategories(long companyId,
long groupIds,
String title,
long vocabularyId,
int start,
int end) |
static BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalServiceUtil.searchCategories(long companyId,
long groupIds,
String title,
long vocabularyId,
int start,
int end) |
BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalService.searchCategories(long companyId,
long groupIds,
String title,
long vocabularyId,
int start,
int end) |
static AssetCategoryDisplay |
AssetCategoryServiceUtil.searchCategoriesDisplay(long[] groupIds,
String title,
long[] vocabularyIds,
int start,
int end) |
AssetCategoryDisplay |
AssetCategoryServiceWrapper.searchCategoriesDisplay(long[] groupIds,
String title,
long[] vocabularyIds,
int start,
int end) |
AssetCategoryDisplay |
AssetCategoryService.searchCategoriesDisplay(long[] groupIds,
String title,
long[] vocabularyIds,
int start,
int end) |
static AssetCategoryDisplay |
AssetCategoryServiceUtil.searchCategoriesDisplay(long[] groupIds,
String title,
long[] parentCategoryIds,
long[] vocabularyIds,
int start,
int end) |
AssetCategoryDisplay |
AssetCategoryServiceWrapper.searchCategoriesDisplay(long[] groupIds,
String title,
long[] parentCategoryIds,
long[] vocabularyIds,
int start,
int end) |
AssetCategoryDisplay |
AssetCategoryService.searchCategoriesDisplay(long[] groupIds,
String title,
long[] parentCategoryIds,
long[] vocabularyIds,
int start,
int end) |
static AssetCategoryDisplay |
AssetCategoryServiceUtil.searchCategoriesDisplay(long[] groupIds,
String title,
long[] vocabularyIds,
long[] parentCategoryIds,
int start,
int end,
Sort sort) |
AssetCategoryDisplay |
AssetCategoryServiceWrapper.searchCategoriesDisplay(long[] groupIds,
String title,
long[] vocabularyIds,
long[] parentCategoryIds,
int start,
int end,
Sort sort) |
AssetCategoryDisplay |
AssetCategoryService.searchCategoriesDisplay(long[] groupIds,
String title,
long[] vocabularyIds,
long[] parentCategoryIds,
int start,
int end,
Sort sort) |
static AssetCategoryDisplay |
AssetCategoryServiceUtil.searchCategoriesDisplay(long groupId,
String title,
long vocabularyId,
int start,
int end) |
AssetCategoryDisplay |
AssetCategoryServiceWrapper.searchCategoriesDisplay(long groupId,
String title,
long vocabularyId,
int start,
int end) |
AssetCategoryDisplay |
AssetCategoryService.searchCategoriesDisplay(long groupId,
String title,
long vocabularyId,
int start,
int end) |
static AssetCategoryDisplay |
AssetCategoryServiceUtil.searchCategoriesDisplay(long groupId,
String title,
long parentCategoryId,
long vocabularyId,
int start,
int end) |
AssetCategoryDisplay |
AssetCategoryServiceWrapper.searchCategoriesDisplay(long groupId,
String title,
long parentCategoryId,
long vocabularyId,
int start,
int end) |
AssetCategoryDisplay |
AssetCategoryService.searchCategoriesDisplay(long groupId,
String title,
long parentCategoryId,
long vocabularyId,
int start,
int end) |
static AssetCategoryDisplay |
AssetCategoryServiceUtil.searchCategoriesDisplay(long groupId,
String title,
long vocabularyId,
long parentCategoryId,
int start,
int end,
Sort sort) |
AssetCategoryDisplay |
AssetCategoryServiceWrapper.searchCategoriesDisplay(long groupId,
String title,
long vocabularyId,
long parentCategoryId,
int start,
int end,
Sort sort) |
AssetCategoryDisplay |
AssetCategoryService.searchCategoriesDisplay(long groupId,
String title,
long vocabularyId,
long parentCategoryId,
int start,
int end,
Sort sort) |
BaseModelSearchResult<AssetTag> |
AssetTagLocalService.searchTags(long[] groupIds,
String name,
int start,
int end,
Sort sort) |
static BaseModelSearchResult<AssetTag> |
AssetTagLocalServiceUtil.searchTags(long[] groupIds,
String name,
int start,
int end,
Sort sort) |
BaseModelSearchResult<AssetTag> |
AssetTagLocalServiceWrapper.searchTags(long[] groupIds,
String name,
int start,
int end,
Sort sort) |
BaseModelSearchResult<AssetVocabulary> |
AssetVocabularyLocalServiceWrapper.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) |
static BaseModelSearchResult<AssetVocabulary> |
AssetVocabularyLocalServiceUtil.searchVocabularies(long companyId,
long groupId,
String title,
int start,
int end) |
BaseModelSearchResult<AssetVocabulary> |
AssetVocabularyLocalServiceWrapper.searchVocabularies(long companyId,
long groupId,
String title,
int start,
int end,
Sort sort) |
BaseModelSearchResult<AssetVocabulary> |
AssetVocabularyLocalService.searchVocabularies(long companyId,
long groupId,
String title,
int start,
int end,
Sort sort) |
static BaseModelSearchResult<AssetVocabulary> |
AssetVocabularyLocalServiceUtil.searchVocabularies(long companyId,
long groupId,
String title,
int start,
int end,
Sort sort) |
static AssetVocabularyDisplay |
AssetVocabularyServiceUtil.searchVocabulariesDisplay(long groupId,
String title,
boolean addDefaultVocabulary,
int start,
int end) |
AssetVocabularyDisplay |
AssetVocabularyServiceWrapper.searchVocabulariesDisplay(long groupId,
String title,
boolean addDefaultVocabulary,
int start,
int end) |
AssetVocabularyDisplay |
AssetVocabularyService.searchVocabulariesDisplay(long groupId,
String title,
boolean addDefaultVocabulary,
int start,
int end) |
static AssetVocabularyDisplay |
AssetVocabularyServiceUtil.searchVocabulariesDisplay(long groupId,
String title,
boolean addDefaultVocabulary,
int start,
int end,
Sort sort) |
AssetVocabularyDisplay |
AssetVocabularyServiceWrapper.searchVocabulariesDisplay(long groupId,
String title,
boolean addDefaultVocabulary,
int start,
int end,
Sort sort) |
AssetVocabularyDisplay |
AssetVocabularyService.searchVocabulariesDisplay(long groupId,
String title,
boolean addDefaultVocabulary,
int start,
int end,
Sort sort) |
AssetCategory |
AssetCategoryLocalServiceWrapper.updateCategory(long userId,
long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext) |
static AssetCategory |
AssetCategoryLocalServiceUtil.updateCategory(long userId,
long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext) |
AssetCategory |
AssetCategoryLocalService.updateCategory(long userId,
long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext) |
static AssetCategory |
AssetCategoryServiceUtil.updateCategory(long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext) |
AssetCategory |
AssetCategoryServiceWrapper.updateCategory(long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext) |
AssetCategory |
AssetCategoryService.updateCategory(long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext) |
AssetCategoryProperty |
AssetCategoryPropertyLocalService.updateCategoryProperty(long userId,
long categoryPropertyId,
String key,
String value)
Deprecated.
|
static AssetCategoryProperty |
AssetCategoryPropertyLocalServiceUtil.updateCategoryProperty(long userId,
long categoryPropertyId,
String key,
String value)
Deprecated.
|
AssetCategoryProperty |
AssetCategoryPropertyService.updateCategoryProperty(long userId,
long categoryPropertyId,
String key,
String value)
Deprecated.
|
static AssetCategoryProperty |
AssetCategoryPropertyServiceUtil.updateCategoryProperty(long userId,
long categoryPropertyId,
String key,
String value)
Deprecated.
|
AssetCategoryProperty |
AssetCategoryPropertyLocalServiceWrapper.updateCategoryProperty(long userId,
long categoryPropertyId,
String key,
String value)
Deprecated.
|
AssetCategoryProperty |
AssetCategoryPropertyServiceWrapper.updateCategoryProperty(long userId,
long categoryPropertyId,
String key,
String value)
Deprecated.
|
AssetCategoryProperty |
AssetCategoryPropertyLocalService.updateCategoryProperty(long categoryPropertyId,
String key,
String value)
Deprecated.
|
static AssetCategoryProperty |
AssetCategoryPropertyLocalServiceUtil.updateCategoryProperty(long categoryPropertyId,
String key,
String value)
Deprecated.
|
AssetCategoryProperty |
AssetCategoryPropertyService.updateCategoryProperty(long categoryPropertyId,
String key,
String value)
Deprecated.
|
static AssetCategoryProperty |
AssetCategoryPropertyServiceUtil.updateCategoryProperty(long categoryPropertyId,
String key,
String value)
Deprecated.
|
AssetCategoryProperty |
AssetCategoryPropertyLocalServiceWrapper.updateCategoryProperty(long categoryPropertyId,
String key,
String value)
Deprecated.
|
AssetCategoryProperty |
AssetCategoryPropertyServiceWrapper.updateCategoryProperty(long categoryPropertyId,
String key,
String value)
Deprecated.
|
static AssetEntry |
AssetEntryServiceUtil.updateEntry(long groupId,
Date createDate,
Date modifiedDate,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean listable,
boolean visible,
Date startDate,
Date endDate,
Date publishDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Double priority) |
AssetEntry |
AssetEntryService.updateEntry(long groupId,
Date createDate,
Date modifiedDate,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean listable,
boolean visible,
Date startDate,
Date endDate,
Date publishDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Double priority) |
AssetEntry |
AssetEntryServiceWrapper.updateEntry(long groupId,
Date createDate,
Date modifiedDate,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean listable,
boolean visible,
Date startDate,
Date endDate,
Date publishDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Double priority) |
static AssetEntry |
AssetEntryLocalServiceUtil.updateEntry(long userId,
long groupId,
Date createDate,
Date modifiedDate,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean listable,
boolean visible,
Date startDate,
Date endDate,
Date publishDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Double priority) |
AssetEntry |
AssetEntryLocalServiceWrapper.updateEntry(long userId,
long groupId,
Date createDate,
Date modifiedDate,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean listable,
boolean visible,
Date startDate,
Date endDate,
Date publishDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Double priority) |
AssetEntry |
AssetEntryLocalService.updateEntry(long userId,
long groupId,
Date createDate,
Date modifiedDate,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean listable,
boolean visible,
Date startDate,
Date endDate,
Date publishDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Double priority) |
static AssetEntry |
AssetEntryLocalServiceUtil.updateEntry(long userId,
long groupId,
String className,
long classPK,
long[] categoryIds,
String[] tagNames) |
AssetEntry |
AssetEntryLocalServiceWrapper.updateEntry(long userId,
long groupId,
String className,
long classPK,
long[] categoryIds,
String[] tagNames) |
AssetEntry |
AssetEntryLocalService.updateEntry(long userId,
long groupId,
String className,
long classPK,
long[] categoryIds,
String[] tagNames) |
static AssetEntry |
AssetEntryLocalServiceUtil.updateEntry(String className,
long classPK,
Date publishDate,
Date expirationDate,
boolean listable,
boolean visible) |
AssetEntry |
AssetEntryLocalServiceWrapper.updateEntry(String className,
long classPK,
Date publishDate,
Date expirationDate,
boolean listable,
boolean visible) |
AssetEntry |
AssetEntryLocalService.updateEntry(String className,
long classPK,
Date publishDate,
Date expirationDate,
boolean listable,
boolean visible) |
AssetLink |
AssetLinkLocalService.updateLink(long userId,
long entryId1,
long entryId2,
int typeId,
int weight) |
AssetLink |
AssetLinkLocalServiceWrapper.updateLink(long userId,
long entryId1,
long entryId2,
int typeId,
int weight) |
static AssetLink |
AssetLinkLocalServiceUtil.updateLink(long userId,
long entryId1,
long entryId2,
int typeId,
int weight) |
void |
AssetLinkLocalService.updateLinks(long userId,
long entryId,
long[] linkEntryIds,
int typeId)
Updates all links of the asset entry, replacing them with links
associating the asset entry with the asset entries of the given link
entry IDs.
|
void |
AssetLinkLocalServiceWrapper.updateLinks(long userId,
long entryId,
long[] linkEntryIds,
int typeId)
Updates all links of the asset entry, replacing them with links
associating the asset entry with the asset entries of the given link
entry IDs.
|
static void |
AssetLinkLocalServiceUtil.updateLinks(long userId,
long entryId,
long[] linkEntryIds,
int typeId)
Updates all links of the asset entry, replacing them with links
associating the asset entry with the asset entries of the given link
entry IDs.
|
AssetTag |
AssetTagLocalService.updateTag(long userId,
long tagId,
String name,
ServiceContext serviceContext) |
static AssetTag |
AssetTagLocalServiceUtil.updateTag(long userId,
long tagId,
String name,
ServiceContext serviceContext) |
AssetTag |
AssetTagLocalServiceWrapper.updateTag(long userId,
long tagId,
String name,
ServiceContext serviceContext) |
static AssetTag |
AssetTagServiceUtil.updateTag(long tagId,
String name,
ServiceContext serviceContext) |
AssetTag |
AssetTagService.updateTag(long tagId,
String name,
ServiceContext serviceContext) |
AssetTag |
AssetTagServiceWrapper.updateTag(long tagId,
String name,
ServiceContext serviceContext) |
static AssetEntry |
AssetEntryLocalServiceUtil.updateVisible(AssetEntry entry,
boolean visible) |
AssetEntry |
AssetEntryLocalServiceWrapper.updateVisible(AssetEntry entry,
boolean visible) |
AssetEntry |
AssetEntryLocalService.updateVisible(AssetEntry entry,
boolean visible) |
static AssetEntry |
AssetEntryLocalServiceUtil.updateVisible(String className,
long classPK,
boolean visible) |
AssetEntry |
AssetEntryLocalServiceWrapper.updateVisible(String className,
long classPK,
boolean visible) |
AssetEntry |
AssetEntryLocalService.updateVisible(String className,
long classPK,
boolean visible) |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings) |
AssetVocabulary |
AssetVocabularyLocalService.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings) |
static AssetVocabulary |
AssetVocabularyServiceUtil.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings) |
AssetVocabulary |
AssetVocabularyServiceWrapper.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings) |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings) |
AssetVocabulary |
AssetVocabularyService.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings) |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType) |
AssetVocabulary |
AssetVocabularyLocalService.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType) |
static AssetVocabulary |
AssetVocabularyServiceUtil.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType) |
AssetVocabulary |
AssetVocabularyServiceWrapper.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType) |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType) |
AssetVocabulary |
AssetVocabularyService.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType) |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyLocalService.updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
static AssetVocabulary |
AssetVocabularyServiceUtil.updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyServiceWrapper.updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyService.updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.updateVocabulary(long vocabularyId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyLocalService.updateVocabulary(long vocabularyId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
static AssetVocabulary |
AssetVocabularyServiceUtil.updateVocabulary(long vocabularyId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyServiceWrapper.updateVocabulary(long vocabularyId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.updateVocabulary(long vocabularyId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
AssetVocabulary |
AssetVocabularyService.updateVocabulary(long vocabularyId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
static void |
AssetEntryLocalServiceUtil.validate(long groupId,
String className,
long classTypePK,
long[] categoryIds,
String[] tagNames) |
void |
AssetEntryLocalServiceWrapper.validate(long groupId,
String className,
long classTypePK,
long[] categoryIds,
String[] tagNames) |
void |
AssetEntryLocalService.validate(long groupId,
String className,
long classTypePK,
long[] categoryIds,
String[] tagNames) |
static void |
AssetEntryLocalServiceUtil.validate(long groupId,
String className,
long classPK,
long classTypePK,
long[] categoryIds,
String[] tagNames) |
void |
AssetEntryLocalServiceWrapper.validate(long groupId,
String className,
long classPK,
long classTypePK,
long[] categoryIds,
String[] tagNames) |
void |
AssetEntryLocalService.validate(long groupId,
String className,
long classPK,
long classTypePK,
long[] categoryIds,
String[] tagNames) |
Modifier and Type | Method and Description |
---|---|
void |
AssetEntryValidator.validate(long groupId,
String className,
long classTypePK,
long[] categoryIds,
String[] entryNames) |
default void |
AssetEntryValidator.validate(long groupId,
String className,
long classPK,
long classTypePK,
long[] categoryIds,
String[] entryNames) |
Modifier and Type | Class and Description |
---|---|
class |
NoSuchCounterException |
Modifier and Type | Class and Description |
---|---|
class |
NoSuchSyncException |
Modifier and Type | Class and Description |
---|---|
class |
AntivirusScannerException |
Modifier and Type | Method and Description |
---|---|
String |
DLFileEntry.buildTreePath() |
String |
DLFileVersionWrapper.buildTreePath() |
String |
DLFileShortcut.buildTreePath() |
String |
DLFileEntryWrapper.buildTreePath() |
String |
DLFileShortcutWrapper.buildTreePath() |
String |
DLFolderWrapper.buildTreePath() |
String |
DLFileVersion.buildTreePath() |
List<Long> |
DLFolderWrapper.getAncestorFolderIds() |
List<Long> |
DLFolder.getAncestorFolderIds() |
List<DLFolder> |
DLFolderWrapper.getAncestors() |
List<DLFolder> |
DLFolder.getAncestors() |
InputStream |
DLFileEntry.getContentStream() |
InputStream |
DLFileEntryWrapper.getContentStream() |
InputStream |
DLFileVersionWrapper.getContentStream(boolean incrementCounter) |
InputStream |
DLFileVersion.getContentStream(boolean incrementCounter) |
InputStream |
DLFileEntry.getContentStream(String version) |
InputStream |
DLFileEntryWrapper.getContentStream(String version) |
Map<String,DDMFormValues> |
DLFileEntry.getDDMFormValuesMap(long fileVersionId) |
Map<String,DDMFormValues> |
DLFileEntryWrapper.getDDMFormValuesMap(long fileVersionId) |
List<DDMStructure> |
DLFileVersionWrapper.getDDMStructures() |
List<DDMStructure> |
DLFileVersion.getDDMStructures() |
DLFileEntryType |
DLFileEntry.getDLFileEntryType() |
DLFileEntryType |
DLFileVersionWrapper.getDLFileEntryType() |
DLFileEntryType |
DLFileEntryWrapper.getDLFileEntryType() |
DLFileEntryType |
DLFileVersion.getDLFileEntryType() |
DLFolder |
DLFileShortcut.getDLFolder() |
DLFolder |
DLFileShortcutWrapper.getDLFolder() |
DLFileEntry |
DLFileVersionWrapper.getFileEntry() |
DLFileEntry |
DLFileVersion.getFileEntry() |
DLFileVersion |
DLFileEntry.getFileVersion() |
DLFileVersion |
DLFileEntryMetadata.getFileVersion() |
FileVersion |
DLFileShortcut.getFileVersion() |
DLFileVersion |
DLFileEntryWrapper.getFileVersion() |
FileVersion |
DLFileShortcutWrapper.getFileVersion() |
DLFileVersion |
DLFileEntryMetadataWrapper.getFileVersion() |
DLFileVersion |
DLFileEntry.getFileVersion(String version) |
DLFileVersion |
DLFileEntryWrapper.getFileVersion(String version) |
DLFolder |
DLFileEntry.getFolder() |
DLFolder |
DLFileVersionWrapper.getFolder() |
Folder |
DLFileShortcut.getFolder() |
DLFolder |
DLFileEntryWrapper.getFolder() |
Folder |
DLFileShortcutWrapper.getFolder() |
DLFolder |
DLFileVersion.getFolder() |
DLFileVersion |
DLFileEntry.getLatestFileVersion(boolean trusted) |
DLFileVersion |
DLFileEntryWrapper.getLatestFileVersion(boolean trusted) |
DLFolder |
DLFolderWrapper.getParentFolder() |
DLFolder |
DLFolder.getParentFolder() |
String |
DLFolderWrapper.getPath() |
String |
DLFolder.getPath() |
String[] |
DLFolderWrapper.getPathArray() |
String[] |
DLFolder.getPathArray() |
TrashEntry |
DLFileEntryModel.getTrashEntry()
Returns the trash entry created when this document library file entry was moved to the Recycle Bin.
|
TrashEntry |
DLFolderModel.getTrashEntry()
Returns the trash entry created when this document library folder was moved to the Recycle Bin.
|
TrashEntry |
DLFileEntryWrapper.getTrashEntry()
Returns the trash entry created when this document library file entry was moved to the Recycle Bin.
|
TrashEntry |
DLFileShortcutWrapper.getTrashEntry()
Returns the trash entry created when this document library file shortcut was moved to the Recycle Bin.
|
TrashEntry |
DLFolderWrapper.getTrashEntry()
Returns the trash entry created when this document library folder was moved to the Recycle Bin.
|
TrashEntry |
DLFileShortcutModel.getTrashEntry()
Returns the trash entry created when this document library file shortcut was moved to the Recycle Bin.
|
String |
DLFileEntryTypeWrapper.getUnambiguousName(List<DLFileEntryType> dlFileEntryTypes,
long groupId,
Locale locale) |
String |
DLFileEntryType.getUnambiguousName(List<DLFileEntryType> dlFileEntryTypes,
long groupId,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
static DLFileEntry |
DLFileEntryLocalServiceUtil.addFileEntry(long userId,
long groupId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
long fileEntryTypeId,
Map<String,DDMFormValues> ddmFormValuesMap,
File file,
InputStream inputStream,
long size,
ServiceContext serviceContext) |
DLFileEntry |
DLFileEntryLocalService.addFileEntry(long userId,
long groupId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
long fileEntryTypeId,
Map<String,DDMFormValues> ddmFormValuesMap,
File file,
InputStream inputStream,
long size,
ServiceContext serviceContext) |
DLFileEntry |
DLFileEntryLocalServiceWrapper.addFileEntry(long userId,
long groupId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
long fileEntryTypeId,
Map<String,DDMFormValues> ddmFormValuesMap,
File file,
InputStream inputStream,
long size,
ServiceContext serviceContext) |
FileEntry |
DLAppLocalService.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
byte[] bytes,
ServiceContext serviceContext) |
FileEntry |
DLAppLocalServiceWrapper.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
byte[] bytes,
ServiceContext serviceContext) |
static FileEntry |
DLAppLocalServiceUtil.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
byte[] bytes,
ServiceContext serviceContext) |
FileEntry |
DLAppLocalService.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a byte array.
|
FileEntry |
DLAppLocalServiceWrapper.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a byte array.
|
static FileEntry |
DLAppLocalServiceUtil.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a byte array.
|
FileEntry |
DLAppLocalService.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a
File object. |
FileEntry |
DLAppLocalServiceWrapper.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a
File object. |
static FileEntry |
DLAppLocalServiceUtil.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a
File object. |
FileEntry |
DLAppLocalService.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream inputStream,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on an
InputStream
object. |
FileEntry |
DLAppLocalServiceWrapper.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream inputStream,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on an
InputStream
object. |
static FileEntry |
DLAppLocalServiceUtil.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream inputStream,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on an
InputStream
object. |
static DLFileEntry |
DLFileEntryServiceUtil.addFileEntry(long groupId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
long fileEntryTypeId,
Map<String,DDMFormValues> ddmFormValuesMap,
File file,
InputStream inputStream,
long size,
ServiceContext serviceContext) |
DLFileEntry |
DLFileEntryService.addFileEntry(long groupId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
long fileEntryTypeId,
Map<String,DDMFormValues> ddmFormValuesMap,
File file,
InputStream inputStream,
long size,
ServiceContext serviceContext) |
DLFileEntry |
DLFileEntryServiceWrapper.addFileEntry(long groupId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
long fileEntryTypeId,
Map<String,DDMFormValues> ddmFormValuesMap,
File file,
InputStream inputStream,
long size,
ServiceContext serviceContext) |
static FileEntry |
DLAppServiceUtil.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata.
|
FileEntry |
DLAppServiceWrapper.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata.
|
FileEntry |
DLAppService.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata.
|
static FileEntry |
DLAppServiceUtil.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata.
|
FileEntry |
DLAppServiceWrapper.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata.
|
FileEntry |
DLAppService.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata.
|
static FileEntry |
DLAppServiceUtil.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream inputStream,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata.
|
FileEntry |
DLAppServiceWrapper.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream inputStream,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata.
|
FileEntry |
DLAppService.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream inputStream,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata.
|
DLFileEntryType |
DLFileEntryTypeLocalServiceWrapper.addFileEntryType(long userId,
long groupId,
long dataDefinitionId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext) |
static DLFileEntryType |
DLFileEntryTypeLocalServiceUtil.addFileEntryType(long userId,
long groupId,
long dataDefinitionId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext) |
DLFileEntryType |
DLFileEntryTypeLocalService.addFileEntryType(long userId,
long groupId,
long dataDefinitionId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext) |
DLFileEntryType |
DLFileEntryTypeLocalServiceWrapper.addFileEntryType(long userId,
long groupId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x), replaced by
#addFileEntryType(long, long, String, Map, Map, long,
ServiceContext) |
static DLFileEntryType |
DLFileEntryTypeLocalServiceUtil.addFileEntryType(long userId,
long groupId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x), replaced by
#addFileEntryType(long, long, String, Map, Map, long,
ServiceContext) |
DLFileEntryType |
DLFileEntryTypeLocalService.addFileEntryType(long userId,
long groupId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x), replaced by
#addFileEntryType(long, long, String, Map, Map, long,
ServiceContext) |
static DLFileEntryType |
DLFileEntryTypeServiceUtil.addFileEntryType(long groupId,
long dataDefinitionId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext) |
DLFileEntryType |
DLFileEntryTypeService.addFileEntryType(long groupId,
long dataDefinitionId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext) |
DLFileEntryType |
DLFileEntryTypeServiceWrapper.addFileEntryType(long groupId,
long dataDefinitionId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext) |
DLFileEntryType |
DLFileEntryTypeLocalServiceWrapper.addFileEntryType(long userId,
long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x), replaced by
#addFileEntryType(long, long, String, Map, Map, long,
ServiceContext) |
static DLFileEntryType |
DLFileEntryTypeLocalServiceUtil.addFileEntryType(long userId,
long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x), replaced by
#addFileEntryType(long, long, String, Map, Map, long,
ServiceContext) |
DLFileEntryType |
DLFileEntryTypeLocalService.addFileEntryType(long userId,
long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x), replaced by
#addFileEntryType(long, long, String, Map, Map, long,
ServiceContext) |
static DLFileEntryType |
DLFileEntryTypeServiceUtil.addFileEntryType(long groupId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x), replaced by
#addFileEntryType(long, String, Map, Map, long,
ServiceContext) |
DLFileEntryType |
DLFileEntryTypeService.addFileEntryType(long groupId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x), replaced by
#addFileEntryType(long, String, Map, Map, long,
ServiceContext) |
DLFileEntryType |
DLFileEntryTypeServiceWrapper.addFileEntryType(long groupId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x), replaced by
#addFileEntryType(long, String, Map, Map, long,
ServiceContext) |
static DLFileEntryType |
DLFileEntryTypeServiceUtil.addFileEntryType(long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x), replaced by
#addFileEntryType(long, String, Map, Map, long,
ServiceContext) |
DLFileEntryType |
DLFileEntryTypeService.addFileEntryType(long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x), replaced by
#addFileEntryType(long, String, Map, Map, long,
ServiceContext) |
DLFileEntryType |
DLFileEntryTypeServiceWrapper.addFileEntryType(long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x), replaced by
#addFileEntryType(long, String, Map, Map, long,
ServiceContext) |
static DLFileShortcut |
DLFileShortcutLocalServiceUtil.addFileShortcut(long userId,
long groupId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext) |
DLFileShortcut |
DLFileShortcutLocalServiceWrapper.addFileShortcut(long userId,
long groupId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext) |
DLFileShortcut |
DLFileShortcutLocalService.addFileShortcut(long userId,
long groupId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext) |
DLFileShortcut |
DLFileShortcutService.addFileShortcut(long groupId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext) |
DLFileShortcut |
DLFileShortcutServiceWrapper.addFileShortcut(long groupId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext) |
FileShortcut |
DLAppLocalService.addFileShortcut(long userId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Adds the file shortcut to the existing file entry.
|
static DLFileShortcut |
DLFileShortcutServiceUtil.addFileShortcut(long groupId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext) |
FileShortcut |
DLAppLocalServiceWrapper.addFileShortcut(long userId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Adds the file shortcut to the existing file entry.
|
static FileShortcut |
DLAppLocalServiceUtil.addFileShortcut(long userId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Adds the file shortcut to the existing file entry.
|
static FileShortcut |
DLAppServiceUtil.addFileShortcut(long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Adds a file shortcut to the existing file entry.
|
FileShortcut |
DLAppServiceWrapper.addFileShortcut(long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Adds a file shortcut to the existing file entry.
|
FileShortcut |
DLAppService.addFileShortcut(long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Adds a file shortcut to the existing file entry.
|
static void |
DLFileShortcutLocalServiceUtil.addFileShortcutResources(DLFileShortcut fileShortcut,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
DLFileShortcutLocalServiceWrapper.addFileShortcutResources(DLFileShortcut fileShortcut,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
DLFileShortcutLocalService.addFileShortcutResources(DLFileShortcut fileShortcut,
boolean addGroupPermissions,
boolean addGuestPermissions) |
static void |
DLFileShortcutLocalServiceUtil.addFileShortcutResources(DLFileShortcut fileShortcut,
ModelPermissions modelPermissions) |
void |
DLFileShortcutLocalServiceWrapper.addFileShortcutResources(DLFileShortcut fileShortcut,
ModelPermissions modelPermissions) |
void |
DLFileShortcutLocalService.addFileShortcutResources(DLFileShortcut fileShortcut,
ModelPermissions modelPermissions) |
static void |
DLFileShortcutLocalServiceUtil.addFileShortcutResources(long fileShortcutId,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
DLFileShortcutLocalServiceWrapper.addFileShortcutResources(long fileShortcutId,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
DLFileShortcutLocalService.addFileShortcutResources(long fileShortcutId,
boolean addGroupPermissions,
boolean addGuestPermissions) |
static void |
DLFileShortcutLocalServiceUtil.addFileShortcutResources(long fileShortcutId,
ModelPermissions modelPermissions) |
void |
DLFileShortcutLocalServiceWrapper.addFileShortcutResources(long fileShortcutId,
ModelPermissions modelPermissions) |
void |
DLFileShortcutLocalService.addFileShortcutResources(long fileShortcutId,
ModelPermissions modelPermissions) |
void |
DLAppHelperLocalService.addFolder(long userId,
Folder folder,
ServiceContext serviceContext) |
static void |
DLAppHelperLocalServiceUtil.addFolder(long userId,
Folder folder,
ServiceContext serviceContext) |
void |
DLAppHelperLocalServiceWrapper.addFolder(long userId,
Folder folder,
ServiceContext serviceContext) |
DLFolder |
DLFolderService.addFolder(long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext) |
DLFolder |
DLFolderServiceWrapper.addFolder(long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext) |
static DLFolder |
DLFolderServiceUtil.addFolder(long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext) |
DLFolder |
DLFolderLocalServiceWrapper.addFolder(long userId,
long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
boolean hidden,
ServiceContext serviceContext) |
DLFolder |
DLFolderLocalService.addFolder(long userId,
long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
boolean hidden,
ServiceContext serviceContext) |
static DLFolder |
DLFolderLocalServiceUtil.addFolder(long userId,
long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
boolean hidden,
ServiceContext serviceContext) |
Folder |
DLAppLocalService.addFolder(long userId,
long repositoryId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Adds a folder.
|
Folder |
DLAppLocalServiceWrapper.addFolder(long userId,
long repositoryId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Adds a folder.
|
static Folder |
DLAppLocalServiceUtil.addFolder(long userId,
long repositoryId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Adds a folder.
|
static Folder |
DLAppServiceUtil.addFolder(long repositoryId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Adds a folder.
|
Folder |
DLAppServiceWrapper.addFolder(long repositoryId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Adds a folder.
|
Folder |
DLAppService.addFolder(long repositoryId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Adds a folder.
|
static FileEntry |
DLAppServiceUtil.addTempFileEntry(long groupId,
long folderId,
String folderName,
String fileName,
File file,
String mimeType)
Adds a temporary file entry.
|
FileEntry |
DLAppServiceWrapper.addTempFileEntry(long groupId,
long folderId,
String folderName,
String fileName,
File file,
String mimeType)
Adds a temporary file entry.
|
FileEntry |
DLAppService.addTempFileEntry(long groupId,
long folderId,
String folderName,
String fileName,
File file,
String mimeType)
Adds a temporary file entry.
|
static FileEntry |
DLAppServiceUtil.addTempFileEntry(long groupId,
long folderId,
String folderName,
String fileName,
InputStream inputStream,
String mimeType)
Adds a temporary file entry.
|
FileEntry |
DLAppServiceWrapper.addTempFileEntry(long groupId,
long folderId,
String folderName,
String fileName,
InputStream inputStream,
String mimeType)
Adds a temporary file entry.
|
FileEntry |
DLAppService.addTempFileEntry(long groupId,
long folderId,
String folderName,
String fileName,
InputStream inputStream,
String mimeType)
Adds a temporary file entry.
|
static void |
DLAppServiceUtil.cancelCheckOut(long fileEntryId)
Cancels the check out of the file entry.
|
static DLFileVersion |
DLFileEntryServiceUtil.cancelCheckOut(long fileEntryId) |
DLFileVersion |
DLFileEntryService.cancelCheckOut(long fileEntryId) |
DLFileVersion |
DLFileEntryServiceWrapper.cancelCheckOut(long fileEntryId) |
void |
DLAppServiceWrapper.cancelCheckOut(long fileEntryId)
Cancels the check out of the file entry.
|
void |
DLAppService.cancelCheckOut(long fileEntryId)
Cancels the check out of the file entry.
|
void |
DLAppHelperLocalService.cancelCheckOut(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
FileVersion draftFileVersion,
ServiceContext serviceContext) |
static void |
DLAppHelperLocalServiceUtil.cancelCheckOut(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
FileVersion draftFileVersion,
ServiceContext serviceContext) |
void |
DLAppHelperLocalServiceWrapper.cancelCheckOut(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
FileVersion draftFileVersion,
ServiceContext serviceContext) |
static DLFileVersion |
DLFileEntryLocalServiceUtil.cancelCheckOut(long userId,
long fileEntryId) |
DLFileVersion |
DLFileEntryLocalService.cancelCheckOut(long userId,
long fileEntryId) |
DLFileVersion |
DLFileEntryLocalServiceWrapper.cancelCheckOut(long userId,
long fileEntryId) |
void |
DLAppHelperLocalService.cancelCheckOuts(long groupId) |
static void |
DLAppHelperLocalServiceUtil.cancelCheckOuts(long groupId) |
void |
DLAppHelperLocalServiceWrapper.cancelCheckOuts(long groupId) |
void |
DLFileEntryTypeLocalServiceWrapper.cascadeFileEntryTypes(long userId,
DLFolder dlFolder) |
static void |
DLFileEntryTypeLocalServiceUtil.cascadeFileEntryTypes(long userId,
DLFolder dlFolder) |
void |
DLFileEntryTypeLocalService.cascadeFileEntryTypes(long userId,
DLFolder dlFolder) |
void |
DLAppHelperLocalService.checkAssetEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion) |
static void |
DLAppHelperLocalServiceUtil.checkAssetEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion) |
void |
DLAppHelperLocalServiceWrapper.checkAssetEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion) |
static void |
DLAppServiceUtil.checkInFileEntry(long fileEntryId,
DLVersionNumberIncrease dlVersionNumberIncrease,
String changeLog,
ServiceContext serviceContext)
Checks in the file entry.
|
static void |
DLFileEntryServiceUtil.checkInFileEntry(long fileEntryId,
DLVersionNumberIncrease dlVersionNumberIncrease,
String changeLog,
ServiceContext serviceContext) |
void |
DLFileEntryService.checkInFileEntry(long fileEntryId,
DLVersionNumberIncrease dlVersionNumberIncrease,
String changeLog,
ServiceContext serviceContext) |
void |
DLFileEntryServiceWrapper.checkInFileEntry(long fileEntryId,
DLVersionNumberIncrease dlVersionNumberIncrease,
String changeLog,
ServiceContext serviceContext) |
void |
DLAppServiceWrapper.checkInFileEntry(long fileEntryId,
DLVersionNumberIncrease dlVersionNumberIncrease,
String changeLog,
ServiceContext serviceContext)
Checks in the file entry.
|
void |
DLAppService.checkInFileEntry(long fileEntryId,
DLVersionNumberIncrease dlVersionNumberIncrease,
String changeLog,
ServiceContext serviceContext)
Checks in the file entry.
|
static void |
DLFileEntryLocalServiceUtil.checkInFileEntry(long userId,
long fileEntryId,
DLVersionNumberIncrease dlVersionNumberIncrease,
String changeLog,
ServiceContext serviceContext) |
void |
DLFileEntryLocalService.checkInFileEntry(long userId,
long fileEntryId,
DLVersionNumberIncrease dlVersionNumberIncrease,
String changeLog,
ServiceContext serviceContext) |
void |
DLFileEntryLocalServiceWrapper.checkInFileEntry(long userId,
long fileEntryId,
DLVersionNumberIncrease dlVersionNumberIncrease,
String changeLog,
ServiceContext serviceContext) |
static void |
DLFileEntryLocalServiceUtil.checkInFileEntry(long userId,
long fileEntryId,
String lockUuid,
ServiceContext serviceContext) |
void |
DLFileEntryLocalService.checkInFileEntry(long userId,
long fileEntryId,
String lockUuid,
ServiceContext serviceContext) |
void |
DLFileEntryLocalServiceWrapper.checkInFileEntry(long userId,
long fileEntryId,
String lockUuid,
ServiceContext serviceContext) |
static void |
DLAppServiceUtil.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
Checks in the file entry using the lock's UUID.
|
static void |
DLFileEntryServiceUtil.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext) |
void |
DLFileEntryService.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext) |
void |
DLFileEntryServiceWrapper.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext) |
void |
DLAppServiceWrapper.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
Checks in the file entry using the lock's UUID.
|
void |
DLAppService.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
Checks in the file entry using the lock's UUID.
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.checkOutFileEntry(long userId,
long fileEntryId,
long fileEntryTypeId,
ServiceContext serviceContext) |
DLFileEntry |
DLFileEntryLocalService.checkOutFileEntry(long userId,
long fileEntryId,
long fileEntryTypeId,
ServiceContext serviceContext) |
DLFileEntry |
DLFileEntryLocalServiceWrapper.checkOutFileEntry(long userId,
long fileEntryId,
long fileEntryTypeId,
ServiceContext serviceContext) |
static DLFileEntry |
DLFileEntryLocalServiceUtil.checkOutFileEntry(long userId,
long fileEntryId,
long fileEntryTypeId,
String owner,
long expirationTime,
ServiceContext serviceContext) |
DLFileEntry |
DLFileEntryLocalService.checkOutFileEntry(long userId,
long fileEntryId,
long fileEntryTypeId,
String owner,
long expirationTime,
ServiceContext serviceContext) |
DLFileEntry |
DLFileEntryLocalServiceWrapper.checkOutFileEntry(long userId,
long fileEntryId,
long fileEntryTypeId,
String owner,
long expirationTime,
ServiceContext serviceContext) |
static DLFileEntry |
DLFileEntryLocalServiceUtil.checkOutFileEntry(long userId,
long fileEntryId,
ServiceContext serviceContext) |
DLFileEntry |
DLFileEntryLocalService.checkOutFileEntry(long userId,
long fileEntryId,
ServiceContext serviceContext) |
DLFileEntry |
DLFileEntryLocalServiceWrapper.checkOutFileEntry(long userId,
long fileEntryId,
ServiceContext serviceContext) |
static DLFileEntry |
DLFileEntryLocalServiceUtil.checkOutFileEntry(long userId,
long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext) |
DLFileEntry |
DLFileEntryLocalService.checkOutFileEntry(long userId,
long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext) |
DLFileEntry |
DLFileEntryLocalServiceWrapper.checkOutFileEntry(long userId,
long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext) |
static void |
DLAppServiceUtil.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
Check out a file entry.
|
static DLFileEntry |
DLFileEntryServiceUtil.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext) |
DLFileEntry |
DLFileEntryService.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext) |
DLFileEntry |
DLFileEntryServiceWrapper.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext) |
void |
DLAppServiceWrapper.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
Check out a file entry.
|
void |
DLAppService.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
Check out a file entry.
|
static FileEntry |
DLAppServiceUtil.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
Checks out the file entry.
|
static DLFileEntry |
DLFileEntryServiceUtil.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext) |
DLFileEntry |
DLFileEntryService.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext) |
DLFileEntry |
DLFileEntryServiceWrapper.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext) |
FileEntry |
DLAppServiceWrapper.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
Checks out the file entry.
|
FileEntry |
DLAppService.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
Checks out the file entry.
|
static void |
DLFileEntryLocalServiceUtil.convertExtraSettings(String[] keys) |
void |
DLFileEntryLocalService.convertExtraSettings(String[] keys) |
void |
DLFileEntryLocalServiceWrapper.convertExtraSettings(String[] keys) |
static DLFileEntry |
DLFileEntryLocalServiceUtil.copyFileEntry(long userId,
long groupId,
long repositoryId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext) |
DLFileEntry |
DLFileEntryLocalService.copyFileEntry(long userId,
long groupId,
long repositoryId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext) |
DLFileEntry |
DLFileEntryLocalServiceWrapper.copyFileEntry(long userId,
long groupId,
long repositoryId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext) |
static DLFileEntry |
DLFileEntryServiceUtil.copyFileEntry(long groupId,
long repositoryId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext) |
DLFileEntry |
DLFileEntryService.copyFileEntry(long groupId,
long repositoryId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext) |
DLFileEntry |
DLFileEntryServiceWrapper.copyFileEntry(long groupId,
long repositoryId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext) |
static void |
DLFileEntryLocalServiceUtil.copyFileEntryMetadata(long companyId,
long fileEntryTypeId,
long fileEntryId,
long fromFileVersionId,
long toFileVersionId,
ServiceContext serviceContext) |
void |
DLFileEntryLocalService.copyFileEntryMetadata(long companyId,
long fileEntryTypeId,
long fileEntryId,
long fromFileVersionId,
long toFileVersionId,
ServiceContext serviceContext) |
void |
DLFileEntryLocalServiceWrapper.copyFileEntryMetadata(long companyId,
long fileEntryTypeId,
long fileEntryId,
long fromFileVersionId,
long toFileVersionId,
ServiceContext serviceContext) |
static Folder |
DLAppServiceUtil.copyFolder(long repositoryId,
long sourceFolderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Performs a deep copy of the folder.
|
Folder |
DLAppServiceWrapper.copyFolder(long repositoryId,
long sourceFolderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Performs a deep copy of the folder.
|
Folder |
DLAppService.copyFolder(long repositoryId,
long sourceFolderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Performs a deep copy of the folder.
|
PersistedModel |
DLFileEntryMetadataLocalService.createPersistedModel(Serializable primaryKeyObj) |
static PersistedModel |
DLFileEntryLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) |
static PersistedModel |
DLFileShortcutLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
DLFileShortcutLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
DLFileEntryTypeLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) |
static PersistedModel |
DLFileEntryTypeLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
DLFileVersionLocalService.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
DLFileShortcutLocalService.createPersistedModel(Serializable primaryKeyObj) |
static PersistedModel |
DLFileEntryMetadataLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
DLFileVersionLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) |
static PersistedModel |
DLFileVersionLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
DLFolderLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
DLFileEntryLocalService.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
DLFolderLocalService.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
DLFileEntryMetadataLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) |
static PersistedModel |
DLFolderLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
DLFileEntryTypeLocalService.createPersistedModel(Serializable primaryKeyObj) |
PersistedModel |
DLFileEntryLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) |
void |
DLAppLocalService.deleteAll(long repositoryId)
Delete all data associated to the given repository.
|
void |
DLAppLocalServiceWrapper.deleteAll(long repositoryId)
Delete all data associated to the given repository.
|
static void |
DLAppLocalServiceUtil.deleteAll(long repositoryId)
Delete all data associated to the given repository.
|
void |
DLFolderLocalServiceWrapper.deleteAllByGroup(long groupId) |
void |
DLFolderLocalService.deleteAllByGroup(long groupId) |
static void |
DLFolderLocalServiceUtil.deleteAllByGroup(long groupId) |
void |
DLFolderLocalServiceWrapper.deleteAllByRepository(long repositoryId) |
void |
DLFolderLocalService.deleteAllByRepository(long repositoryId) |
static void |
DLFolderLocalServiceUtil.deleteAllByRepository(long repositoryId) |
void |
DLAppLocalService.deleteAllRepositories(long groupId) |
void |
DLAppLocalServiceWrapper.deleteAllRepositories(long groupId) |
static void |
DLAppLocalServiceUtil.deleteAllRepositories(long groupId) |
static DLFileEntry |
DLFileEntryLocalServiceUtil.deleteDLFileEntry(long fileEntryId)
Deletes the document library file entry with the primary key from the database.
|
DLFileEntry |
DLFileEntryLocalService.deleteDLFileEntry(long fileEntryId)
Deletes the document library file entry with the primary key from the database.
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.deleteDLFileEntry(long fileEntryId)
Deletes the document library file entry with the primary key from the database.
|
DLFileEntryMetadata |
DLFileEntryMetadataLocalService.deleteDLFileEntryMetadata(long fileEntryMetadataId)
Deletes the document library file entry metadata with the primary key from the database.
|
static DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceUtil.deleteDLFileEntryMetadata(long fileEntryMetadataId)
Deletes the document library file entry metadata with the primary key from the database.
|
DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceWrapper.deleteDLFileEntryMetadata(long fileEntryMetadataId)
Deletes the document library file entry metadata with the primary key from the database.
|
DLFileEntryType |
DLFileEntryTypeLocalServiceWrapper.deleteDLFileEntryType(long fileEntryTypeId)
Deletes the document library file entry type with the primary key from the database.
|
static DLFileEntryType |
DLFileEntryTypeLocalServiceUtil.deleteDLFileEntryType(long fileEntryTypeId)
Deletes the document library file entry type with the primary key from the database.
|
DLFileEntryType |
DLFileEntryTypeLocalService.deleteDLFileEntryType(long fileEntryTypeId)
Deletes the document library file entry type with the primary key from the database.
|
static DLFileShortcut |
DLFileShortcutLocalServiceUtil.deleteDLFileShortcut(long fileShortcutId)
Deletes the document library file shortcut with the primary key from the database.
|
DLFileShortcut |
DLFileShortcutLocalServiceWrapper.deleteDLFileShortcut(long fileShortcutId)
Deletes the document library file shortcut with the primary key from the database.
|
DLFileShortcut |
DLFileShortcutLocalService.deleteDLFileShortcut(long fileShortcutId)
Deletes the document library file shortcut with the primary key from the database.
|
DLFileVersion |
DLFileVersionLocalService.deleteDLFileVersion(long fileVersionId)
Deletes the document library file version with the primary key from the database.
|
DLFileVersion |
DLFileVersionLocalServiceWrapper.deleteDLFileVersion(long fileVersionId)
Deletes the document library file version with the primary key from the database.
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.deleteDLFileVersion(long fileVersionId)
Deletes the document library file version with the primary key from the database.
|
DLFolder |
DLFolderLocalServiceWrapper.deleteDLFolder(long folderId)
Deletes the document library folder with the primary key from the database.
|
DLFolder |
DLFolderLocalService.deleteDLFolder(long folderId)
Deletes the document library folder with the primary key from the database.
|
static DLFolder |
DLFolderLocalServiceUtil.deleteDLFolder(long folderId)
Deletes the document library folder with the primary key from the database.
|
static void |
DLFileEntryLocalServiceUtil.deleteFileEntries(long groupId,
long folderId) |
void |
DLFileEntryLocalService.deleteFileEntries(long groupId,
long folderId) |
void |
DLFileEntryLocalServiceWrapper.deleteFileEntries(long groupId,
long folderId) |
static void |
DLFileEntryLocalServiceUtil.deleteFileEntries(long groupId,
long folderId,
boolean includeTrashedEntries) |
void |
DLFileEntryLocalService.deleteFileEntries(long groupId,
long folderId,
boolean includeTrashedEntries) |
void |
DLFileEntryLocalServiceWrapper.deleteFileEntries(long groupId,
long folderId,
boolean includeTrashedEntries) |
static DLFileEntry |
DLFileEntryLocalServiceUtil.deleteFileEntry(DLFileEntry dlFileEntry) |
DLFileEntry |
DLFileEntryLocalService.deleteFileEntry(DLFileEntry dlFileEntry) |
DLFileEntry |
DLFileEntryLocalServiceWrapper.deleteFileEntry(DLFileEntry dlFileEntry) |
void |
DLAppHelperLocalService.deleteFileEntry(FileEntry fileEntry) |
static void |
DLAppHelperLocalServiceUtil.deleteFileEntry(FileEntry fileEntry) |
void |
DLAppHelperLocalServiceWrapper.deleteFileEntry(FileEntry fileEntry) |
static DLFileEntry |
DLFileEntryLocalServiceUtil.deleteFileEntry(long fileEntryId) |
static void |
DLAppServiceUtil.deleteFileEntry(long fileEntryId)
Deletes the file entry with the primary key.
|
static void |
DLFileEntryServiceUtil.deleteFileEntry(long fileEntryId) |
void |
DLFileEntryService.deleteFileEntry(long fileEntryId) |
void |
DLAppLocalService.deleteFileEntry(long fileEntryId)
Deletes the file entry.
|
void |
DLFileEntryServiceWrapper.deleteFileEntry(long fileEntryId) |
DLFileEntry |
DLFileEntryLocalService.deleteFileEntry(long fileEntryId) |
void |
DLAppServiceWrapper.deleteFileEntry(long fileEntryId)
Deletes the file entry with the primary key.
|
void |
DLAppLocalServiceWrapper.deleteFileEntry(long fileEntryId)
Deletes the file entry.
|
void |
DLAppService.deleteFileEntry(long fileEntryId)
Deletes the file entry with the primary key.
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.deleteFileEntry(long fileEntryId) |
static void |
DLAppLocalServiceUtil.deleteFileEntry(long fileEntryId)
Deletes the file entry.
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.deleteFileEntry(long userId,
long fileEntryId) |
DLFileEntry |
DLFileEntryLocalService.deleteFileEntry(long userId,
long fileEntryId) |
DLFileEntry |
DLFileEntryLocalServiceWrapper.deleteFileEntry(long userId,
long fileEntryId) |
static void |
DLFileEntryServiceUtil.deleteFileEntry(long groupId,
long folderId,
String title) |
void |
DLFileEntryService.deleteFileEntry(long groupId,
long folderId,
String title) |
void |
DLFileEntryServiceWrapper.deleteFileEntry(long groupId,
long folderId,
String title) |
static void |
DLAppServiceUtil.deleteFileEntryByTitle(long repositoryId,
long folderId,
String title)
Deletes the file entry with the title in the folder.
|
void |
DLAppServiceWrapper.deleteFileEntryByTitle(long repositoryId,
long folderId,
String title)
Deletes the file entry with the title in the folder.
|
void |
DLAppService.deleteFileEntryByTitle(long repositoryId,
long folderId,
String title)
Deletes the file entry with the title in the folder.
|
void |
DLFileEntryMetadataLocalService.deleteFileEntryMetadata(DLFileEntryMetadata fileEntryMetadata) |
static void |
DLFileEntryMetadataLocalServiceUtil.deleteFileEntryMetadata(DLFileEntryMetadata fileEntryMetadata) |
void |
DLFileEntryMetadataLocalServiceWrapper.deleteFileEntryMetadata(DLFileEntryMetadata fileEntryMetadata) |
void |
DLFileEntryMetadataLocalService.deleteFileEntryMetadata(long fileEntryId) |
static void |
DLFileEntryMetadataLocalServiceUtil.deleteFileEntryMetadata(long fileEntryId) |
void |
DLFileEntryMetadataLocalServiceWrapper.deleteFileEntryMetadata(long fileEntryId) |
void |
DLFileEntryTypeLocalServiceWrapper.deleteFileEntryType(DLFileEntryType dlFileEntryType) |
static void |
DLFileEntryTypeLocalServiceUtil.deleteFileEntryType(DLFileEntryType dlFileEntryType) |
void |
DLFileEntryTypeLocalService.deleteFileEntryType(DLFileEntryType dlFileEntryType) |
void |
DLFileEntryTypeLocalServiceWrapper.deleteFileEntryType(long fileEntryTypeId) |
static void |
DLFileEntryTypeLocalServiceUtil.deleteFileEntryType(long fileEntryTypeId) |
static void |
DLFileEntryTypeServiceUtil.deleteFileEntryType(long fileEntryTypeId) |
void |
DLFileEntryTypeService.deleteFileEntryType(long fileEntryTypeId) |
void |
DLFileEntryTypeLocalService.deleteFileEntryType(long fileEntryTypeId) |
void |
DLFileEntryTypeServiceWrapper.deleteFileEntryType(long fileEntryTypeId) |
void |
DLFileEntryTypeLocalServiceWrapper.deleteFileEntryTypes(long groupId) |
static void |
DLFileEntryTypeLocalServiceUtil.deleteFileEntryTypes(long groupId) |
void |
DLFileEntryTypeLocalService.deleteFileEntryTypes(long groupId) |
static void |
DLFileShortcutLocalServiceUtil.deleteFileShortcut(DLFileShortcut fileShortcut) |
void |
DLFileShortcutLocalServiceWrapper.deleteFileShortcut(DLFileShortcut fileShortcut) |
void |
DLFileShortcutLocalService.deleteFileShortcut(DLFileShortcut fileShortcut) |
void |
DLAppLocalService.deleteFileShortcut(FileShortcut fileShortcut)
Deletes the file shortcut.
|
void |
DLAppLocalServiceWrapper.deleteFileShortcut(FileShortcut fileShortcut)
Deletes the file shortcut.
|
static void |
DLAppLocalServiceUtil.deleteFileShortcut(FileShortcut fileShortcut)
Deletes the file shortcut.
|
static void |
DLFileShortcutLocalServiceUtil.deleteFileShortcut(long fileShortcutId) |
void |
DLFileShortcutLocalServiceWrapper.deleteFileShortcut(long fileShortcutId) |
static void |
DLAppServiceUtil.deleteFileShortcut(long fileShortcutId)
Deletes the file shortcut with the primary key.
|
void |
DLFileShortcutService.deleteFileShortcut(long fileShortcutId) |
void |
DLFileShortcutLocalService.deleteFileShortcut(long fileShortcutId) |
void |
DLFileShortcutServiceWrapper.deleteFileShortcut(long fileShortcutId) |
void |
DLAppLocalService.deleteFileShortcut(long fileShortcutId)
Deletes the file shortcut.
|
static void |
DLFileShortcutServiceUtil.deleteFileShortcut(long fileShortcutId) |
void |
DLAppServiceWrapper.deleteFileShortcut(long fileShortcutId)
Deletes the file shortcut with the primary key.
|
void |
DLAppLocalServiceWrapper.deleteFileShortcut(long fileShortcutId)
Deletes the file shortcut.
|
void |
DLAppService.deleteFileShortcut(long fileShortcutId)
Deletes the file shortcut with the primary key.
|
static void |
DLAppLocalServiceUtil.deleteFileShortcut(long fileShortcutId)
Deletes the file shortcut.
|
static void |
DLFileShortcutLocalServiceUtil.deleteFileShortcuts(long toFileEntryId) |
void |
DLFileShortcutLocalServiceWrapper.deleteFileShortcuts(long toFileEntryId) |
void |
DLFileShortcutLocalService.deleteFileShortcuts(long toFileEntryId) |
void |
DLAppLocalService.deleteFileShortcuts(long toFileEntryId)
Deletes all file shortcuts associated to the file entry.
|
void |
DLAppLocalServiceWrapper.deleteFileShortcuts(long toFileEntryId)
Deletes all file shortcuts associated to the file entry.
|
static void |
DLAppLocalServiceUtil.deleteFileShortcuts(long toFileEntryId)
Deletes all file shortcuts associated to the file entry.
|
static void |
DLFileShortcutLocalServiceUtil.deleteFileShortcuts(long groupId,
long folderId) |
void |
DLFileShortcutLocalServiceWrapper.deleteFileShortcuts(long groupId,
long folderId) |
void |
DLFileShortcutLocalService.deleteFileShortcuts(long groupId,
long folderId) |
static void |
DLFileShortcutLocalServiceUtil.deleteFileShortcuts(long groupId,
long folderId,
boolean includeTrashedEntries) |
void |
DLFileShortcutLocalServiceWrapper.deleteFileShortcuts(long groupId,
long folderId,
boolean includeTrashedEntries) |
void |
DLFileShortcutLocalService.deleteFileShortcuts(long groupId,
long folderId,
boolean includeTrashedEntries) |
static void |
DLAppServiceUtil.deleteFileVersion(long fileVersionId)
Deletes the file version.
|
void |
DLAppLocalService.deleteFileVersion(long fileVersionId)
Deletes the file version.
|
void |
DLAppServiceWrapper.deleteFileVersion(long fileVersionId)
Deletes the file version.
|
void |
DLAppLocalServiceWrapper.deleteFileVersion(long fileVersionId)
Deletes the file version.
|
void |
DLAppService.deleteFileVersion(long fileVersionId)
Deletes the file version.
|
static void |
DLAppLocalServiceUtil.deleteFileVersion(long fileVersionId)
Deletes the file version.
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.deleteFileVersion(long userId,
long fileEntryId,
String version) |
DLFileEntry |
DLFileEntryLocalService.deleteFileVersion(long userId,
long fileEntryId,
String version) |
DLFileEntry |
DLFileEntryLocalServiceWrapper.deleteFileVersion(long userId,
long fileEntryId,
String version) |
static void |
DLAppServiceUtil.deleteFileVersion(long fileEntryId,
String version)
Deletes the file version.
|
static void |
DLFileEntryServiceUtil.deleteFileVersion(long fileEntryId,
String version) |
void |
DLFileEntryService.deleteFileVersion(long fileEntryId,
String version) |
void |
DLFileEntryServiceWrapper.deleteFileVersion(long fileEntryId,
String version) |
void |
DLAppServiceWrapper.deleteFileVersion(long fileEntryId,
String version)
Deletes the file version.
|
void |
DLAppService.deleteFileVersion(long fileEntryId,
String version)
Deletes the file version.
|
void |
DLFileEntryMetadataLocalService.deleteFileVersionFileEntryMetadata(long fileVersionId) |
static void |
DLFileEntryMetadataLocalServiceUtil.deleteFileVersionFileEntryMetadata(long fileVersionId) |
void |
DLFileEntryMetadataLocalServiceWrapper.deleteFileVersionFileEntryMetadata(long fileVersionId) |
DLFolder |
DLFolderLocalServiceWrapper.deleteFolder(DLFolder dlFolder) |
DLFolder |
DLFolderLocalService.deleteFolder(DLFolder dlFolder) |
static DLFolder |
DLFolderLocalServiceUtil.deleteFolder(DLFolder dlFolder) |
DLFolder |
DLFolderLocalServiceWrapper.deleteFolder(DLFolder dlFolder,
boolean includeTrashedEntries) |
DLFolder |
DLFolderLocalService.deleteFolder(DLFolder dlFolder,
boolean includeTrashedEntries) |
static DLFolder |
DLFolderLocalServiceUtil.deleteFolder(DLFolder dlFolder,
boolean includeTrashedEntries) |
void |
DLAppHelperLocalService.deleteFolder(Folder folder) |
static void |
DLAppHelperLocalServiceUtil.deleteFolder(Folder folder) |
void |
DLAppHelperLocalServiceWrapper.deleteFolder(Folder folder) |
static void |
DLAppServiceUtil.deleteFolder(long folderId)
Deletes the folder with the primary key and all of its subfolders and
file entries.
|
void |
DLAppLocalService.deleteFolder(long folderId)
Deletes the folder and all of its subfolders and file entries.
|
DLFolder |
DLFolderLocalServiceWrapper.deleteFolder(long folderId) |
void |
DLAppServiceWrapper.deleteFolder(long folderId)
Deletes the folder with the primary key and all of its subfolders and
file entries.
|
DLFolder |
DLFolderLocalService.deleteFolder(long folderId) |
void |
DLAppLocalServiceWrapper.deleteFolder(long folderId)
Deletes the folder and all of its subfolders and file entries.
|
void |
DLFolderService.deleteFolder(long folderId) |
void |
DLAppService.deleteFolder(long folderId)
Deletes the folder with the primary key and all of its subfolders and
file entries.
|
static DLFolder |
DLFolderLocalServiceUtil.deleteFolder(long folderId) |
void |
DLFolderServiceWrapper.deleteFolder(long folderId) |
static void |
DLFolderServiceUtil.deleteFolder(long folderId) |
static void |
DLAppLocalServiceUtil.deleteFolder(long folderId)
Deletes the folder and all of its subfolders and file entries.
|
DLFolder |
DLFolderLocalServiceWrapper.deleteFolder(long folderId,
boolean includeTrashedEntries) |
DLFolder |
DLFolderLocalService.deleteFolder(long folderId,
boolean includeTrashedEntries) |
void |
DLFolderService.deleteFolder(long folderId,
boolean includeTrashedEntries) |
static DLFolder |
DLFolderLocalServiceUtil.deleteFolder(long folderId,
boolean includeTrashedEntries) |
void |
DLFolderServiceWrapper.deleteFolder(long folderId,
boolean includeTrashedEntries) |
static void |
DLFolderServiceUtil.deleteFolder(long folderId,
boolean includeTrashedEntries) |
DLFolder |
DLFolderLocalServiceWrapper.deleteFolder(long userId,
long folderId,
boolean includeTrashedEntries) |
DLFolder |
DLFolderLocalService.deleteFolder(long userId,
long folderId,
boolean includeTrashedEntries) |
static DLFolder |
DLFolderLocalServiceUtil.deleteFolder(long userId,
long folderId,
boolean includeTrashedEntries) |
static void |
DLAppServiceUtil.deleteFolder(long repositoryId,
long parentFolderId,
String name)
Deletes the folder with the name in the parent folder and all of its
subfolders and file entries.
|
void |
DLAppServiceWrapper.deleteFolder(long repositoryId,
long parentFolderId,
String name)
Deletes the folder with the name in the parent folder and all of its
subfolders and file entries.
|
void |
DLFolderService.deleteFolder(long groupId,
long parentFolderId,
String name) |
void |
DLAppService.deleteFolder(long repositoryId,
long parentFolderId,
String name)
Deletes the folder with the name in the parent folder and all of its
subfolders and file entries.
|
void |
DLFolderServiceWrapper.deleteFolder(long groupId,
long parentFolderId,
String name) |
static void |
DLFolderServiceUtil.deleteFolder(long groupId,
long parentFolderId,
String name) |
PersistedModel |
DLFileEntryMetadataLocalService.deletePersistedModel(PersistedModel persistedModel) |
static PersistedModel |
DLFileEntryLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) |
static PersistedModel |
DLFileShortcutLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
DLFileShortcutLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
DLFileEntryTypeLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) |
static PersistedModel |
DLFileEntryTypeLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
DLFileVersionLocalService.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
DLFileShortcutLocalService.deletePersistedModel(PersistedModel persistedModel) |
static PersistedModel |
DLFileEntryMetadataLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
DLFileVersionLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) |
static PersistedModel |
DLFileVersionLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
DLFolderLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
DLFileEntryLocalService.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
DLFolderLocalService.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
DLFileEntryMetadataLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) |
static PersistedModel |
DLFolderLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
DLFileEntryTypeLocalService.deletePersistedModel(PersistedModel persistedModel) |
PersistedModel |
DLFileEntryLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) |
static void |
DLFileEntryLocalServiceUtil.deleteRepositoryFileEntries(long repositoryId) |
void |
DLAppHelperLocalService.deleteRepositoryFileEntries(long repositoryId) |
void |
DLFileEntryLocalService.deleteRepositoryFileEntries(long repositoryId) |
static void |
DLAppHelperLocalServiceUtil.deleteRepositoryFileEntries(long repositoryId) |
void |
DLFileEntryLocalServiceWrapper.deleteRepositoryFileEntries(long repositoryId) |
void |
DLAppHelperLocalServiceWrapper.deleteRepositoryFileEntries(long repositoryId) |
static void |
DLFileEntryLocalServiceUtil.deleteRepositoryFileEntries(long repositoryId,
long folderId) |
void |
DLFileEntryLocalService.deleteRepositoryFileEntries(long repositoryId,
long folderId) |
void |
DLFileEntryLocalServiceWrapper.deleteRepositoryFileEntries(long repositoryId,
long folderId) |
static void |
DLFileEntryLocalServiceUtil.deleteRepositoryFileEntries(long repositoryId,
long folderId,
boolean includeTrashedEntries) |
void |
DLFileEntryLocalService.deleteRepositoryFileEntries(long repositoryId,
long folderId,
boolean includeTrashedEntries) |
void |
DLFileEntryLocalServiceWrapper.deleteRepositoryFileEntries(long repositoryId,
long folderId,
boolean includeTrashedEntries) |
static void |
DLFileShortcutLocalServiceUtil.deleteRepositoryFileShortcuts(long repositoryId) |
void |
DLFileShortcutLocalServiceWrapper.deleteRepositoryFileShortcuts(long repositoryId) |
void |
DLFileShortcutLocalService.deleteRepositoryFileShortcuts(long repositoryId) |
static void |
DLAppServiceUtil.deleteTempFileEntry(long groupId,
long folderId,
String folderName,
String fileName)
Deletes the temporary file entry.
|
void |
DLAppServiceWrapper.deleteTempFileEntry(long groupId,
long folderId,
String folderName,
String fileName)
Deletes the temporary file entry.
|
void |
DLAppService.deleteTempFileEntry(long groupId,
long folderId,
String folderName,
String fileName)
Deletes the temporary file entry.
|
static DLFileEntry |
DLFileEntryServiceUtil.fetchFileEntryByImageId(long imageId) |
DLFileEntry |
DLFileEntryService.fetchFileEntryByImageId(long imageId) |
DLFileEntry |
DLFileEntryServiceWrapper.fetchFileEntryByImageId(long imageId) |
long |
DLAppHelperLocalService.getCheckedOutFileEntriesCount(long groupId) |
static long |
DLAppHelperLocalServiceUtil.getCheckedOutFileEntriesCount(long groupId) |
long |
DLAppHelperLocalServiceWrapper.getCheckedOutFileEntriesCount(long groupId) |
long |
DLFileEntryTypeLocalServiceWrapper.getDefaultFileEntryTypeId(long folderId) |
static long |
DLFileEntryTypeLocalServiceUtil.getDefaultFileEntryTypeId(long folderId) |
long |
DLFileEntryTypeLocalService.getDefaultFileEntryTypeId(long folderId) |
static DLFileEntry |
DLFileEntryLocalServiceUtil.getDLFileEntry(long fileEntryId)
Returns the document library file entry with the primary key.
|
DLFileEntry |
DLFileEntryLocalService.getDLFileEntry(long fileEntryId)
Returns the document library file entry with the primary key.
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.getDLFileEntry(long fileEntryId)
Returns the document library file entry with the primary key.
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.getDLFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file entry matching the UUID and group.
|
DLFileEntry |
DLFileEntryLocalService.getDLFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file entry matching the UUID and group.
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.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.
|
static DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceUtil.getDLFileEntryMetadata(long fileEntryMetadataId)
Returns the document library file entry metadata with the primary key.
|
DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceWrapper.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.
|
static DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceUtil.getDLFileEntryMetadataByUuidAndCompanyId(String uuid,
long companyId)
Returns the document library file entry metadata with the matching UUID and company.
|
DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceWrapper.getDLFileEntryMetadataByUuidAndCompanyId(String uuid,
long companyId)
Returns the document library file entry metadata with the matching UUID and company.
|
DLFileEntryType |
DLFileEntryTypeLocalServiceWrapper.getDLFileEntryType(long fileEntryTypeId)
Returns the document library file entry type with the primary key.
|
static DLFileEntryType |
DLFileEntryTypeLocalServiceUtil.getDLFileEntryType(long fileEntryTypeId)
Returns the document library file entry type with the primary key.
|
DLFileEntryType |
DLFileEntryTypeLocalService.getDLFileEntryType(long fileEntryTypeId)
Returns the document library file entry type with the primary key.
|
DLFileEntryType |
DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypeByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file entry type matching the UUID and group.
|
static DLFileEntryType |
DLFileEntryTypeLocalServiceUtil.getDLFileEntryTypeByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file entry type matching the UUID and group.
|
DLFileEntryType |
DLFileEntryTypeLocalService.getDLFileEntryTypeByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file entry type matching the UUID and group.
|
static DLFileShortcut |
DLFileShortcutLocalServiceUtil.getDLFileShortcut(long fileShortcutId)
Returns the document library file shortcut with the primary key.
|
DLFileShortcut |
DLFileShortcutLocalServiceWrapper.getDLFileShortcut(long fileShortcutId)
Returns the document library file shortcut with the primary key.
|
DLFileShortcut |
DLFileShortcutLocalService.getDLFileShortcut(long fileShortcutId)
Returns the document library file shortcut with the primary key.
|
static DLFileShortcut |
DLFileShortcutLocalServiceUtil.getDLFileShortcutByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file shortcut matching the UUID and group.
|
DLFileShortcut |
DLFileShortcutLocalServiceWrapper.getDLFileShortcutByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file shortcut matching the UUID and group.
|
DLFileShortcut |
DLFileShortcutLocalService.getDLFileShortcutByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file shortcut matching the UUID and group.
|
DLFileVersion |
DLFileVersionLocalService.getDLFileVersion(long fileVersionId)
Returns the document library file version with the primary key.
|
DLFileVersion |
DLFileVersionLocalServiceWrapper.getDLFileVersion(long fileVersionId)
Returns the document library file version with the primary key.
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.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.
|
DLFileVersion |
DLFileVersionLocalServiceWrapper.getDLFileVersionByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file version matching the UUID and group.
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.getDLFileVersionByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file version matching the UUID and group.
|
DLFolder |
DLFolderLocalServiceWrapper.getDLFolder(long folderId)
Returns the document library folder with the primary key.
|
DLFolder |
DLFolderLocalService.getDLFolder(long folderId)
Returns the document library folder with the primary key.
|
static DLFolder |
DLFolderLocalServiceUtil.getDLFolder(long folderId)
Returns the document library folder with the primary key.
|
DLFolder |
DLFolderLocalServiceWrapper.getDLFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the document library folder matching the UUID and group.
|
DLFolder |
DLFolderLocalService.getDLFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the document library folder matching the UUID and group.
|
static DLFolder |
DLFolderLocalServiceUtil.getDLFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the document library folder matching the UUID and group.
|
static InputStream |
DLFileEntryLocalServiceUtil.getFileAsStream(long fileEntryId,
String version) |
static InputStream |
DLFileEntryServiceUtil.getFileAsStream(long fileEntryId,
String version) |
InputStream |
DLFileEntryService.getFileAsStream(long fileEntryId,
String version) |
InputStream |
DLFileEntryServiceWrapper.getFileAsStream(long fileEntryId,
String version) |
InputStream |
DLFileEntryLocalService.getFileAsStream(long fileEntryId,
String version) |
InputStream |
DLFileEntryLocalServiceWrapper.getFileAsStream(long fileEntryId,
String version) |
static InputStream |
DLFileEntryLocalServiceUtil.getFileAsStream(long fileEntryId,
String version,
boolean incrementCounter) |
static InputStream |
DLFileEntryServiceUtil.getFileAsStream(long fileEntryId,
String version,
boolean incrementCounter) |
InputStream |
DLFileEntryService.getFileAsStream(long fileEntryId,
String version,
boolean incrementCounter) |
InputStream |
DLFileEntryServiceWrapper.getFileAsStream(long fileEntryId,
String version,
boolean incrementCounter) |
InputStream |
DLFileEntryLocalService.getFileAsStream(long fileEntryId,
String version,
boolean incrementCounter) |
InputStream |
DLFileEntryLocalServiceWrapper.getFileAsStream(long fileEntryId,
String version,
boolean incrementCounter) |
static InputStream |
DLFileEntryLocalServiceUtil.getFileAsStream(long fileEntryId,
String version,
boolean incrementCounter,
int increment) |
InputStream |
DLFileEntryLocalService.getFileAsStream(long fileEntryId,
String version,
boolean incrementCounter,
int increment) |
InputStream |
DLFileEntryLocalServiceWrapper.getFileAsStream(long fileEntryId,
String version,
boolean incrementCounter,
int increment) |
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId)
Returns all the file entries in the folder.
|
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId)
Returns all the file entries in the folder.
|
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId)
Returns all the file entries in the folder.
|
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
int start,
int end)
Returns a name-ordered range of all the file entries in the folder.
|
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
int start,
int end)
Returns a name-ordered range of 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.
|
static List<DLFileEntry> |
DLFileEntryServiceUtil.getFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator) |
List<DLFileEntry> |
DLFileEntryService.getFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator) |
List<DLFileEntry> |
DLFileEntryServiceWrapper.getFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator) |
static List<DLFileEntry> |
DLFileEntryServiceUtil.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator) |
List<DLFileEntry> |
DLFileEntryService.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator) |
List<DLFileEntry> |
DLFileEntryServiceWrapper.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator) |
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<FileEntry> orderByComparator)
Returns an ordered range of all the file entries in the folder.
|
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<FileEntry> orderByComparator)
Returns an ordered range of all the file entries in the folder.
|
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<FileEntry> orderByComparator)
Returns an ordered range of all the file entries in the folder.
|
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId)
Returns the file entries with the file entry type in the folder.
|
List<FileEntry> |
DLAppServiceWrapper.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)
Returns the file entries with the file entry type in the folder.
|
static List<FileEntry> |
DLAppServiceUtil.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<FileEntry> |
DLAppServiceWrapper.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<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.
|
static List<DLFileEntry> |
DLFileEntryServiceUtil.getFileEntries(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator) |
List<DLFileEntry> |
DLFileEntryService.getFileEntries(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator) |
List<DLFileEntry> |
DLFileEntryServiceWrapper.getFileEntries(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator) |
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> orderByComparator)
Returns an ordered range of all the file entries with the file entry type
in the folder.
|
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> orderByComparator)
Returns an ordered range of all the file entries with the file entry type
in the folder.
|
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> orderByComparator)
Returns an ordered range of all the file entries with the file entry type
in the folder.
|
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes) |
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes) |
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes) |
static List<DLFileEntry> |
DLFileEntryServiceUtil.getFileEntries(long groupId,
long folderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator) |
List<DLFileEntry> |
DLFileEntryService.getFileEntries(long groupId,
long folderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator) |
List<DLFileEntry> |
DLFileEntryServiceWrapper.getFileEntries(long groupId,
long folderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator) |
static List<DLFileEntry> |
DLFileEntryServiceUtil.getFileEntries(long groupId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator) |
List<DLFileEntry> |
DLFileEntryService.getFileEntries(long groupId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator) |
List<DLFileEntry> |
DLFileEntryServiceWrapper.getFileEntries(long groupId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator) |
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> orderByComparator) |
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> orderByComparator) |
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> orderByComparator) |
static List<Object> |
DLAppServiceUtil.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> |
DLAppServiceWrapper.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> |
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> |
DLFolderServiceWrapper.getFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
int start,
int end) |
static List<Object> |
DLFolderServiceUtil.getFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
int start,
int end) |
static int |
DLAppServiceUtil.getFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status)
Returns the number of file entries and shortcuts in the folder.
|
int |
DLAppServiceWrapper.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) |
int |
DLAppService.getFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status)
Returns the number of file entries and shortcuts in the folder.
|
int |
DLFolderServiceWrapper.getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status) |
static int |
DLFolderServiceUtil.getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status) |
static int |
DLAppServiceUtil.getFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
String[] mimeTypes)
Returns the number of file entries and shortcuts in the folder.
|
int |
DLAppServiceWrapper.getFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
String[] mimeTypes)
Returns the number of file entries and shortcuts in the folder.
|
int |
DLFolderService.getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
String[] mimeTypes)
Deprecated.
As of Athanasius (7.3.x), replaced by
DLFolderService.getFileEntriesAndFileShortcutsCount(long, long, String[],
int) |
int |
DLAppService.getFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
String[] mimeTypes)
Returns the number of file entries and shortcuts in the folder.
|
int |
DLFolderServiceWrapper.getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
String[] mimeTypes)
Deprecated.
As of Athanasius (7.3.x), replaced by
DLFolderServiceWrapper.getFileEntriesAndFileShortcutsCount(long, long, String[],
int) |
static int |
DLFolderServiceUtil.getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
String[] mimeTypes)
Deprecated.
As of Athanasius (7.3.x), replaced by
DLFolderServiceUtil.getFileEntriesAndFileShortcutsCount(long, long, String[],
int) |
int |
DLFolderService.getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
String[] mimeTypes,
int status) |
int |
DLFolderServiceWrapper.getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
String[] mimeTypes,
int status) |
static int |
DLFolderServiceUtil.getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
String[] mimeTypes,
int status) |
static int |
DLAppServiceUtil.getFileEntriesCount(long repositoryId,
long folderId)
Returns the number of file entries in the folder.
|
int |
DLAppServiceWrapper.getFileEntriesCount(long repositoryId,
long folderId)
Returns the number of file entries in the folder.
|
int |
DLAppService.getFileEntriesCount(long repositoryId,
long folderId)
Returns the number of file entries in the folder.
|
static int |
DLAppServiceUtil.getFileEntriesCount(long repositoryId,
long folderId,
long fileEntryTypeId)
Returns the number of file entries with the file entry type in the
folder.
|
int |
DLAppServiceWrapper.getFileEntriesCount(long repositoryId,
long folderId,
long fileEntryTypeId)
Returns the number of file entries with the file entry type in the
folder.
|
int |
DLAppService.getFileEntriesCount(long repositoryId,
long folderId,
long fileEntryTypeId)
Returns the number of file entries with the file entry type in the
folder.
|
static int |
DLAppServiceUtil.getFileEntriesCount(long repositoryId,
long folderId,
String[] mimeTypes) |
int |
DLAppServiceWrapper.getFileEntriesCount(long repositoryId,
long folderId,
String[] mimeTypes) |
int |
DLAppService.getFileEntriesCount(long repositoryId,
long folderId,
String[] mimeTypes) |
static DLFileEntry |
DLFileEntryLocalServiceUtil.getFileEntry(long fileEntryId) |
static FileEntry |
DLAppServiceUtil.getFileEntry(long fileEntryId)
Returns the file entry with the primary key.
|
static DLFileEntry |
DLFileEntryServiceUtil.getFileEntry(long fileEntryId) |
DLFileEntry |
DLFileEntryService.getFileEntry(long fileEntryId) |
FileEntry |
DLAppLocalService.getFileEntry(long fileEntryId)
Returns the file entry with the primary key.
|
DLFileEntry |
DLFileEntryServiceWrapper.getFileEntry(long fileEntryId) |
DLFileEntry |
DLFileEntryLocalService.getFileEntry(long fileEntryId) |
FileEntry |
DLAppServiceWrapper.getFileEntry(long fileEntryId)
Returns the file entry with the primary key.
|
FileEntry |
DLAppLocalServiceWrapper.getFileEntry(long fileEntryId)
Returns the file entry with the primary key.
|
FileEntry |
DLAppService.getFileEntry(long fileEntryId)
Returns the file entry with the primary key.
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.getFileEntry(long fileEntryId) |
static FileEntry |
DLAppLocalServiceUtil.getFileEntry(long fileEntryId)
Returns the file entry with the primary key.
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.getFileEntry(long groupId,
long folderId,
String title) |
static FileEntry |
DLAppServiceUtil.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder.
|
static DLFileEntry |
DLFileEntryServiceUtil.getFileEntry(long groupId,
long folderId,
String title) |
DLFileEntry |
DLFileEntryService.getFileEntry(long groupId,
long folderId,
String title) |
FileEntry |
DLAppLocalService.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder.
|
DLFileEntry |
DLFileEntryServiceWrapper.getFileEntry(long groupId,
long folderId,
String title) |
DLFileEntry |
DLFileEntryLocalService.getFileEntry(long groupId,
long folderId,
String title) |
FileEntry |
DLAppServiceWrapper.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder.
|
FileEntry |
DLAppLocalServiceWrapper.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder.
|
FileEntry |
DLAppService.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder.
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.getFileEntry(long groupId,
long folderId,
String title) |
static FileEntry |
DLAppLocalServiceUtil.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder.
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.getFileEntryByName(long groupId,
long folderId,
String name) |
DLFileEntry |
DLFileEntryLocalService.getFileEntryByName(long groupId,
long folderId,
String name) |
DLFileEntry |
DLFileEntryLocalServiceWrapper.getFileEntryByName(long groupId,
long folderId,
String name) |
static DLFileEntry |
DLFileEntryLocalServiceUtil.getFileEntryByUuidAndGroupId(String uuid,
long groupId) |
static FileEntry |
DLAppServiceUtil.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group.
|
static DLFileEntry |
DLFileEntryServiceUtil.getFileEntryByUuidAndGroupId(String uuid,
long groupId) |
DLFileEntry |
DLFileEntryService.getFileEntryByUuidAndGroupId(String uuid,
long groupId) |
FileEntry |
DLAppLocalService.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group.
|
DLFileEntry |
DLFileEntryServiceWrapper.getFileEntryByUuidAndGroupId(String uuid,
long groupId) |
DLFileEntry |
DLFileEntryLocalService.getFileEntryByUuidAndGroupId(String uuid,
long groupId) |
FileEntry |
DLAppServiceWrapper.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group.
|
FileEntry |
DLAppLocalServiceWrapper.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group.
|
FileEntry |
DLAppService.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group.
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.getFileEntryByUuidAndGroupId(String uuid,
long groupId) |
static FileEntry |
DLAppLocalServiceUtil.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group.
|
DLFileEntryMetadata |
DLFileEntryMetadataLocalService.getFileEntryMetadata(long fileEntryMetadataId) |
static DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceUtil.getFileEntryMetadata(long fileEntryMetadataId) |
DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceWrapper.getFileEntryMetadata(long fileEntryMetadataId) |
DLFileEntryMetadata |
DLFileEntryMetadataLocalService.getFileEntryMetadata(long ddmStructureId,
long fileVersionId) |
static DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceUtil.getFileEntryMetadata(long ddmStructureId,
long fileVersionId) |
DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceWrapper.getFileEntryMetadata(long ddmStructureId,
long fileVersionId) |
DLFileEntryType |
DLFileEntryTypeLocalServiceWrapper.getFileEntryType(long fileEntryTypeId) |
static DLFileEntryType |
DLFileEntryTypeLocalServiceUtil.getFileEntryType(long fileEntryTypeId) |
static DLFileEntryType |
DLFileEntryTypeServiceUtil.getFileEntryType(long fileEntryTypeId) |
DLFileEntryType |
DLFileEntryTypeService.getFileEntryType(long fileEntryTypeId) |
DLFileEntryType |
DLFileEntryTypeLocalService.getFileEntryType(long fileEntryTypeId) |
DLFileEntryType |
DLFileEntryTypeServiceWrapper.getFileEntryType(long fileEntryTypeId) |
DLFileEntryType |
DLFileEntryTypeLocalServiceWrapper.getFileEntryType(long groupId,
String fileEntryTypeKey) |
static DLFileEntryType |
DLFileEntryTypeLocalServiceUtil.getFileEntryType(long groupId,
String fileEntryTypeKey) |
DLFileEntryType |
DLFileEntryTypeLocalService.getFileEntryType(long groupId,
String fileEntryTypeKey) |
List<DLFileEntryType> |
DLFileEntryTypeLocalServiceWrapper.getFileEntryTypes(long ddmStructureId) |
static List<DLFileEntryType> |
DLFileEntryTypeLocalServiceUtil.getFileEntryTypes(long ddmStructureId) |
List<DLFileEntryType> |
DLFileEntryTypeLocalService.getFileEntryTypes(long ddmStructureId) |
static DLFileShortcut |
DLFileShortcutLocalServiceUtil.getFileShortcut(long fileShortcutId) |
DLFileShortcut |
DLFileShortcutLocalServiceWrapper.getFileShortcut(long fileShortcutId) |
static FileShortcut |
DLAppServiceUtil.getFileShortcut(long fileShortcutId)
Returns the file shortcut with the primary key.
|
DLFileShortcut |
DLFileShortcutService.getFileShortcut(long fileShortcutId) |
DLFileShortcut |
DLFileShortcutLocalService.getFileShortcut(long fileShortcutId) |
DLFileShortcut |
DLFileShortcutServiceWrapper.getFileShortcut(long fileShortcutId) |
FileShortcut |
DLAppLocalService.getFileShortcut(long fileShortcutId)
Returns the file shortcut with the primary key.
|
static DLFileShortcut |
DLFileShortcutServiceUtil.getFileShortcut(long fileShortcutId) |
FileShortcut |
DLAppServiceWrapper.getFileShortcut(long fileShortcutId)
Returns the file shortcut with the primary key.
|
FileShortcut |
DLAppLocalServiceWrapper.getFileShortcut(long fileShortcutId)
Returns the file shortcut with the primary key.
|
FileShortcut |
DLAppService.getFileShortcut(long fileShortcutId)
Returns the file shortcut with the primary key.
|
static FileShortcut |
DLAppLocalServiceUtil.getFileShortcut(long fileShortcutId)
Returns the file shortcut with the primary key.
|
static FileVersion |
DLAppServiceUtil.getFileVersion(long fileVersionId)
Returns the file version with the primary key.
|
DLFileVersion |
DLFileVersionService.getFileVersion(long fileVersionId) |
DLFileVersion |
DLFileVersionLocalService.getFileVersion(long fileVersionId) |
FileVersion |
DLAppLocalService.getFileVersion(long fileVersionId)
Returns the file version with the primary key.
|
DLFileVersion |
DLFileVersionServiceWrapper.getFileVersion(long fileVersionId) |
DLFileVersion |
DLFileVersionLocalServiceWrapper.getFileVersion(long fileVersionId) |
static DLFileVersion |
DLFileVersionLocalServiceUtil.getFileVersion(long fileVersionId) |
FileVersion |
DLAppServiceWrapper.getFileVersion(long fileVersionId)
Returns the file version with the primary key.
|
FileVersion |
DLAppLocalServiceWrapper.getFileVersion(long fileVersionId)
Returns the file version with the primary key.
|
FileVersion |
DLAppService.getFileVersion(long fileVersionId)
Returns the file version with the primary key.
|
static DLFileVersion |
DLFileVersionServiceUtil.getFileVersion(long fileVersionId) |
static FileVersion |
DLAppLocalServiceUtil.getFileVersion(long fileVersionId)
Returns the file version with the primary key.
|
DLFileVersion |
DLFileVersionLocalService.getFileVersion(long fileEntryId,
String version) |
DLFileVersion |
DLFileVersionLocalServiceWrapper.getFileVersion(long fileEntryId,
String version) |
static DLFileVersion |
DLFileVersionLocalServiceUtil.getFileVersion(long fileEntryId,
String version) |
List<DLFileVersion> |
DLFileVersionService.getFileVersions(long fileEntryId,
int status) |
List<DLFileVersion> |
DLFileVersionServiceWrapper.getFileVersions(long fileEntryId,
int status) |
static List<DLFileVersion> |
DLFileVersionServiceUtil.getFileVersions(long fileEntryId,
int status) |
int |
DLFileVersionService.getFileVersionsCount(long fileEntryId,
int status) |
int |
DLFileVersionServiceWrapper.getFileVersionsCount(long fileEntryId,
int status) |
static int |
DLFileVersionServiceUtil.getFileVersionsCount(long fileEntryId,
int status) |
static Folder |
DLAppServiceUtil.getFolder(long folderId)
Returns the folder with the primary key.
|
Folder |
DLAppLocalService.getFolder(long folderId)
Returns the folder with the primary key.
|
DLFolder |
DLFolderLocalServiceWrapper.getFolder(long folderId) |
Folder |
DLAppServiceWrapper.getFolder(long folderId)
Returns the folder with the primary key.
|
DLFolder |
DLFolderLocalService.getFolder(long folderId) |
Folder |
DLAppLocalServiceWrapper.getFolder(long folderId)
Returns the folder with the primary key.
|
DLFolder |
DLFolderService.getFolder(long folderId) |
Folder |
DLAppService.getFolder(long folderId)
Returns the folder with the primary key.
|
static DLFolder |
DLFolderLocalServiceUtil.getFolder(long folderId) |
DLFolder |
DLFolderServiceWrapper.getFolder(long folderId) |
static DLFolder |
DLFolderServiceUtil.getFolder(long folderId) |
static Folder |
DLAppLocalServiceUtil.getFolder(long folderId)
Returns the folder with the primary key.
|
static Folder |
DLAppServiceUtil.getFolder(long repositoryId,
long parentFolderId,
String name)
Returns the folder with the name in the parent folder.
|
Folder |
DLAppLocalService.getFolder(long repositoryId,
long parentFolderId,
String name)
Returns the folder with the name in the parent folder.
|
DLFolder |
DLFolderLocalServiceWrapper.getFolder(long groupId,
long parentFolderId,
String name) |
Folder |
DLAppServiceWrapper.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) |
Folder |
DLAppLocalServiceWrapper.getFolder(long repositoryId,
long parentFolderId,
String name)
Returns the folder with the name in the parent folder.
|
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.
|
static DLFolder |
DLFolderLocalServiceUtil.getFolder(long groupId,
long parentFolderId,
String name) |
DLFolder |
DLFolderServiceWrapper.getFolder(long groupId,
long parentFolderId,
String name) |
static DLFolder |
DLFolderServiceUtil.getFolder(long groupId,
long parentFolderId,
String name) |
static Folder |
DLAppLocalServiceUtil.getFolder(long repositoryId,
long parentFolderId,
String name)
Returns the folder with the name in the parent folder.
|
List<DLFileEntryType> |
DLFileEntryTypeLocalServiceWrapper.getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited) |
static List<DLFileEntryType> |
DLFileEntryTypeLocalServiceUtil.getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited) |
static List<DLFileEntryType> |
DLFileEntryTypeServiceUtil.getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited) |
List<DLFileEntryType> |
DLFileEntryTypeService.getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited) |
List<DLFileEntryType> |
DLFileEntryTypeLocalService.getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited) |
List<DLFileEntryType> |
DLFileEntryTypeServiceWrapper.getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited) |
List<Long> |
DLFolderService.getFolderIds(long groupId,
long folderId) |
List<Long> |
DLFolderServiceWrapper.getFolderIds(long groupId,
long folderId) |
static List<Long> |
DLFolderServiceUtil.getFolderIds(long groupId,
long folderId) |
static List<Folder> |
DLAppServiceUtil.getFolders(long repositoryId,
long parentFolderId)
Returns all immediate subfolders of the parent folder.
|
List<Folder> |
DLAppServiceWrapper.getFolders(long repositoryId,
long parentFolderId)
Returns all immediate subfolders of the parent folder.
|
List<Folder> |
DLAppService.getFolders(long repositoryId,
long parentFolderId)
Returns all immediate subfolders of the parent folder.
|
static List<Folder> |
DLAppServiceUtil.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> |
DLAppServiceWrapper.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)
Returns all immediate subfolders of the parent folder, optionally
including mount folders for third-party repositories.
|
static List<Folder> |
DLAppServiceUtil.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<Folder> |
DLAppServiceWrapper.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<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> |
DLFolderService.getFolders(long groupId,
long parentFolderId,
boolean includeMountfolders,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator) |
List<DLFolder> |
DLFolderServiceWrapper.getFolders(long groupId,
long parentFolderId,
boolean includeMountfolders,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator) |
static List<DLFolder> |
DLFolderServiceUtil.getFolders(long groupId,
long parentFolderId,
boolean includeMountfolders,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator) |
static List<Folder> |
DLAppServiceUtil.getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<Folder> orderByComparator)
Returns an ordered range of all the immediate subfolders of the parent
folder.
|
List<Folder> |
DLAppServiceWrapper.getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<Folder> orderByComparator)
Returns an ordered range of all the immediate subfolders of the parent
folder.
|
List<Folder> |
DLAppService.
|