Uses of Class
com.liferay.portal.kernel.exception.PortalException
Packages that use PortalException
Package
Description
This package defines the asset portlet service local and remote interfaces, utilities, and wrappers.
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
This package defines the document library portlet store interfaces, base classes, utilities, and wrappers.
This package defines the document library portlet utility interfaces and classes.
This package defines the kernel exceptions.
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal model implementation base classes.
This package defines the kernel portlet interfaces and classes.
This package defines the portal repository proxy beans.
This package defines the portal security authentication interfaces,
classes, utilities, wrappers, and exceptions.
This package defines the portal security permission interfaces and classes.
This package defines the portal service interfaces and classes.
This package defines the portal service permission interfaces and utilities.
This package defines the portal theme classes.
This package defines the kernel utility interfaces and classes.
This package defines the social related portlet service local and remote interfaces, utilities, and wrappers.
-
Uses of PortalException in com.liferay.announcements.kernel.exception
Subclasses of PortalException in com.liferay.announcements.kernel.exceptionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of PortalException in com.liferay.announcements.kernel.model
Methods in com.liferay.announcements.kernel.model that throw PortalExceptionModifier and TypeMethodDescriptionlongAnnouncementsEntry.getGroupId()longAnnouncementsEntryWrapper.getGroupId() -
Uses of PortalException in com.liferay.announcements.kernel.service
Methods in com.liferay.announcements.kernel.service that throw PortalExceptionModifier and TypeMethodDescriptionAnnouncementsEntryLocalService.addEntry(long userId, long classNameId, long classPK, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority, boolean alert) static AnnouncementsEntryAnnouncementsEntryLocalServiceUtil.addEntry(long userId, long classNameId, long classPK, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority, boolean alert) AnnouncementsEntryLocalServiceWrapper.addEntry(long userId, long classNameId, long classPK, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority, boolean alert) AnnouncementsEntryService.addEntry(long classNameId, long classPK, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority, boolean alert) static AnnouncementsEntryAnnouncementsEntryServiceUtil.addEntry(long classNameId, long classPK, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority, boolean alert) AnnouncementsEntryServiceWrapper.addEntry(long classNameId, long classPK, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority, boolean alert) voidAnnouncementsFlagService.addFlag(long entryId, int value) static voidAnnouncementsFlagServiceUtil.addFlag(long entryId, int value) voidAnnouncementsFlagServiceWrapper.addFlag(long entryId, int value) AnnouncementsDeliveryLocalService.addUserDelivery(long userId, String type) static AnnouncementsDeliveryAnnouncementsDeliveryLocalServiceUtil.addUserDelivery(long userId, String type) AnnouncementsDeliveryLocalServiceWrapper.addUserDelivery(long userId, String type) voidAnnouncementsEntryLocalService.checkEntries()voidAnnouncementsEntryLocalService.checkEntries(Date startDate, Date endDate) static voidAnnouncementsEntryLocalServiceUtil.checkEntries()static voidAnnouncementsEntryLocalServiceUtil.checkEntries(Date startDate, Date endDate) voidAnnouncementsEntryLocalServiceWrapper.checkEntries()voidAnnouncementsEntryLocalServiceWrapper.checkEntries(Date startDate, Date endDate) AnnouncementsDeliveryLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelAnnouncementsDeliveryLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) AnnouncementsDeliveryLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) AnnouncementsEntryLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelAnnouncementsEntryLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) AnnouncementsEntryLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) AnnouncementsFlagLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelAnnouncementsFlagLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) AnnouncementsFlagLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) AnnouncementsDeliveryLocalService.deleteAnnouncementsDelivery(long deliveryId) Deletes the announcements delivery with the primary key from the database.static AnnouncementsDeliveryAnnouncementsDeliveryLocalServiceUtil.deleteAnnouncementsDelivery(long deliveryId) Deletes the announcements delivery with the primary key from the database.AnnouncementsDeliveryLocalServiceWrapper.deleteAnnouncementsDelivery(long deliveryId) Deletes the announcements delivery with the primary key from the database.AnnouncementsEntryLocalService.deleteAnnouncementsEntry(long entryId) Deletes the announcements entry with the primary key from the database.static AnnouncementsEntryAnnouncementsEntryLocalServiceUtil.deleteAnnouncementsEntry(long entryId) Deletes the announcements entry with the primary key from the database.AnnouncementsEntryLocalServiceWrapper.deleteAnnouncementsEntry(long entryId) Deletes the announcements entry with the primary key from the database.AnnouncementsFlagLocalService.deleteAnnouncementsFlag(long flagId) Deletes the announcements flag with the primary key from the database.static AnnouncementsFlagAnnouncementsFlagLocalServiceUtil.deleteAnnouncementsFlag(long flagId) Deletes the announcements flag with the primary key from the database.AnnouncementsFlagLocalServiceWrapper.deleteAnnouncementsFlag(long flagId) Deletes the announcements flag with the primary key from the database.voidAnnouncementsDeliveryLocalService.deleteDelivery(long deliveryId) static voidAnnouncementsDeliveryLocalServiceUtil.deleteDelivery(long deliveryId) voidAnnouncementsDeliveryLocalServiceWrapper.deleteDelivery(long deliveryId) voidAnnouncementsEntryLocalService.deleteEntries(long classNameId, long classPK) voidAnnouncementsEntryLocalService.deleteEntries(long companyId, long classNameId, long classPK) static voidAnnouncementsEntryLocalServiceUtil.deleteEntries(long classNameId, long classPK) static voidAnnouncementsEntryLocalServiceUtil.deleteEntries(long companyId, long classNameId, long classPK) voidAnnouncementsEntryLocalServiceWrapper.deleteEntries(long classNameId, long classPK) voidAnnouncementsEntryLocalServiceWrapper.deleteEntries(long companyId, long classNameId, long classPK) voidAnnouncementsEntryLocalService.deleteEntry(long entryId) voidAnnouncementsEntryLocalService.deleteEntry(AnnouncementsEntry entry) static voidAnnouncementsEntryLocalServiceUtil.deleteEntry(long entryId) static voidAnnouncementsEntryLocalServiceUtil.deleteEntry(AnnouncementsEntry entry) voidAnnouncementsEntryLocalServiceWrapper.deleteEntry(long entryId) voidAnnouncementsEntryLocalServiceWrapper.deleteEntry(AnnouncementsEntry entry) voidAnnouncementsEntryService.deleteEntry(long entryId) static voidAnnouncementsEntryServiceUtil.deleteEntry(long entryId) voidAnnouncementsEntryServiceWrapper.deleteEntry(long entryId) voidAnnouncementsFlagLocalService.deleteFlag(long flagId) static voidAnnouncementsFlagLocalServiceUtil.deleteFlag(long flagId) voidAnnouncementsFlagLocalServiceWrapper.deleteFlag(long flagId) voidAnnouncementsFlagService.deleteFlag(long flagId) static voidAnnouncementsFlagServiceUtil.deleteFlag(long flagId) voidAnnouncementsFlagServiceWrapper.deleteFlag(long flagId) AnnouncementsDeliveryLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelAnnouncementsDeliveryLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) AnnouncementsDeliveryLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) AnnouncementsEntryLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelAnnouncementsEntryLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) AnnouncementsEntryLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) AnnouncementsFlagLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelAnnouncementsFlagLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) AnnouncementsFlagLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) AnnouncementsDeliveryLocalService.getAnnouncementsDelivery(long deliveryId) Returns the announcements delivery with the primary key.static AnnouncementsDeliveryAnnouncementsDeliveryLocalServiceUtil.getAnnouncementsDelivery(long deliveryId) Returns the announcements delivery with the primary key.AnnouncementsDeliveryLocalServiceWrapper.getAnnouncementsDelivery(long deliveryId) Returns the announcements delivery with the primary key.AnnouncementsEntryLocalService.getAnnouncementsEntry(long entryId) Returns the announcements entry with the primary key.static AnnouncementsEntryAnnouncementsEntryLocalServiceUtil.getAnnouncementsEntry(long entryId) Returns the announcements entry with the primary key.AnnouncementsEntryLocalServiceWrapper.getAnnouncementsEntry(long entryId) Returns the announcements entry with the primary key.AnnouncementsEntryLocalService.getAnnouncementsEntryByUuidAndCompanyId(String uuid, long companyId) Returns the announcements entry with the matching UUID and company.static AnnouncementsEntryAnnouncementsEntryLocalServiceUtil.getAnnouncementsEntryByUuidAndCompanyId(String uuid, long companyId) Returns the announcements entry with the matching UUID and company.AnnouncementsEntryLocalServiceWrapper.getAnnouncementsEntryByUuidAndCompanyId(String uuid, long companyId) Returns the announcements entry with the matching UUID and company.AnnouncementsFlagLocalService.getAnnouncementsFlag(long flagId) Returns the announcements flag with the primary key.static AnnouncementsFlagAnnouncementsFlagLocalServiceUtil.getAnnouncementsFlag(long flagId) Returns the announcements flag with the primary key.AnnouncementsFlagLocalServiceWrapper.getAnnouncementsFlag(long flagId) Returns the announcements flag with the primary key.AnnouncementsDeliveryLocalService.getDelivery(long deliveryId) static AnnouncementsDeliveryAnnouncementsDeliveryLocalServiceUtil.getDelivery(long deliveryId) AnnouncementsDeliveryLocalServiceWrapper.getDelivery(long deliveryId) AnnouncementsEntryLocalService.getEntry(long entryId) static AnnouncementsEntryAnnouncementsEntryLocalServiceUtil.getEntry(long entryId) AnnouncementsEntryLocalServiceWrapper.getEntry(long entryId) AnnouncementsEntryService.getEntry(long entryId) static AnnouncementsEntryAnnouncementsEntryServiceUtil.getEntry(long entryId) AnnouncementsEntryServiceWrapper.getEntry(long entryId) AnnouncementsFlagLocalService.getFlag(long userId, long entryId, int value) static AnnouncementsFlagAnnouncementsFlagLocalServiceUtil.getFlag(long userId, long entryId, int value) AnnouncementsFlagLocalServiceWrapper.getFlag(long userId, long entryId, int value) AnnouncementsFlagService.getFlag(long entryId, int value) static AnnouncementsFlagAnnouncementsFlagServiceUtil.getFlag(long entryId, int value) AnnouncementsFlagServiceWrapper.getFlag(long entryId, int value) AnnouncementsDeliveryLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelAnnouncementsDeliveryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) AnnouncementsDeliveryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) AnnouncementsEntryLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelAnnouncementsEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) AnnouncementsEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) AnnouncementsFlagLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelAnnouncementsFlagLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) AnnouncementsFlagLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) AnnouncementsDeliveryLocalService.getUserDeliveries(long userId) static List<AnnouncementsDelivery>AnnouncementsDeliveryLocalServiceUtil.getUserDeliveries(long userId) AnnouncementsDeliveryLocalServiceWrapper.getUserDeliveries(long userId) AnnouncementsDeliveryLocalService.getUserDelivery(long userId, String type) static AnnouncementsDeliveryAnnouncementsDeliveryLocalServiceUtil.getUserDelivery(long userId, String type) AnnouncementsDeliveryLocalServiceWrapper.getUserDelivery(long userId, String type) AnnouncementsDeliveryLocalService.updateDelivery(long userId, String type, boolean email, boolean sms) static AnnouncementsDeliveryAnnouncementsDeliveryLocalServiceUtil.updateDelivery(long userId, String type, boolean email, boolean sms) AnnouncementsDeliveryLocalServiceWrapper.updateDelivery(long userId, String type, boolean email, boolean sms) AnnouncementsDeliveryService.updateDelivery(long userId, String type, boolean email, boolean sms) static AnnouncementsDeliveryAnnouncementsDeliveryServiceUtil.updateDelivery(long userId, String type, boolean email, boolean sms) AnnouncementsDeliveryServiceWrapper.updateDelivery(long userId, String type, boolean email, boolean sms) AnnouncementsEntryLocalService.updateEntry(long entryId, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority) static AnnouncementsEntryAnnouncementsEntryLocalServiceUtil.updateEntry(long entryId, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority) AnnouncementsEntryLocalServiceWrapper.updateEntry(long entryId, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority) AnnouncementsEntryService.updateEntry(long entryId, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority) static AnnouncementsEntryAnnouncementsEntryServiceUtil.updateEntry(long entryId, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority) AnnouncementsEntryServiceWrapper.updateEntry(long entryId, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority) -
Uses of PortalException in com.liferay.asset.kernel
Subclasses of PortalException in com.liferay.asset.kernelModifier and TypeClassDescriptionclassclass -
Uses of PortalException in com.liferay.asset.kernel.exception
Subclasses of PortalException in com.liferay.asset.kernel.exceptionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of PortalException in com.liferay.asset.kernel.manager
Methods in com.liferay.asset.kernel.manager that throw PortalExceptionModifier and TypeMethodDescriptionvoidAssetLinkManager.updateLinks(long[] assetLinkEntryIds, long entryId, long userId) static voidAssetLinkManagerUtil.updateLinks(long[] assetLinkEntryIds, long entryId, long userId) -
Uses of PortalException in com.liferay.asset.kernel.model
Methods in com.liferay.asset.kernel.model that throw PortalExceptionModifier and TypeMethodDescriptionAssetCategoryWrapper.buildTreePath()AssetCategory.getAncestors()AssetCategoryWrapper.getAncestors()AssetRendererFactory.getAssetEntry(long assetEntryId) AssetRendererFactory.getAssetEntry(String classNameId, long classPK) default AssetEntryAssetRendererFactory.getAssetEntry(T entry) BaseAssetRendererFactory.getAssetEntry(long assetEntryId) BaseAssetRendererFactory.getAssetEntry(String className, long classPK) AssetRendererFactory.getAssetRenderer(long classPK) AssetRendererFactory.getAssetRenderer(long classPK, int type) AssetRendererFactory.getAssetRenderer(long groupId, String urlTitle) AssetRendererFactory.getAssetRenderer(T entry, int type) BaseAssetRendererFactory.getAssetRenderer(long classPK) BaseAssetRendererFactory.getAssetRenderer(long groupId, String urlTitle) BaseAssetRendererFactory.getAssetRenderer(T entry, int type) ClassTypeReader.getClassType(long classTypeId, Locale locale) NullClassTypeReader.getClassType(long classTypeId, Locale locale) ClassType.getClassTypeField(String fieldName) ClassType.getClassTypeFields()ClassType.getClassTypeFields(int start, int end) intClassType.getClassTypeFieldsCount()protected longBaseAssetRenderer.getControlPanelPlid(LiferayPortletRequest liferayPortletRequest) protected longBaseAssetRenderer.getControlPanelPlid(ThemeDisplay themeDisplay) protected longBaseAssetRendererFactory.getControlPanelPlid(ThemeDisplay themeDisplay) BaseDDMFormValuesReader.getDDMFormFieldValues(String ddmFormFieldType) DDMFormValuesReader.getDDMFormFieldValues(String ddmFormFieldType) DDMFormValuesReader.getDDMFormValues()BaseAssetRenderer.getIconCssClass()Renderer.getIconCssClass()AssetVocabulary.getUnambiguousTitle(List<AssetVocabulary> vocabularies, long groupId, Locale locale) AssetVocabularyWrapper.getUnambiguousTitle(List<AssetVocabulary> vocabularies, long groupId, Locale locale) AssetRendererFactory.getURLAdd(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, long classTypeId) BaseAssetRendererFactory.getURLAdd(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, long classTypeId) AssetRendererFactory.getURLView(LiferayPortletResponse liferayPortletResponse, WindowState windowState) BaseAssetRendererFactory.getURLView(LiferayPortletResponse liferayPortletResponse, WindowState windowState) booleanAssetRenderer.hasEditPermission(PermissionChecker permissionChecker) booleanBaseAssetRenderer.hasEditPermission(PermissionChecker permissionChecker) booleanAssetRenderer.hasViewPermission(PermissionChecker permissionChecker) booleanBaseAssetRenderer.hasViewPermission(PermissionChecker permissionChecker) -
Uses of PortalException in com.liferay.asset.kernel.service
Methods in com.liferay.asset.kernel.service that throw PortalExceptionModifier and TypeMethodDescriptionAssetCategoryLocalService.addCategory(long userId, long groupId, String title, long vocabularyId, ServiceContext serviceContext) AssetCategoryLocalService.addCategory(String externalReferenceCode, long userId, long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) static AssetCategoryAssetCategoryLocalServiceUtil.addCategory(long userId, long groupId, String title, long vocabularyId, ServiceContext serviceContext) static AssetCategoryAssetCategoryLocalServiceUtil.addCategory(String externalReferenceCode, long userId, long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) AssetCategoryLocalServiceWrapper.addCategory(long userId, long groupId, String title, long vocabularyId, ServiceContext serviceContext) AssetCategoryLocalServiceWrapper.addCategory(String externalReferenceCode, long userId, long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) AssetCategoryService.addCategory(long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) AssetCategoryService.addCategory(long groupId, String title, long vocabularyId, ServiceContext serviceContext) AssetCategoryService.addCategory(String externalReferenceCode, long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) static AssetCategoryAssetCategoryServiceUtil.addCategory(long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) static AssetCategoryAssetCategoryServiceUtil.addCategory(long groupId, String title, long vocabularyId, ServiceContext serviceContext) static AssetCategoryAssetCategoryServiceUtil.addCategory(String externalReferenceCode, long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) AssetCategoryServiceWrapper.addCategory(long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) AssetCategoryServiceWrapper.addCategory(long groupId, String title, long vocabularyId, ServiceContext serviceContext) AssetCategoryServiceWrapper.addCategory(String externalReferenceCode, long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) voidAssetCategoryLocalService.addCategoryResources(AssetCategory category, boolean addGroupPermissions, boolean addGuestPermissions) voidAssetCategoryLocalService.addCategoryResources(AssetCategory category, ModelPermissions modelPermissions) static voidAssetCategoryLocalServiceUtil.addCategoryResources(AssetCategory category, boolean addGroupPermissions, boolean addGuestPermissions) static voidAssetCategoryLocalServiceUtil.addCategoryResources(AssetCategory category, ModelPermissions modelPermissions) voidAssetCategoryLocalServiceWrapper.addCategoryResources(AssetCategory category, boolean addGroupPermissions, boolean addGuestPermissions) voidAssetCategoryLocalServiceWrapper.addCategoryResources(AssetCategory category, ModelPermissions modelPermissions) AssetVocabularyLocalService.addDefaultVocabulary(long groupId) static AssetVocabularyAssetVocabularyLocalServiceUtil.addDefaultVocabulary(long groupId) AssetVocabularyLocalServiceWrapper.addDefaultVocabulary(long groupId) AssetTagLocalService.addTag(String externalReferenceCode, long userId, long groupId, String name, ServiceContext serviceContext) Adds an asset tag.static AssetTagAssetTagLocalServiceUtil.addTag(String externalReferenceCode, long userId, long groupId, String name, ServiceContext serviceContext) Adds an asset tag.AssetTagLocalServiceWrapper.addTag(String externalReferenceCode, long userId, long groupId, String name, ServiceContext serviceContext) Adds an asset tag.AssetTagService.addTag(String externalReferenceCode, long groupId, String name, ServiceContext serviceContext) static AssetTagAssetTagServiceUtil.addTag(String externalReferenceCode, long groupId, String name, ServiceContext serviceContext) AssetTagServiceWrapper.addTag(String externalReferenceCode, long groupId, String name, ServiceContext serviceContext) AssetVocabularyLocalService.addVocabulary(long userId, long groupId, String title, ServiceContext serviceContext) AssetVocabularyLocalService.addVocabulary(long userId, long groupId, String name, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) AssetVocabularyLocalService.addVocabulary(long userId, long groupId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, int visibilityType, ServiceContext serviceContext) AssetVocabularyLocalService.addVocabulary(long userId, long groupId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) AssetVocabularyLocalService.addVocabulary(String externalReferenceCode, long userId, long groupId, String name, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, int visibilityType, ServiceContext serviceContext) static AssetVocabularyAssetVocabularyLocalServiceUtil.addVocabulary(long userId, long groupId, String title, ServiceContext serviceContext) static AssetVocabularyAssetVocabularyLocalServiceUtil.addVocabulary(long userId, long groupId, String name, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) static AssetVocabularyAssetVocabularyLocalServiceUtil.addVocabulary(long userId, long groupId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, int visibilityType, ServiceContext serviceContext) static AssetVocabularyAssetVocabularyLocalServiceUtil.addVocabulary(long userId, long groupId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) static AssetVocabularyAssetVocabularyLocalServiceUtil.addVocabulary(String externalReferenceCode, long userId, long groupId, String name, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, int visibilityType, ServiceContext serviceContext) AssetVocabularyLocalServiceWrapper.addVocabulary(long userId, long groupId, String title, ServiceContext serviceContext) AssetVocabularyLocalServiceWrapper.addVocabulary(long userId, long groupId, String name, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) AssetVocabularyLocalServiceWrapper.addVocabulary(long userId, long groupId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, int visibilityType, ServiceContext serviceContext) AssetVocabularyLocalServiceWrapper.addVocabulary(long userId, long groupId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) AssetVocabularyLocalServiceWrapper.addVocabulary(String externalReferenceCode, long userId, long groupId, String name, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, int visibilityType, ServiceContext serviceContext) AssetVocabularyService.addVocabulary(long groupId, String title, ServiceContext serviceContext) AssetVocabularyService.addVocabulary(long groupId, String name, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) AssetVocabularyService.addVocabulary(long groupId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, int visibilityType, ServiceContext serviceContext) AssetVocabularyService.addVocabulary(long groupId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) AssetVocabularyService.addVocabulary(String externalReferenceCode, long groupId, String name, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, int visibilityType, ServiceContext serviceContext) static AssetVocabularyAssetVocabularyServiceUtil.addVocabulary(long groupId, String title, ServiceContext serviceContext) static AssetVocabularyAssetVocabularyServiceUtil.addVocabulary(long groupId, String name, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) static AssetVocabularyAssetVocabularyServiceUtil.addVocabulary(long groupId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, int visibilityType, ServiceContext serviceContext) static AssetVocabularyAssetVocabularyServiceUtil.addVocabulary(long groupId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) static AssetVocabularyAssetVocabularyServiceUtil.addVocabulary(String externalReferenceCode, long groupId, String name, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, int visibilityType, ServiceContext serviceContext) AssetVocabularyServiceWrapper.addVocabulary(long groupId, String title, ServiceContext serviceContext) AssetVocabularyServiceWrapper.addVocabulary(long groupId, String name, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) AssetVocabularyServiceWrapper.addVocabulary(long groupId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, int visibilityType, ServiceContext serviceContext) AssetVocabularyServiceWrapper.addVocabulary(long groupId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) AssetVocabularyServiceWrapper.addVocabulary(String externalReferenceCode, long groupId, String name, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, int visibilityType, ServiceContext serviceContext) voidAssetVocabularyLocalService.addVocabularyResources(AssetVocabulary vocabulary, boolean addGroupPermissions, boolean addGuestPermissions) voidAssetVocabularyLocalService.addVocabularyResources(AssetVocabulary vocabulary, ModelPermissions modelPermissions) static voidAssetVocabularyLocalServiceUtil.addVocabularyResources(AssetVocabulary vocabulary, boolean addGroupPermissions, boolean addGuestPermissions) static voidAssetVocabularyLocalServiceUtil.addVocabularyResources(AssetVocabulary vocabulary, ModelPermissions modelPermissions) voidAssetVocabularyLocalServiceWrapper.addVocabularyResources(AssetVocabulary vocabulary, boolean addGroupPermissions, boolean addGuestPermissions) voidAssetVocabularyLocalServiceWrapper.addVocabularyResources(AssetVocabulary vocabulary, ModelPermissions modelPermissions) Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them.Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them.Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them.Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them.Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them.Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them.AssetCategoryLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelAssetCategoryLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) AssetCategoryLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) AssetEntryLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelAssetEntryLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) AssetEntryLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) AssetTagLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelAssetTagLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) AssetTagLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) AssetVocabularyLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelAssetVocabularyLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) AssetVocabularyLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) AssetTagLocalService.decrementAssetCount(long tagId, long classNameId) Decrements the number of assets to which the asset tag has been applied.static AssetTagAssetTagLocalServiceUtil.decrementAssetCount(long tagId, long classNameId) Decrements the number of assets to which the asset tag has been applied.AssetTagLocalServiceWrapper.decrementAssetCount(long tagId, long classNameId) Decrements the number of assets to which the asset tag has been applied.AssetCategoryLocalService.deleteAssetCategory(long categoryId) Deletes the asset category with the primary key from the database.static AssetCategoryAssetCategoryLocalServiceUtil.deleteAssetCategory(long categoryId) Deletes the asset category with the primary key from the database.AssetCategoryLocalServiceWrapper.deleteAssetCategory(long categoryId) Deletes the asset category with the primary key from the database.AssetEntryLocalService.deleteAssetEntry(long entryId) Deletes the asset entry with the primary key from the database.static AssetEntryAssetEntryLocalServiceUtil.deleteAssetEntry(long entryId) Deletes the asset entry with the primary key from the database.AssetEntryLocalServiceWrapper.deleteAssetEntry(long entryId) Deletes the asset entry with the primary key from the database.AssetTagLocalService.deleteAssetTag(long tagId) Deletes the asset tag with the primary key from the database.static AssetTagAssetTagLocalServiceUtil.deleteAssetTag(long tagId) Deletes the asset tag with the primary key from the database.AssetTagLocalServiceWrapper.deleteAssetTag(long tagId) Deletes the asset tag with the primary key from the database.AssetVocabularyLocalService.deleteAssetVocabulary(long vocabularyId) Deletes the asset vocabulary with the primary key from the database.static AssetVocabularyAssetVocabularyLocalServiceUtil.deleteAssetVocabulary(long vocabularyId) Deletes the asset vocabulary with the primary key from the database.AssetVocabularyLocalServiceWrapper.deleteAssetVocabulary(long vocabularyId) Deletes the asset vocabulary with the primary key from the database.voidAssetCategoryLocalService.deleteCategories(long[] categoryIds) voidAssetCategoryLocalService.deleteCategories(List<AssetCategory> categories) static voidAssetCategoryLocalServiceUtil.deleteCategories(long[] categoryIds) static voidAssetCategoryLocalServiceUtil.deleteCategories(List<AssetCategory> categories) voidAssetCategoryLocalServiceWrapper.deleteCategories(long[] categoryIds) voidAssetCategoryLocalServiceWrapper.deleteCategories(List<AssetCategory> categories) voidAssetCategoryService.deleteCategories(long[] categoryIds) static voidAssetCategoryServiceUtil.deleteCategories(long[] categoryIds) voidAssetCategoryServiceWrapper.deleteCategories(long[] categoryIds) AssetCategoryLocalService.deleteCategory(long categoryId) AssetCategoryLocalService.deleteCategory(AssetCategory category) AssetCategoryLocalService.deleteCategory(AssetCategory category, boolean skipRebuildTree) static AssetCategoryAssetCategoryLocalServiceUtil.deleteCategory(long categoryId) static AssetCategoryAssetCategoryLocalServiceUtil.deleteCategory(AssetCategory category) static AssetCategoryAssetCategoryLocalServiceUtil.deleteCategory(AssetCategory category, boolean skipRebuildTree) AssetCategoryLocalServiceWrapper.deleteCategory(long categoryId) AssetCategoryLocalServiceWrapper.deleteCategory(AssetCategory category) AssetCategoryLocalServiceWrapper.deleteCategory(AssetCategory category, boolean skipRebuildTree) voidAssetCategoryService.deleteCategory(long categoryId) static voidAssetCategoryServiceUtil.deleteCategory(long categoryId) voidAssetCategoryServiceWrapper.deleteCategory(long categoryId) voidAssetEntryLocalService.deleteEntries(long companyId, String className) static voidAssetEntryLocalServiceUtil.deleteEntries(long companyId, String className) voidAssetEntryLocalServiceWrapper.deleteEntries(long companyId, String className) AssetEntryLocalService.deleteEntry(long entryId) AssetEntryLocalService.deleteEntry(AssetEntry entry) AssetEntryLocalService.deleteEntry(String className, long classPK) static AssetEntryAssetEntryLocalServiceUtil.deleteEntry(long entryId) static AssetEntryAssetEntryLocalServiceUtil.deleteEntry(AssetEntry entry) static AssetEntryAssetEntryLocalServiceUtil.deleteEntry(String className, long classPK) AssetEntryLocalServiceWrapper.deleteEntry(long entryId) AssetEntryLocalServiceWrapper.deleteEntry(AssetEntry entry) AssetEntryLocalServiceWrapper.deleteEntry(String className, long classPK) voidAssetEntryLocalService.deleteGroupEntries(long groupId) static voidAssetEntryLocalServiceUtil.deleteGroupEntries(long groupId) voidAssetEntryLocalServiceWrapper.deleteGroupEntries(long groupId) voidAssetTagLocalService.deleteGroupTags(long groupId) Deletes all asset tags in the group.static voidAssetTagLocalServiceUtil.deleteGroupTags(long groupId) Deletes all asset tags in the group.voidAssetTagLocalServiceWrapper.deleteGroupTags(long groupId) Deletes all asset tags in the group.AssetCategoryLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelAssetCategoryLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) AssetCategoryLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) AssetEntryLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelAssetEntryLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) AssetEntryLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) AssetTagLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelAssetTagLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) AssetTagLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) AssetVocabularyLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelAssetVocabularyLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) AssetVocabularyLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) voidAssetTagLocalService.deleteTag(long tagId) Deletes the asset tag.voidDeletes the asset tag.static voidAssetTagLocalServiceUtil.deleteTag(long tagId) Deletes the asset tag.static voidDeletes the asset tag.voidAssetTagLocalServiceWrapper.deleteTag(long tagId) Deletes the asset tag.voidDeletes the asset tag.voidAssetTagService.deleteTag(long tagId) static voidAssetTagServiceUtil.deleteTag(long tagId) voidAssetTagServiceWrapper.deleteTag(long tagId) voidAssetTagService.deleteTags(long[] tagIds) static voidAssetTagServiceUtil.deleteTags(long[] tagIds) voidAssetTagServiceWrapper.deleteTags(long[] tagIds) voidAssetVocabularyLocalService.deleteVocabularies(long groupId) static voidAssetVocabularyLocalServiceUtil.deleteVocabularies(long groupId) voidAssetVocabularyLocalServiceWrapper.deleteVocabularies(long groupId) AssetVocabularyService.deleteVocabularies(long[] vocabularyIds, ServiceContext serviceContext) static List<AssetVocabulary>AssetVocabularyServiceUtil.deleteVocabularies(long[] vocabularyIds, ServiceContext serviceContext) AssetVocabularyServiceWrapper.deleteVocabularies(long[] vocabularyIds, ServiceContext serviceContext) voidAssetVocabularyLocalService.deleteVocabulary(long vocabularyId) AssetVocabularyLocalService.deleteVocabulary(AssetVocabulary vocabulary) static voidAssetVocabularyLocalServiceUtil.deleteVocabulary(long vocabularyId) static AssetVocabularyAssetVocabularyLocalServiceUtil.deleteVocabulary(AssetVocabulary vocabulary) voidAssetVocabularyLocalServiceWrapper.deleteVocabulary(long vocabularyId) AssetVocabularyLocalServiceWrapper.deleteVocabulary(AssetVocabulary vocabulary) voidAssetVocabularyService.deleteVocabulary(long vocabularyId) static voidAssetVocabularyServiceUtil.deleteVocabulary(long vocabularyId) voidAssetVocabularyServiceWrapper.deleteVocabulary(long vocabularyId) voidAssetCategoryLocalService.deleteVocabularyCategories(long vocabularyId) static voidAssetCategoryLocalServiceUtil.deleteVocabularyCategories(long vocabularyId) voidAssetCategoryLocalServiceWrapper.deleteVocabularyCategories(long vocabularyId) AssetCategoryService.fetchCategory(long categoryId) static AssetCategoryAssetCategoryServiceUtil.fetchCategory(long categoryId) AssetCategoryServiceWrapper.fetchCategory(long categoryId) AssetCategoryService.fetchCategoryByExternalReferenceCode(String externalReferenceCode, long groupId) static AssetCategoryAssetCategoryServiceUtil.fetchCategoryByExternalReferenceCode(String externalReferenceCode, long groupId) AssetCategoryServiceWrapper.fetchCategoryByExternalReferenceCode(String externalReferenceCode, long groupId) AssetEntryService.fetchEntry(long entryId) static AssetEntryAssetEntryServiceUtil.fetchEntry(long entryId) AssetEntryServiceWrapper.fetchEntry(long entryId) AssetVocabularyService.fetchVocabulary(long vocabularyId) static AssetVocabularyAssetVocabularyServiceUtil.fetchVocabulary(long vocabularyId) AssetVocabularyServiceWrapper.fetchVocabulary(long vocabularyId) AssetCategoryLocalService.getAssetCategory(long categoryId) Returns the asset category with the primary key.static AssetCategoryAssetCategoryLocalServiceUtil.getAssetCategory(long categoryId) Returns the asset category with the primary key.AssetCategoryLocalServiceWrapper.getAssetCategory(long categoryId) Returns the asset category with the primary key.AssetCategoryLocalService.getAssetCategoryByExternalReferenceCode(String externalReferenceCode, long groupId) static AssetCategoryAssetCategoryLocalServiceUtil.getAssetCategoryByExternalReferenceCode(String externalReferenceCode, long groupId) AssetCategoryLocalServiceWrapper.getAssetCategoryByExternalReferenceCode(String externalReferenceCode, long groupId) AssetCategoryService.getAssetCategoryByExternalReferenceCode(long groupId, String externalReferenceCode) static AssetCategoryAssetCategoryServiceUtil.getAssetCategoryByExternalReferenceCode(long groupId, String externalReferenceCode) AssetCategoryServiceWrapper.getAssetCategoryByExternalReferenceCode(long groupId, String externalReferenceCode) AssetCategoryLocalService.getAssetCategoryByUuidAndGroupId(String uuid, long groupId) Returns the asset category matching the UUID and group.static AssetCategoryAssetCategoryLocalServiceUtil.getAssetCategoryByUuidAndGroupId(String uuid, long groupId) Returns the asset category matching the UUID and group.AssetCategoryLocalServiceWrapper.getAssetCategoryByUuidAndGroupId(String uuid, long groupId) Returns the asset category matching the UUID and group.AssetEntryLocalService.getAssetEntry(long entryId) Returns the asset entry with the primary key.static AssetEntryAssetEntryLocalServiceUtil.getAssetEntry(long entryId) Returns the asset entry with the primary key.AssetEntryLocalServiceWrapper.getAssetEntry(long entryId) Returns the asset entry with the primary key.AssetTagLocalService.getAssetTag(long tagId) Returns the asset tag with the primary key.static AssetTagAssetTagLocalServiceUtil.getAssetTag(long tagId) Returns the asset tag with the primary key.AssetTagLocalServiceWrapper.getAssetTag(long tagId) Returns the asset tag with the primary key.AssetTagLocalService.getAssetTagByExternalReferenceCode(String externalReferenceCode, long groupId) static AssetTagAssetTagLocalServiceUtil.getAssetTagByExternalReferenceCode(String externalReferenceCode, long groupId) AssetTagLocalServiceWrapper.getAssetTagByExternalReferenceCode(String externalReferenceCode, long groupId) AssetTagService.getAssetTagByExternalReferenceCode(String externalReferenceCode, long groupId) static AssetTagAssetTagServiceUtil.getAssetTagByExternalReferenceCode(String externalReferenceCode, long groupId) AssetTagServiceWrapper.getAssetTagByExternalReferenceCode(String externalReferenceCode, long groupId) AssetTagLocalService.getAssetTagByUuidAndGroupId(String uuid, long groupId) Returns the asset tag matching the UUID and group.static AssetTagAssetTagLocalServiceUtil.getAssetTagByUuidAndGroupId(String uuid, long groupId) Returns the asset tag matching the UUID and group.AssetTagLocalServiceWrapper.getAssetTagByUuidAndGroupId(String uuid, long groupId) Returns the asset tag matching the UUID and group.AssetVocabularyLocalService.getAssetVocabulary(long vocabularyId) Returns the asset vocabulary with the primary key.static AssetVocabularyAssetVocabularyLocalServiceUtil.getAssetVocabulary(long vocabularyId) Returns the asset vocabulary with the primary key.AssetVocabularyLocalServiceWrapper.getAssetVocabulary(long vocabularyId) Returns the asset vocabulary with the primary key.AssetVocabularyLocalService.getAssetVocabularyByExternalReferenceCode(String externalReferenceCode, long groupId) static AssetVocabularyAssetVocabularyLocalServiceUtil.getAssetVocabularyByExternalReferenceCode(String externalReferenceCode, long groupId) AssetVocabularyLocalServiceWrapper.getAssetVocabularyByExternalReferenceCode(String externalReferenceCode, long groupId) AssetVocabularyService.getAssetVocabularyByExternalReferenceCode(long groupId, String externalReferenceCode) static AssetVocabularyAssetVocabularyServiceUtil.getAssetVocabularyByExternalReferenceCode(long groupId, String externalReferenceCode) AssetVocabularyServiceWrapper.getAssetVocabularyByExternalReferenceCode(long groupId, String externalReferenceCode) AssetVocabularyLocalService.getAssetVocabularyByUuidAndGroupId(String uuid, long groupId) Returns the asset vocabulary matching the UUID and group.static AssetVocabularyAssetVocabularyLocalServiceUtil.getAssetVocabularyByUuidAndGroupId(String uuid, long groupId) Returns the asset vocabulary matching the UUID and group.AssetVocabularyLocalServiceWrapper.getAssetVocabularyByUuidAndGroupId(String uuid, long groupId) Returns the asset vocabulary matching the UUID and group.AssetCategoryLocalService.getCategories(Hits hits) static List<AssetCategory>AssetCategoryLocalServiceUtil.getCategories(Hits hits) AssetCategoryLocalServiceWrapper.getCategories(Hits hits) AssetCategoryService.getCategories(String className, long classPK) static List<AssetCategory>AssetCategoryServiceUtil.getCategories(String className, long classPK) AssetCategoryServiceWrapper.getCategories(String className, long classPK) AssetCategoryLocalService.getCategory(long categoryId) AssetCategoryLocalService.getCategory(String uuid, long groupId) static AssetCategoryAssetCategoryLocalServiceUtil.getCategory(long categoryId) static AssetCategoryAssetCategoryLocalServiceUtil.getCategory(String uuid, long groupId) AssetCategoryLocalServiceWrapper.getCategory(long categoryId) AssetCategoryLocalServiceWrapper.getCategory(String uuid, long groupId) AssetCategoryService.getCategory(long categoryId) static AssetCategoryAssetCategoryServiceUtil.getCategory(long categoryId) AssetCategoryServiceWrapper.getCategory(long categoryId) AssetCategoryService.getCategoryPath(long categoryId) static StringAssetCategoryServiceUtil.getCategoryPath(long categoryId) AssetCategoryServiceWrapper.getCategoryPath(long categoryId) AssetCategoryService.getChildCategories(long parentCategoryId) AssetCategoryService.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) eturns a range of child assetCategories.static List<AssetCategory>AssetCategoryServiceUtil.getChildCategories(long parentCategoryId) static List<AssetCategory>AssetCategoryServiceUtil.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) eturns a range of child assetCategories.AssetCategoryServiceWrapper.getChildCategories(long parentCategoryId) AssetCategoryServiceWrapper.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) eturns a range of child assetCategories.intAssetCategoryService.getChildCategoriesCount(long parentCategoryId) Returns the number of child categoriesstatic intAssetCategoryServiceUtil.getChildCategoriesCount(long parentCategoryId) Returns the number of child categoriesintAssetCategoryServiceWrapper.getChildCategoriesCount(long parentCategoryId) Returns the number of child categoriesAssetEntryService.getEntries(AssetEntryQuery entryQuery) static List<AssetEntry>AssetEntryServiceUtil.getEntries(AssetEntryQuery entryQuery) AssetEntryServiceWrapper.getEntries(AssetEntryQuery entryQuery) intAssetEntryService.getEntriesCount(AssetEntryQuery entryQuery) static intAssetEntryServiceUtil.getEntriesCount(AssetEntryQuery entryQuery) intAssetEntryServiceWrapper.getEntriesCount(AssetEntryQuery entryQuery) AssetEntryLocalService.getEntry(long entryId) static AssetEntryAssetEntryLocalServiceUtil.getEntry(long entryId) static AssetEntrystatic AssetEntryAssetEntryLocalServiceWrapper.getEntry(long entryId) AssetEntryService.getEntry(long entryId) static AssetEntryAssetEntryServiceUtil.getEntry(long entryId) static AssetEntryAssetEntryServiceWrapper.getEntry(long entryId) AssetVocabularyLocalService.getGroupVocabularies(long groupId) AssetVocabularyLocalService.getGroupVocabularies(long groupId, boolean addDefaultVocabulary) static List<AssetVocabulary>AssetVocabularyLocalServiceUtil.getGroupVocabularies(long groupId) static List<AssetVocabulary>AssetVocabularyLocalServiceUtil.getGroupVocabularies(long groupId, boolean addDefaultVocabulary) AssetVocabularyLocalServiceWrapper.getGroupVocabularies(long groupId) AssetVocabularyLocalServiceWrapper.getGroupVocabularies(long groupId, boolean addDefaultVocabulary) AssetVocabularyService.getGroupVocabularies(long groupId) AssetVocabularyService.getGroupVocabularies(long groupId, boolean createDefaultVocabulary) AssetVocabularyService.getGroupVocabularies(long groupId, boolean createDefaultVocabulary, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) static List<AssetVocabulary>AssetVocabularyServiceUtil.getGroupVocabularies(long groupId) static List<AssetVocabulary>AssetVocabularyServiceUtil.getGroupVocabularies(long groupId, boolean createDefaultVocabulary) static List<AssetVocabulary>AssetVocabularyServiceUtil.getGroupVocabularies(long groupId, boolean createDefaultVocabulary, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId) AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId, boolean createDefaultVocabulary) AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId, boolean createDefaultVocabulary, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) AssetVocabularyService.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator<AssetVocabulary> orderByComparator) AssetVocabularyService.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) static AssetVocabularyDisplayAssetVocabularyServiceUtil.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator<AssetVocabulary> orderByComparator) static AssetVocabularyDisplayAssetVocabularyServiceUtil.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) AssetVocabularyServiceWrapper.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator<AssetVocabulary> orderByComparator) AssetVocabularyServiceWrapper.getGroupVocabulariesDisplay(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) AssetVocabularyLocalService.getGroupVocabulary(long groupId, String name) static AssetVocabularyAssetVocabularyLocalServiceUtil.getGroupVocabulary(long groupId, String name) AssetVocabularyLocalServiceWrapper.getGroupVocabulary(long groupId, String name) AssetCategoryLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelAssetCategoryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) AssetCategoryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) AssetEntryLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelAssetEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) AssetEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) AssetTagLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelAssetTagLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) AssetTagLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) AssetVocabularyLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelAssetVocabularyLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) AssetVocabularyLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) AssetTagLocalService.getTag(long tagId) Returns the asset tag with the primary key.Returns the asset tag with the name in the group.static AssetTagAssetTagLocalServiceUtil.getTag(long tagId) Returns the asset tag with the primary key.static AssetTagReturns the asset tag with the name in the group.AssetTagLocalServiceWrapper.getTag(long tagId) Returns the asset tag with the primary key.Returns the asset tag with the name in the group.AssetTagService.getTag(long tagId) static AssetTagAssetTagServiceUtil.getTag(long tagId) AssetTagServiceWrapper.getTag(long tagId) long[]AssetCategoryLocalService.getViewableCategoryIds(String className, long classPK, long[] categoryIds) static long[]AssetCategoryLocalServiceUtil.getViewableCategoryIds(String className, long classPK, long[] categoryIds) long[]AssetCategoryLocalServiceWrapper.getViewableCategoryIds(String className, long classPK, long[] categoryIds) AssetVocabularyLocalService.getVocabularies(long[] vocabularyIds) AssetVocabularyLocalService.getVocabularies(Hits hits) static List<AssetVocabulary>AssetVocabularyLocalServiceUtil.getVocabularies(long[] vocabularyIds) static List<AssetVocabulary>AssetVocabularyLocalServiceUtil.getVocabularies(Hits hits) AssetVocabularyLocalServiceWrapper.getVocabularies(long[] vocabularyIds) AssetVocabularyLocalServiceWrapper.getVocabularies(Hits hits) AssetVocabularyLocalService.getVocabulary(long vocabularyId) static AssetVocabularyAssetVocabularyLocalServiceUtil.getVocabulary(long vocabularyId) AssetVocabularyLocalServiceWrapper.getVocabulary(long vocabularyId) AssetVocabularyService.getVocabulary(long vocabularyId) static AssetVocabularyAssetVocabularyServiceUtil.getVocabulary(long vocabularyId) AssetVocabularyServiceWrapper.getVocabulary(long vocabularyId) AssetCategoryService.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>AssetCategoryServiceUtil.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) AssetCategoryServiceWrapper.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategoriesDisplay(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategoriesDisplay(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static AssetCategoryDisplayAssetCategoryServiceUtil.getVocabularyCategoriesDisplay(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static AssetCategoryDisplayAssetCategoryServiceUtil.getVocabularyCategoriesDisplay(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetTagLocalService.incrementAssetCount(long tagId, long classNameId) Increments the number of assets to which the asset tag has been applied.static AssetTagAssetTagLocalServiceUtil.incrementAssetCount(long tagId, long classNameId) Increments the number of assets to which the asset tag has been applied.AssetTagLocalServiceWrapper.incrementAssetCount(long tagId, long classNameId) Increments the number of assets to which the asset tag has been applied.AssetEntryLocalService.incrementViewCounter(long companyId, long userId, String className, long classPK) voidAssetEntryLocalService.incrementViewCounter(long userId, AssetEntry assetEntry) static AssetEntryAssetEntryLocalServiceUtil.incrementViewCounter(long companyId, long userId, String className, long classPK) static voidAssetEntryLocalServiceUtil.incrementViewCounter(long userId, AssetEntry assetEntry) AssetEntryLocalServiceWrapper.incrementViewCounter(long companyId, long userId, String className, long classPK) voidAssetEntryLocalServiceWrapper.incrementViewCounter(long userId, AssetEntry assetEntry) AssetEntryService.incrementViewCounter(long companyId, String className, long classPK) voidAssetEntryService.incrementViewCounter(AssetEntry assetEntry) static AssetEntryAssetEntryServiceUtil.incrementViewCounter(long companyId, String className, long classPK) static voidAssetEntryServiceUtil.incrementViewCounter(AssetEntry assetEntry) AssetEntryServiceWrapper.incrementViewCounter(long companyId, String className, long classPK) voidAssetEntryServiceWrapper.incrementViewCounter(AssetEntry assetEntry) AssetCategoryLocalService.mergeCategories(long fromCategoryId, long toCategoryId) static AssetCategoryAssetCategoryLocalServiceUtil.mergeCategories(long fromCategoryId, long toCategoryId) AssetCategoryLocalServiceWrapper.mergeCategories(long fromCategoryId, long toCategoryId) voidAssetTagLocalService.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 voidAssetTagLocalServiceUtil.mergeTags(long fromTagId, long toTagId) Replaces all occurrences of the first asset tag with the second asset tag and deletes the first asset tag.voidAssetTagLocalServiceWrapper.mergeTags(long fromTagId, long toTagId) Replaces all occurrences of the first asset tag with the second asset tag and deletes the first asset tag.voidAssetTagService.mergeTags(long[] fromTagIds, long toTagId) voidAssetTagService.mergeTags(long fromTagId, long toTagId) static voidAssetTagServiceUtil.mergeTags(long[] fromTagIds, long toTagId) static voidAssetTagServiceUtil.mergeTags(long fromTagId, long toTagId) voidAssetTagServiceWrapper.mergeTags(long[] fromTagIds, long toTagId) voidAssetTagServiceWrapper.mergeTags(long fromTagId, long toTagId) AssetCategoryLocalService.moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext) static AssetCategoryAssetCategoryLocalServiceUtil.moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext) AssetCategoryLocalServiceWrapper.moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext) AssetCategoryService.moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext) static AssetCategoryAssetCategoryServiceUtil.moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext) AssetCategoryServiceWrapper.moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext) voidAssetEntryLocalService.reindex(List<AssetEntry> entries) static voidAssetEntryLocalServiceUtil.reindex(List<AssetEntry> entries) voidAssetEntryLocalServiceWrapper.reindex(List<AssetEntry> entries) AssetCategoryService.search(long groupId, String name, String[] categoryProperties, int start, int end) static JSONArrayAssetCategoryServiceUtil.search(long[] groupIds, String name, long[] vocabularyIds, int start, int end) static JSONArrayAssetCategoryServiceUtil.search(long groupId, String name, String[] categoryProperties, int start, int end) AssetCategoryServiceWrapper.search(long[] groupIds, String name, long[] vocabularyIds, int start, int end) AssetCategoryServiceWrapper.search(long groupId, String name, String[] categoryProperties, int start, int end) AssetCategoryLocalService.searchCategories(long companyId, long[] groupIds, String title, long[] vocabularyIds, int start, int end) AssetCategoryLocalService.searchCategories(long companyId, long[] groupIds, String title, long[] parentCategoryIds, long[] vocabularyIds, int start, int end) AssetCategoryLocalService.searchCategories(long companyId, long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort) AssetCategoryLocalService.searchCategories(long companyId, long groupIds, String title, long vocabularyId, int start, int end) static BaseModelSearchResult<AssetCategory>AssetCategoryLocalServiceUtil.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[] parentCategoryIds, long[] vocabularyIds, int start, int end) static BaseModelSearchResult<AssetCategory>AssetCategoryLocalServiceUtil.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 vocabularyId, int start, int end) AssetCategoryLocalServiceWrapper.searchCategories(long companyId, long[] groupIds, String title, long[] vocabularyIds, int start, int end) AssetCategoryLocalServiceWrapper.searchCategories(long companyId, long[] groupIds, String title, long[] parentCategoryIds, long[] vocabularyIds, int start, int end) AssetCategoryLocalServiceWrapper.searchCategories(long companyId, long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort) AssetCategoryLocalServiceWrapper.searchCategories(long companyId, long groupIds, String title, long vocabularyId, int start, int end) AssetCategoryService.searchCategoriesDisplay(long[] groupIds, String title, long[] vocabularyIds, int start, int end) AssetCategoryService.searchCategoriesDisplay(long[] groupIds, String title, long[] parentCategoryIds, long[] vocabularyIds, int start, int end) AssetCategoryService.searchCategoriesDisplay(long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort) AssetCategoryService.searchCategoriesDisplay(long groupId, String title, long vocabularyId, int start, int end) AssetCategoryService.searchCategoriesDisplay(long groupId, String title, long parentCategoryId, long vocabularyId, int start, int end) AssetCategoryService.searchCategoriesDisplay(long groupId, String title, long vocabularyId, long parentCategoryId, int start, int end, Sort sort) static AssetCategoryDisplayAssetCategoryServiceUtil.searchCategoriesDisplay(long[] groupIds, String title, long[] vocabularyIds, int start, int end) static AssetCategoryDisplayAssetCategoryServiceUtil.searchCategoriesDisplay(long[] groupIds, String title, long[] parentCategoryIds, long[] vocabularyIds, int start, int end) static AssetCategoryDisplayAssetCategoryServiceUtil.searchCategoriesDisplay(long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort) static AssetCategoryDisplayAssetCategoryServiceUtil.searchCategoriesDisplay(long groupId, String title, long vocabularyId, int start, int end) static AssetCategoryDisplayAssetCategoryServiceUtil.searchCategoriesDisplay(long groupId, String title, long parentCategoryId, long vocabularyId, int start, int end) static AssetCategoryDisplayAssetCategoryServiceUtil.searchCategoriesDisplay(long groupId, String title, long vocabularyId, long parentCategoryId, int start, int end, Sort sort) AssetCategoryServiceWrapper.searchCategoriesDisplay(long[] groupIds, String title, long[] vocabularyIds, int start, int end) AssetCategoryServiceWrapper.searchCategoriesDisplay(long[] groupIds, String title, long[] parentCategoryIds, long[] vocabularyIds, int start, int end) AssetCategoryServiceWrapper.searchCategoriesDisplay(long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort) AssetCategoryServiceWrapper.searchCategoriesDisplay(long groupId, String title, long vocabularyId, int start, int end) AssetCategoryServiceWrapper.searchCategoriesDisplay(long groupId, String title, long parentCategoryId, long vocabularyId, int start, int end) AssetCategoryServiceWrapper.searchCategoriesDisplay(long groupId, String title, long vocabularyId, long parentCategoryId, int start, int end, Sort sort) 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) AssetTagLocalServiceWrapper.searchTags(long[] groupIds, String name, int start, int end, Sort sort) AssetVocabularyLocalService.searchVocabularies(long companyId, long[] groupIds, String title, int[] visibilityTypes, int start, int end, Sort sort) static BaseModelSearchResult<AssetVocabulary>AssetVocabularyLocalServiceUtil.searchVocabularies(long companyId, long[] groupIds, String title, int[] visibilityTypes, int start, int end, Sort sort) AssetVocabularyLocalServiceWrapper.searchVocabularies(long companyId, long[] groupIds, String title, int[] visibilityTypes, int start, int end, Sort sort) AssetVocabularyService.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end) AssetVocabularyService.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end, Sort sort) static AssetVocabularyDisplayAssetVocabularyServiceUtil.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end) static AssetVocabularyDisplayAssetVocabularyServiceUtil.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end, Sort sort) AssetVocabularyServiceWrapper.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end) AssetVocabularyServiceWrapper.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end, Sort sort) voidAssetTagLocalService.subscribeTag(long userId, long groupId, long tagId) static voidAssetTagLocalServiceUtil.subscribeTag(long userId, long groupId, long tagId) voidAssetTagLocalServiceWrapper.subscribeTag(long userId, long groupId, long tagId) voidAssetTagService.subscribeTag(long userId, long groupId, long tagId) static voidAssetTagServiceUtil.subscribeTag(long userId, long groupId, long tagId) voidAssetTagServiceWrapper.subscribeTag(long userId, long groupId, long tagId) voidAssetTagLocalService.unsubscribeTag(long userId, long tagId) static voidAssetTagLocalServiceUtil.unsubscribeTag(long userId, long tagId) voidAssetTagLocalServiceWrapper.unsubscribeTag(long userId, long tagId) voidAssetTagService.unsubscribeTag(long userId, long tagId) static voidAssetTagServiceUtil.unsubscribeTag(long userId, long tagId) voidAssetTagServiceWrapper.unsubscribeTag(long userId, long tagId) AssetCategoryLocalService.updateCategory(long userId, long categoryId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) static AssetCategoryAssetCategoryLocalServiceUtil.updateCategory(long userId, long categoryId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) AssetCategoryLocalServiceWrapper.updateCategory(long userId, long categoryId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) AssetCategoryService.updateCategory(long categoryId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) static AssetCategoryAssetCategoryServiceUtil.updateCategory(long categoryId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) AssetCategoryServiceWrapper.updateCategory(long categoryId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) AssetEntryLocalService.updateEntry(long userId, long groupId, String className, long classPK, long[] categoryIds, String[] tagNames) 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) 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, ServiceContext serviceContext) AssetEntryLocalService.updateEntry(String className, long classPK, Date publishDate, Date expirationDate, boolean listable, boolean visible) static AssetEntryAssetEntryLocalServiceUtil.updateEntry(long userId, long groupId, String className, long classPK, long[] categoryIds, String[] tagNames) static AssetEntryAssetEntryLocalServiceUtil.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 AssetEntryAssetEntryLocalServiceUtil.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, ServiceContext serviceContext) static AssetEntryAssetEntryLocalServiceUtil.updateEntry(String className, long classPK, Date publishDate, Date expirationDate, boolean listable, boolean visible) AssetEntryLocalServiceWrapper.updateEntry(long userId, long groupId, String className, long classPK, long[] categoryIds, String[] tagNames) 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) 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, ServiceContext serviceContext) AssetEntryLocalServiceWrapper.updateEntry(String className, long classPK, Date publishDate, Date expirationDate, boolean listable, boolean visible) 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) static AssetEntryAssetEntryServiceUtil.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) 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) AssetTagLocalService.updateTag(String externalReferenceCode, long userId, long tagId, String name, ServiceContext serviceContext) static AssetTagAssetTagLocalServiceUtil.updateTag(String externalReferenceCode, long userId, long tagId, String name, ServiceContext serviceContext) AssetTagLocalServiceWrapper.updateTag(String externalReferenceCode, long userId, long tagId, String name, ServiceContext serviceContext) AssetTagService.updateTag(String externalReferenceCode, long tagId, String name, ServiceContext serviceContext) static AssetTagAssetTagServiceUtil.updateTag(String externalReferenceCode, long tagId, String name, ServiceContext serviceContext) AssetTagServiceWrapper.updateTag(String externalReferenceCode, long tagId, String name, ServiceContext serviceContext) AssetEntryLocalService.updateVisible(AssetEntry entry, boolean visible) AssetEntryLocalService.updateVisible(String className, long classPK, boolean visible) static AssetEntryAssetEntryLocalServiceUtil.updateVisible(AssetEntry entry, boolean visible) static AssetEntryAssetEntryLocalServiceUtil.updateVisible(String className, long classPK, boolean visible) AssetEntryLocalServiceWrapper.updateVisible(AssetEntry entry, boolean visible) AssetEntryLocalServiceWrapper.updateVisible(String className, long classPK, boolean visible) AssetVocabularyLocalService.updateVocabulary(long vocabularyId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) AssetVocabularyLocalService.updateVocabulary(long vocabularyId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings) AssetVocabularyLocalService.updateVocabulary(long vocabularyId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, int visibilityType) static AssetVocabularyAssetVocabularyLocalServiceUtil.updateVocabulary(long vocabularyId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) static AssetVocabularyAssetVocabularyLocalServiceUtil.updateVocabulary(long vocabularyId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings) static AssetVocabularyAssetVocabularyLocalServiceUtil.updateVocabulary(long vocabularyId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, int visibilityType) AssetVocabularyLocalServiceWrapper.updateVocabulary(long vocabularyId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) AssetVocabularyLocalServiceWrapper.updateVocabulary(long vocabularyId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings) AssetVocabularyLocalServiceWrapper.updateVocabulary(long vocabularyId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, int visibilityType) AssetVocabularyService.updateVocabulary(long vocabularyId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) AssetVocabularyService.updateVocabulary(long vocabularyId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings) AssetVocabularyService.updateVocabulary(long vocabularyId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, int visibilityType) static AssetVocabularyAssetVocabularyServiceUtil.updateVocabulary(long vocabularyId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) static AssetVocabularyAssetVocabularyServiceUtil.updateVocabulary(long vocabularyId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings) static AssetVocabularyAssetVocabularyServiceUtil.updateVocabulary(long vocabularyId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, int visibilityType) AssetVocabularyServiceWrapper.updateVocabulary(long vocabularyId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) AssetVocabularyServiceWrapper.updateVocabulary(long vocabularyId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings) AssetVocabularyServiceWrapper.updateVocabulary(long vocabularyId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, int visibilityType) voidAssetEntryLocalService.validate(long groupId, String className, long classTypePK, long[] categoryIds, String[] tagNames) voidAssetEntryLocalService.validate(long groupId, String className, long classPK, long classTypePK, long[] categoryIds, String[] tagNames) static voidAssetEntryLocalServiceUtil.validate(long groupId, String className, long classTypePK, long[] categoryIds, String[] tagNames) static voidAssetEntryLocalServiceUtil.validate(long groupId, String className, long classPK, long classTypePK, long[] categoryIds, String[] tagNames) voidAssetEntryLocalServiceWrapper.validate(long groupId, String className, long classTypePK, long[] categoryIds, String[] tagNames) voidAssetEntryLocalServiceWrapper.validate(long groupId, String className, long classPK, long classTypePK, long[] categoryIds, String[] tagNames) -
Uses of PortalException in com.liferay.asset.kernel.validator
Methods in com.liferay.asset.kernel.validator that throw PortalException -
Uses of PortalException in com.liferay.counter.kernel.exception
Subclasses of PortalException in com.liferay.counter.kernel.exception -
Uses of PortalException in com.liferay.document.library.kernel
Subclasses of PortalException in com.liferay.document.library.kernel -
Uses of PortalException in com.liferay.document.library.kernel.antivirus
Subclasses of PortalException in com.liferay.document.library.kernel.antivirusModifier and TypeClassDescriptionclassclass -
Uses of PortalException in com.liferay.document.library.kernel.exception
Subclasses of PortalException in com.liferay.document.library.kernel.exceptionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassstatic classstatic classclassclassstatic classstatic classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of PortalException in com.liferay.document.library.kernel.model
Methods in com.liferay.document.library.kernel.model that throw PortalExceptionModifier and TypeMethodDescriptionDLFileEntry.buildTreePath()DLFileEntryWrapper.buildTreePath()DLFileShortcut.buildTreePath()DLFileShortcutWrapper.buildTreePath()DLFileVersion.buildTreePath()DLFileVersionWrapper.buildTreePath()DLFolderWrapper.buildTreePath()DLFolder.getAncestorFolderIds()DLFolderWrapper.getAncestorFolderIds()DLFolder.getAncestors()DLFolderWrapper.getAncestors()DLFileEntry.getContentStream()DLFileEntry.getContentStream(String version) DLFileEntryWrapper.getContentStream()DLFileEntryWrapper.getContentStream(String version) DLFileVersion.getContentStream(boolean incrementCounter) DLFileVersionWrapper.getContentStream(boolean incrementCounter) DLFileEntry.getDDMFormValuesMap(long fileVersionId) DLFileEntryWrapper.getDDMFormValuesMap(long fileVersionId) DLFileVersion.getDDMStructures()Deprecated.DLFileVersionWrapper.getDDMStructures()Deprecated.As of Cavanaugh (7.4.x), replaced byDLFileEntryTypeUtil#getDDMStructures(DLFileEntryType)DLFileEntry.getDLFileEntryType()DLFileEntryWrapper.getDLFileEntryType()DLFileVersion.getDLFileEntryType()DLFileVersionWrapper.getDLFileEntryType()DLFileShortcut.getDLFolder()DLFileShortcutWrapper.getDLFolder()DLFileVersion.getFileEntry()DLFileVersionWrapper.getFileEntry()DLFileEntry.getFileVersion()DLFileEntry.getFileVersion(String version) DLFileEntryMetadata.getFileVersion()DLFileEntryMetadataWrapper.getFileVersion()DLFileEntryWrapper.getFileVersion()DLFileEntryWrapper.getFileVersion(String version) DLFileShortcut.getFileVersion()DLFileShortcutWrapper.getFileVersion()DLFileEntry.getFolder()DLFileEntryWrapper.getFolder()DLFileShortcut.getFolder()DLFileShortcutWrapper.getFolder()DLFileVersion.getFolder()DLFileVersionWrapper.getFolder()DLFileEntry.getLatestFileVersion(boolean trusted) DLFileEntryWrapper.getLatestFileVersion(boolean trusted) DLFolder.getParentFolder()DLFolderWrapper.getParentFolder()DLFolder.getPath()DLFolderWrapper.getPath()String[]DLFolder.getPathArray()String[]DLFolderWrapper.getPathArray()DLFileEntryType.getUnambiguousName(List<DLFileEntryType> dlFileEntryTypes, long groupId, Locale locale) DLFileEntryTypeWrapper.getUnambiguousName(List<DLFileEntryType> dlFileEntryTypes, long groupId, Locale locale) -
Uses of PortalException in com.liferay.document.library.kernel.processor
Methods in com.liferay.document.library.kernel.processor that throw PortalExceptionModifier and TypeMethodDescriptionvoidRawMetadataProcessor.generateMetadata(FileVersion fileVersion) Generates the raw metadata associated with the file entry.static voidRawMetadataProcessorUtil.generateMetadata(FileVersion fileVersion) Generates the raw metadata associated with the file entry.voidRawMetadataProcessor.saveMetadata(FileVersion fileVersion) Saves the raw metadata present in the file version.static voidRawMetadataProcessorUtil.saveMetadata(FileVersion fileVersion) Saves the raw metadata present in the file version. -
Uses of PortalException in com.liferay.document.library.kernel.service
Methods in com.liferay.document.library.kernel.service that throw PortalExceptionModifier and TypeMethodDescriptionDLAppLocalService.addFileEntry(long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, File file, ServiceContext serviceContext) Deprecated.DLAppLocalService.addFileEntry(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DLAppLocalService.addFileEntry(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata based on a byte array.DLAppLocalService.addFileEntry(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata based on aFileobject.DLAppLocalService.addFileEntry(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata based on anInputStreamobject.static FileEntryDLAppLocalServiceUtil.addFileEntry(long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, File file, ServiceContext serviceContext) Deprecated.static FileEntryDLAppLocalServiceUtil.addFileEntry(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) static FileEntryDLAppLocalServiceUtil.addFileEntry(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata based on a byte array.static FileEntryDLAppLocalServiceUtil.addFileEntry(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata based on aFileobject.static FileEntryDLAppLocalServiceUtil.addFileEntry(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata based on anInputStreamobject.DLAppLocalServiceWrapper.addFileEntry(long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, File file, ServiceContext serviceContext) Deprecated.DLAppLocalServiceWrapper.addFileEntry(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DLAppLocalServiceWrapper.addFileEntry(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata based on a byte array.DLAppLocalServiceWrapper.addFileEntry(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata based on aFileobject.DLAppLocalServiceWrapper.addFileEntry(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata based on anInputStreamobject.DLAppService.addFileEntry(long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, File file, ServiceContext serviceContext) Deprecated.As of Cavanaugh (7.4.x), replaced byDLAppService.addFileEntry(String, long, long, String, String, String, String, String, String, File, Date, Date, Date, ServiceContext)DLAppService.addFileEntry(String externalReferenceCode, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata.DLAppService.addFileEntry(String externalReferenceCode, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata.DLAppService.addFileEntry(String externalReferenceCode, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata.static FileEntryDLAppServiceUtil.addFileEntry(long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, File file, ServiceContext serviceContext) Deprecated.As of Cavanaugh (7.4.x), replaced byDLAppServiceUtil.addFileEntry(String, long, long, String, String, String, String, String, String, File, Date, Date, Date, ServiceContext)static FileEntryDLAppServiceUtil.addFileEntry(String externalReferenceCode, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata.static FileEntryDLAppServiceUtil.addFileEntry(String externalReferenceCode, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata.static FileEntryDLAppServiceUtil.addFileEntry(String externalReferenceCode, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata.DLAppServiceWrapper.addFileEntry(long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, File file, ServiceContext serviceContext) Deprecated.As of Cavanaugh (7.4.x), replaced byDLAppServiceWrapper.addFileEntry(String, long, long, String, String, String, String, String, String, File, Date, Date, Date, ServiceContext)DLAppServiceWrapper.addFileEntry(String externalReferenceCode, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata.DLAppServiceWrapper.addFileEntry(String externalReferenceCode, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata.DLAppServiceWrapper.addFileEntry(String externalReferenceCode, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Adds a file entry and associated metadata.DLFileEntryLocalService.addFileEntry(String externalReferenceCode, long userId, long groupId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, long fileEntryTypeId, Map<String, DDMFormValues> ddmFormValuesMap, File file, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) static DLFileEntryDLFileEntryLocalServiceUtil.addFileEntry(String externalReferenceCode, long userId, long groupId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, long fileEntryTypeId, Map<String, DDMFormValues> ddmFormValuesMap, File file, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DLFileEntryLocalServiceWrapper.addFileEntry(String externalReferenceCode, long userId, long groupId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, long fileEntryTypeId, Map<String, DDMFormValues> ddmFormValuesMap, File file, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DLFileEntryService.addFileEntry(String externalReferenceCode, long groupId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, long fileEntryTypeId, Map<String, DDMFormValues> ddmFormValuesMap, File file, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) static DLFileEntryDLFileEntryServiceUtil.addFileEntry(String externalReferenceCode, long groupId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, long fileEntryTypeId, Map<String, DDMFormValues> ddmFormValuesMap, File file, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DLFileEntryServiceWrapper.addFileEntry(String externalReferenceCode, long groupId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, long fileEntryTypeId, Map<String, DDMFormValues> ddmFormValuesMap, File file, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DLFileEntryTypeLocalService.addFileEntryType(String externalReferenceCode, long userId, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int scope, ServiceContext serviceContext) DLFileEntryTypeLocalService.addFileEntryType(String externalReferenceCode, long userId, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, ServiceContext serviceContext) Deprecated.As of Cavanaugh (7.4.x), replaced byDLFileEntryTypeLocalService.addFileEntryType(String, long, long, long, String, Map, Map, int, ServiceContext)static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.addFileEntryType(String externalReferenceCode, long userId, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int scope, ServiceContext serviceContext) static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.addFileEntryType(String externalReferenceCode, long userId, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, ServiceContext serviceContext) Deprecated.As of Cavanaugh (7.4.x), replaced byDLFileEntryTypeLocalServiceUtil.addFileEntryType(String, long, long, long, String, Map, Map, int, ServiceContext)DLFileEntryTypeLocalServiceWrapper.addFileEntryType(String externalReferenceCode, long userId, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int scope, ServiceContext serviceContext) DLFileEntryTypeLocalServiceWrapper.addFileEntryType(String externalReferenceCode, long userId, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, ServiceContext serviceContext) Deprecated.As of Cavanaugh (7.4.x), replaced byDLFileEntryTypeLocalServiceWrapper.addFileEntryType(String, long, long, long, String, Map, Map, int, ServiceContext)DLFileEntryTypeService.addFileEntryType(String externalReferenceCode, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, ServiceContext serviceContext) static DLFileEntryTypeDLFileEntryTypeServiceUtil.addFileEntryType(String externalReferenceCode, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, ServiceContext serviceContext) DLFileEntryTypeServiceWrapper.addFileEntryType(String externalReferenceCode, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, ServiceContext serviceContext) DLAppLocalService.addFileShortcut(String externalReferenceCode, long userId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) Adds the file shortcut to the existing file entry.static FileShortcutDLAppLocalServiceUtil.addFileShortcut(String externalReferenceCode, long userId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) Adds the file shortcut to the existing file entry.DLAppLocalServiceWrapper.addFileShortcut(String externalReferenceCode, long userId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) Adds the file shortcut to the existing file entry.DLAppService.addFileShortcut(String externalReferenceCode, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) Adds a file shortcut to the existing file entry.static FileShortcutDLAppServiceUtil.addFileShortcut(String externalReferenceCode, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) Adds a file shortcut to the existing file entry.DLAppServiceWrapper.addFileShortcut(String externalReferenceCode, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) Adds a file shortcut to the existing file entry.DLFileShortcutLocalService.addFileShortcut(String externalReferenceCode, long userId, long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) static DLFileShortcutDLFileShortcutLocalServiceUtil.addFileShortcut(String externalReferenceCode, long userId, long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) DLFileShortcutLocalServiceWrapper.addFileShortcut(String externalReferenceCode, long userId, long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) DLFileShortcutService.addFileShortcut(String externalReferenceCode, long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) static DLFileShortcutDLFileShortcutServiceUtil.addFileShortcut(String externalReferenceCode, long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) DLFileShortcutServiceWrapper.addFileShortcut(String externalReferenceCode, long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) voidDLFileShortcutLocalService.addFileShortcutResources(long fileShortcutId, boolean addGroupPermissions, boolean addGuestPermissions) voidDLFileShortcutLocalService.addFileShortcutResources(long fileShortcutId, ModelPermissions modelPermissions) voidDLFileShortcutLocalService.addFileShortcutResources(DLFileShortcut fileShortcut, boolean addGroupPermissions, boolean addGuestPermissions) voidDLFileShortcutLocalService.addFileShortcutResources(DLFileShortcut fileShortcut, ModelPermissions modelPermissions) static voidDLFileShortcutLocalServiceUtil.addFileShortcutResources(long fileShortcutId, boolean addGroupPermissions, boolean addGuestPermissions) static voidDLFileShortcutLocalServiceUtil.addFileShortcutResources(long fileShortcutId, ModelPermissions modelPermissions) static voidDLFileShortcutLocalServiceUtil.addFileShortcutResources(DLFileShortcut fileShortcut, boolean addGroupPermissions, boolean addGuestPermissions) static voidDLFileShortcutLocalServiceUtil.addFileShortcutResources(DLFileShortcut fileShortcut, ModelPermissions modelPermissions) voidDLFileShortcutLocalServiceWrapper.addFileShortcutResources(long fileShortcutId, boolean addGroupPermissions, boolean addGuestPermissions) voidDLFileShortcutLocalServiceWrapper.addFileShortcutResources(long fileShortcutId, ModelPermissions modelPermissions) voidDLFileShortcutLocalServiceWrapper.addFileShortcutResources(DLFileShortcut fileShortcut, boolean addGroupPermissions, boolean addGuestPermissions) voidDLFileShortcutLocalServiceWrapper.addFileShortcutResources(DLFileShortcut fileShortcut, ModelPermissions modelPermissions) voidDLAppHelperLocalService.addFolder(long userId, Folder folder, ServiceContext serviceContext) static voidDLAppHelperLocalServiceUtil.addFolder(long userId, Folder folder, ServiceContext serviceContext) voidDLAppHelperLocalServiceWrapper.addFolder(long userId, Folder folder, ServiceContext serviceContext) DLAppLocalService.addFolder(String externalReferenceCode, long userId, long repositoryId, long parentFolderId, String name, String description, ServiceContext serviceContext) Adds a folder.static FolderDLAppLocalServiceUtil.addFolder(String externalReferenceCode, long userId, long repositoryId, long parentFolderId, String name, String description, ServiceContext serviceContext) Adds a folder.DLAppLocalServiceWrapper.addFolder(String externalReferenceCode, long userId, long repositoryId, long parentFolderId, String name, String description, ServiceContext serviceContext) Adds a folder.DLAppService.addFolder(String externalReferenceCode, long repositoryId, long parentFolderId, String name, String description, ServiceContext serviceContext) Adds a folder.static FolderDLAppServiceUtil.addFolder(String externalReferenceCode, long repositoryId, long parentFolderId, String name, String description, ServiceContext serviceContext) Adds a folder.DLAppServiceWrapper.addFolder(String externalReferenceCode, long repositoryId, long parentFolderId, String name, String description, ServiceContext serviceContext) Adds a folder.DLFolderLocalService.addFolder(String externalReferenceCode, long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, boolean hidden, ServiceContext serviceContext) static DLFolderDLFolderLocalServiceUtil.addFolder(String externalReferenceCode, long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, boolean hidden, ServiceContext serviceContext) DLFolderLocalServiceWrapper.addFolder(String externalReferenceCode, long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, boolean hidden, ServiceContext serviceContext) DLFolderService.addFolder(String externalReferenceCode, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext) static DLFolderDLFolderServiceUtil.addFolder(String externalReferenceCode, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext) DLFolderServiceWrapper.addFolder(String externalReferenceCode, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext) DLAppService.addTempFileEntry(long groupId, long folderId, String folderName, String fileName, File file, String mimeType) Adds a temporary file entry.DLAppService.addTempFileEntry(long groupId, long folderId, String folderName, String fileName, InputStream inputStream, String mimeType) Adds a temporary file entry.static FileEntryDLAppServiceUtil.addTempFileEntry(long groupId, long folderId, String folderName, String fileName, File file, String mimeType) Adds a temporary file entry.static FileEntryDLAppServiceUtil.addTempFileEntry(long groupId, long folderId, String folderName, String fileName, InputStream inputStream, String mimeType) Adds a temporary file entry.DLAppServiceWrapper.addTempFileEntry(long groupId, long folderId, String folderName, String fileName, File file, String mimeType) Adds a temporary file entry.DLAppServiceWrapper.addTempFileEntry(long groupId, long folderId, String folderName, String fileName, InputStream inputStream, String mimeType) Adds a temporary file entry.voidDLAppHelperLocalService.cancelCheckOut(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, FileVersion draftFileVersion, ServiceContext serviceContext) static voidDLAppHelperLocalServiceUtil.cancelCheckOut(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, FileVersion draftFileVersion, ServiceContext serviceContext) voidDLAppHelperLocalServiceWrapper.cancelCheckOut(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, FileVersion draftFileVersion, ServiceContext serviceContext) voidDLAppService.cancelCheckOut(long fileEntryId) Cancels the check out of the file entry.static voidDLAppServiceUtil.cancelCheckOut(long fileEntryId) Cancels the check out of the file entry.voidDLAppServiceWrapper.cancelCheckOut(long fileEntryId) Cancels the check out of the file entry.DLFileEntryLocalService.cancelCheckOut(long userId, long fileEntryId) static DLFileVersionDLFileEntryLocalServiceUtil.cancelCheckOut(long userId, long fileEntryId) DLFileEntryLocalServiceWrapper.cancelCheckOut(long userId, long fileEntryId) DLFileEntryService.cancelCheckOut(long fileEntryId) static DLFileVersionDLFileEntryServiceUtil.cancelCheckOut(long fileEntryId) DLFileEntryServiceWrapper.cancelCheckOut(long fileEntryId) voidDLAppHelperLocalService.cancelCheckOuts(long groupId) static voidDLAppHelperLocalServiceUtil.cancelCheckOuts(long groupId) voidDLAppHelperLocalServiceWrapper.cancelCheckOuts(long groupId) voidDLFileEntryTypeLocalService.cascadeFileEntryTypes(long userId, DLFolder dlFolder) static voidDLFileEntryTypeLocalServiceUtil.cascadeFileEntryTypes(long userId, DLFolder dlFolder) voidDLFileEntryTypeLocalServiceWrapper.cascadeFileEntryTypes(long userId, DLFolder dlFolder) voidDLAppHelperLocalService.checkAssetEntry(long userId, FileEntry fileEntry, FileVersion fileVersion) static voidDLAppHelperLocalServiceUtil.checkAssetEntry(long userId, FileEntry fileEntry, FileVersion fileVersion) voidDLAppHelperLocalServiceWrapper.checkAssetEntry(long userId, FileEntry fileEntry, FileVersion fileVersion) voidDLFileEntryLocalService.checkFileEntries(long companyId, long checkInterval) static voidDLFileEntryLocalServiceUtil.checkFileEntries(long companyId, long checkInterval) voidDLFileEntryLocalServiceWrapper.checkFileEntries(long companyId, long checkInterval) voidDLAppService.checkInFileEntry(long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) Checks in the file entry.voidDLAppService.checkInFileEntry(long fileEntryId, String lockUuid, ServiceContext serviceContext) Checks in the file entry using the lock's UUID.static voidDLAppServiceUtil.checkInFileEntry(long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) Checks in the file entry.static voidDLAppServiceUtil.checkInFileEntry(long fileEntryId, String lockUuid, ServiceContext serviceContext) Checks in the file entry using the lock's UUID.voidDLAppServiceWrapper.checkInFileEntry(long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) Checks in the file entry.voidDLAppServiceWrapper.checkInFileEntry(long fileEntryId, String lockUuid, ServiceContext serviceContext) Checks in the file entry using the lock's UUID.voidDLFileEntryLocalService.checkInFileEntry(long userId, long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) voidDLFileEntryLocalService.checkInFileEntry(long userId, long fileEntryId, String lockUuid, ServiceContext serviceContext) static voidDLFileEntryLocalServiceUtil.checkInFileEntry(long userId, long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) static voidDLFileEntryLocalServiceUtil.checkInFileEntry(long userId, long fileEntryId, String lockUuid, ServiceContext serviceContext) voidDLFileEntryLocalServiceWrapper.checkInFileEntry(long userId, long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) voidDLFileEntryLocalServiceWrapper.checkInFileEntry(long userId, long fileEntryId, String lockUuid, ServiceContext serviceContext) voidDLFileEntryService.checkInFileEntry(long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) voidDLFileEntryService.checkInFileEntry(long fileEntryId, String lockUuid, ServiceContext serviceContext) static voidDLFileEntryServiceUtil.checkInFileEntry(long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) static voidDLFileEntryServiceUtil.checkInFileEntry(long fileEntryId, String lockUuid, ServiceContext serviceContext) voidDLFileEntryServiceWrapper.checkInFileEntry(long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) voidDLFileEntryServiceWrapper.checkInFileEntry(long fileEntryId, String lockUuid, ServiceContext serviceContext) voidDLAppService.checkOutFileEntry(long fileEntryId, ServiceContext serviceContext) Check out a file entry.DLAppService.checkOutFileEntry(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext) Checks out the file entry.static voidDLAppServiceUtil.checkOutFileEntry(long fileEntryId, ServiceContext serviceContext) Check out a file entry.static FileEntryDLAppServiceUtil.checkOutFileEntry(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext) Checks out the file entry.voidDLAppServiceWrapper.checkOutFileEntry(long fileEntryId, ServiceContext serviceContext) Check out a file entry.DLAppServiceWrapper.checkOutFileEntry(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext) Checks out the file entry.DLFileEntryLocalService.checkOutFileEntry(long userId, long fileEntryId, long fileEntryTypeId, ServiceContext serviceContext) DLFileEntryLocalService.checkOutFileEntry(long userId, long fileEntryId, long fileEntryTypeId, String owner, long expirationTime, ServiceContext serviceContext) DLFileEntryLocalService.checkOutFileEntry(long userId, long fileEntryId, ServiceContext serviceContext) DLFileEntryLocalService.checkOutFileEntry(long userId, long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext) static DLFileEntryDLFileEntryLocalServiceUtil.checkOutFileEntry(long userId, long fileEntryId, long fileEntryTypeId, ServiceContext serviceContext) static DLFileEntryDLFileEntryLocalServiceUtil.checkOutFileEntry(long userId, long fileEntryId, long fileEntryTypeId, String owner, long expirationTime, ServiceContext serviceContext) static DLFileEntryDLFileEntryLocalServiceUtil.checkOutFileEntry(long userId, long fileEntryId, ServiceContext serviceContext) static DLFileEntryDLFileEntryLocalServiceUtil.checkOutFileEntry(long userId, long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext) DLFileEntryLocalServiceWrapper.checkOutFileEntry(long userId, long fileEntryId, long fileEntryTypeId, ServiceContext serviceContext) DLFileEntryLocalServiceWrapper.checkOutFileEntry(long userId, long fileEntryId, long fileEntryTypeId, String owner, long expirationTime, ServiceContext serviceContext) DLFileEntryLocalServiceWrapper.checkOutFileEntry(long userId, long fileEntryId, ServiceContext serviceContext) DLFileEntryLocalServiceWrapper.checkOutFileEntry(long userId, long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext) DLFileEntryService.checkOutFileEntry(long fileEntryId, ServiceContext serviceContext) DLFileEntryService.checkOutFileEntry(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext) static DLFileEntryDLFileEntryServiceUtil.checkOutFileEntry(long fileEntryId, ServiceContext serviceContext) static DLFileEntryDLFileEntryServiceUtil.checkOutFileEntry(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext) DLFileEntryServiceWrapper.checkOutFileEntry(long fileEntryId, ServiceContext serviceContext) DLFileEntryServiceWrapper.checkOutFileEntry(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext) voidDLFileEntryLocalService.convertExtraSettings(String[] keys) static voidDLFileEntryLocalServiceUtil.convertExtraSettings(String[] keys) voidDLFileEntryLocalServiceWrapper.convertExtraSettings(String[] keys) DLAppService.copyFileEntry(long fileEntryId, long destinationFolderId, long destinationRepositoryId, long fileEntryTypeId, long[] groupIds, ServiceContext serviceContext) static FileEntryDLAppServiceUtil.copyFileEntry(long fileEntryId, long destinationFolderId, long destinationRepositoryId, long fileEntryTypeId, long[] groupIds, ServiceContext serviceContext) DLAppServiceWrapper.copyFileEntry(long fileEntryId, long destinationFolderId, long destinationRepositoryId, long fileEntryTypeId, long[] groupIds, ServiceContext serviceContext) DLFileEntryLocalService.copyFileEntry(long userId, long groupId, long repositoryId, long sourceFileEntryId, long targetFolderId, String fileName, ServiceContext serviceContext) static DLFileEntryDLFileEntryLocalServiceUtil.copyFileEntry(long userId, long groupId, long repositoryId, long sourceFileEntryId, long targetFolderId, String fileName, ServiceContext serviceContext) DLFileEntryLocalServiceWrapper.copyFileEntry(long userId, long groupId, long repositoryId, long sourceFileEntryId, long targetFolderId, String fileName, ServiceContext serviceContext) DLFileEntryService.copyFileEntry(long groupId, long repositoryId, long sourceFileEntryId, long targetFolderId, ServiceContext serviceContext) static DLFileEntryDLFileEntryServiceUtil.copyFileEntry(long groupId, long repositoryId, long sourceFileEntryId, long targetFolderId, ServiceContext serviceContext) DLFileEntryServiceWrapper.copyFileEntry(long groupId, long repositoryId, long sourceFileEntryId, long targetFolderId, ServiceContext serviceContext) voidDLFileEntryLocalService.copyFileEntryMetadata(long companyId, long fileEntryTypeId, long fileEntryId, long sourceFileVersionId, long targetFileVersionId, ServiceContext serviceContext) static voidDLFileEntryLocalServiceUtil.copyFileEntryMetadata(long companyId, long fileEntryTypeId, long fileEntryId, long sourceFileVersionId, long targetFileVersionId, ServiceContext serviceContext) voidDLFileEntryLocalServiceWrapper.copyFileEntryMetadata(long companyId, long fileEntryTypeId, long fileEntryId, long sourceFileVersionId, long targetFileVersionId, ServiceContext serviceContext) DLAppService.copyFileShortcut(long fileShortcutId, long destinationFolderId, long destinationRepositoryId, ServiceContext serviceContext) static FileShortcutDLAppServiceUtil.copyFileShortcut(long fileShortcutId, long destinationFolderId, long destinationRepositoryId, ServiceContext serviceContext) DLAppServiceWrapper.copyFileShortcut(long fileShortcutId, long destinationFolderId, long destinationRepositoryId, ServiceContext serviceContext) DLAppService.copyFolder(long sourceRepositoryId, long sourceFolderId, long destinationRepositoryId, long destinationParentFolderId, Map<Long, Long> fileEntryTypeIds, long[] groupIds, ServiceContext serviceContext) DLAppService.copyFolder(long repositoryId, long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext) Performs a deep copy of the folder.static FolderDLAppServiceUtil.copyFolder(long sourceRepositoryId, long sourceFolderId, long destinationRepositoryId, long destinationParentFolderId, Map<Long, Long> fileEntryTypeIds, long[] groupIds, ServiceContext serviceContext) static FolderDLAppServiceUtil.copyFolder(long repositoryId, long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext) Performs a deep copy of the folder.DLAppServiceWrapper.copyFolder(long sourceRepositoryId, long sourceFolderId, long destinationRepositoryId, long destinationParentFolderId, Map<Long, Long> fileEntryTypeIds, long[] groupIds, ServiceContext serviceContext) DLAppServiceWrapper.copyFolder(long repositoryId, long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext) Performs a deep copy of the folder.DLFileEntryLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelDLFileEntryLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) DLFileEntryLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) DLFileEntryMetadataLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelDLFileEntryMetadataLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) DLFileEntryMetadataLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) DLFileEntryTypeLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelDLFileEntryTypeLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) DLFileEntryTypeLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) DLFileShortcutLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelDLFileShortcutLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) DLFileShortcutLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) DLFileVersionLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelDLFileVersionLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) DLFileVersionLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) DLFolderLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelDLFolderLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) DLFolderLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) voidDLAppLocalService.deleteAll(long repositoryId) Delete all data associated to the given repository.static voidDLAppLocalServiceUtil.deleteAll(long repositoryId) Delete all data associated to the given repository.voidDLAppLocalServiceWrapper.deleteAll(long repositoryId) Delete all data associated to the given repository.voidDLFolderLocalService.deleteAllByGroup(long groupId) static voidDLFolderLocalServiceUtil.deleteAllByGroup(long groupId) voidDLFolderLocalServiceWrapper.deleteAllByGroup(long groupId) voidDLFolderLocalService.deleteAllByRepository(long repositoryId) static voidDLFolderLocalServiceUtil.deleteAllByRepository(long repositoryId) voidDLFolderLocalServiceWrapper.deleteAllByRepository(long repositoryId) voidDLAppLocalService.deleteAllRepositories(long groupId) static voidDLAppLocalServiceUtil.deleteAllRepositories(long groupId) voidDLAppLocalServiceWrapper.deleteAllRepositories(long groupId) DLFileEntryLocalService.deleteDLFileEntry(long fileEntryId) Deletes the document library file entry with the primary key from the database.static DLFileEntryDLFileEntryLocalServiceUtil.deleteDLFileEntry(long fileEntryId) Deletes the document library file entry with the primary key from the database.DLFileEntryLocalServiceWrapper.deleteDLFileEntry(long fileEntryId) Deletes the document library file entry with the primary key from the database.DLFileEntryMetadataLocalService.deleteDLFileEntryMetadata(long fileEntryMetadataId) Deletes the document library file entry metadata with the primary key from the database.static DLFileEntryMetadataDLFileEntryMetadataLocalServiceUtil.deleteDLFileEntryMetadata(long fileEntryMetadataId) Deletes the document library file entry metadata with the primary key from the database.DLFileEntryMetadataLocalServiceWrapper.deleteDLFileEntryMetadata(long fileEntryMetadataId) Deletes the document library file entry metadata with the primary key from the database.DLFileEntryTypeLocalService.deleteDLFileEntryType(long fileEntryTypeId) Deletes the document library file entry type with the primary key from the database.static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.deleteDLFileEntryType(long fileEntryTypeId) Deletes the document library file entry type with the primary key from the database.DLFileEntryTypeLocalServiceWrapper.deleteDLFileEntryType(long fileEntryTypeId) Deletes the document library file entry type with the primary key from the database.DLFileShortcutLocalService.deleteDLFileShortcut(long fileShortcutId) Deletes the document library file shortcut with the primary key from the database.static DLFileShortcutDLFileShortcutLocalServiceUtil.deleteDLFileShortcut(long fileShortcutId) Deletes the document library file shortcut with the primary key from the database.DLFileShortcutLocalServiceWrapper.deleteDLFileShortcut(long fileShortcutId) Deletes the document library file shortcut with the primary key from the database.DLFileVersionLocalService.deleteDLFileVersion(long fileVersionId) Deletes the document library file version with the primary key from the database.static DLFileVersionDLFileVersionLocalServiceUtil.deleteDLFileVersion(long fileVersionId) Deletes the document library file version with the primary key from the database.DLFileVersionLocalServiceWrapper.deleteDLFileVersion(long fileVersionId) Deletes the document library file version with the primary key from the database.DLFolderLocalService.deleteDLFolder(long folderId) Deletes the document library folder with the primary key from the database.static DLFolderDLFolderLocalServiceUtil.deleteDLFolder(long folderId) Deletes the document library folder with the primary key from the database.DLFolderLocalServiceWrapper.deleteDLFolder(long folderId) Deletes the document library folder with the primary key from the database.voidDLFileEntryLocalService.deleteFileEntries(long groupId, long folderId) voidDLFileEntryLocalService.deleteFileEntries(long groupId, long folderId, boolean includeTrashedEntries) static voidDLFileEntryLocalServiceUtil.deleteFileEntries(long groupId, long folderId) static voidDLFileEntryLocalServiceUtil.deleteFileEntries(long groupId, long folderId, boolean includeTrashedEntries) voidDLFileEntryLocalServiceWrapper.deleteFileEntries(long groupId, long folderId) voidDLFileEntryLocalServiceWrapper.deleteFileEntries(long groupId, long folderId, boolean includeTrashedEntries) voidDLAppHelperLocalService.deleteFileEntry(FileEntry fileEntry) static voidDLAppHelperLocalServiceUtil.deleteFileEntry(FileEntry fileEntry) voidDLAppHelperLocalServiceWrapper.deleteFileEntry(FileEntry fileEntry) voidDLAppLocalService.deleteFileEntry(long fileEntryId) Deletes the file entry.static voidDLAppLocalServiceUtil.deleteFileEntry(long fileEntryId) Deletes the file entry.voidDLAppLocalServiceWrapper.deleteFileEntry(long fileEntryId) Deletes the file entry.voidDLAppService.deleteFileEntry(long fileEntryId) Deletes the file entry with the primary key.static voidDLAppServiceUtil.deleteFileEntry(long fileEntryId) Deletes the file entry with the primary key.voidDLAppServiceWrapper.deleteFileEntry(long fileEntryId) Deletes the file entry with the primary key.DLFileEntryLocalService.deleteFileEntry(long fileEntryId) DLFileEntryLocalService.deleteFileEntry(long userId, long fileEntryId) DLFileEntryLocalService.deleteFileEntry(DLFileEntry dlFileEntry) static DLFileEntryDLFileEntryLocalServiceUtil.deleteFileEntry(long fileEntryId) static DLFileEntryDLFileEntryLocalServiceUtil.deleteFileEntry(long userId, long fileEntryId) static DLFileEntryDLFileEntryLocalServiceUtil.deleteFileEntry(DLFileEntry dlFileEntry) DLFileEntryLocalServiceWrapper.deleteFileEntry(long fileEntryId) DLFileEntryLocalServiceWrapper.deleteFileEntry(long userId, long fileEntryId) DLFileEntryLocalServiceWrapper.deleteFileEntry(DLFileEntry dlFileEntry) voidDLFileEntryService.deleteFileEntry(long fileEntryId) voidDLFileEntryService.deleteFileEntry(long groupId, long folderId, String title) static voidDLFileEntryServiceUtil.deleteFileEntry(long fileEntryId) static voidDLFileEntryServiceUtil.deleteFileEntry(long groupId, long folderId, String title) voidDLFileEntryServiceWrapper.deleteFileEntry(long fileEntryId) voidDLFileEntryServiceWrapper.deleteFileEntry(long groupId, long folderId, String title) voidDLAppLocalService.deleteFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) static voidDLAppLocalServiceUtil.deleteFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) voidDLAppLocalServiceWrapper.deleteFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) voidDLAppService.deleteFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) static voidDLAppServiceUtil.deleteFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) voidDLAppServiceWrapper.deleteFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileEntryLocalService.deleteFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) static DLFileEntryDLFileEntryLocalServiceUtil.deleteFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileEntryLocalServiceWrapper.deleteFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) voidDLFileEntryService.deleteFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) static voidDLFileEntryServiceUtil.deleteFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) voidDLFileEntryServiceWrapper.deleteFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) voidDLAppService.deleteFileEntryByTitle(long repositoryId, long folderId, String title) Deletes the file entry with the title in the folder.static voidDLAppServiceUtil.deleteFileEntryByTitle(long repositoryId, long folderId, String title) Deletes the file entry with the title in the folder.voidDLAppServiceWrapper.deleteFileEntryByTitle(long repositoryId, long folderId, String title) Deletes the file entry with the title in the folder.voidDLFileEntryMetadataLocalService.deleteFileEntryMetadata(long fileEntryId) voidDLFileEntryMetadataLocalService.deleteFileEntryMetadata(DLFileEntryMetadata fileEntryMetadata) static voidDLFileEntryMetadataLocalServiceUtil.deleteFileEntryMetadata(long fileEntryId) static voidDLFileEntryMetadataLocalServiceUtil.deleteFileEntryMetadata(DLFileEntryMetadata fileEntryMetadata) voidDLFileEntryMetadataLocalServiceWrapper.deleteFileEntryMetadata(long fileEntryId) voidDLFileEntryMetadataLocalServiceWrapper.deleteFileEntryMetadata(DLFileEntryMetadata fileEntryMetadata) voidDLFileEntryMetadataLocalService.deleteFileEntryMetadataByExternalReferenceCode(String externalReferenceCode, long companyId) static voidDLFileEntryMetadataLocalServiceUtil.deleteFileEntryMetadataByExternalReferenceCode(String externalReferenceCode, long companyId) voidDLFileEntryMetadataLocalServiceWrapper.deleteFileEntryMetadataByExternalReferenceCode(String externalReferenceCode, long companyId) voidDLFileEntryTypeLocalService.deleteFileEntryType(long fileEntryTypeId) DLFileEntryTypeLocalService.deleteFileEntryType(DLFileEntryType dlFileEntryType) static voidDLFileEntryTypeLocalServiceUtil.deleteFileEntryType(long fileEntryTypeId) static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.deleteFileEntryType(DLFileEntryType dlFileEntryType) voidDLFileEntryTypeLocalServiceWrapper.deleteFileEntryType(long fileEntryTypeId) DLFileEntryTypeLocalServiceWrapper.deleteFileEntryType(DLFileEntryType dlFileEntryType) voidDLFileEntryTypeService.deleteFileEntryType(long fileEntryTypeId) static voidDLFileEntryTypeServiceUtil.deleteFileEntryType(long fileEntryTypeId) voidDLFileEntryTypeServiceWrapper.deleteFileEntryType(long fileEntryTypeId) voidDLFileEntryTypeLocalService.deleteFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) static voidDLFileEntryTypeLocalServiceUtil.deleteFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) voidDLFileEntryTypeLocalServiceWrapper.deleteFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) voidDLFileEntryTypeService.deleteFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) static voidDLFileEntryTypeServiceUtil.deleteFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) voidDLFileEntryTypeServiceWrapper.deleteFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) voidDLFileEntryTypeLocalService.deleteFileEntryTypes(long groupId) static voidDLFileEntryTypeLocalServiceUtil.deleteFileEntryTypes(long groupId) voidDLFileEntryTypeLocalServiceWrapper.deleteFileEntryTypes(long groupId) voidDLAppLocalService.deleteFileShortcut(long fileShortcutId) Deletes the file shortcut.voidDLAppLocalService.deleteFileShortcut(FileShortcut fileShortcut) Deletes the file shortcut.static voidDLAppLocalServiceUtil.deleteFileShortcut(long fileShortcutId) Deletes the file shortcut.static voidDLAppLocalServiceUtil.deleteFileShortcut(FileShortcut fileShortcut) Deletes the file shortcut.voidDLAppLocalServiceWrapper.deleteFileShortcut(long fileShortcutId) Deletes the file shortcut.voidDLAppLocalServiceWrapper.deleteFileShortcut(FileShortcut fileShortcut) Deletes the file shortcut.voidDLAppService.deleteFileShortcut(long fileShortcutId) Deletes the file shortcut with the primary key.static voidDLAppServiceUtil.deleteFileShortcut(long fileShortcutId) Deletes the file shortcut with the primary key.voidDLAppServiceWrapper.deleteFileShortcut(long fileShortcutId) Deletes the file shortcut with the primary key.voidDLFileShortcutLocalService.deleteFileShortcut(long fileShortcutId) voidDLFileShortcutLocalService.deleteFileShortcut(DLFileShortcut fileShortcut) voidDLFileShortcutLocalService.deleteFileShortcut(String externalReferenceCode, long groupId) static voidDLFileShortcutLocalServiceUtil.deleteFileShortcut(long fileShortcutId) static voidDLFileShortcutLocalServiceUtil.deleteFileShortcut(DLFileShortcut fileShortcut) static voidDLFileShortcutLocalServiceUtil.deleteFileShortcut(String externalReferenceCode, long groupId) voidDLFileShortcutLocalServiceWrapper.deleteFileShortcut(long fileShortcutId) voidDLFileShortcutLocalServiceWrapper.deleteFileShortcut(DLFileShortcut fileShortcut) voidDLFileShortcutLocalServiceWrapper.deleteFileShortcut(String externalReferenceCode, long groupId) voidDLFileShortcutService.deleteFileShortcut(long fileShortcutId) voidDLFileShortcutService.deleteFileShortcut(String externalReferenceCode, long groupId) static voidDLFileShortcutServiceUtil.deleteFileShortcut(long fileShortcutId) static voidDLFileShortcutServiceUtil.deleteFileShortcut(String externalReferenceCode, long groupId) voidDLFileShortcutServiceWrapper.deleteFileShortcut(long fileShortcutId) voidDLFileShortcutServiceWrapper.deleteFileShortcut(String externalReferenceCode, long groupId) voidDLAppService.deleteFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) static voidDLAppServiceUtil.deleteFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) voidDLAppServiceWrapper.deleteFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) voidDLAppLocalService.deleteFileShortcuts(long toFileEntryId) Deletes all file shortcuts associated to the file entry.static voidDLAppLocalServiceUtil.deleteFileShortcuts(long toFileEntryId) Deletes all file shortcuts associated to the file entry.voidDLAppLocalServiceWrapper.deleteFileShortcuts(long toFileEntryId) Deletes all file shortcuts associated to the file entry.voidDLFileShortcutLocalService.deleteFileShortcuts(long toFileEntryId) voidDLFileShortcutLocalService.deleteFileShortcuts(long groupId, long folderId) voidDLFileShortcutLocalService.deleteFileShortcuts(long groupId, long folderId, boolean includeTrashedEntries) static voidDLFileShortcutLocalServiceUtil.deleteFileShortcuts(long toFileEntryId) static voidDLFileShortcutLocalServiceUtil.deleteFileShortcuts(long groupId, long folderId) static voidDLFileShortcutLocalServiceUtil.deleteFileShortcuts(long groupId, long folderId, boolean includeTrashedEntries) voidDLFileShortcutLocalServiceWrapper.deleteFileShortcuts(long toFileEntryId) voidDLFileShortcutLocalServiceWrapper.deleteFileShortcuts(long groupId, long folderId) voidDLFileShortcutLocalServiceWrapper.deleteFileShortcuts(long groupId, long folderId, boolean includeTrashedEntries) voidDLAppLocalService.deleteFileVersion(long fileVersionId) Deletes the file version.static voidDLAppLocalServiceUtil.deleteFileVersion(long fileVersionId) Deletes the file version.voidDLAppLocalServiceWrapper.deleteFileVersion(long fileVersionId) Deletes the file version.voidDLAppService.deleteFileVersion(long fileVersionId) Deletes the file version.voidDLAppService.deleteFileVersion(long fileEntryId, String version) Deletes the file version.static voidDLAppServiceUtil.deleteFileVersion(long fileVersionId) Deletes the file version.static voidDLAppServiceUtil.deleteFileVersion(long fileEntryId, String version) Deletes the file version.voidDLAppServiceWrapper.deleteFileVersion(long fileVersionId) Deletes the file version.voidDLAppServiceWrapper.deleteFileVersion(long fileEntryId, String version) Deletes the file version.DLFileEntryLocalService.deleteFileVersion(long userId, long fileEntryId, String version) static DLFileEntryDLFileEntryLocalServiceUtil.deleteFileVersion(long userId, long fileEntryId, String version) DLFileEntryLocalServiceWrapper.deleteFileVersion(long userId, long fileEntryId, String version) voidDLFileEntryService.deleteFileVersion(long fileEntryId, String version) static voidDLFileEntryServiceUtil.deleteFileVersion(long fileEntryId, String version) voidDLFileEntryServiceWrapper.deleteFileVersion(long fileEntryId, String version) voidDLFileEntryMetadataLocalService.deleteFileVersionFileEntryMetadata(long fileVersionId) static voidDLFileEntryMetadataLocalServiceUtil.deleteFileVersionFileEntryMetadata(long fileVersionId) voidDLFileEntryMetadataLocalServiceWrapper.deleteFileVersionFileEntryMetadata(long fileVersionId) voidDLAppHelperLocalService.deleteFolder(Folder folder) static voidDLAppHelperLocalServiceUtil.deleteFolder(Folder folder) voidDLAppHelperLocalServiceWrapper.deleteFolder(Folder folder) voidDLAppLocalService.deleteFolder(long folderId) Deletes the folder and all of its subfolders and file entries.static voidDLAppLocalServiceUtil.deleteFolder(long folderId) Deletes the folder and all of its subfolders and file entries.voidDLAppLocalServiceWrapper.deleteFolder(long folderId) Deletes the folder and all of its subfolders and file entries.voidDLAppService.deleteFolder(long folderId) Deletes the folder with the primary key and all of its subfolders and file entries.voidDLAppService.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.static voidDLAppServiceUtil.deleteFolder(long folderId) Deletes the folder with the primary key and all of its subfolders and file entries.static voidDLAppServiceUtil.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.voidDLAppServiceWrapper.deleteFolder(long folderId) Deletes the folder with the primary key and all of its subfolders and file entries.voidDLAppServiceWrapper.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.DLFolderLocalService.deleteFolder(long folderId) DLFolderLocalService.deleteFolder(long folderId, boolean includeTrashedEntries) DLFolderLocalService.deleteFolder(long userId, long folderId, boolean includeTrashedEntries) DLFolderLocalService.deleteFolder(DLFolder dlFolder) DLFolderLocalService.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries) static DLFolderDLFolderLocalServiceUtil.deleteFolder(long folderId) static DLFolderDLFolderLocalServiceUtil.deleteFolder(long folderId, boolean includeTrashedEntries) static DLFolderDLFolderLocalServiceUtil.deleteFolder(long userId, long folderId, boolean includeTrashedEntries) static DLFolderDLFolderLocalServiceUtil.deleteFolder(DLFolder dlFolder) static DLFolderDLFolderLocalServiceUtil.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries) DLFolderLocalServiceWrapper.deleteFolder(long folderId) DLFolderLocalServiceWrapper.deleteFolder(long folderId, boolean includeTrashedEntries) DLFolderLocalServiceWrapper.deleteFolder(long userId, long folderId, boolean includeTrashedEntries) DLFolderLocalServiceWrapper.deleteFolder(DLFolder dlFolder) DLFolderLocalServiceWrapper.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries) voidDLFolderService.deleteFolder(long folderId) voidDLFolderService.deleteFolder(long folderId, boolean includeTrashedEntries) voidDLFolderService.deleteFolder(long groupId, long parentFolderId, String name) static voidDLFolderServiceUtil.deleteFolder(long folderId) static voidDLFolderServiceUtil.deleteFolder(long folderId, boolean includeTrashedEntries) static voidDLFolderServiceUtil.deleteFolder(long groupId, long parentFolderId, String name) voidDLFolderServiceWrapper.deleteFolder(long folderId) voidDLFolderServiceWrapper.deleteFolder(long folderId, boolean includeTrashedEntries) voidDLFolderServiceWrapper.deleteFolder(long groupId, long parentFolderId, String name) DLFileEntryLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelDLFileEntryLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) DLFileEntryLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) DLFileEntryMetadataLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelDLFileEntryMetadataLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) DLFileEntryMetadataLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) DLFileEntryTypeLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelDLFileEntryTypeLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) DLFileEntryTypeLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) DLFileShortcutLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelDLFileShortcutLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) DLFileShortcutLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) DLFileVersionLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelDLFileVersionLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) DLFileVersionLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) DLFolderLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelDLFolderLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) DLFolderLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) voidDLAppHelperLocalService.deleteRepositoryFileEntries(long repositoryId) static voidDLAppHelperLocalServiceUtil.deleteRepositoryFileEntries(long repositoryId) voidDLAppHelperLocalServiceWrapper.deleteRepositoryFileEntries(long repositoryId) voidDLFileEntryLocalService.deleteRepositoryFileEntries(long repositoryId) voidDLFileEntryLocalService.deleteRepositoryFileEntries(long repositoryId, long folderId) voidDLFileEntryLocalService.deleteRepositoryFileEntries(long repositoryId, long folderId, boolean includeTrashedEntries) static voidDLFileEntryLocalServiceUtil.deleteRepositoryFileEntries(long repositoryId) static voidDLFileEntryLocalServiceUtil.deleteRepositoryFileEntries(long repositoryId, long folderId) static voidDLFileEntryLocalServiceUtil.deleteRepositoryFileEntries(long repositoryId, long folderId, boolean includeTrashedEntries) voidDLFileEntryLocalServiceWrapper.deleteRepositoryFileEntries(long repositoryId) voidDLFileEntryLocalServiceWrapper.deleteRepositoryFileEntries(long repositoryId, long folderId) voidDLFileEntryLocalServiceWrapper.deleteRepositoryFileEntries(long repositoryId, long folderId, boolean includeTrashedEntries) voidDLFileShortcutLocalService.deleteRepositoryFileShortcuts(long repositoryId) static voidDLFileShortcutLocalServiceUtil.deleteRepositoryFileShortcuts(long repositoryId) voidDLFileShortcutLocalServiceWrapper.deleteRepositoryFileShortcuts(long repositoryId) voidDLAppService.deleteTempFileEntry(long groupId, long folderId, String folderName, String fileName) Deletes the temporary file entry.static voidDLAppServiceUtil.deleteTempFileEntry(long groupId, long folderId, String folderName, String fileName) Deletes the temporary file entry.voidDLAppServiceWrapper.deleteTempFileEntry(long groupId, long folderId, String folderName, String fileName) Deletes the temporary file entry.DLFileEntryService.fetchFileEntry(long groupId, long folderId, String title) static DLFileEntryDLFileEntryServiceUtil.fetchFileEntry(long groupId, long folderId, String title) DLFileEntryServiceWrapper.fetchFileEntry(long groupId, long folderId, String title) DLAppLocalService.fetchFileEntryByExternalReferenceCode(long groupId, String externalReferenceCode) Returns the document library file entry with the matching external reference code and group.static FileEntryDLAppLocalServiceUtil.fetchFileEntryByExternalReferenceCode(long groupId, String externalReferenceCode) Returns the document library file entry with the matching external reference code and group.DLAppLocalServiceWrapper.fetchFileEntryByExternalReferenceCode(long groupId, String externalReferenceCode) Returns the document library file entry with the matching external reference code and group.DLFileEntryService.fetchFileEntryByExternalReferenceCode(long groupId, String externalReferenceCode) static DLFileEntryDLFileEntryServiceUtil.fetchFileEntryByExternalReferenceCode(long groupId, String externalReferenceCode) DLFileEntryServiceWrapper.fetchFileEntryByExternalReferenceCode(long groupId, String externalReferenceCode) DLFileEntryService.fetchFileEntryByImageId(long imageId) static DLFileEntryDLFileEntryServiceUtil.fetchFileEntryByImageId(long imageId) DLFileEntryServiceWrapper.fetchFileEntryByImageId(long imageId) DLFileEntryTypeService.fetchFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) static DLFileEntryTypeDLFileEntryTypeServiceUtil.fetchFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileEntryTypeServiceWrapper.fetchFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) DLAppLocalService.fetchFileShortcut(long fileShortcutId) static FileShortcutDLAppLocalServiceUtil.fetchFileShortcut(long fileShortcutId) DLAppLocalServiceWrapper.fetchFileShortcut(long fileShortcutId) DLAppLocalService.fetchFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) static FileShortcutDLAppLocalServiceUtil.fetchFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) DLAppLocalServiceWrapper.fetchFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) DLAppLocalService.fetchFolderByExternalReferenceCode(String externalReferenceCode, long groupId) static FolderDLAppLocalServiceUtil.fetchFolderByExternalReferenceCode(String externalReferenceCode, long groupId) DLAppLocalServiceWrapper.fetchFolderByExternalReferenceCode(String externalReferenceCode, long groupId) voidDLFileEntryLocalService.forEachFileEntry(long companyId, long classNameId, Consumer<DLFileEntry> consumer, long maximumSize, String[] mimeTypes) voidDLFileEntryLocalService.forEachFileEntry(long companyId, Consumer<DLFileEntry> consumer, long maximumSize, String[] mimeTypes) static voidDLFileEntryLocalServiceUtil.forEachFileEntry(long companyId, long classNameId, Consumer<DLFileEntry> consumer, long maximumSize, String[] mimeTypes) static voidDLFileEntryLocalServiceUtil.forEachFileEntry(long companyId, Consumer<DLFileEntry> consumer, long maximumSize, String[] mimeTypes) voidDLFileEntryLocalServiceWrapper.forEachFileEntry(long companyId, long classNameId, Consumer<DLFileEntry> consumer, long maximumSize, String[] mimeTypes) voidDLFileEntryLocalServiceWrapper.forEachFileEntry(long companyId, Consumer<DLFileEntry> consumer, long maximumSize, String[] mimeTypes) longDLAppHelperLocalService.getCheckedOutFileEntriesCount(long groupId) static longDLAppHelperLocalServiceUtil.getCheckedOutFileEntriesCount(long groupId) longDLAppHelperLocalServiceWrapper.getCheckedOutFileEntriesCount(long groupId) longDLFileEntryTypeLocalService.getDefaultFileEntryTypeId(long folderId) static longDLFileEntryTypeLocalServiceUtil.getDefaultFileEntryTypeId(long folderId) longDLFileEntryTypeLocalServiceWrapper.getDefaultFileEntryTypeId(long folderId) DLFileEntryLocalService.getDLFileEntry(long fileEntryId) Returns the document library file entry with the primary key.static DLFileEntryDLFileEntryLocalServiceUtil.getDLFileEntry(long fileEntryId) Returns the document library file entry with the primary key.DLFileEntryLocalServiceWrapper.getDLFileEntry(long fileEntryId) Returns the document library file entry with the primary key.DLFileEntryLocalService.getDLFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) static DLFileEntryDLFileEntryLocalServiceUtil.getDLFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileEntryLocalServiceWrapper.getDLFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileEntryLocalService.getDLFileEntryByUuidAndGroupId(String uuid, long groupId) Returns the document library file entry matching the UUID and group.static DLFileEntryDLFileEntryLocalServiceUtil.getDLFileEntryByUuidAndGroupId(String uuid, long groupId) Returns the document library file entry matching the UUID and group.DLFileEntryLocalServiceWrapper.getDLFileEntryByUuidAndGroupId(String uuid, long groupId) Returns the document library file entry matching the UUID and group.DLFileEntryMetadataLocalService.getDLFileEntryMetadata(long fileEntryMetadataId) Returns the document library file entry metadata with the primary key.static DLFileEntryMetadataDLFileEntryMetadataLocalServiceUtil.getDLFileEntryMetadata(long fileEntryMetadataId) Returns the document library file entry metadata with the primary key.DLFileEntryMetadataLocalServiceWrapper.getDLFileEntryMetadata(long fileEntryMetadataId) Returns the document library file entry metadata with the primary key.DLFileEntryMetadataLocalService.getDLFileEntryMetadataByExternalReferenceCode(String externalReferenceCode, long companyId) static DLFileEntryMetadataDLFileEntryMetadataLocalServiceUtil.getDLFileEntryMetadataByExternalReferenceCode(String externalReferenceCode, long companyId) DLFileEntryMetadataLocalServiceWrapper.getDLFileEntryMetadataByExternalReferenceCode(String externalReferenceCode, long companyId) DLFileEntryMetadataLocalService.getDLFileEntryMetadataByUuidAndCompanyId(String uuid, long companyId) Returns the document library file entry metadata with the matching UUID and company.static DLFileEntryMetadataDLFileEntryMetadataLocalServiceUtil.getDLFileEntryMetadataByUuidAndCompanyId(String uuid, long companyId) Returns the document library file entry metadata with the matching UUID and company.DLFileEntryMetadataLocalServiceWrapper.getDLFileEntryMetadataByUuidAndCompanyId(String uuid, long companyId) Returns the document library file entry metadata with the matching UUID and company.DLFileEntryTypeLocalService.getDLFileEntryType(long fileEntryTypeId) Returns the document library file entry type with the primary key.static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.getDLFileEntryType(long fileEntryTypeId) Returns the document library file entry type with the primary key.DLFileEntryTypeLocalServiceWrapper.getDLFileEntryType(long fileEntryTypeId) Returns the document library file entry type with the primary key.DLFileEntryTypeLocalService.getDLFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.getDLFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileEntryTypeLocalService.getDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId) Returns the document library file entry type matching the UUID and group.static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.getDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId) Returns the document library file entry type matching the UUID and group.DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId) Returns the document library file entry type matching the UUID and group.DLFileShortcutLocalService.getDLFileShortcut(long fileShortcutId) Returns the document library file shortcut with the primary key.static DLFileShortcutDLFileShortcutLocalServiceUtil.getDLFileShortcut(long fileShortcutId) Returns the document library file shortcut with the primary key.DLFileShortcutLocalServiceWrapper.getDLFileShortcut(long fileShortcutId) Returns the document library file shortcut with the primary key.DLFileShortcutLocalService.getDLFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) static DLFileShortcutDLFileShortcutLocalServiceUtil.getDLFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileShortcutLocalServiceWrapper.getDLFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileShortcutService.getDLFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) static DLFileShortcutDLFileShortcutServiceUtil.getDLFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileShortcutServiceWrapper.getDLFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileShortcutLocalService.getDLFileShortcutByUuidAndGroupId(String uuid, long groupId) Returns the document library file shortcut matching the UUID and group.static DLFileShortcutDLFileShortcutLocalServiceUtil.getDLFileShortcutByUuidAndGroupId(String uuid, long groupId) Returns the document library file shortcut matching the UUID and group.DLFileShortcutLocalServiceWrapper.getDLFileShortcutByUuidAndGroupId(String uuid, long groupId) Returns the document library file shortcut matching the UUID and group.DLFileVersionLocalService.getDLFileVersion(long fileVersionId) Returns the document library file version with the primary key.static DLFileVersionDLFileVersionLocalServiceUtil.getDLFileVersion(long fileVersionId) Returns the document library file version with the primary key.DLFileVersionLocalServiceWrapper.getDLFileVersion(long fileVersionId) Returns the document library file version with the primary key.DLFileVersionLocalService.getDLFileVersionByUuidAndGroupId(String uuid, long groupId) Returns the document library file version matching the UUID and group.static DLFileVersionDLFileVersionLocalServiceUtil.getDLFileVersionByUuidAndGroupId(String uuid, long groupId) Returns the document library file version matching the UUID and group.DLFileVersionLocalServiceWrapper.getDLFileVersionByUuidAndGroupId(String uuid, long groupId) Returns the document library file version matching the UUID and group.DLFolderLocalService.getDLFolder(long folderId) Returns the document library folder with the primary key.static DLFolderDLFolderLocalServiceUtil.getDLFolder(long folderId) Returns the document library folder with the primary key.DLFolderLocalServiceWrapper.getDLFolder(long folderId) Returns the document library folder with the primary key.DLFolderLocalService.getDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId) static DLFolderDLFolderLocalServiceUtil.getDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId) DLFolderLocalServiceWrapper.getDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId) DLFolderService.getDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId) static DLFolderDLFolderServiceUtil.getDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId) DLFolderServiceWrapper.getDLFolderByExternalReferenceCode(String externalReferenceCode, long groupId) DLFolderLocalService.getDLFolderByUuidAndGroupId(String uuid, long groupId) Returns the document library folder matching the UUID and group.static DLFolderDLFolderLocalServiceUtil.getDLFolderByUuidAndGroupId(String uuid, long groupId) Returns the document library folder matching the UUID and group.DLFolderLocalServiceWrapper.getDLFolderByUuidAndGroupId(String uuid, long groupId) Returns the document library folder matching the UUID and group.DLFileEntryLocalService.getFileAsStream(long fileEntryId, String version) DLFileEntryLocalService.getFileAsStream(long fileEntryId, String version, boolean incrementCounter) DLFileEntryLocalService.getFileAsStream(long fileEntryId, String version, boolean incrementCounter, int increment) static InputStreamDLFileEntryLocalServiceUtil.getFileAsStream(long fileEntryId, String version) static InputStreamDLFileEntryLocalServiceUtil.getFileAsStream(long fileEntryId, String version, boolean incrementCounter) static InputStreamDLFileEntryLocalServiceUtil.getFileAsStream(long fileEntryId, String version, boolean incrementCounter, int increment) DLFileEntryLocalServiceWrapper.getFileAsStream(long fileEntryId, String version) DLFileEntryLocalServiceWrapper.getFileAsStream(long fileEntryId, String version, boolean incrementCounter) DLFileEntryLocalServiceWrapper.getFileAsStream(long fileEntryId, String version, boolean incrementCounter, int increment) DLFileEntryService.getFileAsStream(long fileEntryId, String version) DLFileEntryService.getFileAsStream(long fileEntryId, String version, boolean incrementCounter) static InputStreamDLFileEntryServiceUtil.getFileAsStream(long fileEntryId, String version) static InputStreamDLFileEntryServiceUtil.getFileAsStream(long fileEntryId, String version, boolean incrementCounter) DLFileEntryServiceWrapper.getFileAsStream(long fileEntryId, String version) DLFileEntryServiceWrapper.getFileAsStream(long fileEntryId, String version, boolean incrementCounter) DLAppService.getFileEntries(long repositoryId, long folderId) Returns all the file entries in the folder.DLAppService.getFileEntries(long repositoryId, long folderId, int start, int end) Returns a name-ordered range of all the file entries in the folder.DLAppService.getFileEntries(long repositoryId, long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the folder.DLAppService.getFileEntries(long repositoryId, long folderId, long fileEntryTypeId) Returns the file entries with the file entry type in the folder.DLAppService.getFileEntries(long repositoryId, long folderId, long fileEntryTypeId, int start, int end) Returns a name-ordered range of all the file entries with the file entry type in the folder.DLAppService.getFileEntries(long repositoryId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries with the file entry type in the folder.DLAppService.getFileEntries(long repositoryId, long folderId, String[] mimeTypes) DLAppService.getFileEntries(long repositoryId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLAppServiceUtil.getFileEntries(long repositoryId, long folderId) Returns all the file entries in the folder.DLAppServiceUtil.getFileEntries(long repositoryId, long folderId, int start, int end) Returns a name-ordered range of all the file entries in the folder.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.DLAppServiceUtil.getFileEntries(long repositoryId, long folderId, long fileEntryTypeId) Returns the file entries with the file entry type in the folder.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.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.DLAppServiceUtil.getFileEntries(long repositoryId, long folderId, String[] mimeTypes) DLAppServiceUtil.getFileEntries(long repositoryId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLAppServiceWrapper.getFileEntries(long repositoryId, long folderId) Returns all the file entries in the folder.DLAppServiceWrapper.getFileEntries(long repositoryId, long folderId, int start, int end) Returns a name-ordered range of all the file entries in the folder.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.DLAppServiceWrapper.getFileEntries(long repositoryId, long folderId, long fileEntryTypeId) Returns the file entries with the file entry type in the folder.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.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.DLAppServiceWrapper.getFileEntries(long repositoryId, long folderId, String[] mimeTypes) DLAppServiceWrapper.getFileEntries(long repositoryId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLFileEntryService.getFileEntries(long groupId, double score, int start, int end) DLFileEntryService.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryService.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryService.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryService.getFileEntries(long groupId, long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryService.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) static List<DLFileEntry>DLFileEntryServiceUtil.getFileEntries(long groupId, double score, int start, int end) static List<DLFileEntry>DLFileEntryServiceUtil.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) static List<DLFileEntry>DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) static List<DLFileEntry>DLFileEntryServiceUtil.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) DLFileEntryServiceWrapper.getFileEntries(long groupId, double score, int start, int end) DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLAppService.getFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, int start, int end) Returns a range of all the file entries and shortcuts in the folder.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.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.DLFolderService.getFileEntriesAndFileShortcuts(long groupId, long folderId, int status, int start, int end) DLFolderServiceUtil.getFileEntriesAndFileShortcuts(long groupId, long folderId, int status, int start, int end) DLFolderServiceWrapper.getFileEntriesAndFileShortcuts(long groupId, long folderId, int status, int start, int end) intDLAppService.getFileEntriesAndFileShortcutsCount(long repositoryId, long folderId, int status) Returns the number of file entries and shortcuts in the folder.intDLAppService.getFileEntriesAndFileShortcutsCount(long repositoryId, long folderId, int status, String[] mimeTypes) Returns the number of file entries and shortcuts in the folder.static intDLAppServiceUtil.getFileEntriesAndFileShortcutsCount(long repositoryId, long folderId, int status) Returns the number of file entries and shortcuts in the folder.static intDLAppServiceUtil.getFileEntriesAndFileShortcutsCount(long repositoryId, long folderId, int status, String[] mimeTypes) Returns the number of file entries and shortcuts in the folder.intDLAppServiceWrapper.getFileEntriesAndFileShortcutsCount(long repositoryId, long folderId, int status) Returns the number of file entries and shortcuts in the folder.intDLAppServiceWrapper.getFileEntriesAndFileShortcutsCount(long repositoryId, long folderId, int status, String[] mimeTypes) Returns the number of file entries and shortcuts in the folder.intDLFolderService.getFileEntriesAndFileShortcutsCount(long groupId, long folderId, int status) intDLFolderService.getFileEntriesAndFileShortcutsCount(long groupId, long folderId, String[] mimeTypes, int status) static intDLFolderServiceUtil.getFileEntriesAndFileShortcutsCount(long groupId, long folderId, int status) static intDLFolderServiceUtil.getFileEntriesAndFileShortcutsCount(long groupId, long folderId, String[] mimeTypes, int status) intDLFolderServiceWrapper.getFileEntriesAndFileShortcutsCount(long groupId, long folderId, int status) intDLFolderServiceWrapper.getFileEntriesAndFileShortcutsCount(long groupId, long folderId, String[] mimeTypes, int status) intDLAppService.getFileEntriesCount(long repositoryId, long folderId) Returns the number of file entries in the folder.intDLAppService.getFileEntriesCount(long repositoryId, long folderId, long fileEntryTypeId) Returns the number of file entries with the file entry type in the folder.intDLAppService.getFileEntriesCount(long repositoryId, long folderId, String[] mimeTypes) static intDLAppServiceUtil.getFileEntriesCount(long repositoryId, long folderId) Returns the number of file entries in the folder.static intDLAppServiceUtil.getFileEntriesCount(long repositoryId, long folderId, long fileEntryTypeId) Returns the number of file entries with the file entry type in the folder.static intDLAppServiceUtil.getFileEntriesCount(long repositoryId, long folderId, String[] mimeTypes) intDLAppServiceWrapper.getFileEntriesCount(long repositoryId, long folderId) Returns the number of file entries in the folder.intDLAppServiceWrapper.getFileEntriesCount(long repositoryId, long folderId, long fileEntryTypeId) Returns the number of file entries with the file entry type in the folder.intDLAppServiceWrapper.getFileEntriesCount(long repositoryId, long folderId, String[] mimeTypes) intDLFileEntryService.getFileEntriesCount(long groupId, double score) static intDLFileEntryServiceUtil.getFileEntriesCount(long groupId, double score) intDLFileEntryServiceWrapper.getFileEntriesCount(long groupId, double score) DLAppLocalService.getFileEntry(long fileEntryId) Returns the file entry with the primary key.DLAppLocalService.getFileEntry(long groupId, long folderId, String title) Returns the file entry with the title in the folder.static FileEntryDLAppLocalServiceUtil.getFileEntry(long fileEntryId) Returns the file entry with the primary key.static FileEntryDLAppLocalServiceUtil.getFileEntry(long groupId, long folderId, String title) Returns the file entry with the title in the folder.DLAppLocalServiceWrapper.getFileEntry(long fileEntryId) Returns the file entry with the primary key.DLAppLocalServiceWrapper.getFileEntry(long groupId, long folderId, String title) Returns the file entry with the title in the folder.DLAppService.getFileEntry(long fileEntryId) Returns the file entry with the primary key.DLAppService.getFileEntry(long groupId, long folderId, String title) Returns the file entry with the title in the folder.static FileEntryDLAppServiceUtil.getFileEntry(long fileEntryId) Returns the file entry with the primary key.static FileEntryDLAppServiceUtil.getFileEntry(long groupId, long folderId, String title) Returns the file entry with the title in the folder.DLAppServiceWrapper.getFileEntry(long fileEntryId) Returns the file entry with the primary key.DLAppServiceWrapper.getFileEntry(long groupId, long folderId, String title) Returns the file entry with the title in the folder.DLFileEntryLocalService.getFileEntry(long fileEntryId) DLFileEntryLocalService.getFileEntry(long groupId, long folderId, String title) static DLFileEntryDLFileEntryLocalServiceUtil.getFileEntry(long fileEntryId) static DLFileEntryDLFileEntryLocalServiceUtil.getFileEntry(long groupId, long folderId, String title) DLFileEntryLocalServiceWrapper.getFileEntry(long fileEntryId) DLFileEntryLocalServiceWrapper.getFileEntry(long groupId, long folderId, String title) DLFileEntryService.getFileEntry(long fileEntryId) DLFileEntryService.getFileEntry(long groupId, long folderId, String title) static DLFileEntryDLFileEntryServiceUtil.getFileEntry(long fileEntryId) static DLFileEntryDLFileEntryServiceUtil.getFileEntry(long groupId, long folderId, String title) DLFileEntryServiceWrapper.getFileEntry(long fileEntryId) DLFileEntryServiceWrapper.getFileEntry(long groupId, long folderId, String title) DLAppLocalService.getFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) Returns the file entry with the external reference code.static FileEntryDLAppLocalServiceUtil.getFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) Returns the file entry with the external reference code.DLAppLocalServiceWrapper.getFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) Returns the file entry with the external reference code.DLAppService.getFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) Returns the file entry with the external reference code.static FileEntryDLAppServiceUtil.getFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) Returns the file entry with the external reference code.DLAppServiceWrapper.getFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) Returns the file entry with the external reference code.DLFileEntryLocalService.getFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) static DLFileEntryDLFileEntryLocalServiceUtil.getFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileEntryLocalServiceWrapper.getFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileEntryService.getFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) static DLFileEntryDLFileEntryServiceUtil.getFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileEntryServiceWrapper.getFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) DLAppLocalService.getFileEntryByFileName(long groupId, long folderId, String fileName) Returns the file entry with the file name in the folder.static FileEntryDLAppLocalServiceUtil.getFileEntryByFileName(long groupId, long folderId, String fileName) Returns the file entry with the file name in the folder.DLAppLocalServiceWrapper.getFileEntryByFileName(long groupId, long folderId, String fileName) Returns the file entry with the file name in the folder.DLAppService.getFileEntryByFileName(long groupId, long folderId, String fileName) Returns the file entry with the file name in the folder.static FileEntryDLAppServiceUtil.getFileEntryByFileName(long groupId, long folderId, String fileName) Returns the file entry with the file name in the folder.DLAppServiceWrapper.getFileEntryByFileName(long groupId, long folderId, String fileName) Returns the file entry with the file name in the folder.DLFileEntryLocalService.getFileEntryByFileName(long groupId, long folderId, String fileName) static DLFileEntryDLFileEntryLocalServiceUtil.getFileEntryByFileName(long groupId, long folderId, String fileName) DLFileEntryLocalServiceWrapper.getFileEntryByFileName(long groupId, long folderId, String fileName) DLFileEntryService.getFileEntryByFileName(long groupId, long folderId, String fileName) static DLFileEntryDLFileEntryServiceUtil.getFileEntryByFileName(long groupId, long folderId, String fileName) DLFileEntryServiceWrapper.getFileEntryByFileName(long groupId, long folderId, String fileName) DLFileEntryLocalService.getFileEntryByName(long groupId, long folderId, String name) static DLFileEntryDLFileEntryLocalServiceUtil.getFileEntryByName(long groupId, long folderId, String name) DLFileEntryLocalServiceWrapper.getFileEntryByName(long groupId, long folderId, String name) DLAppLocalService.getFileEntryByUuidAndGroupId(String uuid, long groupId) Returns the file entry with the UUID and group.static FileEntryDLAppLocalServiceUtil.getFileEntryByUuidAndGroupId(String uuid, long groupId) Returns the file entry with the UUID and group.DLAppLocalServiceWrapper.getFileEntryByUuidAndGroupId(String uuid, long groupId) Returns the file entry with the UUID and group.DLAppService.getFileEntryByUuidAndGroupId(String uuid, long groupId) Returns the file entry with the UUID and group.static FileEntryDLAppServiceUtil.getFileEntryByUuidAndGroupId(String uuid, long groupId) Returns the file entry with the UUID and group.DLAppServiceWrapper.getFileEntryByUuidAndGroupId(String uuid, long groupId) Returns the file entry with the UUID and group.DLFileEntryLocalService.getFileEntryByUuidAndGroupId(String uuid, long groupId) static DLFileEntryDLFileEntryLocalServiceUtil.getFileEntryByUuidAndGroupId(String uuid, long groupId) DLFileEntryLocalServiceWrapper.getFileEntryByUuidAndGroupId(String uuid, long groupId) DLFileEntryService.getFileEntryByUuidAndGroupId(String uuid, long groupId) static DLFileEntryDLFileEntryServiceUtil.getFileEntryByUuidAndGroupId(String uuid, long groupId) DLFileEntryServiceWrapper.getFileEntryByUuidAndGroupId(String uuid, long groupId) DLFileEntryMetadataLocalService.getFileEntryMetadata(long fileEntryMetadataId) DLFileEntryMetadataLocalService.getFileEntryMetadata(long ddmStructureId, long fileVersionId) static DLFileEntryMetadataDLFileEntryMetadataLocalServiceUtil.getFileEntryMetadata(long fileEntryMetadataId) static DLFileEntryMetadataDLFileEntryMetadataLocalServiceUtil.getFileEntryMetadata(long ddmStructureId, long fileVersionId) DLFileEntryMetadataLocalServiceWrapper.getFileEntryMetadata(long fileEntryMetadataId) DLFileEntryMetadataLocalServiceWrapper.getFileEntryMetadata(long ddmStructureId, long fileVersionId) DLFileEntryTypeLocalService.getFileEntryType(long fileEntryTypeId) DLFileEntryTypeLocalService.getFileEntryType(long groupId, String fileEntryTypeKey) static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.getFileEntryType(long fileEntryTypeId) static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.getFileEntryType(long groupId, String fileEntryTypeKey) DLFileEntryTypeLocalServiceWrapper.getFileEntryType(long fileEntryTypeId) DLFileEntryTypeLocalServiceWrapper.getFileEntryType(long groupId, String fileEntryTypeKey) DLFileEntryTypeService.getFileEntryType(long fileEntryTypeId) static DLFileEntryTypeDLFileEntryTypeServiceUtil.getFileEntryType(long fileEntryTypeId) DLFileEntryTypeServiceWrapper.getFileEntryType(long fileEntryTypeId) DLFileEntryTypeService.getFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) static DLFileEntryTypeDLFileEntryTypeServiceUtil.getFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileEntryTypeServiceWrapper.getFileEntryTypeByExternalReferenceCode(String externalReferenceCode, long groupId) DLAppLocalService.getFileShortcut(long fileShortcutId) Returns the file shortcut with the primary key.static FileShortcutDLAppLocalServiceUtil.getFileShortcut(long fileShortcutId) Returns the file shortcut with the primary key.DLAppLocalServiceWrapper.getFileShortcut(long fileShortcutId) Returns the file shortcut with the primary key.DLAppService.getFileShortcut(long fileShortcutId) Returns the file shortcut with the primary key.static FileShortcutDLAppServiceUtil.getFileShortcut(long fileShortcutId) Returns the file shortcut with the primary key.DLAppServiceWrapper.getFileShortcut(long fileShortcutId) Returns the file shortcut with the primary key.DLFileShortcutLocalService.getFileShortcut(long fileShortcutId) static DLFileShortcutDLFileShortcutLocalServiceUtil.getFileShortcut(long fileShortcutId) DLFileShortcutLocalServiceWrapper.getFileShortcut(long fileShortcutId) DLFileShortcutService.getFileShortcut(long fileShortcutId) static DLFileShortcutDLFileShortcutServiceUtil.getFileShortcut(long fileShortcutId) DLFileShortcutServiceWrapper.getFileShortcut(long fileShortcutId) DLAppLocalService.getFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) static FileShortcutDLAppLocalServiceUtil.getFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) DLAppLocalServiceWrapper.getFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) DLAppService.getFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) static FileShortcutDLAppServiceUtil.getFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) DLAppServiceWrapper.getFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) DLAppLocalService.getFileVersion(long fileVersionId) Returns the file version with the primary key.static FileVersionDLAppLocalServiceUtil.getFileVersion(long fileVersionId) Returns the file version with the primary key.DLAppLocalServiceWrapper.getFileVersion(long fileVersionId) Returns the file version with the primary key.DLAppService.getFileVersion(long fileVersionId) Returns the file version with the primary key.static FileVersionDLAppServiceUtil.getFileVersion(long fileVersionId) Returns the file version with the primary key.DLAppServiceWrapper.getFileVersion(long fileVersionId) Returns the file version with the primary key.DLFileVersionLocalService.getFileVersion(long fileVersionId) DLFileVersionLocalService.getFileVersion(long fileEntryId, String version) static DLFileVersionDLFileVersionLocalServiceUtil.getFileVersion(long fileVersionId) static DLFileVersionDLFileVersionLocalServiceUtil.getFileVersion(long fileEntryId, String version) DLFileVersionLocalServiceWrapper.getFileVersion(long fileVersionId) DLFileVersionLocalServiceWrapper.getFileVersion(long fileEntryId, String version) DLFileVersionService.getFileVersion(long fileVersionId) static DLFileVersionDLFileVersionServiceUtil.getFileVersion(long fileVersionId) DLFileVersionServiceWrapper.getFileVersion(long fileVersionId) DLFileVersionService.getFileVersions(long fileEntryId, int status) static List<DLFileVersion>DLFileVersionServiceUtil.getFileVersions(long fileEntryId, int status) DLFileVersionServiceWrapper.getFileVersions(long fileEntryId, int status) intDLFileVersionService.getFileVersionsCount(long fileEntryId, int status) static intDLFileVersionServiceUtil.getFileVersionsCount(long fileEntryId, int status) intDLFileVersionServiceWrapper.getFileVersionsCount(long fileEntryId, int status) DLAppLocalService.getFolder(long folderId) Returns the folder with the primary key.Returns the folder with the name in the parent folder.static FolderDLAppLocalServiceUtil.getFolder(long folderId) Returns the folder with the primary key.static FolderReturns the folder with the name in the parent folder.DLAppLocalServiceWrapper.getFolder(long folderId) Returns the folder with the primary key.Returns the folder with the name in the parent folder.DLAppService.getFolder(long folderId) Returns the folder with the primary key.Returns the folder with the name in the parent folder.static FolderDLAppServiceUtil.getFolder(long folderId) Returns the folder with the primary key.static FolderReturns the folder with the name in the parent folder.DLAppServiceWrapper.getFolder(long folderId) Returns the folder with the primary key.Returns the folder with the name in the parent folder.DLFolderLocalService.getFolder(long folderId) static DLFolderDLFolderLocalServiceUtil.getFolder(long folderId) static DLFolderDLFolderLocalServiceWrapper.getFolder(long folderId) DLFolderService.getFolder(long folderId) static DLFolderDLFolderServiceUtil.getFolder(long folderId) static DLFolderDLFolderServiceWrapper.getFolder(long folderId) DLAppLocalService.getFolderByExternalReferenceCode(String externalReferenceCode, long groupId) static FolderDLAppLocalServiceUtil.getFolderByExternalReferenceCode(String externalReferenceCode, long groupId) DLAppLocalServiceWrapper.getFolderByExternalReferenceCode(String externalReferenceCode, long groupId) DLAppService.getFolderByExternalReferenceCode(String externalReferenceCode, long groupId) static FolderDLAppServiceUtil.getFolderByExternalReferenceCode(String externalReferenceCode, long groupId) DLAppServiceWrapper.getFolderByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileEntryTypeLocalService.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited) static List<DLFileEntryType>DLFileEntryTypeLocalServiceUtil.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited) DLFileEntryTypeLocalServiceWrapper.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited) DLFileEntryTypeService.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited) static List<DLFileEntryType>DLFileEntryTypeServiceUtil.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited) DLFileEntryTypeServiceWrapper.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited) DLFolderService.getFolderIds(long groupId, long folderId) DLFolderServiceUtil.getFolderIds(long groupId, long folderId) DLFolderServiceWrapper.getFolderIds(long groupId, long folderId) DLAppService.getFolders(long repositoryId, long parentFolderId) Returns all immediate subfolders of the parent folder.DLAppService.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders) Returns all immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.DLAppService.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end) Returns a name-ordered range of all the immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.DLAppService.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder.DLAppService.getFolders(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder.DLAppService.getFolders(long repositoryId, long parentFolderId, int start, int end) Returns a name-ordered range of all the immediate subfolders of the parent folder.DLAppService.getFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder.DLAppServiceUtil.getFolders(long repositoryId, long parentFolderId) Returns all immediate subfolders of the parent 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.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.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.DLAppServiceUtil.getFolders(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder.DLAppServiceUtil.getFolders(long repositoryId, long parentFolderId, int start, int end) Returns a name-ordered range of all the immediate subfolders of the parent folder.DLAppServiceUtil.getFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder.DLAppServiceWrapper.getFolders(long repositoryId, long parentFolderId) Returns all immediate subfolders of the parent 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.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.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.DLAppServiceWrapper.getFolders(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder.DLAppServiceWrapper.getFolders(long repositoryId, long parentFolderId, int start, int end) Returns a name-ordered range of all the immediate subfolders of the parent folder.DLAppServiceWrapper.getFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder.DLFolderService.getFolders(long groupId, double score, int start, int end) DLFolderService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderService.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceUtil.getFolders(long groupId, double score, int start, int end) DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceWrapper.getFolders(long groupId, double score, int start, int end) DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLAppService.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, boolean includeMountFolders, int start, int end) Returns a name-ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder.DLAppService.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) Returns an ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder.DLAppService.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, boolean includeOwner, int start, int end, OrderByComparator<?> orderByComparator) DLAppService.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, boolean includeMountFolders, int start, int end) Returns a name-ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder.DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) Returns an ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder.DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, boolean includeOwner, int start, int end, OrderByComparator<?> orderByComparator) DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) DLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, boolean includeMountFolders, int start, int end) Returns a name-ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder.DLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) Returns an ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder.DLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, boolean includeOwner, int start, int end, OrderByComparator<?> orderByComparator) DLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) DLFolderService.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) DLFolderService.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) DLFolderService.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, QueryDefinition<?> queryDefinition) DLFolderService.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, QueryDefinition<?> queryDefinition) DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, QueryDefinition<?> queryDefinition) DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) intDLAppService.getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId, long folderId, int status, boolean includeMountFolders) Returns the number of immediate subfolders, file entries, and file shortcuts in the parent folder.intDLAppService.getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders) intDLAppService.getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, boolean includeOwner) static intDLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId, long folderId, int status, boolean includeMountFolders) Returns the number of immediate subfolders, file entries, and file shortcuts in the parent folder.static intDLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders) static intDLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, boolean includeOwner) intDLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId, long folderId, int status, boolean includeMountFolders) Returns the number of immediate subfolders, file entries, and file shortcuts in the parent folder.intDLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders) intDLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, boolean includeOwner) intDLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, int status, boolean includeMountFolders) intDLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders) Deprecated.As of Athanasius (7.3.x), replaced byDLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount(long, long, String[], boolean, int)intDLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, int status) intDLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, QueryDefinition<?> queryDefinition) intDLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status) static intDLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, int status, boolean includeMountFolders) static intDLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders) Deprecated.As of Athanasius (7.3.x), replaced byDLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long, long, String[], boolean, int)static intDLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, int status) static intDLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, QueryDefinition<?> queryDefinition) static intDLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status) intDLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, int status, boolean includeMountFolders) intDLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders) Deprecated.As of Athanasius (7.3.x), replaced byDLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long, long, String[], boolean, int)intDLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, int status) intDLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, QueryDefinition<?> queryDefinition) intDLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status) intDLAppService.getFoldersCount(long repositoryId, long parentFolderId) Returns the number of immediate subfolders of the parent folder.intDLAppService.getFoldersCount(long repositoryId, long parentFolderId, boolean includeMountFolders) Returns the number of immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.intDLAppService.getFoldersCount(long repositoryId, long parentFolderId, int status, boolean includeMountFolders) Returns the number of immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.static intDLAppServiceUtil.getFoldersCount(long repositoryId, long parentFolderId) Returns the number of immediate subfolders of the parent folder.static intDLAppServiceUtil.getFoldersCount(long repositoryId, long parentFolderId, boolean includeMountFolders) Returns the number of immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.static intDLAppServiceUtil.getFoldersCount(long repositoryId, long parentFolderId, int status, boolean includeMountFolders) Returns the number of immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.intDLAppServiceWrapper.getFoldersCount(long repositoryId, long parentFolderId) Returns the number of immediate subfolders of the parent folder.intDLAppServiceWrapper.getFoldersCount(long repositoryId, long parentFolderId, boolean includeMountFolders) Returns the number of immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.intDLAppServiceWrapper.getFoldersCount(long repositoryId, long parentFolderId, int status, boolean includeMountFolders) Returns the number of immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.intDLFolderService.getFoldersCount(long groupId, double score) intDLFolderService.getFoldersCount(long groupId, long parentFolderId) intDLFolderService.getFoldersCount(long groupId, long parentFolderId, boolean includeMountfolders, int status) intDLFolderService.getFoldersCount(long groupId, long parentFolderId, int status, boolean includeMountfolders) Deprecated.As of Athanasius (7.3.x), replaced byDLFolderService.getFoldersCount(long, long, boolean, int)static intDLFolderServiceUtil.getFoldersCount(long groupId, double score) static intDLFolderServiceUtil.getFoldersCount(long groupId, long parentFolderId) static intDLFolderServiceUtil.getFoldersCount(long groupId, long parentFolderId, boolean includeMountfolders, int status) static intDLFolderServiceUtil.getFoldersCount(long groupId, long parentFolderId, int status, boolean includeMountfolders) Deprecated.As of Athanasius (7.3.x), replaced byDLFolderServiceUtil.getFoldersCount(long, long, boolean, int)intDLFolderServiceWrapper.getFoldersCount(long groupId, double score) intDLFolderServiceWrapper.getFoldersCount(long groupId, long parentFolderId) intDLFolderServiceWrapper.getFoldersCount(long groupId, long parentFolderId, boolean includeMountfolders, int status) intDLFolderServiceWrapper.getFoldersCount(long groupId, long parentFolderId, int status, boolean includeMountfolders) Deprecated.As of Athanasius (7.3.x), replaced byDLFolderServiceWrapper.getFoldersCount(long, long, boolean, int)intDLAppService.getFoldersFileEntriesCount(long repositoryId, List<Long> folderIds, int status) Returns the number of immediate subfolders and file entries across the folders.static intDLAppServiceUtil.getFoldersFileEntriesCount(long repositoryId, List<Long> folderIds, int status) Returns the number of immediate subfolders and file entries across the folders.intDLAppServiceWrapper.getFoldersFileEntriesCount(long repositoryId, List<Long> folderIds, int status) Returns the number of immediate subfolders and file entries across the folders.DLAppService.getGroupFileEntries(long groupId, long userId, int start, int end) Returns an ordered range of all the file entries in the group starting at the repository default parent folder that are stored within the Liferay repository.DLAppService.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group that are stored within the Liferay repository.DLAppService.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end) Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.DLAppService.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.DLAppService.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLAppServiceUtil.getGroupFileEntries(long groupId, long userId, int start, int end) Returns an ordered range of all the file entries in the group starting at the repository default parent folder that are stored within the Liferay repository.DLAppServiceUtil.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group that are stored within the Liferay repository.DLAppServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end) Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.DLAppServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.DLAppServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLAppServiceWrapper.getGroupFileEntries(long groupId, long userId, int start, int end) Returns an ordered range of all the file entries in the group starting at the repository default parent folder that are stored within the Liferay repository.DLAppServiceWrapper.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group that are stored within the Liferay repository.DLAppServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end) Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.DLAppServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.DLAppServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLFileEntryService.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryService.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryService.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) static List<DLFileEntry>DLFileEntryServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) static List<DLFileEntry>DLFileEntryServiceUtil.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) static List<DLFileEntry>DLFileEntryServiceUtil.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryServiceWrapper.getGroupFileEntries(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryServiceWrapper.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) intDLAppService.getGroupFileEntriesCount(long groupId, long userId) Returns the number of file entries in a group starting at the repository default parent folder that are stored within the Liferay repository.intDLAppService.getGroupFileEntriesCount(long groupId, long userId, long rootFolderId) Returns the number of file entries in a group starting at the root folder that are stored within the Liferay repository.intDLAppService.getGroupFileEntriesCount(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status) static intDLAppServiceUtil.getGroupFileEntriesCount(long groupId, long userId) Returns the number of file entries in a group starting at the repository default parent folder that are stored within the Liferay repository.static intDLAppServiceUtil.getGroupFileEntriesCount(long groupId, long userId, long rootFolderId) Returns the number of file entries in a group starting at the root folder that are stored within the Liferay repository.static intDLAppServiceUtil.getGroupFileEntriesCount(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status) intDLAppServiceWrapper.getGroupFileEntriesCount(long groupId, long userId) Returns the number of file entries in a group starting at the repository default parent folder that are stored within the Liferay repository.intDLAppServiceWrapper.getGroupFileEntriesCount(long groupId, long userId, long rootFolderId) Returns the number of file entries in a group starting at the root folder that are stored within the Liferay repository.intDLAppServiceWrapper.getGroupFileEntriesCount(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status) intDLFileEntryService.getGroupFileEntriesCount(long groupId, long userId, long rootFolderId) intDLFileEntryService.getGroupFileEntriesCount(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status) intDLFileEntryService.getGroupFileEntriesCount(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status) static intDLFileEntryServiceUtil.getGroupFileEntriesCount(long groupId, long userId, long rootFolderId) static intDLFileEntryServiceUtil.getGroupFileEntriesCount(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status) static intDLFileEntryServiceUtil.getGroupFileEntriesCount(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status) intDLFileEntryServiceWrapper.getGroupFileEntriesCount(long groupId, long userId, long rootFolderId) intDLFileEntryServiceWrapper.getGroupFileEntriesCount(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status) intDLFileEntryServiceWrapper.getGroupFileEntriesCount(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status) DLAppService.getGroupFileShortcuts(long groupId) static List<FileShortcut>DLAppServiceUtil.getGroupFileShortcuts(long groupId) DLAppServiceWrapper.getGroupFileShortcuts(long groupId) DLFileVersionLocalService.getLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy) DLFileVersionLocalService.getLatestFileVersion(long userId, long fileEntryId) static DLFileVersionDLFileVersionLocalServiceUtil.getLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy) static DLFileVersionDLFileVersionLocalServiceUtil.getLatestFileVersion(long userId, long fileEntryId) DLFileVersionLocalServiceWrapper.getLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy) DLFileVersionLocalServiceWrapper.getLatestFileVersion(long userId, long fileEntryId) DLFileVersionService.getLatestFileVersion(long fileEntryId) DLFileVersionService.getLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy) static DLFileVersionDLFileVersionServiceUtil.getLatestFileVersion(long fileEntryId) static DLFileVersionDLFileVersionServiceUtil.getLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy) DLFileVersionServiceWrapper.getLatestFileVersion(long fileEntryId) DLFileVersionServiceWrapper.getLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy) DLAppLocalService.getMountFolder(long repositoryId) Returns the mount folder of the repository with the primary key.static FolderDLAppLocalServiceUtil.getMountFolder(long repositoryId) Returns the mount folder of the repository with the primary key.DLAppLocalServiceWrapper.getMountFolder(long repositoryId) Returns the mount folder of the repository with the primary key.DLFolderLocalService.getMountFolder(long repositoryId) static DLFolderDLFolderLocalServiceUtil.getMountFolder(long repositoryId) DLFolderLocalServiceWrapper.getMountFolder(long repositoryId) DLAppService.getMountFolders(long repositoryId, long parentFolderId) Returns all immediate subfolders of the parent folder that are used for mounting third-party repositories.DLAppService.getMountFolders(long repositoryId, long parentFolderId, int start, int end) Returns a name-ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.DLAppService.getMountFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.DLAppServiceUtil.getMountFolders(long repositoryId, long parentFolderId) Returns all immediate subfolders of the parent folder that are used for mounting third-party repositories.DLAppServiceUtil.getMountFolders(long repositoryId, long parentFolderId, int start, int end) Returns a name-ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.DLAppServiceUtil.getMountFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.DLAppServiceWrapper.getMountFolders(long repositoryId, long parentFolderId) Returns all immediate subfolders of the parent folder that are used for mounting third-party repositories.DLAppServiceWrapper.getMountFolders(long repositoryId, long parentFolderId, int start, int end) Returns a name-ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.DLAppServiceWrapper.getMountFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.DLFolderService.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceUtil.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceWrapper.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) intDLAppService.getMountFoldersCount(long repositoryId, long parentFolderId) Returns the number of immediate subfolders of the parent folder that are used for mounting third-party repositories.static intDLAppServiceUtil.getMountFoldersCount(long repositoryId, long parentFolderId) Returns the number of immediate subfolders of the parent folder that are used for mounting third-party repositories.intDLAppServiceWrapper.getMountFoldersCount(long repositoryId, long parentFolderId) Returns the number of immediate subfolders of the parent folder that are used for mounting third-party repositories.intDLFolderService.getMountFoldersCount(long groupId, long parentFolderId) static intDLFolderServiceUtil.getMountFoldersCount(long groupId, long parentFolderId) intDLFolderServiceWrapper.getMountFoldersCount(long groupId, long parentFolderId) DLFileEntryLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelDLFileEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) DLFileEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) DLFileEntryMetadataLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelDLFileEntryMetadataLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) DLFileEntryMetadataLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) DLFileEntryTypeLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelDLFileEntryTypeLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) DLFileEntryTypeLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) DLFileShortcutLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelDLFileShortcutLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) DLFileShortcutLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) DLFileVersionLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelDLFileVersionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) DLFileVersionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) DLFolderLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelDLFolderLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) DLFolderLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) DLAppService.getSubfolderIds(long repositoryId, long folderId) Returns all the descendant folders of the folder with the primary key.DLAppService.getSubfolderIds(long repositoryId, long folderId, boolean recurse) Returns descendant folders of the folder with the primary key, optionally limiting to one level deep.voidDLAppService.getSubfolderIds(long repositoryId, List<Long> folderIds, long folderId) DLAppServiceUtil.getSubfolderIds(long repositoryId, long folderId) Returns all the descendant folders of the folder with the primary key.DLAppServiceUtil.getSubfolderIds(long repositoryId, long folderId, boolean recurse) Returns descendant folders of the folder with the primary key, optionally limiting to one level deep.static voidDLAppServiceUtil.getSubfolderIds(long repositoryId, List<Long> folderIds, long folderId) DLAppServiceWrapper.getSubfolderIds(long repositoryId, long folderId) Returns all the descendant folders of the folder with the primary key.DLAppServiceWrapper.getSubfolderIds(long repositoryId, long folderId, boolean recurse) Returns descendant folders of the folder with the primary key, optionally limiting to one level deep.voidDLAppServiceWrapper.getSubfolderIds(long repositoryId, List<Long> folderIds, long folderId) DLFolderService.getSubfolderIds(long groupId, long folderId, boolean recurse) voidDLFolderService.getSubfolderIds(List<Long> folderIds, long groupId, long folderId, boolean recurse) DLFolderServiceUtil.getSubfolderIds(long groupId, long folderId, boolean recurse) static voidDLFolderServiceUtil.getSubfolderIds(List<Long> folderIds, long groupId, long folderId, boolean recurse) DLFolderServiceWrapper.getSubfolderIds(long groupId, long folderId, boolean recurse) voidDLFolderServiceWrapper.getSubfolderIds(List<Long> folderIds, long groupId, long folderId, boolean recurse) String[]DLAppService.getTempFileNames(long groupId, long folderId, String folderName) Returns all the temporary file entry names.static String[]DLAppServiceUtil.getTempFileNames(long groupId, long folderId, String folderName) Returns all the temporary file entry names.String[]DLAppServiceWrapper.getTempFileNames(long groupId, long folderId, String folderName) Returns all the temporary file entry names.DLFileEntryLocalService.getUniqueTitle(long groupId, long folderId, long fileEntryId, String title, String extension) static StringDLFileEntryLocalServiceUtil.getUniqueTitle(long groupId, long folderId, long fileEntryId, String title, String extension) DLFileEntryLocalServiceWrapper.getUniqueTitle(long groupId, long folderId, long fileEntryId, String title, String extension) booleanDLFileEntryLocalService.hasFileEntryLock(long userId, long fileEntryId) static booleanDLFileEntryLocalServiceUtil.hasFileEntryLock(long userId, long fileEntryId) booleanDLFileEntryLocalServiceWrapper.hasFileEntryLock(long userId, long fileEntryId) booleanDLFileEntryService.hasFileEntryLock(long fileEntryId) static booleanDLFileEntryServiceUtil.hasFileEntryLock(long fileEntryId) booleanDLFileEntryServiceWrapper.hasFileEntryLock(long fileEntryId) booleanDLFolderService.hasFolderLock(long folderId) static booleanDLFolderServiceUtil.hasFolderLock(long folderId) booleanDLFolderServiceWrapper.hasFolderLock(long folderId) booleanDLFolderService.hasInheritableLock(long folderId) static booleanDLFolderServiceUtil.hasInheritableLock(long folderId) booleanDLFolderServiceWrapper.hasInheritableLock(long folderId) booleanDLFileEntryService.isFileEntryCheckedOut(long fileEntryId) static booleanDLFileEntryServiceUtil.isFileEntryCheckedOut(long fileEntryId) booleanDLFileEntryServiceWrapper.isFileEntryCheckedOut(long fileEntryId) DLFileEntryLocalService.lockFileEntry(long userId, long fileEntryId) static LockDLFileEntryLocalServiceUtil.lockFileEntry(long userId, long fileEntryId) DLFileEntryLocalServiceWrapper.lockFileEntry(long userId, long fileEntryId) DLAppService.lockFolder(long repositoryId, long folderId) Locks the folder.DLAppService.lockFolder(long repositoryId, long folderId, String owner, boolean inheritable, long expirationTime) Locks the folder.static LockDLAppServiceUtil.lockFolder(long repositoryId, long folderId) Locks the folder.static LockDLAppServiceUtil.lockFolder(long repositoryId, long folderId, String owner, boolean inheritable, long expirationTime) Locks the folder.DLAppServiceWrapper.lockFolder(long repositoryId, long folderId) Locks the folder.DLAppServiceWrapper.lockFolder(long repositoryId, long folderId, String owner, boolean inheritable, long expirationTime) Locks the folder.DLFolderLocalService.lockFolder(long userId, long folderId) DLFolderLocalService.lockFolder(long userId, long folderId, String owner, boolean inheritable, long expirationTime) static LockDLFolderLocalServiceUtil.lockFolder(long userId, long folderId) static LockDLFolderLocalServiceUtil.lockFolder(long userId, long folderId, String owner, boolean inheritable, long expirationTime) DLFolderLocalServiceWrapper.lockFolder(long userId, long folderId) DLFolderLocalServiceWrapper.lockFolder(long userId, long folderId, String owner, boolean inheritable, long expirationTime) DLFolderService.lockFolder(long folderId) DLFolderService.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime) static LockDLFolderServiceUtil.lockFolder(long folderId) static LockDLFolderServiceUtil.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime) DLFolderServiceWrapper.lockFolder(long folderId) DLFolderServiceWrapper.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime) voidDLAppHelperLocalService.moveDependentsToTrash(DLFolder dlFolder) static voidDLAppHelperLocalServiceUtil.moveDependentsToTrash(DLFolder dlFolder) voidDLAppHelperLocalServiceWrapper.moveDependentsToTrash(DLFolder dlFolder) DLAppLocalService.moveFileEntry(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext) Moves the file entry to the new folder.static FileEntryDLAppLocalServiceUtil.moveFileEntry(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext) Moves the file entry to the new folder.DLAppLocalServiceWrapper.moveFileEntry(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext) Moves the file entry to the new folder.DLAppService.moveFileEntry(long fileEntryId, long newFolderId, ServiceContext serviceContext) Moves the file entry to the new folder.static FileEntryDLAppServiceUtil.moveFileEntry(long fileEntryId, long newFolderId, ServiceContext serviceContext) Moves the file entry to the new folder.DLAppServiceWrapper.moveFileEntry(long fileEntryId, long newFolderId, ServiceContext serviceContext) Moves the file entry to the new folder.DLFileEntryLocalService.moveFileEntry(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext) static DLFileEntryDLFileEntryLocalServiceUtil.moveFileEntry(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext) DLFileEntryLocalServiceWrapper.moveFileEntry(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext) DLFileEntryService.moveFileEntry(long fileEntryId, long newFolderId, ServiceContext serviceContext) static DLFileEntryDLFileEntryServiceUtil.moveFileEntry(long fileEntryId, long newFolderId, ServiceContext serviceContext) DLFileEntryServiceWrapper.moveFileEntry(long fileEntryId, long newFolderId, ServiceContext serviceContext) DLAppHelperLocalService.moveFileEntryFromTrash(long userId, FileEntry fileEntry, long newFolderId, ServiceContext serviceContext) static FileEntryDLAppHelperLocalServiceUtil.moveFileEntryFromTrash(long userId, FileEntry fileEntry, long newFolderId, ServiceContext serviceContext) DLAppHelperLocalServiceWrapper.moveFileEntryFromTrash(long userId, FileEntry fileEntry, long newFolderId, ServiceContext serviceContext) DLTrashLocalService.moveFileEntryFromTrash(long userId, long repositoryId, long fileEntryId, long newFolderId, ServiceContext serviceContext) static FileEntryDLTrashLocalServiceUtil.moveFileEntryFromTrash(long userId, long repositoryId, long fileEntryId, long newFolderId, ServiceContext serviceContext) DLTrashLocalServiceWrapper.moveFileEntryFromTrash(long userId, long repositoryId, long fileEntryId, long newFolderId, ServiceContext serviceContext) DLTrashService.moveFileEntryFromTrash(long fileEntryId, long newFolderId, ServiceContext serviceContext) Moves the file entry from a trashed folder to the new folder.static FileEntryDLTrashServiceUtil.moveFileEntryFromTrash(long fileEntryId, long newFolderId, ServiceContext serviceContext) Moves the file entry from a trashed folder to the new folder.DLTrashServiceWrapper.moveFileEntryFromTrash(long fileEntryId, long newFolderId, ServiceContext serviceContext) Moves the file entry from a trashed folder to the new folder.DLAppHelperLocalService.moveFileEntryToTrash(long userId, FileEntry fileEntry) Moves the file entry to the recycle bin.static FileEntryDLAppHelperLocalServiceUtil.moveFileEntryToTrash(long userId, FileEntry fileEntry) Moves the file entry to the recycle bin.DLAppHelperLocalServiceWrapper.moveFileEntryToTrash(long userId, FileEntry fileEntry) Moves the file entry to the recycle bin.DLTrashLocalService.moveFileEntryToTrash(long userId, long repositoryId, long fileEntryId) static FileEntryDLTrashLocalServiceUtil.moveFileEntryToTrash(long userId, long repositoryId, long fileEntryId) DLTrashLocalServiceWrapper.moveFileEntryToTrash(long userId, long repositoryId, long fileEntryId) DLTrashService.moveFileEntryToTrash(long fileEntryId) Moves the file entry with the primary key to the trash portlet.static FileEntryDLTrashServiceUtil.moveFileEntryToTrash(long fileEntryId) Moves the file entry with the primary key to the trash portlet.DLTrashServiceWrapper.moveFileEntryToTrash(long fileEntryId) Moves the file entry with the primary key to the trash portlet.DLAppHelperLocalService.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, long newFolderId, ServiceContext serviceContext) static FileShortcutDLAppHelperLocalServiceUtil.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, long newFolderId, ServiceContext serviceContext) DLAppHelperLocalServiceWrapper.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, long newFolderId, ServiceContext serviceContext) DLTrashService.moveFileShortcutFromTrash(long fileShortcutId, long newFolderId, ServiceContext serviceContext) Moves the file shortcut from a trashed folder to the new folder.static FileShortcutDLTrashServiceUtil.moveFileShortcutFromTrash(long fileShortcutId, long newFolderId, ServiceContext serviceContext) Moves the file shortcut from a trashed folder to the new folder.DLTrashServiceWrapper.moveFileShortcutFromTrash(long fileShortcutId, long newFolderId, ServiceContext serviceContext) Moves the file shortcut from a trashed folder to the new folder.DLAppHelperLocalService.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut) Moves the file shortcut to the recycle bin.static FileShortcutDLAppHelperLocalServiceUtil.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut) Moves the file shortcut to the recycle bin.DLAppHelperLocalServiceWrapper.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut) Moves the file shortcut to the recycle bin.DLTrashService.moveFileShortcutToTrash(long fileShortcutId) Moves the file shortcut with the primary key to the trash portlet.static FileShortcutDLTrashServiceUtil.moveFileShortcutToTrash(long fileShortcutId) Moves the file shortcut with the primary key to the trash portlet.DLTrashServiceWrapper.moveFileShortcutToTrash(long fileShortcutId) Moves the file shortcut with the primary key to the trash portlet.DLAppLocalService.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext) static FolderDLAppLocalServiceUtil.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext) DLAppLocalServiceWrapper.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext) DLAppService.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext) Moves the folder to the new parent folder with the primary key.static FolderDLAppServiceUtil.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext) Moves the folder to the new parent folder with the primary key.DLAppServiceWrapper.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext) Moves the folder to the new parent folder with the primary key.DLFolderLocalService.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext) static DLFolderDLFolderLocalServiceUtil.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext) DLFolderLocalServiceWrapper.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext) DLFolderService.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext) static DLFolderDLFolderServiceUtil.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext) DLFolderServiceWrapper.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext) DLAppHelperLocalService.moveFolderFromTrash(long userId, Folder folder, long parentFolderId, ServiceContext serviceContext) static FolderDLAppHelperLocalServiceUtil.moveFolderFromTrash(long userId, Folder folder, long parentFolderId, ServiceContext serviceContext) DLAppHelperLocalServiceWrapper.moveFolderFromTrash(long userId, Folder folder, long parentFolderId, ServiceContext serviceContext) DLTrashService.moveFolderFromTrash(long folderId, long parentFolderId, ServiceContext serviceContext) Moves the folder with the primary key from the trash portlet to the new parent folder with the primary key.static FolderDLTrashServiceUtil.moveFolderFromTrash(long folderId, long parentFolderId, ServiceContext serviceContext) Moves the folder with the primary key from the trash portlet to the new parent folder with the primary key.DLTrashServiceWrapper.moveFolderFromTrash(long folderId, long parentFolderId, ServiceContext serviceContext) Moves the folder with the primary key from the trash portlet to the new parent folder with the primary key.DLAppHelperLocalService.moveFolderToTrash(long userId, Folder folder) Moves the folder to the recycle bin.static FolderDLAppHelperLocalServiceUtil.moveFolderToTrash(long userId, Folder folder) Moves the folder to the recycle bin.DLAppHelperLocalServiceWrapper.moveFolderToTrash(long userId, Folder folder) Moves the folder to the recycle bin.DLTrashService.moveFolderToTrash(long folderId) Moves the folder with the primary key to the trash portlet.static FolderDLTrashServiceUtil.moveFolderToTrash(long folderId) Moves the folder with the primary key to the trash portlet.DLTrashServiceWrapper.moveFolderToTrash(long folderId) Moves the folder with the primary key to the trash portlet.voidDLFileEntryLocalService.rebuildTree(long companyId) static voidDLFileEntryLocalServiceUtil.rebuildTree(long companyId) voidDLFileEntryLocalServiceWrapper.rebuildTree(long companyId) voidDLFileShortcutLocalService.rebuildTree(long companyId) static voidDLFileShortcutLocalServiceUtil.rebuildTree(long companyId) voidDLFileShortcutLocalServiceWrapper.rebuildTree(long companyId) voidDLFileVersionLocalService.rebuildTree(long companyId) static voidDLFileVersionLocalServiceUtil.rebuildTree(long companyId) voidDLFileVersionLocalServiceWrapper.rebuildTree(long companyId) voidDLFolderLocalService.rebuildTree(long companyId) voidDLFolderLocalService.rebuildTree(long companyId, long parentFolderId, String parentTreePath, boolean reindex) static voidDLFolderLocalServiceUtil.rebuildTree(long companyId) static voidDLFolderLocalServiceUtil.rebuildTree(long companyId, long parentFolderId, String parentTreePath, boolean reindex) voidDLFolderLocalServiceWrapper.rebuildTree(long companyId) voidDLFolderLocalServiceWrapper.rebuildTree(long companyId, long parentFolderId, String parentTreePath, boolean reindex) DLAppService.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime) Refreshes the lock for the file entry.static LockDLAppServiceUtil.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime) Refreshes the lock for the file entry.DLAppServiceWrapper.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime) Refreshes the lock for the file entry.DLFileEntryService.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime) static LockDLFileEntryServiceUtil.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime) DLFileEntryServiceWrapper.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime) DLAppService.refreshFolderLock(String lockUuid, long companyId, long expirationTime) Refreshes the lock for the folder.static LockDLAppServiceUtil.refreshFolderLock(String lockUuid, long companyId, long expirationTime) Refreshes the lock for the folder.DLAppServiceWrapper.refreshFolderLock(String lockUuid, long companyId, long expirationTime) Refreshes the lock for the folder.DLFolderService.refreshFolderLock(String lockUuid, long companyId, long expirationTime) static LockDLFolderServiceUtil.refreshFolderLock(String lockUuid, long companyId, long expirationTime) DLFolderServiceWrapper.refreshFolderLock(String lockUuid, long companyId, long expirationTime) voidstatic voidvoidvoidDLAppHelperLocalService.restoreDependentsFromTrash(DLFolder dlFolder) static voidDLAppHelperLocalServiceUtil.restoreDependentsFromTrash(DLFolder dlFolder) voidDLAppHelperLocalServiceWrapper.restoreDependentsFromTrash(DLFolder dlFolder) voidDLAppHelperLocalService.restoreFileEntryFromTrash(long userId, long newFolderId, FileEntry fileEntry) voidDLAppHelperLocalService.restoreFileEntryFromTrash(long userId, FileEntry fileEntry) static voidDLAppHelperLocalServiceUtil.restoreFileEntryFromTrash(long userId, long newFolderId, FileEntry fileEntry) static voidDLAppHelperLocalServiceUtil.restoreFileEntryFromTrash(long userId, FileEntry fileEntry) voidDLAppHelperLocalServiceWrapper.restoreFileEntryFromTrash(long userId, long newFolderId, FileEntry fileEntry) voidDLAppHelperLocalServiceWrapper.restoreFileEntryFromTrash(long userId, FileEntry fileEntry) voidDLTrashLocalService.restoreFileEntryFromTrash(long userId, long repositoryId, long fileEntryId) static voidDLTrashLocalServiceUtil.restoreFileEntryFromTrash(long userId, long repositoryId, long fileEntryId) voidDLTrashLocalServiceWrapper.restoreFileEntryFromTrash(long userId, long repositoryId, long fileEntryId) voidDLTrashService.restoreFileEntryFromTrash(long fileEntryId) Restores the file entry with the primary key from the trash portlet.static voidDLTrashServiceUtil.restoreFileEntryFromTrash(long fileEntryId) Restores the file entry with the primary key from the trash portlet.voidDLTrashServiceWrapper.restoreFileEntryFromTrash(long fileEntryId) Restores the file entry with the primary key from the trash portlet.voidDLAppHelperLocalService.restoreFileShortcutFromTrash(long userId, FileShortcut fileShortcut) static voidDLAppHelperLocalServiceUtil.restoreFileShortcutFromTrash(long userId, FileShortcut fileShortcut) voidDLAppHelperLocalServiceWrapper.restoreFileShortcutFromTrash(long userId, FileShortcut fileShortcut) voidDLTrashService.restoreFileShortcutFromTrash(long fileShortcutId) Restores the file shortcut with the primary key from the trash portlet.static voidDLTrashServiceUtil.restoreFileShortcutFromTrash(long fileShortcutId) Restores the file shortcut with the primary key from the trash portlet.voidDLTrashServiceWrapper.restoreFileShortcutFromTrash(long fileShortcutId) Restores the file shortcut with the primary key from the trash portlet.voidDLAppHelperLocalService.restoreFolderFromTrash(long userId, Folder folder) static voidDLAppHelperLocalServiceUtil.restoreFolderFromTrash(long userId, Folder folder) voidDLAppHelperLocalServiceWrapper.restoreFolderFromTrash(long userId, Folder folder) voidDLTrashService.restoreFolderFromTrash(long folderId) Restores the folder with the primary key from the trash portlet.static voidDLTrashServiceUtil.restoreFolderFromTrash(long folderId) Restores the folder with the primary key from the trash portlet.voidDLTrashServiceWrapper.restoreFolderFromTrash(long folderId) Restores the folder with the primary key from the trash portlet.voidDLAppService.revertFileEntry(long fileEntryId, String version, ServiceContext serviceContext) Reverts the file entry to a previous version.static voidDLAppServiceUtil.revertFileEntry(long fileEntryId, String version, ServiceContext serviceContext) Reverts the file entry to a previous version.voidDLAppServiceWrapper.revertFileEntry(long fileEntryId, String version, ServiceContext serviceContext) Reverts the file entry to a previous version.voidDLFileEntryLocalService.revertFileEntry(long userId, long fileEntryId, String version, ServiceContext serviceContext) static voidDLFileEntryLocalServiceUtil.revertFileEntry(long userId, long fileEntryId, String version, ServiceContext serviceContext) voidDLFileEntryLocalServiceWrapper.revertFileEntry(long userId, long fileEntryId, String version, ServiceContext serviceContext) voidDLFileEntryService.revertFileEntry(long fileEntryId, String version, ServiceContext serviceContext) static voidDLFileEntryServiceUtil.revertFileEntry(long fileEntryId, String version, ServiceContext serviceContext) voidDLFileEntryServiceWrapper.revertFileEntry(long fileEntryId, String version, ServiceContext serviceContext) DLAppService.search(long repositoryId, long creatorUserId, int status, int start, int end) DLAppService.search(long repositoryId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end) static HitsDLAppServiceUtil.search(long repositoryId, long creatorUserId, int status, int start, int end) static HitsDLAppServiceUtil.search(long repositoryId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end) DLAppServiceWrapper.search(long repositoryId, long creatorUserId, int status, int start, int end) DLAppServiceWrapper.search(long repositoryId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end) DLFileEntryLocalService.search(long groupId, long userId, long creatorUserId, int status, int start, int end) DLFileEntryLocalService.search(long groupId, long userId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end) static HitsDLFileEntryLocalServiceUtil.search(long groupId, long userId, long creatorUserId, int status, int start, int end) static HitsDLFileEntryLocalServiceUtil.search(long groupId, long userId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end) DLFileEntryLocalServiceWrapper.search(long groupId, long userId, long creatorUserId, int status, int start, int end) DLFileEntryLocalServiceWrapper.search(long groupId, long userId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end) DLFileEntryService.search(long groupId, long creatorUserId, int status, int start, int end) DLFileEntryService.search(long groupId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end) static HitsDLFileEntryServiceUtil.search(long groupId, long creatorUserId, int status, int start, int end) static HitsDLFileEntryServiceUtil.search(long groupId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end) DLFileEntryServiceWrapper.search(long groupId, long creatorUserId, int status, int start, int end) DLFileEntryServiceWrapper.search(long groupId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end) DLFileEntryTypeService.search(long companyId, long folderId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, boolean inherited, int start, int end) static List<DLFileEntryType>DLFileEntryTypeServiceUtil.search(long companyId, long folderId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, boolean inherited, int start, int end) DLFileEntryTypeServiceWrapper.search(long companyId, long folderId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, boolean inherited, int start, int end) voidDLFileEntryLocalService.setTreePaths(long folderId, String treePath, boolean reindex) static voidDLFileEntryLocalServiceUtil.setTreePaths(long folderId, String treePath, boolean reindex) voidDLFileEntryLocalServiceWrapper.setTreePaths(long folderId, String treePath, boolean reindex) voidDLFileShortcutLocalService.setTreePaths(long folderId, String treePath) static voidDLFileShortcutLocalServiceUtil.setTreePaths(long folderId, String treePath) voidDLFileShortcutLocalServiceWrapper.setTreePaths(long folderId, String treePath) voidDLFileVersionLocalService.setTreePaths(long folderId, String treePath) static voidDLFileVersionLocalServiceUtil.setTreePaths(long folderId, String treePath) voidDLFileVersionLocalServiceWrapper.setTreePaths(long folderId, String treePath) voidDLAppLocalService.subscribeFileEntry(long userId, long groupId, long fileEntryId) static voidDLAppLocalServiceUtil.subscribeFileEntry(long userId, long groupId, long fileEntryId) voidDLAppLocalServiceWrapper.subscribeFileEntry(long userId, long groupId, long fileEntryId) voidDLAppService.subscribeFileEntry(long groupId, long fileEntryId) static voidDLAppServiceUtil.subscribeFileEntry(long groupId, long fileEntryId) voidDLAppServiceWrapper.subscribeFileEntry(long groupId, long fileEntryId) voidDLAppLocalService.subscribeFileEntryType(long userId, long groupId, long fileEntryTypeId) Subscribe the user to changes in documents of the file entry type.static voidDLAppLocalServiceUtil.subscribeFileEntryType(long userId, long groupId, long fileEntryTypeId) Subscribe the user to changes in documents of the file entry type.voidDLAppLocalServiceWrapper.subscribeFileEntryType(long userId, long groupId, long fileEntryTypeId) Subscribe the user to changes in documents of the file entry type.voidDLAppService.subscribeFileEntryType(long groupId, long fileEntryTypeId) Subscribe the user to changes in documents of the file entry type.static voidDLAppServiceUtil.subscribeFileEntryType(long groupId, long fileEntryTypeId) Subscribe the user to changes in documents of the file entry type.voidDLAppServiceWrapper.subscribeFileEntryType(long groupId, long fileEntryTypeId) Subscribe the user to changes in documents of the file entry type.voidDLAppLocalService.subscribeFolder(long userId, long groupId, long folderId) Subscribe the user to document changes in the folder.static voidDLAppLocalServiceUtil.subscribeFolder(long userId, long groupId, long folderId) Subscribe the user to document changes in the folder.voidDLAppLocalServiceWrapper.subscribeFolder(long userId, long groupId, long folderId) Subscribe the user to document changes in the folder.voidDLAppService.subscribeFolder(long groupId, long folderId) Subscribe the user to document changes in the folder.static voidDLAppServiceUtil.subscribeFolder(long groupId, long folderId) Subscribe the user to document changes in the folder.voidDLAppServiceWrapper.subscribeFolder(long groupId, long folderId) Subscribe the user to document changes in the folder.voidDLAppService.unlockFolder(long repositoryId, long folderId, String lockUuid) Unlocks the folder.voidDLAppService.unlockFolder(long repositoryId, long parentFolderId, String name, String lockUuid) Unlocks the folder.static voidDLAppServiceUtil.unlockFolder(long repositoryId, long folderId, String lockUuid) Unlocks the folder.static voidDLAppServiceUtil.unlockFolder(long repositoryId, long parentFolderId, String name, String lockUuid) Unlocks the folder.voidDLAppServiceWrapper.unlockFolder(long repositoryId, long folderId, String lockUuid) Unlocks the folder.voidDLAppServiceWrapper.unlockFolder(long repositoryId, long parentFolderId, String name, String lockUuid) Unlocks the folder.voidDLFolderLocalService.unlockFolder(long groupId, long parentFolderId, String name, String lockUuid) voidDLFolderLocalService.unlockFolder(long folderId, String lockUuid) static voidDLFolderLocalServiceUtil.unlockFolder(long groupId, long parentFolderId, String name, String lockUuid) static voidDLFolderLocalServiceUtil.unlockFolder(long folderId, String lockUuid) voidDLFolderLocalServiceWrapper.unlockFolder(long groupId, long parentFolderId, String name, String lockUuid) voidDLFolderLocalServiceWrapper.unlockFolder(long folderId, String lockUuid) voidDLFolderService.unlockFolder(long groupId, long parentFolderId, String name, String lockUuid) voidDLFolderService.unlockFolder(long folderId, String lockUuid) static voidDLFolderServiceUtil.unlockFolder(long groupId, long parentFolderId, String name, String lockUuid) static voidDLFolderServiceUtil.unlockFolder(long folderId, String lockUuid) voidDLFolderServiceWrapper.unlockFolder(long groupId, long parentFolderId, String name, String lockUuid) voidDLFolderServiceWrapper.unlockFolder(long folderId, String lockUuid) voidDLAppLocalService.unsubscribeFileEntry(long userId, long groupId, long fileEntryId) static voidDLAppLocalServiceUtil.unsubscribeFileEntry(long userId, long groupId, long fileEntryId) voidDLAppLocalServiceWrapper.unsubscribeFileEntry(long userId, long groupId, long fileEntryId) voidDLAppService.unsubscribeFileEntry(long groupId, long fileEntryId) static voidDLAppServiceUtil.unsubscribeFileEntry(long groupId, long fileEntryId) voidDLAppServiceWrapper.unsubscribeFileEntry(long groupId, long fileEntryId) voidDLAppLocalService.unsubscribeFileEntryType(long userId, long groupId, long fileEntryTypeId) Unsubscribe the user from changes in documents of the file entry type.static voidDLAppLocalServiceUtil.unsubscribeFileEntryType(long userId, long groupId, long fileEntryTypeId) Unsubscribe the user from changes in documents of the file entry type.voidDLAppLocalServiceWrapper.unsubscribeFileEntryType(long userId, long groupId, long fileEntryTypeId) Unsubscribe the user from changes in documents of the file entry type.voidDLAppService.unsubscribeFileEntryType(long groupId, long fileEntryTypeId) Unsubscribe the user from changes in documents of the file entry type.static voidDLAppServiceUtil.unsubscribeFileEntryType(long groupId, long fileEntryTypeId) Unsubscribe the user from changes in documents of the file entry type.voidDLAppServiceWrapper.unsubscribeFileEntryType(long groupId, long fileEntryTypeId) Unsubscribe the user from changes in documents of the file entry type.voidDLAppLocalService.unsubscribeFolder(long userId, long groupId, long folderId) Unsubscribe the user from document changes in the folder.static voidDLAppLocalServiceUtil.unsubscribeFolder(long userId, long groupId, long folderId) Unsubscribe the user from document changes in the folder.voidDLAppLocalServiceWrapper.unsubscribeFolder(long userId, long groupId, long folderId) Unsubscribe the user from document changes in the folder.voidDLAppService.unsubscribeFolder(long groupId, long folderId) Unsubscribe the user from document changes in the folder.static voidDLAppServiceUtil.unsubscribeFolder(long groupId, long folderId) Unsubscribe the user from document changes in the folder.voidDLAppServiceWrapper.unsubscribeFolder(long groupId, long folderId) Unsubscribe the user from document changes in the folder.DLAppHelperLocalService.updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, long assetClassPK) DLAppHelperLocalService.updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, ServiceContext serviceContext) DLAppHelperLocalService.updateAsset(long userId, Folder folder, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds) static AssetEntryDLAppHelperLocalServiceUtil.updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, long assetClassPK) static AssetEntryDLAppHelperLocalServiceUtil.updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, ServiceContext serviceContext) static AssetEntryDLAppHelperLocalServiceUtil.updateAsset(long userId, Folder folder, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds) DLAppHelperLocalServiceWrapper.updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, long assetClassPK) DLAppHelperLocalServiceWrapper.updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, ServiceContext serviceContext) DLAppHelperLocalServiceWrapper.updateAsset(long userId, Folder folder, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds) voidDLAppLocalService.updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds) Updates the file entry's asset replacing its asset categories, tags, and links.static voidDLAppLocalServiceUtil.updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds) Updates the file entry's asset replacing its asset categories, tags, and links.voidDLAppLocalServiceWrapper.updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds) Updates the file entry's asset replacing its asset categories, tags, and links.voidDLFileShortcutLocalService.updateAsset(long userId, DLFileShortcut fileShortcut, long[] assetCategoryIds, String[] assetTagNames) static voidDLFileShortcutLocalServiceUtil.updateAsset(long userId, DLFileShortcut fileShortcut, long[] assetCategoryIds, String[] assetTagNames) voidDLFileShortcutLocalServiceWrapper.updateAsset(long userId, DLFileShortcut fileShortcut, long[] assetCategoryIds, String[] assetTagNames) voidDLFileEntryTypeLocalService.updateDDMStructureLinks(long fileEntryTypeId, Set<Long> ddmStructureIds) static voidDLFileEntryTypeLocalServiceUtil.updateDDMStructureLinks(long fileEntryTypeId, Set<Long> ddmStructureIds) voidDLFileEntryTypeLocalServiceWrapper.updateDDMStructureLinks(long fileEntryTypeId, Set<Long> ddmStructureIds) voidDLAppHelperLocalService.updateFileEntry(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, long assetClassPK) voidDLAppHelperLocalService.updateFileEntry(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, ServiceContext serviceContext) static voidDLAppHelperLocalServiceUtil.updateFileEntry(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, long assetClassPK) static voidDLAppHelperLocalServiceUtil.updateFileEntry(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, ServiceContext serviceContext) voidDLAppHelperLocalServiceWrapper.updateFileEntry(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, long assetClassPK) voidDLAppHelperLocalServiceWrapper.updateFileEntry(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, ServiceContext serviceContext) DLAppLocalService.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on a byte array object.DLAppLocalService.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on aFileobject.DLAppLocalService.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on anInputStreamobject.static FileEntryDLAppLocalServiceUtil.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on a byte array object.static FileEntryDLAppLocalServiceUtil.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on aFileobject.static FileEntryDLAppLocalServiceUtil.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on anInputStreamobject.DLAppLocalServiceWrapper.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on a byte array object.DLAppLocalServiceWrapper.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on aFileobject.DLAppLocalServiceWrapper.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on anInputStreamobject.DLAppService.updateFileEntry(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on a byte array object.DLAppService.updateFileEntry(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on aFileobject.DLAppService.updateFileEntry(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on anInputStreamobject.static FileEntryDLAppServiceUtil.updateFileEntry(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on a byte array object.static FileEntryDLAppServiceUtil.updateFileEntry(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on aFileobject.static FileEntryDLAppServiceUtil.updateFileEntry(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on anInputStreamobject.DLAppServiceWrapper.updateFileEntry(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on a byte array object.DLAppServiceWrapper.updateFileEntry(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on aFileobject.DLAppServiceWrapper.updateFileEntry(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) Updates a file entry and associated metadata based on anInputStreamobject.DLFileEntryLocalService.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, long fileEntryTypeId, Map<String, DDMFormValues> ddmFormValuesMap, File file, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) static DLFileEntryDLFileEntryLocalServiceUtil.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, long fileEntryTypeId, Map<String, DDMFormValues> ddmFormValuesMap, File file, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DLFileEntryLocalServiceWrapper.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, long fileEntryTypeId, Map<String, DDMFormValues> ddmFormValuesMap, File file, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DLFileEntryService.updateFileEntry(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, long fileEntryTypeId, Map<String, DDMFormValues> ddmFormValuesMap, File file, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) static DLFileEntryDLFileEntryServiceUtil.updateFileEntry(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, long fileEntryTypeId, Map<String, DDMFormValues> ddmFormValuesMap, File file, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DLFileEntryServiceWrapper.updateFileEntry(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, long fileEntryTypeId, Map<String, DDMFormValues> ddmFormValuesMap, File file, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DLAppService.updateFileEntryAndCheckIn(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DLAppService.updateFileEntryAndCheckIn(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) static FileEntryDLAppServiceUtil.updateFileEntryAndCheckIn(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) static FileEntryDLAppServiceUtil.updateFileEntryAndCheckIn(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DLAppServiceWrapper.updateFileEntryAndCheckIn(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DLAppServiceWrapper.updateFileEntryAndCheckIn(long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DLFileEntryTypeLocalService.updateFileEntryFileEntryType(DLFileEntry dlFileEntry, ServiceContext serviceContext) static DLFileEntryDLFileEntryTypeLocalServiceUtil.updateFileEntryFileEntryType(DLFileEntry dlFileEntry, ServiceContext serviceContext) DLFileEntryTypeLocalServiceWrapper.updateFileEntryFileEntryType(DLFileEntry dlFileEntry, ServiceContext serviceContext) voidDLFileEntryMetadataLocalService.updateFileEntryMetadata(String externalReferenceCode, long fileEntryTypeId, long fileEntryId, long fileVersionId, Map<String, DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext) voidDLFileEntryMetadataLocalService.updateFileEntryMetadata(String externalReferenceCode, long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String, DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext) static voidDLFileEntryMetadataLocalServiceUtil.updateFileEntryMetadata(String externalReferenceCode, long fileEntryTypeId, long fileEntryId, long fileVersionId, Map<String, DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext) static voidDLFileEntryMetadataLocalServiceUtil.updateFileEntryMetadata(String externalReferenceCode, long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String, DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext) voidDLFileEntryMetadataLocalServiceWrapper.updateFileEntryMetadata(String externalReferenceCode, long fileEntryTypeId, long fileEntryId, long fileVersionId, Map<String, DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext) voidDLFileEntryMetadataLocalServiceWrapper.updateFileEntryMetadata(String externalReferenceCode, long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String, DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext) DLFileEntryLocalService.updateFileEntryType(long userId, long fileEntryId, long fileEntryTypeId, ServiceContext serviceContext) static DLFileEntryDLFileEntryLocalServiceUtil.updateFileEntryType(long userId, long fileEntryId, long fileEntryTypeId, ServiceContext serviceContext) DLFileEntryLocalServiceWrapper.updateFileEntryType(long userId, long fileEntryId, long fileEntryTypeId, ServiceContext serviceContext) DLFileEntryTypeLocalService.updateFileEntryType(long fileEntryTypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap) static DLFileEntryTypeDLFileEntryTypeLocalServiceUtil.updateFileEntryType(long fileEntryTypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap) DLFileEntryTypeLocalServiceWrapper.updateFileEntryType(long fileEntryTypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap) DLFileEntryTypeService.updateFileEntryType(long fileEntryTypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap) static DLFileEntryTypeDLFileEntryTypeServiceUtil.updateFileEntryType(long fileEntryTypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap) DLFileEntryTypeServiceWrapper.updateFileEntryType(long fileEntryTypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap) DLAppLocalService.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) Updates a file shortcut to the existing file entry.static FileShortcutDLAppLocalServiceUtil.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) Updates a file shortcut to the existing file entry.DLAppLocalServiceWrapper.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) Updates a file shortcut to the existing file entry.DLAppService.updateFileShortcut(long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) Updates a file shortcut to the existing file entry.static FileShortcutDLAppServiceUtil.updateFileShortcut(long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) Updates a file shortcut to the existing file entry.DLAppServiceWrapper.updateFileShortcut(long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) Updates a file shortcut to the existing file entry.DLFileShortcutLocalService.updateFileShortcut(long userId, long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) static DLFileShortcutDLFileShortcutLocalServiceUtil.updateFileShortcut(long userId, long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) DLFileShortcutLocalServiceWrapper.updateFileShortcut(long userId, long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) DLFileShortcutService.updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) static DLFileShortcutDLFileShortcutServiceUtil.updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) DLFileShortcutServiceWrapper.updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) voidDLAppLocalService.updateFileShortcuts(long oldToFileEntryId, long newToFileEntryId) Updates all file shortcuts to the existing file entry to the new file entry.static voidDLAppLocalServiceUtil.updateFileShortcuts(long oldToFileEntryId, long newToFileEntryId) Updates all file shortcuts to the existing file entry to the new file entry.voidDLAppLocalServiceWrapper.updateFileShortcuts(long oldToFileEntryId, long newToFileEntryId) Updates all file shortcuts to the existing file entry to the new file entry.voidDLFileShortcutService.updateFileShortcuts(long oldToFileEntryId, long newToFileEntryId) static voidDLFileShortcutServiceUtil.updateFileShortcuts(long oldToFileEntryId, long newToFileEntryId) voidDLFileShortcutServiceWrapper.updateFileShortcuts(long oldToFileEntryId, long newToFileEntryId) voidDLAppHelperLocalService.updateFolder(long userId, Folder folder, ServiceContext serviceContext) static voidDLAppHelperLocalServiceUtil.updateFolder(long userId, Folder folder, ServiceContext serviceContext) voidDLAppHelperLocalServiceWrapper.updateFolder(long userId, Folder folder, ServiceContext serviceContext) DLAppLocalService.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext) Updates the folder.static FolderDLAppLocalServiceUtil.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext) Updates the folder.DLAppLocalServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext) Updates the folder.DLAppService.updateFolder(long folderId, String name, String description, ServiceContext serviceContext) Updates the folder.static FolderDLAppServiceUtil.updateFolder(long folderId, String name, String description, ServiceContext serviceContext) Updates the folder.DLAppServiceWrapper.updateFolder(long folderId, String name, String description, ServiceContext serviceContext) Updates the folder.DLFolderLocalService.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) DLFolderLocalService.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) static DLFolderDLFolderLocalServiceUtil.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) static DLFolderDLFolderLocalServiceUtil.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) DLFolderLocalServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) DLFolderLocalServiceWrapper.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) DLFolderService.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) DLFolderService.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) static DLFolderDLFolderServiceUtil.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) static DLFolderDLFolderServiceUtil.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) DLFolderServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) DLFolderServiceWrapper.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) DLFolderLocalService.updateFolderAndFileEntryTypes(long userId, long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) static DLFolderDLFolderLocalServiceUtil.updateFolderAndFileEntryTypes(long userId, long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) DLFolderLocalServiceWrapper.updateFolderAndFileEntryTypes(long userId, long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) voidDLFolderLocalService.updateLastPostDate(long folderId, Date lastPostDate) static voidDLFolderLocalServiceUtil.updateLastPostDate(long folderId, Date lastPostDate) voidDLFolderLocalServiceWrapper.updateLastPostDate(long folderId, Date lastPostDate) voidDLAppHelperLocalService.updateStatus(long userId, FileEntry fileEntry, FileVersion latestFileVersion, int oldStatus, int newStatus, ServiceContext serviceContext, Map<String, Serializable> workflowContext) static voidDLAppHelperLocalServiceUtil.updateStatus(long userId, FileEntry fileEntry, FileVersion latestFileVersion, int oldStatus, int newStatus, ServiceContext serviceContext, Map<String, Serializable> workflowContext) voidDLAppHelperLocalServiceWrapper.updateStatus(long userId, FileEntry fileEntry, FileVersion latestFileVersion, int oldStatus, int newStatus, ServiceContext serviceContext, Map<String, Serializable> workflowContext) DLFileEntryLocalService.updateStatus(long userId, long fileVersionId, int status, ServiceContext serviceContext, Map<String, Serializable> workflowContext) DLFileEntryLocalService.updateStatus(long userId, DLFileEntry dlFileEntry, DLFileVersion dlFileVersion, int status, ServiceContext serviceContext, Map<String, Serializable> workflowContext) static DLFileEntryDLFileEntryLocalServiceUtil.updateStatus(long userId, long fileVersionId, int status, ServiceContext serviceContext, Map<String, Serializable> workflowContext) static DLFileEntryDLFileEntryLocalServiceUtil.updateStatus(long userId, DLFileEntry dlFileEntry, DLFileVersion dlFileVersion, int status, ServiceContext serviceContext, Map<String, Serializable> workflowContext) DLFileEntryLocalServiceWrapper.updateStatus(long userId, long fileVersionId, int status, ServiceContext serviceContext, Map<String, Serializable> workflowContext) DLFileEntryLocalServiceWrapper.updateStatus(long userId, DLFileEntry dlFileEntry, DLFileVersion dlFileVersion, int status, ServiceContext serviceContext, Map<String, Serializable> workflowContext) DLFileEntryService.updateStatus(long userId, long fileVersionId, int status, ServiceContext serviceContext, Map<String, Serializable> workflowContext) static DLFileEntryDLFileEntryServiceUtil.updateStatus(long userId, long fileVersionId, int status, ServiceContext serviceContext, Map<String, Serializable> workflowContext) DLFileEntryServiceWrapper.updateStatus(long userId, long fileVersionId, int status, ServiceContext serviceContext, Map<String, Serializable> workflowContext) DLFileShortcutLocalService.updateStatus(long userId, long fileShortcutId, int status, ServiceContext serviceContext) static DLFileShortcutDLFileShortcutLocalServiceUtil.updateStatus(long userId, long fileShortcutId, int status, ServiceContext serviceContext) DLFileShortcutLocalServiceWrapper.updateStatus(long userId, long fileShortcutId, int status, ServiceContext serviceContext) DLFolderLocalService.updateStatus(long userId, long folderId, int status, Map<String, Serializable> workflowContext, ServiceContext serviceContext) static DLFolderDLFolderLocalServiceUtil.updateStatus(long userId, long folderId, int status, Map<String, Serializable> workflowContext, ServiceContext serviceContext) DLFolderLocalServiceWrapper.updateStatus(long userId, long folderId, int status, Map<String, Serializable> workflowContext, ServiceContext serviceContext) voidDLFileEntryLocalService.validateFile(long groupId, long folderId, long fileEntryId, String fileName, String title) static voidDLFileEntryLocalServiceUtil.validateFile(long groupId, long folderId, long fileEntryId, String fileName, String title) voidDLFileEntryLocalServiceWrapper.validateFile(long groupId, long folderId, long fileEntryId, String fileName, String title) booleanDLAppService.verifyFileEntryCheckOut(long repositoryId, long fileEntryId, String lockUuid) Returnstrueif the file entry is checked out.static booleanDLAppServiceUtil.verifyFileEntryCheckOut(long repositoryId, long fileEntryId, String lockUuid) Returnstrueif the file entry is checked out.booleanDLAppServiceWrapper.verifyFileEntryCheckOut(long repositoryId, long fileEntryId, String lockUuid) Returnstrueif the file entry is checked out.booleanDLFileEntryLocalService.verifyFileEntryCheckOut(long fileEntryId, String lockUuid) static booleanDLFileEntryLocalServiceUtil.verifyFileEntryCheckOut(long fileEntryId, String lockUuid) booleanDLFileEntryLocalServiceWrapper.verifyFileEntryCheckOut(long fileEntryId, String lockUuid) booleanDLFileEntryService.verifyFileEntryCheckOut(long fileEntryId, String lockUuid) static booleanDLFileEntryServiceUtil.verifyFileEntryCheckOut(long fileEntryId, String lockUuid) booleanDLFileEntryServiceWrapper.verifyFileEntryCheckOut(long fileEntryId, String lockUuid) booleanDLAppService.verifyFileEntryLock(long repositoryId, long fileEntryId, String lockUuid) static booleanDLAppServiceUtil.verifyFileEntryLock(long repositoryId, long fileEntryId, String lockUuid) booleanDLAppServiceWrapper.verifyFileEntryLock(long repositoryId, long fileEntryId, String lockUuid) booleanDLFileEntryLocalService.verifyFileEntryLock(long fileEntryId, String lockUuid) static booleanDLFileEntryLocalServiceUtil.verifyFileEntryLock(long fileEntryId, String lockUuid) booleanDLFileEntryLocalServiceWrapper.verifyFileEntryLock(long fileEntryId, String lockUuid) booleanDLFileEntryService.verifyFileEntryLock(long fileEntryId, String lockUuid) static booleanDLFileEntryServiceUtil.verifyFileEntryLock(long fileEntryId, String lockUuid) booleanDLFileEntryServiceWrapper.verifyFileEntryLock(long fileEntryId, String lockUuid) booleanDLAppService.verifyInheritableLock(long repositoryId, long folderId, String lockUuid) Returnstrueif the inheritable lock exists.static booleanDLAppServiceUtil.verifyInheritableLock(long repositoryId, long folderId, String lockUuid) Returnstrueif the inheritable lock exists.booleanDLAppServiceWrapper.verifyInheritableLock(long repositoryId, long folderId, String lockUuid) Returnstrueif the inheritable lock exists.booleanDLFolderLocalService.verifyInheritableLock(long folderId, String lockUuid) static booleanDLFolderLocalServiceUtil.verifyInheritableLock(long folderId, String lockUuid) booleanDLFolderLocalServiceWrapper.verifyInheritableLock(long folderId, String lockUuid) booleanDLFolderService.verifyInheritableLock(long folderId, String lockUuid) static booleanDLFolderServiceUtil.verifyInheritableLock(long folderId, String lockUuid) booleanDLFolderServiceWrapper.verifyInheritableLock(long folderId, String lockUuid) -
Uses of PortalException in com.liferay.document.library.kernel.store
Methods in com.liferay.document.library.kernel.store that throw PortalExceptionModifier and TypeMethodDescriptionvoidDLStore.addFile(DLStoreRequest dlStoreRequest, byte[] bytes) voidDLStore.addFile(DLStoreRequest dlStoreRequest, File file) voidDLStore.addFile(DLStoreRequest dlStoreRequest, InputStream inputStream) static voidDLStoreUtil.addFile(DLStoreRequest dlStoreRequest, byte[] bytes) static voidDLStoreUtil.addFile(DLStoreRequest dlStoreRequest, File file) static voidDLStoreUtil.addFile(DLStoreRequest dlStoreRequest, InputStream inputStream) voidStore.addFile(long companyId, long repositoryId, String fileName, String versionLabel, InputStream inputStream) Adds a file based on anInputStreamobject.voidStoreAreaAwareStoreWrapper.addFile(long companyId, long repositoryId, String fileName, String versionLabel, InputStream inputStream) voidDLStore.copyFileVersion(long companyId, long repositoryId, String fileName, String fromVersionLabel, String toVersionLabel) static voidDLStoreUtil.copyFileVersion(long companyId, long repositoryId, String fileName, String fromVersionLabel, String toVersionLabel) Creates a new copy of the file version.voidDLStore.deleteDirectory(long companyId, long repositoryId, String dirName) static voidDLStoreUtil.deleteDirectory(long companyId, long repositoryId, String dirName) Deletes a directory.voidDLStore.deleteFile(long companyId, long repositoryId, String fileName) voidDLStore.deleteFile(long companyId, long repositoryId, String fileName, String versionLabel) static voidDLStoreUtil.deleteFile(long companyId, long repositoryId, String fileName) Deletes a file.static voidDLStoreUtil.deleteFile(long companyId, long repositoryId, String fileName, String versionLabel) Deletes a file at a particular version.DLStore.getFileAsStream(long companyId, long repositoryId, String fileName, String versionLabel) static InputStreamDLStoreUtil.getFileAsStream(long companyId, long repositoryId, String fileName, String versionLabel) Returns the file as anInputStreamobject.Store.getFileAsStream(long companyId, long repositoryId, String fileName, String versionLabel) Returns the file as anInputStreamobject.StoreAreaAwareStoreWrapper.getFileAsStream(long companyId, long repositoryId, String fileName, String versionLabel) String[]DLStore.getFileNames(long companyId, long repositoryId, String dirName) static String[]DLStoreUtil.getFileNames(long companyId, long repositoryId, String dirName) Returns all files of the directory.longDLStore.getFileSize(long companyId, long repositoryId, String fileName) static longDLStoreUtil.getFileSize(long companyId, long repositoryId, String fileName) Returns the size of the file.longStore.getFileSize(long companyId, long repositoryId, String fileName, String versionLabel) Returns the size of the file.longStoreAreaAwareStoreWrapper.getFileSize(long companyId, long repositoryId, String fileName, String versionLabel) booleanstatic booleanReturnstrueif the file exists.voidDLStore.updateFile(long companyId, long repositoryId, long newRepositoryId, String fileName) voidDLStore.updateFile(DLStoreRequest dlStoreRequest, File file) voidDLStore.updateFile(DLStoreRequest dlStoreRequest, InputStream inputStream) static voidDLStoreUtil.updateFile(long companyId, long repositoryId, long newRepositoryId, String fileName) Moves a file to a new data repository.static voidDLStoreUtil.updateFile(DLStoreRequest dlStoreRequest, File file) static voidDLStoreUtil.updateFile(DLStoreRequest dlStoreRequest, InputStream inputStream) voidDLStore.updateFileVersion(long companyId, long repositoryId, String fileName, String fromVersionLabel, String toVersionLabel) static voidDLStoreUtil.updateFileVersion(long companyId, long repositoryId, String fileName, String fromVersionLabel, String toVersionLabel) Update's a file version label. -
Uses of PortalException in com.liferay.document.library.kernel.util
Methods in com.liferay.document.library.kernel.util that throw PortalExceptionModifier and TypeMethodDescriptionDL.getAbsolutePath(PortletRequest portletRequest, long rootFolderId, long folderId) static StringDLUtil.getAbsolutePath(PortletRequest portletRequest, long rootFolderId, long folderId) voidDL.startWorkflowInstance(long userId, DLFileVersion dlFileVersion, String syncEventType, ServiceContext serviceContext) static voidDLUtil.startWorkflowInstance(long userId, DLFileVersion dlFileVersion, String syncEventType, ServiceContext serviceContext) -
Uses of PortalException in com.liferay.dynamic.data.mapping.kernel
Methods in com.liferay.dynamic.data.mapping.kernel that throw PortalExceptionModifier and TypeMethodDescriptionDDMStructureManager.addStructure(long userId, long groupId, String parentStructureKey, long classNameId, String structureKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, DDMForm ddmForm, String storageType, int type, ServiceContext serviceContext) static DDMStructureDDMStructureManagerUtil.addStructure(long userId, long groupId, String parentStructureKey, long classNameId, String structureKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, DDMForm ddmForm, String storageType, int type, ServiceContext serviceContext) longStorageEngineManager.create(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext) static longStorageEngineManagerUtil.create(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext) voidStorageEngineManager.deleteByClass(long classPK) static voidStorageEngineManagerUtil.deleteByClass(long classPK) voidDDMStructureManager.deleteStructure(long structureId) static voidDDMStructureManagerUtil.deleteStructure(long structureId) voidDDMStructureLinkManager.deleteStructureLink(long classNameId, long classPK, long structureId) static voidDDMStructureLinkManagerUtil.deleteStructureLink(long classNameId, long classPK, long structureId) DDMStructure.getChildrenFieldNames(String fieldName) DDMStructure.getDDMFormField(String fieldName) StorageEngineManager.getDDMFormValues(long classPK) StorageEngineManager.getDDMFormValues(long ddmStructureId, String fieldNamespace, ServiceContext serviceContext) static DDMFormValuesStorageEngineManagerUtil.getDDMFormValues(long classPK) static DDMFormValuesStorageEngineManagerUtil.getDDMFormValues(long ddmStructureId, String fieldNamespace, ServiceContext serviceContext) DDMStructure.getFieldDataType(String fieldName) DDMStructure.getFieldLabel(String fieldName, String locale) DDMStructure.getFieldLabel(String fieldName, Locale locale) DDMStructure.getFieldProperty(String fieldName, String property) booleanDDMStructure.getFieldRepeatable(String fieldName) booleanDDMStructure.getFieldRequired(String fieldName) DDMStructure.getFieldTip(String fieldName, String locale) DDMStructure.getFieldTip(String fieldName, Locale locale) DDMStructure.getFieldType(String fieldName) DDMTemplate.getSmallImageType()DDMStructure.getTemplates()booleanDDMStructure.isFieldRepeatable(String fieldName) booleanDDMStructure.isFieldTransient(String fieldName) voidStorageEngineManager.update(long classPK, DDMFormValues ddmFormValues, ServiceContext serviceContext) static voidStorageEngineManagerUtil.update(long classPK, DDMFormValues ddmFormValues, ServiceContext serviceContext) DDMStructureManager.updateStructure(long userId, long structureId, long parentStructureId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, DDMForm ddmForm, ServiceContext serviceContext) static DDMStructureDDMStructureManagerUtil.updateStructure(long userId, long structureId, long parentStructureId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, DDMForm ddmForm, ServiceContext serviceContext) voidDDMStructureManager.updateStructureKey(long structureId, String structureKey) static voidDDMStructureManagerUtil.updateStructureKey(long structureId, String structureKey) -
Uses of PortalException in com.liferay.expando.kernel.exception
Subclasses of PortalException in com.liferay.expando.kernel.exceptionModifier and TypeClassDescriptionclassstatic classclassclassclassclassclassclassclassclassclassstatic classstatic classstatic class -
Uses of PortalException in com.liferay.expando.kernel.model
Methods in com.liferay.expando.kernel.model that throw PortalExceptionModifier and TypeMethodDescriptionvoidExpandoBridge.addAttribute(String name) voidExpandoBridge.addAttribute(String name, boolean secure) voidExpandoBridge.addAttribute(String name, int type) voidExpandoBridge.addAttribute(String name, int type, boolean secure) voidExpandoBridge.addAttribute(String name, int type, Serializable defaultValue) voidExpandoBridge.addAttribute(String name, int type, Serializable defaultValue, boolean secure) default voidExpandoBridge.addAttribute(String name, String type) default voidExpandoBridge.addAttribute(String name, String type, boolean secure) default voidExpandoBridge.addAttribute(String name, String type, Serializable defaultValue) default voidExpandoBridge.addAttribute(String name, String type, Serializable defaultValue, boolean secure) ExpandoValue.getAvailableLocales()ExpandoValueWrapper.getAvailableLocales()booleanExpandoValue.getBoolean()booleanExpandoValueWrapper.getBoolean()boolean[]ExpandoValue.getBooleanArray()boolean[]ExpandoValueWrapper.getBooleanArray()ExpandoValue.getColumn()ExpandoValueWrapper.getColumn()ExpandoValue.getDate()ExpandoValueWrapper.getDate()Date[]ExpandoValue.getDateArray()Date[]ExpandoValueWrapper.getDateArray()ExpandoValue.getDefaultLocale()ExpandoValueWrapper.getDefaultLocale()doubleExpandoValue.getDouble()doubleExpandoValueWrapper.getDouble()double[]ExpandoValue.getDoubleArray()double[]ExpandoValueWrapper.getDoubleArray()floatExpandoValue.getFloat()floatExpandoValueWrapper.getFloat()float[]ExpandoValue.getFloatArray()float[]ExpandoValueWrapper.getFloatArray()ExpandoValue.getGeolocationJSONObject()ExpandoValueWrapper.getGeolocationJSONObject()intExpandoValue.getInteger()intExpandoValueWrapper.getInteger()int[]ExpandoValue.getIntegerArray()int[]ExpandoValueWrapper.getIntegerArray()longExpandoValue.getLong()longExpandoValueWrapper.getLong()long[]ExpandoValue.getLongArray()long[]ExpandoValueWrapper.getLongArray()ExpandoValue.getNumber()ExpandoValueWrapper.getNumber()Number[]ExpandoValue.getNumberArray()Number[]ExpandoValueWrapper.getNumberArray()ExpandoValue.getSerializable()ExpandoValueWrapper.getSerializable()shortExpandoValue.getShort()shortExpandoValueWrapper.getShort()short[]ExpandoValue.getShortArray()short[]ExpandoValueWrapper.getShortArray()ExpandoValue.getString()ExpandoValueWrapper.getString()String[]ExpandoValue.getStringArray()String[]ExpandoValue.getStringArray(Locale locale) String[]ExpandoValueWrapper.getStringArray()String[]ExpandoValueWrapper.getStringArray(Locale locale) ExpandoValue.getStringArrayMap()ExpandoValueWrapper.getStringArrayMap()ExpandoValue.getStringMap()ExpandoValueWrapper.getStringMap()voidExpandoValue.setBoolean(boolean data) voidExpandoValueWrapper.setBoolean(boolean data) voidExpandoValue.setBooleanArray(boolean[] data) voidExpandoValueWrapper.setBooleanArray(boolean[] data) voidvoidvoidExpandoValue.setDateArray(Date[] data) voidExpandoValueWrapper.setDateArray(Date[] data) voidExpandoValue.setDouble(double data) voidExpandoValueWrapper.setDouble(double data) voidExpandoValue.setDoubleArray(double[] data) voidExpandoValueWrapper.setDoubleArray(double[] data) voidExpandoValue.setFloat(float data) voidExpandoValueWrapper.setFloat(float data) voidExpandoValue.setFloatArray(float[] data) voidExpandoValueWrapper.setFloatArray(float[] data) voidExpandoValue.setGeolocationJSONObject(JSONObject dataJSONObject) voidExpandoValueWrapper.setGeolocationJSONObject(JSONObject dataJSONObject) voidExpandoValue.setInteger(int data) voidExpandoValueWrapper.setInteger(int data) voidExpandoValue.setIntegerArray(int[] data) voidExpandoValueWrapper.setIntegerArray(int[] data) voidExpandoValue.setLong(long data) voidExpandoValueWrapper.setLong(long data) voidExpandoValue.setLongArray(long[] data) voidExpandoValueWrapper.setLongArray(long[] data) voidvoidvoidExpandoValue.setNumberArray(Number[] data) voidExpandoValueWrapper.setNumberArray(Number[] data) voidExpandoValue.setShort(short data) voidExpandoValueWrapper.setShort(short data) voidExpandoValue.setShortArray(short[] data) voidExpandoValueWrapper.setShortArray(short[] data) voidvoidvoidvoidvoidExpandoValue.setStringArray(String[] data) voidExpandoValue.setStringArray(String[] data, Locale locale, Locale defaultLocale) voidExpandoValueWrapper.setStringArray(String[] data) voidExpandoValueWrapper.setStringArray(String[] data, Locale locale, Locale defaultLocale) voidExpandoValue.setStringArrayMap(Map<Locale, String[]> dataMap, Locale defaultLocale) voidExpandoValueWrapper.setStringArrayMap(Map<Locale, String[]> dataMap, Locale defaultLocale) voidExpandoValue.setStringMap(Map<Locale, String> dataMap, Locale defaultLocale) voidExpandoValueWrapper.setStringMap(Map<Locale, String> dataMap, Locale defaultLocale) -
Uses of PortalException in com.liferay.expando.kernel.service
Methods in com.liferay.expando.kernel.service that throw PortalExceptionModifier and TypeMethodDescriptionstatic ExpandoColumnstatic ExpandoColumnstatic ExpandoColumnstatic ExpandoColumnExpandoTableLocalService.addDefaultTable(long companyId, long classNameId) ExpandoTableLocalService.addDefaultTable(long companyId, String className) static ExpandoTableExpandoTableLocalServiceUtil.addDefaultTable(long companyId, long classNameId) static ExpandoTableExpandoTableLocalServiceUtil.addDefaultTable(long companyId, String className) ExpandoTableLocalServiceWrapper.addDefaultTable(long companyId, long classNameId) ExpandoTableLocalServiceWrapper.addDefaultTable(long companyId, String className) ExpandoRowLocalService.addRow(long tableId, long classPK) static ExpandoRowExpandoRowLocalServiceUtil.addRow(long tableId, long classPK) ExpandoRowLocalServiceWrapper.addRow(long tableId, long classPK) static ExpandoTablestatic ExpandoTableExpandoValueLocalService.addValue(long classNameId, long tableId, long columnId, long classPK, String data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean[] data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, double data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, double[] data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, float data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, float[] data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, int data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, int[] data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, long data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, long[] data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, short data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, short[] data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, JSONObject dataJSONObject) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Number data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Number[] data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, String[] data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date[] data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Map<Locale, ?> dataMap, Locale defaultLocale) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long classNameId, long tableId, long columnId, long classPK, String data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean[] data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, double data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, double[] data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, float data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, float[] data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, int data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, int[] data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, long data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, long[] data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, short data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, short[] data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, JSONObject dataJSONObject) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Number data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Number[] data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, String[] data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date[] data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Map<Locale, ?> dataMap, Locale defaultLocale) ExpandoValueLocalServiceWrapper.addValue(long classNameId, long tableId, long columnId, long classPK, String data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean[] data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, double data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, double[] data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, float data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, float[] data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, int data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, int[] data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, long data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, long[] data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, short data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, short[] data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, JSONObject dataJSONObject) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Number data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Number[] data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, String[] data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date[] data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Map<Locale, ?> dataMap, Locale defaultLocale) ExpandoValueService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) ExpandoValueService.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) static ExpandoValueExpandoValueServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) static ExpandoValueExpandoValueServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) ExpandoValueServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) ExpandoValueServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) voidExpandoValueLocalService.addValues(long companyId, long classNameId, String tableName, long classPK, Map<String, Serializable> attributes) voidExpandoValueLocalService.addValues(long classNameId, long tableId, List<ExpandoColumn> columns, long classPK, Map<String, String> data) voidExpandoValueLocalService.addValues(long companyId, String className, String tableName, long classPK, Map<String, Serializable> attributes) static voidExpandoValueLocalServiceUtil.addValues(long companyId, long classNameId, String tableName, long classPK, Map<String, Serializable> attributes) static voidExpandoValueLocalServiceUtil.addValues(long classNameId, long tableId, List<ExpandoColumn> columns, long classPK, Map<String, String> data) static voidExpandoValueLocalServiceUtil.addValues(long companyId, String className, String tableName, long classPK, Map<String, Serializable> attributes) voidExpandoValueLocalServiceWrapper.addValues(long companyId, long classNameId, String tableName, long classPK, Map<String, Serializable> attributes) voidExpandoValueLocalServiceWrapper.addValues(long classNameId, long tableId, List<ExpandoColumn> columns, long classPK, Map<String, String> data) voidExpandoValueLocalServiceWrapper.addValues(long companyId, String className, String tableName, long classPK, Map<String, Serializable> attributes) voidExpandoValueService.addValues(long companyId, String className, String tableName, long classPK, Map<String, Serializable> attributeValues) static voidExpandoValueServiceUtil.addValues(long companyId, String className, String tableName, long classPK, Map<String, Serializable> attributeValues) voidExpandoValueServiceWrapper.addValues(long companyId, String className, String tableName, long classPK, Map<String, Serializable> attributeValues) ExpandoColumnLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelExpandoColumnLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) ExpandoColumnLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) ExpandoRowLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelExpandoRowLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) ExpandoRowLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) ExpandoTableLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelExpandoTableLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) ExpandoTableLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) ExpandoValueLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelExpandoValueLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) ExpandoValueLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) voidExpandoColumnLocalService.deleteColumn(long columnId) voidExpandoColumnLocalService.deleteColumn(long companyId, long classNameId, String tableName, String name) voidExpandoColumnLocalService.deleteColumn(long tableId, String name) voidExpandoColumnLocalService.deleteColumn(long companyId, String className, String tableName, String name) voidExpandoColumnLocalService.deleteColumn(ExpandoColumn column) static voidExpandoColumnLocalServiceUtil.deleteColumn(long columnId) static voidExpandoColumnLocalServiceUtil.deleteColumn(long companyId, long classNameId, String tableName, String name) static voidExpandoColumnLocalServiceUtil.deleteColumn(long tableId, String name) static voidExpandoColumnLocalServiceUtil.deleteColumn(long companyId, String className, String tableName, String name) static voidExpandoColumnLocalServiceUtil.deleteColumn(ExpandoColumn column) voidExpandoColumnLocalServiceWrapper.deleteColumn(long columnId) voidExpandoColumnLocalServiceWrapper.deleteColumn(long companyId, long classNameId, String tableName, String name) voidExpandoColumnLocalServiceWrapper.deleteColumn(long tableId, String name) voidExpandoColumnLocalServiceWrapper.deleteColumn(long companyId, String className, String tableName, String name) voidExpandoColumnLocalServiceWrapper.deleteColumn(ExpandoColumn column) voidExpandoColumnService.deleteColumn(long columnId) static voidExpandoColumnServiceUtil.deleteColumn(long columnId) voidExpandoColumnServiceWrapper.deleteColumn(long columnId) voidExpandoColumnLocalService.deleteColumns(long tableId) voidExpandoColumnLocalService.deleteColumns(long companyId, long classNameId, String tableName) voidExpandoColumnLocalService.deleteColumns(long companyId, String className, String tableName) static voidExpandoColumnLocalServiceUtil.deleteColumns(long tableId) static voidExpandoColumnLocalServiceUtil.deleteColumns(long companyId, long classNameId, String tableName) static voidExpandoColumnLocalServiceUtil.deleteColumns(long companyId, String className, String tableName) voidExpandoColumnLocalServiceWrapper.deleteColumns(long tableId) voidExpandoColumnLocalServiceWrapper.deleteColumns(long companyId, long classNameId, String tableName) voidExpandoColumnLocalServiceWrapper.deleteColumns(long companyId, String className, String tableName) ExpandoColumnLocalService.deleteExpandoColumn(long columnId) Deletes the expando column with the primary key from the database.static ExpandoColumnExpandoColumnLocalServiceUtil.deleteExpandoColumn(long columnId) Deletes the expando column with the primary key from the database.ExpandoColumnLocalServiceWrapper.deleteExpandoColumn(long columnId) Deletes the expando column with the primary key from the database.ExpandoRowLocalService.deleteExpandoRow(long rowId) Deletes the expando row with the primary key from the database.static ExpandoRowExpandoRowLocalServiceUtil.deleteExpandoRow(long rowId) Deletes the expando row with the primary key from the database.ExpandoRowLocalServiceWrapper.deleteExpandoRow(long rowId) Deletes the expando row with the primary key from the database.ExpandoTableLocalService.deleteExpandoTable(long tableId) Deletes the expando table with the primary key from the database.ExpandoTableLocalService.deleteExpandoTable(ExpandoTable expandoTable) Deletes the expando table from the database.static ExpandoTableExpandoTableLocalServiceUtil.deleteExpandoTable(long tableId) Deletes the expando table with the primary key from the database.static ExpandoTableExpandoTableLocalServiceUtil.deleteExpandoTable(ExpandoTable expandoTable) Deletes the expando table from the database.ExpandoTableLocalServiceWrapper.deleteExpandoTable(long tableId) Deletes the expando table with the primary key from the database.ExpandoTableLocalServiceWrapper.deleteExpandoTable(ExpandoTable expandoTable) Deletes the expando table from the database.ExpandoValueLocalService.deleteExpandoValue(long valueId) Deletes the expando value with the primary key from the database.static ExpandoValueExpandoValueLocalServiceUtil.deleteExpandoValue(long valueId) Deletes the expando value with the primary key from the database.ExpandoValueLocalServiceWrapper.deleteExpandoValue(long valueId) Deletes the expando value with the primary key from the database.ExpandoColumnLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelExpandoColumnLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) ExpandoColumnLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) ExpandoRowLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelExpandoRowLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) ExpandoRowLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) ExpandoTableLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelExpandoTableLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) ExpandoTableLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) ExpandoValueLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelExpandoValueLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) ExpandoValueLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) voidExpandoRowLocalService.deleteRow(long rowId) voidExpandoRowLocalService.deleteRow(long tableId, long classPK) voidvoidstatic voidExpandoRowLocalServiceUtil.deleteRow(long rowId) static voidExpandoRowLocalServiceUtil.deleteRow(long tableId, long classPK) static voidExpandoRowLocalServiceUtil.deleteRow(long companyId, long classNameId, String tableName, long classPK) static voidExpandoRowLocalServiceUtil.deleteRow(long companyId, String className, String tableName, long classPK) voidExpandoRowLocalServiceWrapper.deleteRow(long rowId) voidExpandoRowLocalServiceWrapper.deleteRow(long tableId, long classPK) voidExpandoRowLocalServiceWrapper.deleteRow(long companyId, long classNameId, String tableName, long classPK) voidExpandoRowLocalServiceWrapper.deleteRow(long companyId, String className, String tableName, long classPK) voidExpandoTableLocalService.deleteTable(long tableId) voidExpandoTableLocalService.deleteTable(long companyId, long classNameId, String name) voidExpandoTableLocalService.deleteTable(long companyId, String className, String name) voidExpandoTableLocalService.deleteTable(ExpandoTable table) static voidExpandoTableLocalServiceUtil.deleteTable(long tableId) static voidExpandoTableLocalServiceUtil.deleteTable(long companyId, long classNameId, String name) static voidExpandoTableLocalServiceUtil.deleteTable(long companyId, String className, String name) static voidExpandoTableLocalServiceUtil.deleteTable(ExpandoTable table) voidExpandoTableLocalServiceWrapper.deleteTable(long tableId) voidExpandoTableLocalServiceWrapper.deleteTable(long companyId, long classNameId, String name) voidExpandoTableLocalServiceWrapper.deleteTable(long companyId, String className, String name) voidExpandoTableLocalServiceWrapper.deleteTable(ExpandoTable table) voidExpandoTableLocalService.deleteTables(long companyId, long classNameId) voidExpandoTableLocalService.deleteTables(long companyId, String className) static voidExpandoTableLocalServiceUtil.deleteTables(long companyId, long classNameId) static voidExpandoTableLocalServiceUtil.deleteTables(long companyId, String className) voidExpandoTableLocalServiceWrapper.deleteTables(long companyId, long classNameId) voidExpandoTableLocalServiceWrapper.deleteTables(long companyId, String className) voidExpandoValueLocalService.deleteValue(long valueId) voidExpandoValueLocalService.deleteValue(long columnId, long rowId) voidExpandoValueLocalService.deleteValue(long companyId, long classNameId, String tableName, String columnName, long classPK) voidExpandoValueLocalService.deleteValue(long companyId, String className, String tableName, String columnName, long classPK) static voidExpandoValueLocalServiceUtil.deleteValue(long valueId) static voidExpandoValueLocalServiceUtil.deleteValue(long columnId, long rowId) static voidExpandoValueLocalServiceUtil.deleteValue(long companyId, long classNameId, String tableName, String columnName, long classPK) static voidExpandoValueLocalServiceUtil.deleteValue(long companyId, String className, String tableName, String columnName, long classPK) voidExpandoValueLocalServiceWrapper.deleteValue(long valueId) voidExpandoValueLocalServiceWrapper.deleteValue(long columnId, long rowId) voidExpandoValueLocalServiceWrapper.deleteValue(long companyId, long classNameId, String tableName, String columnName, long classPK) voidExpandoValueLocalServiceWrapper.deleteValue(long companyId, String className, String tableName, String columnName, long classPK) ExpandoColumnService.fetchExpandoColumn(long columnId) static ExpandoColumnExpandoColumnServiceUtil.fetchExpandoColumn(long columnId) ExpandoColumnServiceWrapper.fetchExpandoColumn(long columnId) ExpandoColumnLocalService.getColumn(long columnId) ExpandoColumnLocalService.getColumn(long companyId, long classNameId, String tableName, String name) static ExpandoColumnExpandoColumnLocalServiceUtil.getColumn(long columnId) static ExpandoColumnExpandoColumnLocalServiceUtil.getColumn(long companyId, long classNameId, String tableName, String name) static ExpandoColumnExpandoColumnLocalServiceWrapper.getColumn(long columnId) ExpandoColumnLocalServiceWrapper.getColumn(long companyId, long classNameId, String tableName, String name) ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK) booleanExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, boolean defaultData) boolean[]ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, boolean[] defaultData) doubleExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, double defaultData) double[]ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, double[] defaultData) floatExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, float defaultData) float[]ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, float[] defaultData) intExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, int defaultData) int[]ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, int[] defaultData) longExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, long defaultData) long[]ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, long[] defaultData) shortExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, short defaultData) short[]ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, short[] defaultData) ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, JSONObject defaultDataJSONObject) ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, Number defaultData) Number[]ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, Number[] defaultData) ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, String defaultData) String[]ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, String[] defaultData) ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, Date defaultData) Date[]ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, Date[] defaultData) Map<?,?> ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, Map<?, ?> defaultData) ExpandoValueLocalService.getData(long companyId, String className, String tableName, Collection<String> columnNames, long classPK) static SerializableExpandoValueLocalServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK) static booleanExpandoValueLocalServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK, boolean defaultData) static boolean[]ExpandoValueLocalServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK, boolean[] defaultData) static doubleExpandoValueLocalServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK, double defaultData) static double[]ExpandoValueLocalServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK, double[] defaultData) static floatExpandoValueLocalServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK, float defaultData) static float[]ExpandoValueLocalServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK, float[] defaultData) static intExpandoValueLocalServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK, int defaultData) static int[]ExpandoValueLocalServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK, int[] defaultData) static longExpandoValueLocalServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK, long defaultData) static long[]ExpandoValueLocalServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK, long[] defaultData) static shortExpandoValueLocalServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK, short defaultData) static short[]ExpandoValueLocalServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK, short[] defaultData) static JSONObjectExpandoValueLocalServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK, JSONObject defaultDataJSONObject) static NumberExpandoValueLocalServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK, Number defaultData) static Number[]ExpandoValueLocalServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK, Number[] defaultData) static StringExpandoValueLocalServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK, String defaultData) static String[]ExpandoValueLocalServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK, String[] defaultData) static DateExpandoValueLocalServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK, Date defaultData) static Date[]ExpandoValueLocalServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK, Date[] defaultData) static Map<?,?> ExpandoValueLocalServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK, Map<?, ?> defaultData) static Map<String,Serializable> ExpandoValueLocalServiceUtil.getData(long companyId, String className, String tableName, Collection<String> columnNames, long classPK) ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK) booleanExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, boolean defaultData) boolean[]ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, boolean[] defaultData) doubleExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, double defaultData) double[]ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, double[] defaultData) floatExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, float defaultData) float[]ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, float[] defaultData) intExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, int defaultData) int[]ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, int[] defaultData) longExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, long defaultData) long[]ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, long[] defaultData) shortExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, short defaultData) short[]ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, short[] defaultData) ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, JSONObject defaultDataJSONObject) ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, Number defaultData) Number[]ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, Number[] defaultData) ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, String defaultData) String[]ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, String[] defaultData) ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, Date defaultData) Date[]ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, Date[] defaultData) Map<?,?> ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, Map<?, ?> defaultData) ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, Collection<String> columnNames, long classPK) ExpandoValueService.getData(long companyId, String className, String tableName, String columnName, long classPK) ExpandoValueService.getData(long companyId, String className, String tableName, Collection<String> columnNames, long classPK) static SerializableExpandoValueServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK) static Map<String,Serializable> ExpandoValueServiceUtil.getData(long companyId, String className, String tableName, Collection<String> columnNames, long classPK) ExpandoValueServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK) ExpandoValueServiceWrapper.getData(long companyId, String className, String tableName, Collection<String> columnNames, long classPK) ExpandoTableLocalService.getDefaultTable(long companyId, long classNameId) ExpandoTableLocalService.getDefaultTable(long companyId, String className) static ExpandoTableExpandoTableLocalServiceUtil.getDefaultTable(long companyId, long classNameId) static ExpandoTableExpandoTableLocalServiceUtil.getDefaultTable(long companyId, String className) ExpandoTableLocalServiceWrapper.getDefaultTable(long companyId, long classNameId) ExpandoTableLocalServiceWrapper.getDefaultTable(long companyId, String className) ExpandoColumnLocalService.getExpandoColumn(long columnId) Returns the expando column with the primary key.static ExpandoColumnExpandoColumnLocalServiceUtil.getExpandoColumn(long columnId) Returns the expando column with the primary key.ExpandoColumnLocalServiceWrapper.getExpandoColumn(long columnId) Returns the expando column with the primary key.ExpandoRowLocalService.getExpandoRow(long rowId) Returns the expando row with the primary key.static ExpandoRowExpandoRowLocalServiceUtil.getExpandoRow(long rowId) Returns the expando row with the primary key.ExpandoRowLocalServiceWrapper.getExpandoRow(long rowId) Returns the expando row with the primary key.ExpandoTableLocalService.getExpandoTable(long tableId) Returns the expando table with the primary key.static ExpandoTableExpandoTableLocalServiceUtil.getExpandoTable(long tableId) Returns the expando table with the primary key.ExpandoTableLocalServiceWrapper.getExpandoTable(long tableId) Returns the expando table with the primary key.ExpandoValueLocalService.getExpandoValue(long valueId) Returns the expando value with the primary key.static ExpandoValueExpandoValueLocalServiceUtil.getExpandoValue(long valueId) Returns the expando value with the primary key.ExpandoValueLocalServiceWrapper.getExpandoValue(long valueId) Returns the expando value with the primary key.ExpandoValueService.getJSONData(long companyId, String className, String tableName, String columnName, long classPK) static JSONObjectExpandoValueServiceUtil.getJSONData(long companyId, String className, String tableName, String columnName, long classPK) ExpandoValueServiceWrapper.getJSONData(long companyId, String className, String tableName, String columnName, long classPK) ExpandoColumnLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelExpandoColumnLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) ExpandoColumnLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) ExpandoRowLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelExpandoRowLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) ExpandoRowLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) ExpandoTableLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelExpandoTableLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) ExpandoTableLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) ExpandoValueLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelExpandoValueLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) ExpandoValueLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) ExpandoRowLocalService.getRow(long rowId) ExpandoRowLocalService.getRow(long tableId, long classPK) static ExpandoRowExpandoRowLocalServiceUtil.getRow(long rowId) static ExpandoRowExpandoRowLocalServiceUtil.getRow(long tableId, long classPK) ExpandoRowLocalServiceWrapper.getRow(long rowId) ExpandoRowLocalServiceWrapper.getRow(long tableId, long classPK) ExpandoTableLocalService.getTable(long tableId) static ExpandoTableExpandoTableLocalServiceUtil.getTable(long tableId) static ExpandoTablestatic ExpandoTableExpandoTableLocalServiceWrapper.getTable(long tableId) ExpandoValueLocalService.getValue(long valueId) ExpandoValueLocalService.getValue(long columnId, long rowId) static ExpandoValueExpandoValueLocalServiceUtil.getValue(long valueId) static ExpandoValueExpandoValueLocalServiceUtil.getValue(long columnId, long rowId) ExpandoValueLocalServiceWrapper.getValue(long valueId) ExpandoValueLocalServiceWrapper.getValue(long columnId, long rowId) ExpandoColumnLocalService.updateColumn(long columnId, String name, int type) ExpandoColumnLocalService.updateColumn(long columnId, String name, int type, Object defaultData) static ExpandoColumnExpandoColumnLocalServiceUtil.updateColumn(long columnId, String name, int type) static ExpandoColumnExpandoColumnLocalServiceUtil.updateColumn(long columnId, String name, int type, Object defaultData) ExpandoColumnLocalServiceWrapper.updateColumn(long columnId, String name, int type) ExpandoColumnLocalServiceWrapper.updateColumn(long columnId, String name, int type, Object defaultData) ExpandoColumnService.updateColumn(long columnId, String name, int type) ExpandoColumnService.updateColumn(long columnId, String name, int type, Object defaultData) static ExpandoColumnExpandoColumnServiceUtil.updateColumn(long columnId, String name, int type) static ExpandoColumnExpandoColumnServiceUtil.updateColumn(long columnId, String name, int type, Object defaultData) ExpandoColumnServiceWrapper.updateColumn(long columnId, String name, int type) ExpandoColumnServiceWrapper.updateColumn(long columnId, String name, int type, Object defaultData) ExpandoTableLocalService.updateTable(long tableId, String name) static ExpandoTableExpandoTableLocalServiceUtil.updateTable(long tableId, String name) ExpandoTableLocalServiceWrapper.updateTable(long tableId, String name) ExpandoColumnLocalService.updateTypeSettings(long columnId, String typeSettings) static ExpandoColumnExpandoColumnLocalServiceUtil.updateTypeSettings(long columnId, String typeSettings) ExpandoColumnLocalServiceWrapper.updateTypeSettings(long columnId, String typeSettings) ExpandoColumnService.updateTypeSettings(long columnId, String typeSettings) static ExpandoColumnExpandoColumnServiceUtil.updateTypeSettings(long columnId, String typeSettings) ExpandoColumnServiceWrapper.updateTypeSettings(long columnId, String typeSettings) -
Uses of PortalException in com.liferay.expando.kernel.service.permission
Methods in com.liferay.expando.kernel.service.permission that throw PortalExceptionModifier and TypeMethodDescriptionstatic voidExpandoColumnPermissionUtil.check(PermissionChecker permissionChecker, long columnId, String actionId) static voidExpandoColumnPermissionUtil.check(PermissionChecker permissionChecker, long companyId, String className, String tableName, String columnName, String actionId) static voidExpandoColumnPermissionUtil.check(PermissionChecker permissionChecker, ExpandoColumn column, String actionId) static booleanExpandoColumnPermissionUtil.contains(PermissionChecker permissionChecker, long columnId, String actionId) -
Uses of PortalException in com.liferay.expando.kernel.util
Methods in com.liferay.expando.kernel.util that throw PortalExceptionModifier and TypeMethodDescriptionstatic Map<String,Serializable> ExpandoUtil.getExpandoBridgeAttributes(ExpandoBridge expandoBridge, PortletRequest portletRequest) static Map<String,Serializable> ExpandoUtil.getExpandoBridgeAttributes(ExpandoBridge expandoBridge, javax.servlet.http.HttpServletRequest httpServletRequest) -
Uses of PortalException in com.liferay.exportimport.kernel.configuration
Methods in com.liferay.exportimport.kernel.configuration that throw PortalExceptionModifier and TypeMethodDescriptionprotected static ExportImportConfigurationExportImportConfigurationUtil.addExportImportConfiguration(PortletRequest portletRequest, int type) static ExportImportConfigurationExportImportConfigurationUtil.addExportLayoutExportImportConfiguration(PortletRequest portletRequest) static ExportImportConfigurationExportImportConfigurationUtil.addPublishLayoutLocalExportImportConfiguration(PortletRequest portletRequest) static ExportImportConfigurationExportImportConfigurationUtil.addPublishLayoutRemoteExportImportConfiguration(PortletRequest portletRequest) static ExportImportConfigurationExportImportConfigurationFactory.buildDefaultLocalPublishingExportImportConfiguration(User user, long sourceGroupId, long targetGroupId, boolean privateLayout) static ExportImportConfigurationExportImportConfigurationFactory.buildDefaultLocalPublishingExportImportConfiguration(User user, long sourceGroupId, long targetGroupId, boolean privateLayout, Map<String, String[]> parameterMap) static ExportImportConfigurationExportImportConfigurationFactory.buildDefaultLocalPublishingExportImportConfiguration(PortletRequest portletRequest) static ExportImportConfigurationExportImportConfigurationFactory.buildDefaultRemotePublishingExportImportConfiguration(User user, long sourceGroupId, boolean privateLayout, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId) protected static ExportImportConfigurationExportImportConfigurationFactory.buildDefaultRemotePublishingExportImportConfiguration(User user, long sourceGroupId, boolean privateLayout, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, Map<String, String[]> parameterMap) static ExportImportConfigurationExportImportConfigurationFactory.buildDefaultRemotePublishingExportImportConfiguration(PortletRequest portletRequest) ExportImportConfigurationSettingsMapFactory.buildSettingsMap(PortletRequest portletRequest, long groupId, int type) Returns an export layout settings map if the type isExportImportConfigurationConstants.TYPE_EXPORT_LAYOUT; otherwise, returns either a local or remote publish layout settings map, depending on the staging type.static Map<String,Serializable> ExportImportConfigurationSettingsMapFactoryUtil.buildSettingsMap(PortletRequest portletRequest, long groupId, int type) Returns an export layout settings map if the type isExportImportConfigurationConstants.TYPE_EXPORT_LAYOUT; otherwise, returns either a local or remote publish layout settings map, depending on the staging type.static ExportImportConfigurationExportImportConfigurationFactory.cloneExportImportConfiguration(ExportImportConfiguration exportImportConfiguration) static String[]ExportImportConfigurationUtil.getExportImportConfigurationParameter(ExportImportConfiguration exportImportConfiguration, String parameterName) static String[]ExportImportConfigurationUtil.getExportImportConfigurationParameter(BackgroundTask backgroundTask, String parameterName) protected static ExportImportConfigurationExportImportConfigurationUtil.updateExportImportConfiguration(PortletRequest portletRequest, int type) static ExportImportConfigurationExportImportConfigurationUtil.updateExportLayoutExportImportConfiguration(PortletRequest portletRequest) static ExportImportConfigurationExportImportConfigurationUtil.updatePublishLayoutLocalExportImportConfiguration(PortletRequest portletRequest) static ExportImportConfigurationExportImportConfigurationUtil.updatePublishLayoutRemoteExportImportConfiguration(PortletRequest portletRequest) -
Uses of PortalException in com.liferay.exportimport.kernel.exception
Subclasses of PortalException in com.liferay.exportimport.kernel.exceptionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of PortalException in com.liferay.exportimport.kernel.lar
Subclasses of PortalException in com.liferay.exportimport.kernel.larMethods in com.liferay.exportimport.kernel.lar that throw PortalExceptionModifier and TypeMethodDescriptionvoidPortletDataContext.addClassedModel(Element element, String path, ClassedModel classedModel) voidPortletDataContext.addClassedModel(Element element, String path, ClassedModel classedModel, Class<?> clazz) voidvoidPortletDataContext.addPermissions(Class<?> clazz, Serializable classPK) voidPortletDataContext.addPermissions(String resourceName, long resourcePK) voidPortletDataContext.addPortalPermissions()voidPortletDataContext.addPortletPermissions(String resourceName) static voidExportImportDateUtil.clearLastPublishDate(long groupId, boolean privateLayout) abstract voidBaseStagedModelDataHandler.deleteStagedModel(String uuid, long groupId, String className, String extraData) abstract voidBaseStagedModelDataHandler.deleteStagedModel(T stagedModel) voidStagedModelDataHandler.deleteStagedModel(String uuid, long groupId, String className, String extraData) Deletes the staged model matching the parameters.voidStagedModelDataHandler.deleteStagedModel(T stagedModel) Deletes the staged model.static voidStagedModelDataHandlerUtil.deleteStagedModel(PortletDataContext portletDataContext, Element deletionElement) static DateRangeExportImportDateUtil.getDateRange(long exportImportConfigurationId) static DateRangeExportImportDateUtil.getDateRange(ExportImportConfiguration exportImportConfiguration) static DateRangeExportImportDateUtil.getDateRange(ExportImportConfiguration exportImportConfiguration, String portletId) protected static DateRangeExportImportDateUtil.getDateRange(String range, int rangeLast, int startDateAmPm, int startDateYear, int startDateMonth, int startDateDay, int startDateHour, int startDateMinute, int endDateAmPm, int endDateYear, int endDateMonth, int endDateDay, int endDateHour, int endDateMinute, String portletId, long groupId, long plid, boolean privateLayout, Locale locale, TimeZone timeZone) static DateRangeExportImportDateUtil.getDateRange(PortletRequest portletRequest, long groupId, boolean privateLayout, long plid, String portletId, String defaultRange) static DateExportImportDateUtil.getLastPublishDate(PortletDataContext portletDataContext, PortletPreferences jxPortletPreferences) ExportImportHelper.getLayoutIdMap(PortletRequest portletRequest) ExportImportHelperUtil.getLayoutIdMap(PortletRequest portletRequest) long[]ExportImportHelper.getLayoutIds(Map<Long, Boolean> layoutIdMap) long[]ExportImportHelper.getLayoutIds(Map<Long, Boolean> layoutIdMap, long targetGroupId) long[]ExportImportHelper.getLayoutIds(PortletRequest portletRequest) long[]ExportImportHelper.getLayoutIds(PortletRequest portletRequest, long targetGroupId) static long[]ExportImportHelperUtil.getLayoutIds(Map<Long, Boolean> layoutIdMap) static long[]ExportImportHelperUtil.getLayoutIds(Map<Long, Boolean> layoutIdMap, long targetGroupId) static long[]ExportImportHelperUtil.getLayoutIds(PortletRequest portletRequest) static long[]ExportImportHelperUtil.getLayoutIds(PortletRequest portletRequest, long targetGroupId) longExportImportHelper.getLayoutModelDeletionCount(PortletDataContext portletDataContext, boolean privateLayout) static longExportImportHelperUtil.getLayoutModelDeletionCount(PortletDataContext portletDataContext, boolean privateLayout) ExportImportHelper.getLayoutOrCreateDummyRootLayout(long plid) Returns the layout with the primary key or a dummy root layout.static LayoutExportImportHelperUtil.getLayoutOrCreateDummyRootLayout(long plid) ExportImportHelper.getMissingParentLayouts(Layout layout, long liveGroupId) ExportImportHelperUtil.getMissingParentLayouts(Layout layout, long liveGroupId) longExportImportHelper.getModelDeletionCount(PortletDataContext portletDataContext, StagedModelType stagedModelType) static longExportImportHelperUtil.getModelDeletionCount(PortletDataContext portletDataContext, StagedModelType stagedModelType) ExportImportHelper.getTempFileEntry(long groupId, long userId, String folderName) static FileEntryExportImportHelperUtil.getTempFileEntry(long groupId, long userId, String folderName) ExportImportHelper.getUserIdStrategy(long userId, String userIdStrategy) static UserIdStrategyExportImportHelperUtil.getUserIdStrategy(long userId, String userIdStrategy) voidPortletDataContext.importClassedModel(ClassedModel classedModel, ClassedModel newClassedModel) voidPortletDataContext.importClassedModel(ClassedModel classedModel, ClassedModel newClassedModel, Class<?> clazz) protected voidBaseStagedModelDataHandler.importComments(PortletDataContext portletDataContext, T stagedModel) voidPortletDataContext.importLocks(Class<?> clazz, String key, String newKey) voidPortletDataContext.importPermissions(Class<?> clazz, Serializable classPK, Serializable newClassPK) voidPortletDataContext.importPermissions(String resourceName, long resourcePK, long newResourcePK) voidPortletDataContext.importPortalPermissions()voidPortletDataContext.importPortletPermissions(String resourceName) protected voidBaseStagedModelDataHandler.importRatings(PortletDataContext portletDataContext, T stagedModel) voidExportImportHelper.processBackgroundTaskManifestSummary(long userId, long sourceGroupId, BackgroundTask backgroundTask, File file) static voidExportImportHelperUtil.processBackgroundTaskManifestSummary(long userId, long sourceGroupId, BackgroundTask backgroundTask, File file) static voidExportImportDateUtil.updateLastPublishDate(long groupId, boolean privateLayout, DateRange dateRange, Date lastPublishDate) -
Uses of PortalException in com.liferay.exportimport.kernel.service
Methods in com.liferay.exportimport.kernel.service that throw PortalExceptionModifier and TypeMethodDescriptionExportImportConfigurationLocalService.addDraftExportImportConfiguration(long userId, int type, Map<String, Serializable> settingsMap) ExportImportConfigurationLocalService.addDraftExportImportConfiguration(long userId, String name, int type, Map<String, Serializable> settingsMap) static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.addDraftExportImportConfiguration(long userId, int type, Map<String, Serializable> settingsMap) static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.addDraftExportImportConfiguration(long userId, String name, int type, Map<String, Serializable> settingsMap) ExportImportConfigurationLocalServiceWrapper.addDraftExportImportConfiguration(long userId, int type, Map<String, Serializable> settingsMap) ExportImportConfigurationLocalServiceWrapper.addDraftExportImportConfiguration(long userId, String name, int type, Map<String, Serializable> settingsMap) ExportImportConfigurationLocalService.addExportImportConfiguration(long userId, long groupId, String name, String description, int type, Map<String, Serializable> settingsMap, int status, ServiceContext serviceContext) ExportImportConfigurationLocalService.addExportImportConfiguration(long userId, long groupId, String name, String description, int type, Map<String, Serializable> settingsMap, ServiceContext serviceContext) static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.addExportImportConfiguration(long userId, long groupId, String name, String description, int type, Map<String, Serializable> settingsMap, int status, ServiceContext serviceContext) static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.addExportImportConfiguration(long userId, long groupId, String name, String description, int type, Map<String, Serializable> settingsMap, ServiceContext serviceContext) ExportImportConfigurationLocalServiceWrapper.addExportImportConfiguration(long userId, long groupId, String name, String description, int type, Map<String, Serializable> settingsMap, int status, ServiceContext serviceContext) ExportImportConfigurationLocalServiceWrapper.addExportImportConfiguration(long userId, long groupId, String name, String description, int type, Map<String, Serializable> settingsMap, ServiceContext serviceContext) voidStagingLocalService.checkDefaultLayoutSetBranches(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, boolean remote, ServiceContext serviceContext) static voidStagingLocalServiceUtil.checkDefaultLayoutSetBranches(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, boolean remote, ServiceContext serviceContext) voidStagingLocalServiceWrapper.checkDefaultLayoutSetBranches(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, boolean remote, ServiceContext serviceContext) voidStagingLocalService.cleanUpStagingRequest(long stagingRequestId) static voidStagingLocalServiceUtil.cleanUpStagingRequest(long stagingRequestId) voidStagingLocalServiceWrapper.cleanUpStagingRequest(long stagingRequestId) voidStagingService.cleanUpStagingRequest(long stagingRequestId) static voidStagingServiceUtil.cleanUpStagingRequest(long stagingRequestId) voidStagingServiceWrapper.cleanUpStagingRequest(long stagingRequestId) ExportImportConfigurationLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelExportImportConfigurationLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) ExportImportConfigurationLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) longStagingLocalService.createStagingRequest(long userId, long groupId, String checksum) static longStagingLocalServiceUtil.createStagingRequest(long userId, long groupId, String checksum) longStagingLocalServiceWrapper.createStagingRequest(long userId, long groupId, String checksum) longStagingService.createStagingRequest(long groupId, String checksum) static longStagingServiceUtil.createStagingRequest(long groupId, String checksum) longStagingServiceWrapper.createStagingRequest(long groupId, String checksum) ExportImportConfigurationLocalService.deleteExportImportConfiguration(long exportImportConfigurationId) Deletes the export import configuration with the primary key from the database.static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.deleteExportImportConfiguration(long exportImportConfigurationId) Deletes the export import configuration with the primary key from the database.ExportImportConfigurationLocalServiceWrapper.deleteExportImportConfiguration(long exportImportConfigurationId) Deletes the export import configuration with the primary key from the database.voidExportImportConfigurationService.deleteExportImportConfiguration(long exportImportConfigurationId) static voidExportImportConfigurationServiceUtil.deleteExportImportConfiguration(long exportImportConfigurationId) voidExportImportConfigurationServiceWrapper.deleteExportImportConfiguration(long exportImportConfigurationId) ExportImportConfigurationLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelExportImportConfigurationLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) ExportImportConfigurationLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) voidStagingLocalService.disableStaging(Group liveGroup, ServiceContext serviceContext) voidStagingLocalService.disableStaging(PortletRequest portletRequest, Group liveGroup, ServiceContext serviceContext) static voidStagingLocalServiceUtil.disableStaging(Group liveGroup, ServiceContext serviceContext) static voidStagingLocalServiceUtil.disableStaging(PortletRequest portletRequest, Group liveGroup, ServiceContext serviceContext) voidStagingLocalServiceWrapper.disableStaging(Group liveGroup, ServiceContext serviceContext) voidStagingLocalServiceWrapper.disableStaging(PortletRequest portletRequest, Group liveGroup, ServiceContext serviceContext) voidStagingLocalService.enableLocalStaging(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext) static voidStagingLocalServiceUtil.enableLocalStaging(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext) voidStagingLocalServiceWrapper.enableLocalStaging(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext) voidStagingService.enableLocalStaging(long groupId, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext) static voidStagingServiceUtil.enableLocalStaging(long groupId, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext) voidStagingServiceWrapper.enableLocalStaging(long groupId, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext) voidStagingLocalService.enableRemoteStaging(long userId, Group stagingGroup, boolean branchingPublic, boolean branchingPrivate, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, ServiceContext serviceContext) static voidStagingLocalServiceUtil.enableRemoteStaging(long userId, Group stagingGroup, boolean branchingPublic, boolean branchingPrivate, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, ServiceContext serviceContext) voidStagingLocalServiceWrapper.enableRemoteStaging(long userId, Group stagingGroup, boolean branchingPublic, boolean branchingPrivate, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, ServiceContext serviceContext) voidStagingService.enableRemoteStaging(long groupId, boolean branchingPublic, boolean branchingPrivate, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, ServiceContext serviceContext) static voidStagingServiceUtil.enableRemoteStaging(long groupId, boolean branchingPublic, boolean branchingPrivate, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, ServiceContext serviceContext) voidStagingServiceWrapper.enableRemoteStaging(long groupId, boolean branchingPublic, boolean branchingPrivate, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, ServiceContext serviceContext) ExportImportLocalService.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) static FileExportImportLocalServiceUtil.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) ExportImportLocalServiceWrapper.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) ExportImportService.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) static FileExportImportServiceUtil.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) ExportImportServiceWrapper.exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) longExportImportLocalService.exportLayoutsAsFileInBackground(long userId, long exportImportConfigurationId) longExportImportLocalService.exportLayoutsAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration) static longExportImportLocalServiceUtil.exportLayoutsAsFileInBackground(long userId, long exportImportConfigurationId) static longExportImportLocalServiceUtil.exportLayoutsAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration) longExportImportLocalServiceWrapper.exportLayoutsAsFileInBackground(long userId, long exportImportConfigurationId) longExportImportLocalServiceWrapper.exportLayoutsAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration) longExportImportService.exportLayoutsAsFileInBackground(long exportImportConfigurationId) longExportImportService.exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration) static longExportImportServiceUtil.exportLayoutsAsFileInBackground(long exportImportConfigurationId) static longExportImportServiceUtil.exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration) longExportImportServiceWrapper.exportLayoutsAsFileInBackground(long exportImportConfigurationId) longExportImportServiceWrapper.exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration) ExportImportLocalService.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) static FileExportImportLocalServiceUtil.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) ExportImportLocalServiceWrapper.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) ExportImportService.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) static FileExportImportServiceUtil.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) ExportImportServiceWrapper.exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) longExportImportLocalService.exportPortletInfoAsFileInBackground(long userId, long exportImportConfigurationId) longExportImportLocalService.exportPortletInfoAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration) static longExportImportLocalServiceUtil.exportPortletInfoAsFileInBackground(long userId, long exportImportConfigurationId) static longExportImportLocalServiceUtil.exportPortletInfoAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration) longExportImportLocalServiceWrapper.exportPortletInfoAsFileInBackground(long userId, long exportImportConfigurationId) longExportImportLocalServiceWrapper.exportPortletInfoAsFileInBackground(long userId, ExportImportConfiguration exportImportConfiguration) longExportImportService.exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration) static longExportImportServiceUtil.exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration) longExportImportServiceWrapper.exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration) ExportImportConfigurationLocalService.getExportImportConfiguration(long exportImportConfigurationId) Returns the export import configuration with the primary key.static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.getExportImportConfiguration(long exportImportConfigurationId) Returns the export import configuration with the primary key.ExportImportConfigurationLocalServiceWrapper.getExportImportConfiguration(long exportImportConfigurationId) Returns the export import configuration with the primary key.ExportImportConfigurationLocalService.getExportImportConfigurations(Hits hits) static List<ExportImportConfiguration>ExportImportConfigurationLocalServiceUtil.getExportImportConfigurations(Hits hits) ExportImportConfigurationLocalServiceWrapper.getExportImportConfigurations(Hits hits) ExportImportConfigurationLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelExportImportConfigurationLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) ExportImportConfigurationLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) booleanStagingService.hasRemoteLayout(String uuid, long groupId, boolean privateLayout) static booleanStagingServiceUtil.hasRemoteLayout(String uuid, long groupId, boolean privateLayout) booleanStagingServiceWrapper.hasRemoteLayout(String uuid, long groupId, boolean privateLayout) voidExportImportLocalService.importLayouts(ExportImportConfiguration exportImportConfiguration, File file) voidExportImportLocalService.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static voidExportImportLocalServiceUtil.importLayouts(ExportImportConfiguration exportImportConfiguration, File file) static voidExportImportLocalServiceUtil.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) voidExportImportLocalServiceWrapper.importLayouts(ExportImportConfiguration exportImportConfiguration, File file) voidExportImportLocalServiceWrapper.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) voidExportImportService.importLayouts(ExportImportConfiguration exportImportConfiguration, File file) voidExportImportService.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static voidExportImportServiceUtil.importLayouts(ExportImportConfiguration exportImportConfiguration, File file) static voidExportImportServiceUtil.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) voidExportImportServiceWrapper.importLayouts(ExportImportConfiguration exportImportConfiguration, File file) voidExportImportServiceWrapper.importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) voidExportImportLocalService.importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) static voidExportImportLocalServiceUtil.importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) voidExportImportLocalServiceWrapper.importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) longExportImportLocalService.importLayoutSetPrototypeInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) static longExportImportLocalServiceUtil.importLayoutSetPrototypeInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) longExportImportLocalServiceWrapper.importLayoutSetPrototypeInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) longExportImportLocalService.importLayoutsInBackground(long userId, long exportImportConfigurationId, File file) longExportImportLocalService.importLayoutsInBackground(long userId, long exportImportConfigurationId, InputStream inputStream) longExportImportLocalService.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) longExportImportLocalService.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static longExportImportLocalServiceUtil.importLayoutsInBackground(long userId, long exportImportConfigurationId, File file) static longExportImportLocalServiceUtil.importLayoutsInBackground(long userId, long exportImportConfigurationId, InputStream inputStream) static longExportImportLocalServiceUtil.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) static longExportImportLocalServiceUtil.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) longExportImportLocalServiceWrapper.importLayoutsInBackground(long userId, long exportImportConfigurationId, File file) longExportImportLocalServiceWrapper.importLayoutsInBackground(long userId, long exportImportConfigurationId, InputStream inputStream) longExportImportLocalServiceWrapper.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) longExportImportLocalServiceWrapper.importLayoutsInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) longExportImportService.importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, File file) longExportImportService.importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static longExportImportServiceUtil.importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, File file) static longExportImportServiceUtil.importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) longExportImportServiceWrapper.importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, File file) longExportImportServiceWrapper.importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) voidExportImportLocalService.importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) static voidExportImportLocalServiceUtil.importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) voidExportImportLocalServiceWrapper.importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) voidExportImportLocalService.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) voidExportImportLocalService.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static voidExportImportLocalServiceUtil.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) static voidExportImportLocalServiceUtil.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) voidExportImportLocalServiceWrapper.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) voidExportImportLocalServiceWrapper.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) voidExportImportService.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) voidExportImportService.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static voidExportImportServiceUtil.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) static voidExportImportServiceUtil.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) voidExportImportServiceWrapper.importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) voidExportImportServiceWrapper.importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) longExportImportLocalService.importPortletInfoInBackground(long userId, long exportImportConfigurationId, File file) longExportImportLocalService.importPortletInfoInBackground(long userId, long exportImportConfigurationId, InputStream inputStream) longExportImportLocalService.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) longExportImportLocalService.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static longExportImportLocalServiceUtil.importPortletInfoInBackground(long userId, long exportImportConfigurationId, File file) static longExportImportLocalServiceUtil.importPortletInfoInBackground(long userId, long exportImportConfigurationId, InputStream inputStream) static longExportImportLocalServiceUtil.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) static longExportImportLocalServiceUtil.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) longExportImportLocalServiceWrapper.importPortletInfoInBackground(long userId, long exportImportConfigurationId, File file) longExportImportLocalServiceWrapper.importPortletInfoInBackground(long userId, long exportImportConfigurationId, InputStream inputStream) longExportImportLocalServiceWrapper.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, File file) longExportImportLocalServiceWrapper.importPortletInfoInBackground(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) longExportImportService.importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, File file) longExportImportService.importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static longExportImportServiceUtil.importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, File file) static longExportImportServiceUtil.importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) longExportImportServiceWrapper.importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, File file) longExportImportServiceWrapper.importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) longExportImportLocalService.mergeLayoutSetPrototypeInBackground(long userId, long groupId, ExportImportConfiguration exportImportConfiguration) static longExportImportLocalServiceUtil.mergeLayoutSetPrototypeInBackground(long userId, long groupId, ExportImportConfiguration exportImportConfiguration) longExportImportLocalServiceWrapper.mergeLayoutSetPrototypeInBackground(long userId, long groupId, ExportImportConfiguration exportImportConfiguration) ExportImportConfigurationLocalService.moveExportImportConfigurationToTrash(long userId, long exportImportConfigurationId) static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.moveExportImportConfigurationToTrash(long userId, long exportImportConfigurationId) ExportImportConfigurationLocalServiceWrapper.moveExportImportConfigurationToTrash(long userId, long exportImportConfigurationId) ExportImportConfigurationService.moveExportImportConfigurationToTrash(long exportImportConfigurationId) static ExportImportConfigurationExportImportConfigurationServiceUtil.moveExportImportConfigurationToTrash(long exportImportConfigurationId) ExportImportConfigurationServiceWrapper.moveExportImportConfigurationToTrash(long exportImportConfigurationId) voidStagingService.propagateExportImportLifecycleEvent(int code, int processFlag, String processId, List<Serializable> arguments) static voidStagingServiceUtil.propagateExportImportLifecycleEvent(int code, int processFlag, String processId, List<Serializable> arguments) voidStagingServiceWrapper.propagateExportImportLifecycleEvent(int code, int processFlag, String processId, List<Serializable> arguments) StagingLocalService.publishStagingRequest(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration) static MissingReferencesStagingLocalServiceUtil.publishStagingRequest(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration) StagingLocalServiceWrapper.publishStagingRequest(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration) StagingService.publishStagingRequest(long stagingRequestId, ExportImportConfiguration exportImportConfiguration) static MissingReferencesStagingServiceUtil.publishStagingRequest(long stagingRequestId, ExportImportConfiguration exportImportConfiguration) StagingServiceWrapper.publishStagingRequest(long stagingRequestId, ExportImportConfiguration exportImportConfiguration) ExportImportConfigurationLocalService.restoreExportImportConfigurationFromTrash(long userId, long exportImportConfigurationId) static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.restoreExportImportConfigurationFromTrash(long userId, long exportImportConfigurationId) ExportImportConfigurationLocalServiceWrapper.restoreExportImportConfigurationFromTrash(long userId, long exportImportConfigurationId) ExportImportConfigurationService.restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) static ExportImportConfigurationExportImportConfigurationServiceUtil.restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) ExportImportConfigurationServiceWrapper.restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) ExportImportConfigurationLocalService.searchExportImportConfigurations(long companyId, long groupId, int type, String keywords, int start, int end, Sort sort) ExportImportConfigurationLocalService.searchExportImportConfigurations(long companyId, long groupId, int type, String name, String description, boolean andSearch, int start, int end, Sort sort) ExportImportConfigurationLocalServiceUtil.searchExportImportConfigurations(long companyId, long groupId, int type, String keywords, int start, int end, Sort sort) ExportImportConfigurationLocalServiceUtil.searchExportImportConfigurations(long companyId, long groupId, int type, String name, String description, boolean andSearch, int start, int end, Sort sort) ExportImportConfigurationLocalServiceWrapper.searchExportImportConfigurations(long companyId, long groupId, int type, String keywords, int start, int end, Sort sort) ExportImportConfigurationLocalServiceWrapper.searchExportImportConfigurations(long companyId, long groupId, int type, String name, String description, boolean andSearch, int start, int end, Sort sort) ExportImportConfigurationLocalService.updateExportImportConfiguration(long userId, long exportImportConfigurationId, String name, String description, Map<String, Serializable> settingsMap, ServiceContext serviceContext) static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.updateExportImportConfiguration(long userId, long exportImportConfigurationId, String name, String description, Map<String, Serializable> settingsMap, ServiceContext serviceContext) ExportImportConfigurationLocalServiceWrapper.updateExportImportConfiguration(long userId, long exportImportConfigurationId, String name, String description, Map<String, Serializable> settingsMap, ServiceContext serviceContext) voidStagingLocalService.updateStagingRequest(long userId, long stagingRequestId, String fileName, byte[] bytes) static voidStagingLocalServiceUtil.updateStagingRequest(long userId, long stagingRequestId, String fileName, byte[] bytes) voidStagingLocalServiceWrapper.updateStagingRequest(long userId, long stagingRequestId, String fileName, byte[] bytes) voidStagingService.updateStagingRequest(long stagingRequestId, String fileName, byte[] bytes) static voidStagingServiceUtil.updateStagingRequest(long stagingRequestId, String fileName, byte[] bytes) voidStagingServiceWrapper.updateStagingRequest(long stagingRequestId, String fileName, byte[] bytes) ExportImportConfigurationLocalService.updateStatus(long userId, long exportImportConfigurationId, int status) static ExportImportConfigurationExportImportConfigurationLocalServiceUtil.updateStatus(long userId, long exportImportConfigurationId, int status) ExportImportConfigurationLocalServiceWrapper.updateStatus(long userId, long exportImportConfigurationId, int status) ExportImportLocalService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file) ExportImportLocalService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static MissingReferencesExportImportLocalServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file) static MissingReferencesExportImportLocalServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) ExportImportLocalServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file) ExportImportLocalServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) ExportImportService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file) ExportImportService.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static MissingReferencesExportImportServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file) static MissingReferencesExportImportServiceUtil.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) ExportImportServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file) ExportImportServiceWrapper.validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) ExportImportLocalService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) ExportImportLocalService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static MissingReferencesExportImportLocalServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) static MissingReferencesExportImportLocalServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) ExportImportLocalServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) ExportImportLocalServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) ExportImportService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) ExportImportService.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static MissingReferencesExportImportServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) static MissingReferencesExportImportServiceUtil.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) ExportImportServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) ExportImportServiceWrapper.validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) -
Uses of PortalException in com.liferay.exportimport.kernel.staging
Methods in com.liferay.exportimport.kernel.staging that throw PortalExceptionModifier and TypeMethodDescription<T extends BaseModel>
voidStaging.addModelToChangesetCollection(T model) static <T extends BaseModel>
voidStagingUtil.addModelToChangesetCollection(T model) longStaging.copyFromLive(PortletRequest portletRequest) longStaging.copyFromLive(PortletRequest portletRequest, Portlet portlet) static longStagingUtil.copyFromLive(PortletRequest portletRequest) static longStagingUtil.copyFromLive(PortletRequest portletRequest, Portlet portlet) longStaging.copyRemoteLayouts(long exportImportConfigurationId) longStaging.copyRemoteLayouts(long sourceGroupId, boolean privateLayout, Map<Long, Boolean> layoutIdMap, String name, Map<String, String[]> parameterMap, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, boolean remotePrivateLayout) longStaging.copyRemoteLayouts(long sourceGroupId, boolean privateLayout, Map<Long, Boolean> layoutIdMap, Map<String, String[]> parameterMap, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, boolean remotePrivateLayout) longStaging.copyRemoteLayouts(ExportImportConfiguration exportImportConfiguration) static longStagingUtil.copyRemoteLayouts(long exportImportConfigurationId) static longStagingUtil.copyRemoteLayouts(long sourceGroupId, boolean privateLayout, Map<Long, Boolean> layoutIdMap, String name, Map<String, String[]> parameterMap, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, boolean remotePrivateLayout) static longStagingUtil.copyRemoteLayouts(long sourceGroupId, boolean privateLayout, Map<Long, Boolean> layoutIdMap, Map<String, String[]> parameterMap, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, boolean remotePrivateLayout) static longStagingUtil.copyRemoteLayouts(ExportImportConfiguration exportImportConfiguration) voidStaging.deleteLastImportSettings(Group liveGroup, boolean privateLayout) static voidStagingUtil.deleteLastImportSettings(Group liveGroup, boolean privateLayout) longStaging.getRecentLayoutRevisionId(User user, long layoutSetBranchId, long plid) longStaging.getRecentLayoutRevisionId(javax.servlet.http.HttpServletRequest httpServletRequest, long layoutSetBranchId, long plid) static longStagingUtil.getRecentLayoutRevisionId(User user, long layoutSetBranchId, long plid) static longStagingUtil.getRecentLayoutRevisionId(javax.servlet.http.HttpServletRequest httpServletRequest, long layoutSetBranchId, long plid) Staging.getRemoteLayout(long userId, long stagingGroupId, long plid) static LayoutStagingUtil.getRemoteLayout(long userId, long stagingGroupId, long plid) longStaging.getRemoteLayoutPlid(long userId, long stagingGroupId, long plid) static longStagingUtil.getRemoteLayoutPlid(long userId, long stagingGroupId, long plid) Staging.getRemoteSiteURL(Group stagingGroup, boolean privateLayout) static StringStagingUtil.getRemoteSiteURL(Group stagingGroup, boolean privateLayout) long[]Staging.getStagingAndLiveGroupIds(long groupId) static long[]StagingUtil.getStagingAndLiveGroupIds(long groupId) Staging.getWorkflowTask(long userId, LayoutRevision layoutRevision) static WorkflowTaskStagingUtil.getWorkflowTask(long userId, LayoutRevision layoutRevision) booleanStaging.hasRemoteLayout(long userId, long stagingGroupId, long plid) static booleanStagingUtil.hasRemoteLayout(long userId, long stagingGroupId, long plid) booleanStaging.hasWorkflowTask(long userId, LayoutRevision layoutRevision) static booleanStagingUtil.hasWorkflowTask(long userId, LayoutRevision layoutRevision) booleanStaging.isGroupAccessible(long groupId, long fromGroupId) static booleanStagingUtil.isGroupAccessible(long groupId, long fromGroupId) voidStaging.populateLastPublishDateCounts(PortletDataContext portletDataContext, StagedModelType[] stagedModelTypes) voidStaging.populateLastPublishDateCounts(PortletDataContext portletDataContext, String[] classNames) static voidStagingUtil.populateLastPublishDateCounts(PortletDataContext portletDataContext, StagedModelType[] stagedModelTypes) static voidStagingUtil.populateLastPublishDateCounts(PortletDataContext portletDataContext, String[] classNames) longStaging.publishLayout(long userId, long plid, long liveGroupId, boolean includeChildren) static longStagingUtil.publishLayout(long userId, long plid, long liveGroupId, boolean includeChildren) longStaging.publishLayouts(long userId, long exportImportConfigurationId) longStaging.publishLayouts(long userId, long sourceGroupId, long targetGroupId, boolean privateLayout, long[] layoutIds, String name, Map<String, String[]> parameterMap) longStaging.publishLayouts(long userId, long sourceGroupId, long targetGroupId, boolean privateLayout, long[] layoutIds, Map<String, String[]> parameterMap) longStaging.publishLayouts(long userId, long sourceGroupId, long targetGroupId, boolean privateLayout, Map<String, String[]> parameterMap) longStaging.publishLayouts(long userId, ExportImportConfiguration exportImportConfiguration) static longStagingUtil.publishLayouts(long userId, long exportImportConfigurationId) static longStagingUtil.publishLayouts(long userId, long sourceGroupId, long targetGroupId, boolean privateLayout, long[] layoutIds, String name, Map<String, String[]> parameterMap) static longStagingUtil.publishLayouts(long userId, long sourceGroupId, long targetGroupId, boolean privateLayout, long[] layoutIds, Map<String, String[]> parameterMap) static longStagingUtil.publishLayouts(long userId, long sourceGroupId, long targetGroupId, boolean privateLayout, Map<String, String[]> parameterMap) static longStagingUtil.publishLayouts(long userId, ExportImportConfiguration exportImportConfiguration) longStaging.publishPortlet(long userId, long exportImportConfigurationId) longStaging.publishPortlet(long userId, long sourceGroupId, long targetGroupId, long sourcePlid, long targetPlid, String portletId, Map<String, String[]> parameterMap) longStaging.publishPortlet(long userId, ExportImportConfiguration exportImportConfiguration) static longStagingUtil.publishPortlet(long userId, long exportImportConfigurationId) static longStagingUtil.publishPortlet(long userId, long sourceGroupId, long targetGroupId, long sourcePlid, long targetPlid, String portletId, Map<String, String[]> parameterMap) static longStagingUtil.publishPortlet(long userId, ExportImportConfiguration exportImportConfiguration) longStaging.publishToLive(PortletRequest portletRequest) longStaging.publishToLive(PortletRequest portletRequest, Portlet portlet) static longStagingUtil.publishToLive(PortletRequest portletRequest) static longStagingUtil.publishToLive(PortletRequest portletRequest, Portlet portlet) longStaging.publishToRemote(PortletRequest portletRequest) static longStagingUtil.publishToRemote(PortletRequest portletRequest) <T extends BaseModel>
voidStaging.removeModelFromChangesetCollection(T model) static <T extends BaseModel>
voidStagingUtil.removeModelFromChangesetCollection(T model) voidStaging.scheduleCopyFromLive(PortletRequest portletRequest) static voidStagingUtil.scheduleCopyFromLive(PortletRequest portletRequest) voidStaging.schedulePublishToLive(PortletRequest portletRequest) static voidStagingUtil.schedulePublishToLive(PortletRequest portletRequest) voidStaging.schedulePublishToRemote(PortletRequest portletRequest) static voidStagingUtil.schedulePublishToRemote(PortletRequest portletRequest) voidStaging.setRecentLayoutBranchId(User user, long layoutSetBranchId, long plid, long layoutBranchId) voidStaging.setRecentLayoutBranchId(javax.servlet.http.HttpServletRequest httpServletRequest, long layoutSetBranchId, long plid, long layoutBranchId) static voidStagingUtil.setRecentLayoutBranchId(User user, long layoutSetBranchId, long plid, long layoutBranchId) static voidStagingUtil.setRecentLayoutBranchId(javax.servlet.http.HttpServletRequest httpServletRequest, long layoutSetBranchId, long plid, long layoutBranchId) voidStaging.setRecentLayoutRevisionId(User user, long layoutSetBranchId, long plid, long layoutRevisionId) voidStaging.setRecentLayoutRevisionId(javax.servlet.http.HttpServletRequest httpServletRequest, long layoutSetBranchId, long plid, long layoutRevisionId) static voidStagingUtil.setRecentLayoutRevisionId(User user, long layoutSetBranchId, long plid, long layoutRevisionId) static voidStagingUtil.setRecentLayoutRevisionId(javax.servlet.http.HttpServletRequest httpServletRequest, long layoutSetBranchId, long plid, long layoutRevisionId) voidStaging.setRecentLayoutSetBranchId(User user, long layoutSetId, long layoutSetBranchId) voidStaging.setRecentLayoutSetBranchId(javax.servlet.http.HttpServletRequest httpServletRequest, long layoutSetId, long layoutSetBranchId) static voidStagingUtil.setRecentLayoutSetBranchId(User user, long layoutSetId, long layoutSetBranchId) static voidStagingUtil.setRecentLayoutSetBranchId(javax.servlet.http.HttpServletRequest httpServletRequest, long layoutSetId, long layoutSetBranchId) voidStaging.setRemoteSiteURL(Group stagingGroup, boolean overrideRemoteSiteURL, String remoteSiteURL) static voidStagingUtil.setRemoteSiteURL(Group stagingGroup, boolean overrideRemoteSiteURL, String remoteSiteURL) voidStaging.unscheduleCopyFromLive(PortletRequest portletRequest) static voidStagingUtil.unscheduleCopyFromLive(PortletRequest portletRequest) voidStaging.unschedulePublishToLive(PortletRequest portletRequest) static voidStagingUtil.unschedulePublishToLive(PortletRequest portletRequest) voidStaging.unschedulePublishToRemote(PortletRequest portletRequest) static voidStagingUtil.unschedulePublishToRemote(PortletRequest portletRequest) voidStaging.updateLastImportSettings(Element layoutElement, Layout layout, PortletDataContext portletDataContext) static voidStagingUtil.updateLastImportSettings(Element layoutElement, Layout layout, PortletDataContext portletDataContext) voidStaging.validateRemoteGroupIsSame(long groupId, long remoteGroupId, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection) static voidStagingUtil.validateRemoteGroupIsSame(long groupId, long remoteGroupId, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection) -
Uses of PortalException in com.liferay.layout.seo.kernel
Methods in com.liferay.layout.seo.kernel that throw PortalExceptionModifier and TypeMethodDescriptionLayoutSEOLinkManager.getCanonicalLayoutSEOLink(Layout layout, Locale locale, String canonicalURL, ThemeDisplay themeDisplay) default StringLayoutSEOLinkManager.getFullPageTitle(Layout layout, String portletId, String tilesTitle, ListMergeable<String> titleListMergeable, ListMergeable<String> subtitleListMergeable, String companyName, Locale locale) LayoutSEOLinkManager.getLocalizedLayoutSEOLinks(Layout layout, Locale locale, String canonicalURL, Set<Locale> availableLocales) default StringLayoutSEOLinkManager.getPageTitle(Layout layout, String portletId, String tilesTitle, ListMergeable<String> titleListMergeable, ListMergeable<String> subtitleListMergeable, Locale locale) default StringLayoutSEOLinkManager.getPageTitleSuffix(Layout layout, String companyName) -
Uses of PortalException in com.liferay.layout.utility.page.kernel.provider
Methods in com.liferay.layout.utility.page.kernel.provider that throw PortalExceptionModifier and TypeMethodDescriptionLayoutUtilityPageEntryLayoutProvider.getDefaultLayoutUtilityPageEntryLayout(long groupId, String type) -
Uses of PortalException in com.liferay.layout.utility.page.kernel.provider.util
Methods in com.liferay.layout.utility.page.kernel.provider.util that throw PortalExceptionModifier and TypeMethodDescriptionstatic LayoutLayoutUtilityPageEntryLayoutProviderUtil.getDefaultLayoutUtilityPageEntryLayout(long groupId, String type) -
Uses of PortalException in com.liferay.portal.kernel.audit
Subclasses of PortalException in com.liferay.portal.kernel.audit -
Uses of PortalException in com.liferay.portal.kernel.backgroundtask
Methods in com.liferay.portal.kernel.backgroundtask that throw PortalExceptionModifier and TypeMethodDescriptionvoidBackgroundTask.addAttachment(long userId, String fileName, File file) voidBackgroundTask.addAttachment(long userId, String fileName, InputStream inputStream) BackgroundTask.addAttachmentsFolder()BackgroundTaskManager.addBackgroundTask(long userId, long groupId, String name, String[] servletContextNames, Class<?> taskExecutorClass, Map<String, Serializable> taskContextMap, ServiceContext serviceContext) BackgroundTaskManager.addBackgroundTask(long userId, long groupId, String name, String taskExecutorClassName, Map<String, Serializable> taskContextMap, ServiceContext serviceContext) static BackgroundTaskBackgroundTaskManagerUtil.addBackgroundTask(long userId, long groupId, String name, String[] servletContextNames, Class<?> taskExecutorClass, Map<String, Serializable> taskContextMap, ServiceContext serviceContext) static BackgroundTaskBackgroundTaskManagerUtil.addBackgroundTask(long userId, long groupId, String name, String taskExecutorClassName, Map<String, Serializable> taskContextMap, ServiceContext serviceContext) voidBackgroundTaskManager.addBackgroundTaskAttachment(long userId, long backgroundTaskId, String fileName, File file) voidBackgroundTaskManager.addBackgroundTaskAttachment(long userId, long backgroundTaskId, String fileName, InputStream inputStream) static voidBackgroundTaskManagerUtil.addBackgroundTaskAttachment(long userId, long backgroundTaskId, String fileName, File file) BackgroundTaskManager.deleteBackgroundTask(long backgroundTaskId) static BackgroundTaskBackgroundTaskManagerUtil.deleteBackgroundTask(long backgroundTaskId) voidBackgroundTaskManager.deleteCompanyBackgroundTasks(long companyId) static voidBackgroundTaskManagerUtil.deleteCompanyBackgroundTasks(long companyId) voidBackgroundTaskManager.deleteGroupBackgroundTasks(long groupId) voidBackgroundTaskManager.deleteGroupBackgroundTasks(long groupId, String name, String taskExecutorClassName) static voidBackgroundTaskManagerUtil.deleteGroupBackgroundTasks(long groupId) static voidBackgroundTaskManagerUtil.deleteGroupBackgroundTasks(long groupId, String name, String taskExecutorClassName) BackgroundTask.getAttachmentsFileEntries()intBackgroundTask.getAttachmentsFileEntriesCount()BackgroundTaskManager.getBackgroundTask(long backgroundTaskId) static BackgroundTaskBackgroundTaskManagerUtil.getBackgroundTask(long backgroundTaskId) -
Uses of PortalException in com.liferay.portal.kernel.captcha
Subclasses of PortalException in com.liferay.portal.kernel.captchaModifier and TypeClassDescriptionclassclassclass -
Uses of PortalException in com.liferay.portal.kernel.cluster
Subclasses of PortalException in com.liferay.portal.kernel.cluster -
Uses of PortalException in com.liferay.portal.kernel.comment
Subclasses of PortalException in com.liferay.portal.kernel.commentMethods in com.liferay.portal.kernel.comment that throw PortalExceptionModifier and TypeMethodDescriptionlongCommentManager.addComment(long userId, long groupId, String className, long classPK, String body, Function<String, ServiceContext> serviceContextFunction) longCommentManager.addComment(String externalReferenceCode, long userId, long groupId, String className, long classPK, String userName, String subject, String body, Function<String, ServiceContext> serviceContextFunction) longCommentManager.addComment(String externalReferenceCode, long userId, String className, long classPK, String userName, long parentCommentId, String subject, String body, Function<String, ServiceContext> serviceContextFunction) static longCommentManagerUtil.addComment(long userId, long groupId, String className, long classPK, String userName, String subject, String body, Function<String, ServiceContext> serviceContextFunction) static longCommentManagerUtil.addComment(long userId, long groupId, String className, long classPK, String body, Function<String, ServiceContext> serviceContextFunction) static longCommentManagerUtil.addComment(long userId, String className, long classPK, String userName, long parentCommentId, String subject, String body, Function<String, ServiceContext> serviceContextFunction) voidCommentManager.addDiscussion(long userId, long groupId, String className, long classPK, String userName) static voidCommentManagerUtil.addDiscussion(long userId, long groupId, String className, long classPK, String userName) voidBaseDiscussionPermission.checkAddPermission(PermissionChecker permissionChecker, long companyId, long groupId, String className, long classPK) voidDiscussionPermission.checkAddPermission(PermissionChecker permissionChecker, long companyId, long groupId, String className, long classPK) voidBaseDiscussionPermission.checkDeletePermission(PermissionChecker permissionChecker, long commentId) voidDiscussionPermission.checkDeletePermission(PermissionChecker permissionChecker, long commentId) voidBaseDiscussionPermission.checkSubscribePermission(PermissionChecker permissionChecker, long companyId, long groupId, String className, long classPK) voidDiscussionPermission.checkSubscribePermission(PermissionChecker permissionChecker, long companyId, long groupId, String className, long classPK) voidBaseDiscussionPermission.checkUpdatePermission(PermissionChecker permissionChecker, long commentId) voidDiscussionPermission.checkUpdatePermission(PermissionChecker permissionChecker, long commentId) voidBaseDiscussionPermission.checkViewPermission(PermissionChecker permissionChecker, long companyId, long groupId, String className, long classPK) voidDiscussionPermission.checkViewPermission(PermissionChecker permissionChecker, long companyId, long groupId, String className, long classPK) CommentManager.copyDiscussion(long userId, long groupId, String className, long classPK, long newClassPK, Function<String, ServiceContext> serviceContextFunction) voidCommentManager.deleteComment(long commentId) static voidCommentManagerUtil.deleteComment(long commentId) voidCommentManager.deleteDiscussion(String className, long classPK) static voidCommentManagerUtil.deleteDiscussion(String className, long classPK) voidCommentManager.deleteGroupComments(long groupId) static voidCommentManagerUtil.deleteGroupComments(long groupId) CommentManager.fetchDiscussionComment(long userId, long commentId) CommentManager.getComment(long groupId, String externalReferenceCode) CommentManager.getDiscussion(long userId, long groupId, String className, long classPK, Function<String, ServiceContext> serviceContextFunction) static DiscussionCommentManagerUtil.getDiscussion(long userId, long groupId, String className, long classPK, Function<String, ServiceContext> serviceContextFunction) DiscussionComment.getParentComment()CommentManager.getRootComments(String className, long classPK, int status, int start, int end) Returns a range of all the model's root comments matching the class name, class primary key, and status.Comment.getUser()booleanDiscussionPermission.hasAddPermission(PermissionChecker permissionChecker, long companyId, long groupId, String className, long classPK) booleanBaseDiscussionPermission.hasDeletePermission(PermissionChecker permissionChecker, long commentId) booleanDiscussionPermission.hasDeletePermission(PermissionChecker permissionChecker, long commentId) booleanCommentManager.hasDiscussion(String className, long classPK) static booleanCommentManagerUtil.hasDiscussion(String className, long classPK) booleanDiscussionPermission.hasPermission(PermissionChecker permissionChecker, long commentId, String actionId) default booleanDiscussionPermission.hasPermission(PermissionChecker permissionChecker, Comment comment, String actionId) booleanDiscussionPermission.hasSubscribePermission(PermissionChecker permissionChecker, long companyId, long groupId, String className, long classPK) booleanBaseDiscussionPermission.hasUpdatePermission(PermissionChecker permissionChecker, long commentId) booleanDiscussionPermission.hasUpdatePermission(PermissionChecker permissionChecker, long commentId) booleanDiscussionPermission.hasViewPermission(PermissionChecker permissionChecker, long companyId, long groupId, String className, long classPK) voidCommentManager.subscribeDiscussion(long userId, long groupId, String className, long classPK) static voidCommentManagerUtil.subscribeDiscussion(long userId, long groupId, String className, long classPK) voidCommentManager.unsubscribeDiscussion(long userId, String className, long classPK) static voidCommentManagerUtil.unsubscribeDiscussion(long userId, String className, long classPK) longCommentManager.updateComment(long userId, String className, long classPK, long commentId, String subject, String body, Function<String, ServiceContext> serviceContextFunction) static longCommentManagerUtil.updateComment(long userId, String className, long classPK, long commentId, String subject, String body, Function<String, ServiceContext> serviceContextFunction) -
Uses of PortalException in com.liferay.portal.kernel.comment.display.context
Methods in com.liferay.portal.kernel.comment.display.context that throw PortalExceptionModifier and TypeMethodDescriptionCommentTreeDisplayContext.getPublishButtonLabel(Locale locale) booleanCommentTreeDisplayContext.isActionControlsVisible()booleanCommentSectionDisplayContext.isControlsVisible()booleanCommentTreeDisplayContext.isDeleteActionControlVisible()booleanCommentSectionDisplayContext.isDiscussionVisible()booleanCommentTreeDisplayContext.isDiscussionVisible()booleanCommentTreeDisplayContext.isEditActionControlVisible()booleanCommentTreeDisplayContext.isEditControlsVisible()booleanCommentSectionDisplayContext.isMessageThreadVisible()booleanCommentTreeDisplayContext.isRatingsVisible()booleanCommentTreeDisplayContext.isReplyActionControlVisible()booleanCommentTreeDisplayContext.isWorkflowStatusVisible() -
Uses of PortalException in com.liferay.portal.kernel.cookies
Subclasses of PortalException in com.liferay.portal.kernel.cookies -
Uses of PortalException in com.liferay.portal.kernel.dao.orm
Methods in com.liferay.portal.kernel.dao.orm that throw PortalExceptionModifier and TypeMethodDescriptionprotected voidDefaultActionableDynamicQuery.actionsCompleted()protected voidIndexableActionableDynamicQuery.actionsCompleted()voidIndexableActionableDynamicQuery.addDocuments(Document... documents) protected longDefaultActionableDynamicQuery.doPerformActions(long previousPrimaryKey) protected longIndexableActionableDynamicQuery.doPerformActions(long previousPrimaryKey) protected ObjectDefaultActionableDynamicQuery.executeDynamicQuery(Method dynamicQueryMethod, Object... arguments) protected voidIndexableActionableDynamicQuery.indexInterval()protected voidDefaultActionableDynamicQuery.intervalCompleted(long startPrimaryKey, long endPrimaryKey) voidActionableDynamicQuery.PerformActionMethod.performAction(T t) protected voidDefaultActionableDynamicQuery.performAction(Object object) protected voidIndexableActionableDynamicQuery.performAction(Object object) voidActionableDynamicQuery.performActions()voidDefaultActionableDynamicQuery.performActions()voidIndexableActionableDynamicQuery.performActions()longActionableDynamicQuery.performCount()longActionableDynamicQuery.PerformCountMethod.performCount()longDefaultActionableDynamicQuery.performCount() -
Uses of PortalException in com.liferay.portal.kernel.dao.search
Methods in com.liferay.portal.kernel.dao.search that throw PortalException -
Uses of PortalException in com.liferay.portal.kernel.deploy.auto
Subclasses of PortalException in com.liferay.portal.kernel.deploy.auto -
Uses of PortalException in com.liferay.portal.kernel.deploy.hot
Subclasses of PortalException in com.liferay.portal.kernel.deploy.hot -
Uses of PortalException in com.liferay.portal.kernel.events
Subclasses of PortalException in com.liferay.portal.kernel.events -
Uses of PortalException in com.liferay.portal.kernel.exception
Subclasses of PortalException in com.liferay.portal.kernel.exceptionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassstatic classstatic classstatic classstatic classstatic classclassclassclassclassclassclassclassstatic classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassstatic classstatic classstatic classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassstatic classstatic classclassstatic classstatic classstatic classclassclassclassclassclassclassclassclassclassclassclassstatic classclassclassclassclassclassclassclassstatic classstatic classstatic classclassclassclassclassclassclassclassclassstatic classstatic classclassclassclassclassclassclassclassclassclassstatic classclassclassclassclassclassclassclassclassstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassclassclassstatic classstatic classclassstatic classstatic classclassstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassclassstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassstatic classclass -
Uses of PortalException in com.liferay.portal.kernel.interval
Methods in com.liferay.portal.kernel.interval that throw PortalExceptionModifier and TypeMethodDescriptionIntervalActionProcessor.PerformIntervalActionMethod.performIntervalAction(int start, int end) IntervalActionProcessor.performIntervalActions()protected TIntervalActionProcessor.performIntervalActions(int start, int end) -
Uses of PortalException in com.liferay.portal.kernel.json
Subclasses of PortalException in com.liferay.portal.kernel.json -
Uses of PortalException in com.liferay.portal.kernel.language
Methods in com.liferay.portal.kernel.language that throw PortalExceptionModifier and TypeMethodDescriptionbooleanLanguage.isInheritLocales(long groupId) static booleanLanguageUtil.isInheritLocales(long groupId) -
Uses of PortalException in com.liferay.portal.kernel.lock
Subclasses of PortalException in com.liferay.portal.kernel.lockModifier and TypeClassDescriptionclassclassclassclassMethods in com.liferay.portal.kernel.lock that throw PortalExceptionModifier and TypeMethodDescriptionstatic Lockstatic LockLockManager.getLockByUuidAndCompanyId(String uuid, long companyId) static LockLockManagerUtil.getLockByUuidAndCompanyId(String uuid, long companyId) LockManager.lock(long userId, String className, long key, String owner, boolean inheritable, long expirationTime) LockManager.lock(long userId, String className, long key, String owner, boolean inheritable, long expirationTime, boolean renew) LockManager.lock(long userId, String className, String key, String owner, boolean inheritable, long expirationTime) LockManager.lock(long userId, String className, String key, String owner, boolean inheritable, long expirationTime, boolean renew) static LockLockManagerUtil.lock(long userId, String className, long key, String owner, boolean inheritable, long expirationTime) static LockLockManagerUtil.lock(long userId, String className, long key, String owner, boolean inheritable, long expirationTime, boolean renew) static LockLockManagerUtil.lock(long userId, String className, String key, String owner, boolean inheritable, long expirationTime) static LockLockManagerUtil.lock(long userId, String className, String key, String owner, boolean inheritable, long expirationTime, boolean renew) voidLockProtectedAction.performAction()protected TLockProtectedAction.performProtectedAction()static Lock -
Uses of PortalException in com.liferay.portal.kernel.management
Subclasses of PortalException in com.liferay.portal.kernel.management -
Uses of PortalException in com.liferay.portal.kernel.messaging
Subclasses of PortalException in com.liferay.portal.kernel.messaging -
Uses of PortalException in com.liferay.portal.kernel.metadata
Methods in com.liferay.portal.kernel.metadata that throw PortalExceptionModifier and TypeMethodDescriptionRawMetadataProcessor.getRawMetadataMap(String mimeType, InputStream inputStream) static Map<String,DDMFormValues> RawMetadataProcessorUtil.getRawMetadataMap(String mimeType, InputStream inputStream) -
Uses of PortalException in com.liferay.portal.kernel.microsofttranslator
Subclasses of PortalException in com.liferay.portal.kernel.microsofttranslator -
Uses of PortalException in com.liferay.portal.kernel.model
Methods in com.liferay.portal.kernel.model that throw PortalExceptionModifier and TypeMethodDescriptionvoidResourcePermission.addResourceAction(String actionId) voidResourcePermissionWrapper.addResourceAction(String actionId) GroupWrapper.buildTreePath()OrganizationWrapper.buildTreePath()TreeModel.buildTreePath()voidLayoutTypeAccessPolicy.checkAccessAllowedToPortlet(javax.servlet.http.HttpServletRequest httpServletRequest, Layout layout, Portlet portlet) User.getAllGroups()UserWrapper.getAllGroups()User.getAllRoles()UserWrapper.getAllRoles()longLayout.getAncestorLayoutId()Returns the ID of the topmost parent layout (e.g. n-th parent layout) of the current layout.longLayoutWrapper.getAncestorLayoutId()Returns the ID of the topmost parent layout (e.g. n-th parent layout) of the current layout.long[]Organization.getAncestorOrganizationIds()long[]OrganizationWrapper.getAncestorOrganizationIds()longLayout.getAncestorPlid()Returns the plid of the topmost parent layout (e.g. n-th parent layout) of the current layout.longLayoutWrapper.getAncestorPlid()Returns the plid of the topmost parent layout (e.g. n-th parent layout) of the current layout.Layout.getAncestors()Returns all parent layouts of the current layout.LayoutWrapper.getAncestors()Returns all parent layouts of the current layout.Organization.getAncestors()OrganizationWrapper.getAncestors()User.getBirthday()Returns the user's birth date.UserWrapper.getBirthday()Returns the user's birth date.Layout.getBreadcrumb(Locale locale) LayoutRevision.getBreadcrumb(Locale locale) LayoutRevisionWrapper.getBreadcrumb(Locale locale) LayoutWrapper.getBreadcrumb(Locale locale) Layout.getChildren(PermissionChecker permissionChecker) Returns all child layouts of the current layout that the user has permission to access.LayoutWrapper.getChildren(PermissionChecker permissionChecker) Returns all child layouts of the current layout that the user has permission to access.Layout.getColorScheme()Returns the color scheme that is configured for the current layout, or the color scheme of the layout set that contains the current layout if no color scheme is configured.LayoutRevision.getColorScheme()LayoutRevisionWrapper.getColorScheme()LayoutWrapper.getColorScheme()Returns the color scheme that is configured for the current layout, or the color scheme of the layout set that contains the current layout if no color scheme is configured.User.getCompanyMx()Returns the user's company's mail domain.UserWrapper.getCompanyMx()Returns the user's company's mail domain.User.getContact()Returns the user's associated contact.UserWrapper.getContact()Returns the user's associated contact.Layout.getCssText()Returns the CSS text for the current layout, or for the layout set if no CSS text is configured in the current layout.LayoutRevision.getCssText()LayoutRevisionWrapper.getCssText()LayoutWrapper.getCssText()Returns the CSS text for the current layout, or for the layout set if no CSS text is configured in the current layout.Company.getDefaultUser()Deprecated.As of Cavanaugh (7.4.x), replaced byCompany.getGuestUser()CompanyWrapper.getDefaultUser()Deprecated.As of Cavanaugh (7.4.x), replaced byCompanyWrapper.getGuestUser()Group.getDescriptiveName()Group.getDescriptiveName(Locale locale) GroupWrapper.getDescriptiveName()GroupWrapper.getDescriptiveName(Locale locale) Role.getDescriptiveName()RoleWrapper.getDescriptiveName()Group.getDescriptiveNameMap()GroupWrapper.getDescriptiveNameMap()User.getDisplayURL(ThemeDisplay themeDisplay) Returns the user's display URL based on the theme display, discounting the URL of the user's default intranet site home page.User.getDisplayURL(ThemeDisplay themeDisplay, boolean privateLayout) Returns the user's display URL based on the theme display.UserWrapper.getDisplayURL(ThemeDisplay themeDisplay) Returns the user's display URL based on the theme display, discounting the URL of the user's default intranet site home page.UserWrapper.getDisplayURL(ThemeDisplay themeDisplay, boolean privateLayout) Returns the user's display URL based on the theme display.booleanUser.getFemale()Returnstrueif the user is female.booleanUserWrapper.getFemale()Returnstrueif the user is female.default StringLayoutTypeController.getFriendlyURL(javax.servlet.http.HttpServletRequest httpServletRequest, Layout layout) Company.getGroup()CompanyWrapper.getGroup()LayoutPrototype.getGroup()LayoutPrototypeWrapper.getGroup()LayoutSet.getGroup()Returns the layout set's group.LayoutSetBranch.getGroup()LayoutSetBranchWrapper.getGroup()LayoutSetPrototype.getGroup()LayoutSetPrototypeWrapper.getGroup()LayoutSetWrapper.getGroup()Returns the layout set's group.UserGroup.getGroup()UserGroupGroupRole.getGroup()UserGroupGroupRoleWrapper.getGroup()UserGroupRole.getGroup()UserGroupRoleWrapper.getGroup()UserGroupWrapper.getGroup()longLayoutPrototype.getGroupId()longLayoutPrototypeWrapper.getGroupId()longLayoutSetPrototype.getGroupId()longLayoutSetPrototypeWrapper.getGroupId()longUserGroup.getGroupId()longUserGroupWrapper.getGroupId()Company.getGuestUser()CompanyWrapper.getGuestUser()User.getInheritedGroups()UserWrapper.getInheritedGroups()User.getInheritedRoles()UserWrapper.getInheritedRoles()User.getInheritedSiteGroups()UserWrapper.getInheritedSiteGroups()LayoutPrototype.getLayout()LayoutPrototypeWrapper.getLayout()LayoutRevision.getLayoutBranch()LayoutRevisionWrapper.getLayoutBranch()LayoutRevision.getLayoutSet()LayoutRevisionWrapper.getLayoutSet()LayoutSetPrototype.getLayoutSet()LayoutSetPrototypeWrapper.getLayoutSet()longLayoutSet.getLayoutSetPrototypeId()Returns the layout set prototype's ID, or0if it has no layout set prototype.longLayoutSetWrapper.getLayoutSetPrototypeId()Returns the layout set prototype's ID, or0if it has no layout set prototype.EmailAddress.getListType()EmailAddressWrapper.getListType()OrgLabor.getListType()OrgLaborWrapper.getListType()Phone.getListType()PhoneWrapper.getListType()Website.getListType()WebsiteWrapper.getListType()Company.getLocale()CompanyWrapper.getLocale()User.getLogin()UserWrapper.getLogin()booleanUser.getMale()Returnstrueif the user is male.booleanUserWrapper.getMale()Returnstrueif the user is male.intLayoutPrototype.getMergeFailCount()Returns the number of failed merge attempts for the layout prototype since its last reset or update.intLayoutPrototypeWrapper.getMergeFailCount()Returns the number of failed merge attempts for the layout prototype since its last reset or update.intLayoutSetPrototype.getMergeFailCount()Returns the number of failed merge attempts for the layout set prototype since its last reset or update.intLayoutSetPrototypeWrapper.getMergeFailCount()Returns the number of failed merge attempts for the layout set prototype since its last reset or update.User.getMySiteGroups()User.getMySiteGroups(int max) User.getMySiteGroups(String[] classNames, int max) UserWrapper.getMySiteGroups()UserWrapper.getMySiteGroups(int max) UserWrapper.getMySiteGroups(String[] classNames, int max) long[]User.getOrganizationIds()long[]User.getOrganizationIds(boolean includeAdministrative) long[]UserWrapper.getOrganizationIds()long[]UserWrapper.getOrganizationIds(boolean includeAdministrative) User.getOrganizations()User.getOrganizations(boolean includeAdministrative) User.getOrganizations(boolean includeAdministrative, boolean includeParentOrganizations) UserWrapper.getOrganizations()UserWrapper.getOrganizations(boolean includeAdministrative) UserWrapper.getOrganizations(boolean includeAdministrative, boolean includeParentOrganizations) User.getOrganizationsGroups()UserWrapper.getOrganizationsGroups()User.getOrganizationsRoles()UserWrapper.getOrganizationsRoles()Organization.getParentOrganization()OrganizationWrapper.getParentOrganization()User.getPasswordPolicy()UserWrapper.getPasswordPolicy()Company.getPortalURL(long groupId) Company.getPortalURL(long groupId, boolean privateLayout) CompanyWrapper.getPortalURL(long groupId) CompanyWrapper.getPortalURL(long groupId, boolean privateLayout) User.getPortraitURL(ThemeDisplay themeDisplay) UserWrapper.getPortraitURL(ThemeDisplay themeDisplay) intUser.getPrivateLayoutsPageCount()intUserGroup.getPrivateLayoutsPageCount()intUserGroupWrapper.getPrivateLayoutsPageCount()intUserWrapper.getPrivateLayoutsPageCount()intUser.getPublicLayoutsPageCount()intUserGroup.getPublicLayoutsPageCount()intUserGroupWrapper.getPublicLayoutsPageCount()intUserWrapper.getPublicLayoutsPageCount()Layout.getRegularURL(javax.servlet.http.HttpServletRequest httpServletRequest) LayoutRevision.getRegularURL(javax.servlet.http.HttpServletRequest httpServletRequest) LayoutRevisionWrapper.getRegularURL(javax.servlet.http.HttpServletRequest httpServletRequest) LayoutWrapper.getRegularURL(javax.servlet.http.HttpServletRequest httpServletRequest) User.getReminderQueryQuestions()UserWrapper.getReminderQueryQuestions()Layout.getResetLayoutURL(javax.servlet.http.HttpServletRequest httpServletRequest) LayoutWrapper.getResetLayoutURL(javax.servlet.http.HttpServletRequest httpServletRequest) Layout.getResetMaxStateURL(javax.servlet.http.HttpServletRequest httpServletRequest) LayoutWrapper.getResetMaxStateURL(javax.servlet.http.HttpServletRequest httpServletRequest) Team.getRole()TeamWrapper.getRole()UserGroupGroupRole.getRole()UserGroupGroupRoleWrapper.getRole()UserGroupRole.getRole()UserGroupRoleWrapper.getRole()Group.getScopeDescriptiveName(ThemeDisplay themeDisplay) GroupWrapper.getScopeDescriptiveName(ThemeDisplay themeDisplay) Layout.getScopeGroup()LayoutWrapper.getScopeGroup()Company.getShortName()CompanyWrapper.getShortName()User.getSiteGroups()User.getSiteGroups(boolean includeAdministrative) UserWrapper.getSiteGroups()UserWrapper.getSiteGroups(boolean includeAdministrative) User.getSiteRoles()UserWrapper.getSiteRoles()Layout.getTheme()Returns the current layout's theme, or the layout set's theme if no layout theme is configured.LayoutRevision.getTheme()LayoutRevisionWrapper.getTheme()LayoutWrapper.getTheme()Returns the current layout's theme, or the layout set's theme if no layout theme is configured.Company.getTimeZone()CompanyWrapper.getTimeZone()User.getUnlockDate()UserWrapper.getUnlockDate()UserGroupRole.getUser()UserGroupRoleWrapper.getUser()UserGroupGroupRole.getUserGroup()UserGroupGroupRoleWrapper.getUserGroup()User.getUserGroupRoles()UserWrapper.getUserGroupRoles()booleanLayout.hasAncestor(long layoutId) Returnstrueif the given layout ID matches one of the current layout's hierarchical parents.booleanLayoutWrapper.hasAncestor(long layoutId) Returnstrueif the given layout ID matches one of the current layout's hierarchical parents.booleanUser.hasCompanyMx()booleanUser.hasCompanyMx(String emailAddress) booleanUserWrapper.hasCompanyMx()booleanUserWrapper.hasCompanyMx(String emailAddress) booleanUser.hasMySites()booleanUserWrapper.hasMySites()booleanUser.hasPrivateLayouts()booleanUserGroup.hasPrivateLayouts()booleanUserGroupWrapper.hasPrivateLayouts()booleanUserWrapper.hasPrivateLayouts()booleanUser.hasPublicLayouts()booleanUserGroup.hasPublicLayouts()booleanUserGroupWrapper.hasPublicLayouts()booleanUserWrapper.hasPublicLayouts()booleanLayout.hasScopeGroup()booleanLayoutWrapper.hasScopeGroup()booleanLayoutTypeAccessPolicy.isAddLayoutAllowed(PermissionChecker permissionChecker, Layout layout) booleanLayout.isChildSelected(boolean selectable, Layout layout) booleanLayoutWrapper.isChildSelected(boolean selectable, Layout layout) booleanLayoutRevision.isCustomizable()booleanLayoutRevisionWrapper.isCustomizable()booleanLayoutTypeAccessPolicy.isCustomizeLayoutAllowed(PermissionChecker permissionChecker, Layout layout) booleanLayoutTypeAccessPolicy.isDeleteLayoutAllowed(PermissionChecker permissionChecker, Layout layout) booleanUser.isFemale()booleanUserWrapper.isFemale()booleanUser.isMale()booleanUserWrapper.isMale()booleanGroup.isShowSite(PermissionChecker permissionChecker, boolean privateSite) booleanGroupWrapper.isShowSite(PermissionChecker permissionChecker, boolean privateSite) booleanLayoutTypeAccessPolicy.isUpdateLayoutAllowed(PermissionChecker permissionChecker, Layout layout) booleanLayoutTypeAccessPolicy.isViewLayoutAllowed(PermissionChecker permissionChecker, Layout layout) voidResourcePermission.removeResourceAction(String actionId) voidResourcePermissionWrapper.removeResourceAction(String actionId) -
Uses of PortalException in com.liferay.portal.kernel.model.impl
Methods in com.liferay.portal.kernel.model.impl that throw PortalExceptionModifier and TypeMethodDescriptionvoidDefaultLayoutTypeAccessPolicyImpl.checkAccessAllowedToPortlet(javax.servlet.http.HttpServletRequest httpServletRequest, Layout layout, Portlet portlet) VirtualLayout.getRegularURL(javax.servlet.http.HttpServletRequest httpServletRequest) VirtualLayout.getResetLayoutURL(javax.servlet.http.HttpServletRequest httpServletRequest) VirtualLayout.getResetMaxStateURL(javax.servlet.http.HttpServletRequest httpServletRequest) protected booleanDefaultLayoutTypeAccessPolicyImpl.hasAccessPermission(javax.servlet.http.HttpServletRequest httpServletRequest, Layout layout, Portlet portlet) booleanDefaultLayoutTypeAccessPolicyImpl.isAddLayoutAllowed(PermissionChecker permissionChecker, Layout layout) booleanDefaultLayoutTypeAccessPolicyImpl.isCustomizeLayoutAllowed(PermissionChecker permissionChecker, Layout layout) booleanDefaultLayoutTypeAccessPolicyImpl.isDeleteLayoutAllowed(PermissionChecker permissionChecker, Layout layout) booleanDefaultLayoutTypeAccessPolicyImpl.isUpdateLayoutAllowed(PermissionChecker permissionChecker, Layout layout) booleanDefaultLayoutTypeAccessPolicyImpl.isViewLayoutAllowed(PermissionChecker permissionChecker, Layout layout) -
Uses of PortalException in com.liferay.portal.kernel.module.configuration
Subclasses of PortalException in com.liferay.portal.kernel.module.configuration -
Uses of PortalException in com.liferay.portal.kernel.monitoring
Subclasses of PortalException in com.liferay.portal.kernel.monitoring -
Uses of PortalException in com.liferay.portal.kernel.notifications
Methods in com.liferay.portal.kernel.notifications that throw PortalExceptionModifier and TypeMethodDescriptionBaseUserNotificationHandler.interpret(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext) UserNotificationHandler.interpret(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext) static UserNotificationFeedEntryUserNotificationManagerUtil.interpret(String selector, UserNotificationEvent userNotificationEvent, ServiceContext serviceContext) booleanBaseUserNotificationHandler.isDeliver(long userId, long classNameId, int notificationType, int deliveryType, ServiceContext serviceContext) booleanUserNotificationHandler.isDeliver(long userId, long classNameId, int notificationType, int deliveryType, ServiceContext serviceContext) static booleanUserNotificationManagerUtil.isDeliver(long userId, String portletId, long classNameId, int notificationType, int deliveryType) static booleanUserNotificationManagerUtil.isDeliver(long userId, String selector, String portletId, long classNameId, int notificationType, int deliveryType, ServiceContext serviceContext) -
Uses of PortalException in com.liferay.portal.kernel.pop
Subclasses of PortalException in com.liferay.portal.kernel.pop -
Uses of PortalException in com.liferay.portal.kernel.portlet
Subclasses of PortalException in com.liferay.portal.kernel.portletMethods in com.liferay.portal.kernel.portlet that throw PortalExceptionModifier and TypeMethodDescriptionvoidPortletPreferencesFactory.checkControlPanelPortletPreferences(ThemeDisplay themeDisplay, Portlet portlet) static voidPortletPreferencesFactoryUtil.checkControlPanelPortletPreferences(ThemeDisplay themeDisplay, Portlet portlet) BasePortletLayoutFinder.find(ThemeDisplay themeDisplay, long groupId) PortletLayoutFinder.find(ThemeDisplay themeDisplay, long groupId) FriendlyURLResolver.getActualURL(long companyId, long groupId, boolean privateLayout, String mainPath, String friendlyURL, Map<String, String[]> params, Map<String, Object> requestContext) PortletPreferencesFactory.getExistingPortletSetup(Layout layout, String portletId) PortletPreferencesFactory.getExistingPortletSetup(PortletRequest portletRequest) static PortletPreferencesPortletPreferencesFactoryUtil.getExistingPortletSetup(Layout layout, String portletId) static PortletPreferencesPortletPreferencesFactoryUtil.getExistingPortletSetup(PortletRequest portletRequest) FriendlyURLResolver.getLayoutFriendlyURLComposite(long companyId, long groupId, boolean privateLayout, String friendlyURL, Map<String, String[]> params, Map<String, Object> requestContext) FriendlyURLResolver.getLayoutFriendlyURLSeparatorComposite(long companyId, long groupId, boolean privateLayout, String friendlyURL, Map<String, String[]> params, Map<String, Object> requestContext) PortletPreferencesFactory.getPortletPreferences(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId) static PortletPreferencesPortletPreferencesFactoryUtil.getPortletPreferences(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId) PortletPreferencesFactory.getPortletPreferencesIds(long scopeGroupId, long userId, Layout layout, String portletId, boolean modeEditGuest) PortletPreferencesFactory.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest httpServletRequest, Layout selLayout, String portletId) PortletPreferencesFactory.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId) static PortletPreferencesIdsPortletPreferencesFactoryUtil.getPortletPreferencesIds(long siteGroupId, long userId, Layout layout, String portletId, boolean modeEditGuest) static PortletPreferencesIdsPortletPreferencesFactoryUtil.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest httpServletRequest, Layout selLayout, String portletId) static PortletPreferencesIdsPortletPreferencesFactoryUtil.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId) PortletPreferencesFactory.getPortletSetup(PortletRequest portletRequest) PortletPreferencesFactory.getPortletSetup(PortletRequest portletRequest, String portletId) PortletPreferencesFactory.getPortletSetup(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId) PortletPreferencesFactory.getPortletSetup(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId, String defaultPreferences) static PortletPreferencesPortletPreferencesFactoryUtil.getPortletSetup(PortletRequest portletRequest) static PortletPreferencesPortletPreferencesFactoryUtil.getPortletSetup(PortletRequest portletRequest, String portletId) static PortletPreferencesPortletPreferencesFactoryUtil.getPortletSetup(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId) static PortletPreferencesPortletPreferencesFactoryUtil.getPortletSetup(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId, String defaultPreferences) BasePortletProvider.getPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest) BasePortletProvider.getPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest, Group group) PortletProvider.getPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest) PortletProvider.getPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest, Group group) static PortletURLPortletProviderUtil.getPortletURL(PortletRequest portletRequest, Group group, String className, PortletProvider.Action action) static PortletURLPortletProviderUtil.getPortletURL(PortletRequest portletRequest, String className, PortletProvider.Action action) static PortletURLPortletProviderUtil.getPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest, Group group, String className, PortletProvider.Action action) static PortletURLPortletProviderUtil.getPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest, String className, PortletProvider.Action action) protected SettingsSettingsConfigurationAction.getSettings(ActionRequest actionRequest) protected booleanBaseControlPanelEntry.hasAccessPermissionExplicitlyGranted(PermissionChecker permissionChecker, Group group, Portlet portlet) protected voidDefaultConfigurationAction.postProcess(long companyId, PortletRequest portletRequest, Settings settings) protected voidDefaultConfigurationAction.postProcess(long companyId, PortletRequest portletRequest, PortletPreferences portletPreferences) protected voidSettingsConfigurationAction.postProcess(long companyId, PortletRequest portletRequest, Settings settings) -
Uses of PortalException in com.liferay.portal.kernel.portletfilerepository
Methods in com.liferay.portal.kernel.portletfilerepository that throw PortalExceptionModifier and TypeMethodDescriptionvoidPortletFileRepository.addPortletFileEntries(long groupId, long userId, String className, long classPK, String portletId, long folderId, List<ObjectValuePair<String, InputStream>> inputStreamOVPs) static voidPortletFileRepositoryUtil.addPortletFileEntries(long groupId, long userId, String className, long classPK, String portletId, long folderId, List<ObjectValuePair<String, InputStream>> inputStreamOVPs) PortletFileRepository.addPortletFileEntry(long groupId, long userId, String className, long classPK, String portletId, long folderId, byte[] bytes, String fileName, String mimeType, boolean indexingEnabled) PortletFileRepository.addPortletFileEntry(String externalReferenceCode, long groupId, long userId, String className, long classPK, String portletId, long folderId, File file, String fileName, String mimeType, boolean indexingEnabled) PortletFileRepository.addPortletFileEntry(String externalReferenceCode, long groupId, long userId, String className, long classPK, String portletId, long folderId, InputStream inputStream, String fileName, String mimeType, boolean indexingEnabled) static FileEntryPortletFileRepositoryUtil.addPortletFileEntry(long groupId, long userId, String className, long classPK, String portletId, long folderId, byte[] bytes, String fileName, String mimeType, boolean indexingEnabled) static FileEntryPortletFileRepositoryUtil.addPortletFileEntry(String externalReferenceCode, long groupId, long userId, String className, long classPK, String portletId, long folderId, File file, String fileName, String mimeType, boolean indexingEnabled) static FileEntryPortletFileRepositoryUtil.addPortletFileEntry(String externalReferenceCode, long groupId, long userId, String className, long classPK, String portletId, long folderId, InputStream inputStream, String fileName, String mimeType, boolean indexingEnabled) PortletFileRepository.addPortletFolder(long userId, long repositoryId, long parentFolderId, String folderName, ServiceContext serviceContext) PortletFileRepository.addPortletFolder(long groupId, long userId, String portletId, long parentFolderId, String folderName, ServiceContext serviceContext) static FolderPortletFileRepositoryUtil.addPortletFolder(long userId, long repositoryId, long parentFolderId, String folderName, ServiceContext serviceContext) static FolderPortletFileRepositoryUtil.addPortletFolder(long groupId, long userId, String portletId, long parentFolderId, String folderName, ServiceContext serviceContext) PortletFileRepository.addPortletRepository(long groupId, String portletId, ServiceContext serviceContext) static RepositoryPortletFileRepositoryUtil.addPortletRepository(long groupId, String portletId, ServiceContext serviceContext) voidPortletFileRepository.deletePortletFileEntries(long groupId, long folderId) voidPortletFileRepository.deletePortletFileEntries(long groupId, long folderId, int status) static voidPortletFileRepositoryUtil.deletePortletFileEntries(long groupId, long folderId) static voidPortletFileRepositoryUtil.deletePortletFileEntries(long groupId, long folderId, int status) voidPortletFileRepository.deletePortletFileEntry(long fileEntryId) voidPortletFileRepository.deletePortletFileEntry(long groupId, long folderId, String fileName) static voidPortletFileRepositoryUtil.deletePortletFileEntry(long fileEntryId) static voidPortletFileRepositoryUtil.deletePortletFileEntry(long groupId, long folderId, String fileName) voidPortletFileRepository.deletePortletFolder(long folderId) static voidPortletFileRepositoryUtil.deletePortletFolder(long folderId) voidPortletFileRepository.deletePortletRepository(long groupId, String portletId) static voidPortletFileRepositoryUtil.deletePortletRepository(long groupId, String portletId) PortletFileRepository.getPortletFileEntries(long groupId, long folderId) PortletFileRepository.getPortletFileEntries(long groupId, long folderId, int status) PortletFileRepository.getPortletFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) PortletFileRepository.getPortletFileEntries(long groupId, long folderId, OrderByComparator<FileEntry> orderByComparator) PortletFileRepository.getPortletFileEntries(long groupId, long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) PortletFileRepositoryUtil.getPortletFileEntries(long groupId, long folderId) PortletFileRepositoryUtil.getPortletFileEntries(long groupId, long folderId, int status) PortletFileRepositoryUtil.getPortletFileEntries(long groupId, long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) PortletFileRepositoryUtil.getPortletFileEntries(long groupId, long folderId, OrderByComparator<FileEntry> orderByComparator) PortletFileRepositoryUtil.getPortletFileEntries(long groupId, long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) intPortletFileRepository.getPortletFileEntriesCount(long groupId, long folderId) intPortletFileRepository.getPortletFileEntriesCount(long groupId, long folderId, int status) intPortletFileRepository.getPortletFileEntriesCount(long groupId, long folderId, String[] mimeTypes, int status) static intPortletFileRepositoryUtil.getPortletFileEntriesCount(long groupId, long folderId) static intPortletFileRepositoryUtil.getPortletFileEntriesCount(long groupId, long folderId, int status) static intPortletFileRepositoryUtil.getPortletFileEntriesCount(long groupId, long folderId, String[] mimeTypes, int status) PortletFileRepository.getPortletFileEntry(long fileEntryId) PortletFileRepository.getPortletFileEntry(long groupId, long folderId, String fileName) PortletFileRepository.getPortletFileEntry(String uuid, long groupId) static FileEntryPortletFileRepositoryUtil.getPortletFileEntry(long fileEntryId) static FileEntryPortletFileRepositoryUtil.getPortletFileEntry(long groupId, long folderId, String fileName) static FileEntryPortletFileRepositoryUtil.getPortletFileEntry(String uuid, long groupId) PortletFileRepository.getPortletFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) static FileEntryPortletFileRepositoryUtil.getPortletFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) PortletFileRepository.getPortletFolder(long folderId) PortletFileRepository.getPortletFolder(long repositoryId, long parentFolderId, String folderName) static FolderPortletFileRepositoryUtil.getPortletFolder(long folderId) static FolderPortletFileRepositoryUtil.getPortletFolder(long repositoryId, long parentFolderId, String folderName) PortletFileRepository.getPortletRepository(long groupId, String portletId) static RepositoryPortletFileRepositoryUtil.getPortletRepository(long groupId, String portletId) PortletFileRepository.movePortletFileEntryToTrash(long userId, long fileEntryId) PortletFileRepository.movePortletFileEntryToTrash(long groupId, long userId, long folderId, String fileName) static FileEntryPortletFileRepositoryUtil.movePortletFileEntryToTrash(long userId, long fileEntryId) static FileEntryPortletFileRepositoryUtil.movePortletFileEntryToTrash(long groupId, long userId, long folderId, String fileName) PortletFileRepository.movePortletFolder(long groupId, long userId, long folderId, long parentFolderId, ServiceContext serviceContext) static FolderPortletFileRepositoryUtil.movePortletFolder(long groupId, long userId, long folderId, long parentFolderId, ServiceContext serviceContext) voidPortletFileRepository.restorePortletFileEntryFromTrash(long userId, long fileEntryId) voidPortletFileRepository.restorePortletFileEntryFromTrash(long groupId, long userId, long folderId, String fileName) static voidPortletFileRepositoryUtil.restorePortletFileEntryFromTrash(long userId, long fileEntryId) static voidPortletFileRepositoryUtil.restorePortletFileEntryFromTrash(long groupId, long userId, long folderId, String fileName) PortletFileRepository.searchPortletFileEntries(long repositoryId, SearchContext searchContext) static HitsPortletFileRepositoryUtil.searchPortletFileEntries(long repositoryId, SearchContext searchContext) -
Uses of PortalException in com.liferay.portal.kernel.repository
Methods in com.liferay.portal.kernel.repository that throw PortalExceptionModifier and TypeMethodDescriptionBaseRepositoryImpl.addFileEntry(String externalReferenceCode, long userId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DocumentRepository.addFileEntry(String externalReferenceCode, long userId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DocumentRepository.addFileEntry(String externalReferenceCode, long userId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DocumentRepository.addFileShortcut(String externalReferenceCode, long userId, long folderId, long toFileEntryId, ServiceContext serviceContext) abstract FolderBaseRepositoryImpl.addFolder(String externalReferenceCode, long userId, long parentFolderId, String name, String description, ServiceContext serviceContext) DocumentRepository.addFolder(String externalReferenceCode, long userId, long parentFolderId, String name, String description, ServiceContext serviceContext) Repository.cancelCheckOut(long fileEntryId) Cancels the file entry check out.abstract voidBaseRepositoryImpl.checkInFileEntry(long userId, long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) voidDefaultLocalRepositoryImpl.checkInFileEntry(long userId, long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) voidDefaultLocalRepositoryImpl.checkInFileEntry(long userId, long fileEntryId, String lockUuid, ServiceContext serviceContext) voidDocumentRepository.checkInFileEntry(long userId, long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) voidDocumentRepository.checkInFileEntry(long userId, long fileEntryId, String lockUuid, ServiceContext serviceContext) abstract FileEntryBaseRepositoryImpl.checkOutFileEntry(long fileEntryId, ServiceContext serviceContext) abstract FileEntryBaseRepositoryImpl.checkOutFileEntry(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext) Repository.checkOutFileEntry(long fileEntryId, ServiceContext serviceContext) Repository.checkOutFileEntry(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext) DefaultLocalRepositoryImpl.copyFileEntry(long userId, long groupId, long fileEntryId, long destFolderId, ServiceContext serviceContext) DocumentRepository.copyFileEntry(long userId, long groupId, long fileEntryId, long destFolderId, ServiceContext serviceContext) RepositoryFactory.createLocalRepository(long repositoryId) static LocalRepositoryRepositoryFactoryUtil.createLocalRepository(long repositoryId) RepositoryFactory.createRepository(long repositoryId) static RepositoryRepositoryFactoryUtil.createRepository(long repositoryId) voidDocumentRepository.deleteAll()voidBaseRepositoryImpl.deleteFileEntry(long folderId, String title) voidDefaultLocalRepositoryImpl.deleteFileEntry(long fileEntryId) voidDocumentRepository.deleteFileEntry(long fileEntryId) voidRepository.deleteFileEntry(long folderId, String title) voidDefaultLocalRepositoryImpl.deleteFileShortcut(long fileShortcutId) voidDocumentRepository.deleteFileShortcut(long fileShortcutId) voidDefaultLocalRepositoryImpl.deleteFileShortcuts(long toFileEntryId) voidDocumentRepository.deleteFileShortcuts(long toFileEntryId) voidBaseRepositoryImpl.deleteFileVersion(long fileVersionId) voidDefaultLocalRepositoryImpl.deleteFileVersion(long fileVersionId) voidDocumentRepository.deleteFileVersion(long fileVersionId) voidRepository.deleteFileVersion(long fileEntryId, String version) voidBaseRepositoryImpl.deleteFolder(long parentFolderId, String name) voidDefaultLocalRepositoryImpl.deleteFolder(long folderId) voidDocumentRepository.deleteFolder(long folderId) voidRepository.deleteFolder(long parentFolderId, String name) DefaultLocalRepositoryImpl.fetchFileEntry(long folderId, String title) default FileEntryDocumentRepository.fetchFileEntry(long folderId, String title) RepositoryProvider.fetchFileEntryLocalRepository(long fileEntryId) DefaultLocalRepositoryImpl.getFileEntries(long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DefaultLocalRepositoryImpl.getFileEntries(long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) DefaultLocalRepositoryImpl.getFileEntries(long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DocumentRepository.getFileEntries(long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DocumentRepository.getFileEntries(long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) DocumentRepository.getFileEntries(long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) Repository.getFileEntries(long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Repository.getFileEntries(long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryImpl.getFileEntriesAndFileShortcuts(long folderId, int status, int start, int end) DefaultLocalRepositoryImpl.getFileEntriesAndFileShortcuts(long folderId, int status, int start, int end) DocumentRepository.getFileEntriesAndFileShortcuts(long folderId, int status, int start, int end) intBaseRepositoryImpl.getFileEntriesAndFileShortcutsCount(long folderId, int status) intBaseRepositoryImpl.getFileEntriesAndFileShortcutsCount(long folderId, int status, String[] mimeTypes) intDefaultLocalRepositoryImpl.getFileEntriesAndFileShortcutsCount(long folderId, int status) intDocumentRepository.getFileEntriesAndFileShortcutsCount(long folderId, int status) intRepository.getFileEntriesAndFileShortcutsCount(long folderId, int status, String[] mimeTypes) intDefaultLocalRepositoryImpl.getFileEntriesCount(long folderId) intDefaultLocalRepositoryImpl.getFileEntriesCount(long folderId, int status) intDefaultLocalRepositoryImpl.getFileEntriesCount(long folderId, String[] mimeTypes, int status) intDocumentRepository.getFileEntriesCount(long folderId) intDocumentRepository.getFileEntriesCount(long folderId, int status) default intDocumentRepository.getFileEntriesCount(long folderId, String[] mimeTypes, int status) intRepository.getFileEntriesCount(long folderId, long fileEntryTypeId) intRepository.getFileEntriesCount(long folderId, String[] mimeTypes) DefaultLocalRepositoryImpl.getFileEntry(long fileEntryId) DefaultLocalRepositoryImpl.getFileEntry(long folderId, String title) DocumentRepository.getFileEntry(long fileEntryId) DocumentRepository.getFileEntry(long folderId, String title) default FileEntryDocumentRepository.getFileEntryByExternalReferenceCode(String externalReferenceCode) DefaultLocalRepositoryImpl.getFileEntryByFileName(long folderId, String fileName) default FileEntryDocumentRepository.getFileEntryByFileName(long folderId, String fileName) DefaultLocalRepositoryImpl.getFileEntryByUuid(String uuid) DocumentRepository.getFileEntryByUuid(String uuid) RepositoryProvider.getFileEntryLocalRepository(long fileEntryId) static LocalRepositoryRepositoryProviderUtil.getFileEntryLocalRepository(long fileEntryId) RepositoryProvider.getFileEntryRepository(long fileEntryId) static RepositoryRepositoryProviderUtil.getFileEntryRepository(long fileEntryId) DocumentRepository.getFileShortcut(long fileShortcutId) default FileShortcutDocumentRepository.getFileShortcutByExternalReferenceCode(String externalReferenceCode) RepositoryProvider.getFileShortcutLocalRepository(long fileShortcutId) static LocalRepositoryRepositoryProviderUtil.getFileShortcutLocalRepository(long fileShortcutId) RepositoryProvider.getFileShortcutRepository(long fileShortcutId) static RepositoryRepositoryProviderUtil.getFileShortcutRepository(long fileShortcutId) DefaultLocalRepositoryImpl.getFileVersion(long fileVersionId) DocumentRepository.getFileVersion(long fileVersionId) RepositoryProvider.getFileVersionLocalRepository(long fileVersionId) static LocalRepositoryRepositoryProviderUtil.getFileVersionLocalRepository(long fileVersionId) RepositoryProvider.getFileVersionRepository(long fileVersionId) static RepositoryRepositoryProviderUtil.getFileVersionRepository(long fileVersionId) DefaultLocalRepositoryImpl.getFolder(long folderId) DocumentRepository.getFolder(long folderId) default FolderDocumentRepository.getFolderByExternalReferenceCode(String externalReferenceCode) RepositoryProvider.getFolderLocalRepository(long folderId) static LocalRepositoryRepositoryProviderUtil.getFolderLocalRepository(long folderId) RepositoryProvider.getFolderRepository(long folderId) static RepositoryRepositoryProviderUtil.getFolderRepository(long folderId) BaseRepositoryImpl.getFolders(long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<Folder> orderByComparator) DefaultLocalRepositoryImpl.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) DefaultLocalRepositoryImpl.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) DocumentRepository.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) DocumentRepository.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) BaseRepositoryImpl.getFoldersAndFileEntries(long folderId, String[] mimeTypes, int start, int end, OrderByComparator<?> orderByComparator) BaseRepositoryImpl.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) DefaultLocalRepositoryImpl.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) DocumentRepository.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) default List<RepositoryEntry>Repository.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, String[] mimeTypes, boolean includeMountFolders, boolean includeOwner, int start, int end, OrderByComparator<?> orderByComparator) Repository.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) intBaseRepositoryImpl.getFoldersAndFileEntriesAndFileShortcutsCount(long folderId, int status, String[] mimeTypes, boolean includeMountFolders) intDefaultLocalRepositoryImpl.getFoldersAndFileEntriesAndFileShortcutsCount(long folderId, int status, boolean includeMountFolders) intDocumentRepository.getFoldersAndFileEntriesAndFileShortcutsCount(long folderId, int status, boolean includeMountFolders) intRepository.getFoldersAndFileEntriesAndFileShortcutsCount(long folderId, int status, String[] mimeTypes, boolean includeMountFolders) default intRepository.getFoldersAndFileEntriesAndFileShortcutsCount(long folderId, int status, String[] mimeTypes, boolean includeMountFolders, boolean includeOwner) abstract intBaseRepositoryImpl.getFoldersAndFileEntriesCount(long folderId, String[] mimeTypes) intBaseRepositoryImpl.getFoldersCount(long parentFolderId, int status, boolean includeMountfolders) intDefaultLocalRepositoryImpl.getFoldersCount(long parentFolderId, boolean includeMountfolders) intDefaultLocalRepositoryImpl.getFoldersCount(long parentFolderId, int status, boolean includeMountfolders) intDocumentRepository.getFoldersCount(long parentFolderId, boolean includeMountfolders) intDocumentRepository.getFoldersCount(long parentFolderId, int status, boolean includeMountfolders) intRepository.getFoldersFileEntriesCount(List<Long> folderIds, int status) RepositoryProvider.getGroupLocalRepositories(long groupId) static List<LocalRepository>RepositoryProviderUtil.getGroupLocalRepositories(long groupId) RepositoryProvider.getGroupRepositories(long groupId) static List<Repository>RepositoryProviderUtil.getGroupRepositories(long groupId) RepositoryProvider.getImageLocalRepository(long imageId) static LocalRepositoryRepositoryProviderUtil.getImageLocalRepository(long imageId) RepositoryProvider.getImageRepository(long imageId) static RepositoryRepositoryProviderUtil.getImageRepository(long imageId) RepositoryProvider.getLocalRepository(long repositoryId) static LocalRepositoryRepositoryProviderUtil.getLocalRepository(long repositoryId) Repository.getMountFolders(long parentFolderId, int start, int end, OrderByComparator<Folder> orderByComparator) intRepository.getMountFoldersCount(long parentFolderId) RepositoryProvider.getRepository(long repositoryId) static RepositoryRepositoryProviderUtil.getRepository(long repositoryId) protected RepositoryEntryBaseRepositoryImpl.getRepositoryEntry(String objectId) BaseRepositoryImpl.getRepositoryFileEntries(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryImpl.getRepositoryFileEntries(long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DefaultLocalRepositoryImpl.getRepositoryFileEntries(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) DocumentRepository.getRepositoryFileEntries(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Repository.getRepositoryFileEntries(long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) intBaseRepositoryImpl.getRepositoryFileEntriesCount(long userId, long rootFolderId) intBaseRepositoryImpl.getRepositoryFileEntriesCount(long userId, long rootFolderId, String[] mimeTypes, int status) intRepository.getRepositoryFileEntriesCount(long userId, long rootFolderId) intRepository.getRepositoryFileEntriesCount(long userId, long rootFolderId, String[] mimeTypes, int status) Repository.getRepositoryFileShortcuts(long groupId) Repository.getSubfolderIds(long folderId, boolean recurse) voidRepository.getSubfolderIds(List<Long> folderIds, long folderId) voidBaseRepository.initRepository()abstract voidBaseRepositoryImpl.initRepository()Repository.lockFolder(long folderId) Repository.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime) DocumentRepository.moveFileEntry(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext) DocumentRepository.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext) Repository.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime) Repository.refreshFolderLock(String lockUuid, long companyId, long expirationTime) voidDefaultLocalRepositoryImpl.revertFileEntry(long userId, long fileEntryId, String version, ServiceContext serviceContext) voidDocumentRepository.revertFileEntry(long userId, long fileEntryId, String version, ServiceContext serviceContext) Repository.search(long creatorUserId, int status, int start, int end) Repository.search(long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end) voidBaseRepositoryImpl.unlockFolder(long parentFolderId, String name, String lockUuid) voidRepository.unlockFolder(long folderId, String lockUuid) voidRepository.unlockFolder(long parentFolderId, String name, String lockUuid) BaseRepositoryImpl.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) abstract FileEntryBaseRepositoryImpl.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DocumentRepository.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DocumentRepository.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) DocumentRepository.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) voidDocumentRepository.updateFileShortcuts(long oldToFileEntryId, long newToFileEntryId) DocumentRepository.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext) Repository.updateFolder(long folderId, String name, String description, ServiceContext serviceContext) booleanRepository.verifyFileEntryCheckOut(long fileEntryId, String lockUuid) booleanRepository.verifyFileEntryLock(long fileEntryId, String lockUuid) booleanRepository.verifyInheritableLock(long folderId, String lockUuid) -
Uses of PortalException in com.liferay.portal.kernel.repository.capabilities
Methods in com.liferay.portal.kernel.repository.capabilities that throw PortalExceptionModifier and TypeMethodDescriptionTemporaryFileEntriesCapability.addTemporaryFileEntry(TemporaryFileEntriesScope temporaryFileEntriesScope, String fileName, String mimeType, InputStream inputStream) voidvoidProcessorCapability.cleanUp(FileVersion fileVersion) voidProcessorCapability.copy(FileEntry fileEntry, FileVersion fileVersion) voidTemporaryFileEntriesCapability.deleteExpiredTemporaryFileEntries()voidTrashCapability.deleteFileEntry(FileEntry fileEntry) voidTrashCapability.deleteFolder(Folder folder) voidTemporaryFileEntriesCapability.deleteTemporaryFileEntry(TemporaryFileEntriesScope temporaryFileEntriesScope, String fileName) voidBulkOperationCapability.execute(BulkOperationCapability.Filter<?> filter, RepositoryModelOperation repositoryModelOperation) voidBulkOperationCapability.execute(RepositoryModelOperation repositoryModelOperation) voidProcessorCapability.generateNew(FileEntry fileEntry) FileEntryTypeCapability.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) intFileEntryTypeCapability.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status) TemporaryFileEntriesCapability.getTemporaryFileEntries(TemporaryFileEntriesScope temporaryFileEntriesScope) TemporaryFileEntriesCapability.getTemporaryFileEntry(TemporaryFileEntriesScope temporaryFileEntriesScope, String fileName) booleanbooleanTrashCapability.moveFileEntryFromTrash(long userId, FileEntry fileEntry, Folder newFolder, ServiceContext serviceContext) TrashCapability.moveFileEntryToTrash(long userId, FileEntry fileEntry) TrashCapability.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, Folder newFolder, ServiceContext serviceContext) TrashCapability.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut) TrashCapability.moveFolderFromTrash(long userId, Folder folder, Folder destinationFolder, ServiceContext serviceContext) TrashCapability.moveFolderToTrash(long userId, Folder folder) voidTrashCapability.restoreFileEntryFromTrash(long userId, FileEntry fileEntry) voidTrashCapability.restoreFileShortcutFromTrash(long userId, FileShortcut fileShortcut) voidTrashCapability.restoreFolderFromTrash(long userId, Folder folder) ThumbnailCapability.setCustom1ImageId(FileEntry fileEntry, long imageId) ThumbnailCapability.setCustom2ImageId(FileEntry fileEntry, long imageId) ThumbnailCapability.setLargeImageId(FileEntry fileEntry, long imageId) ThumbnailCapability.setSmallImageId(FileEntry fileEntry, long imageId) -
Uses of PortalException in com.liferay.portal.kernel.repository.event
Methods in com.liferay.portal.kernel.repository.event that throw PortalException -
Uses of PortalException in com.liferay.portal.kernel.repository.friendly.url.resolver
Methods in com.liferay.portal.kernel.repository.friendly.url.resolver that throw PortalExceptionModifier and TypeMethodDescriptionFileEntryFriendlyURLResolver.resolveFriendlyURL(long groupId, String friendlyURL) -
Uses of PortalException in com.liferay.portal.kernel.repository.model
Methods in com.liferay.portal.kernel.repository.model that throw PortalExceptionModifier and TypeMethodDescriptionbooleanFileEntry.containsPermission(PermissionChecker permissionChecker, String actionId) booleanFileEntryWrapper.containsPermission(PermissionChecker permissionChecker, String actionId) booleanFileShortcut.containsPermission(PermissionChecker permissionChecker, String actionId) booleanFileShortcutWrapper.containsPermission(PermissionChecker permissionChecker, String actionId) booleanFolder.containsPermission(PermissionChecker permissionChecker, String actionId) booleanFolderWrapper.containsPermission(PermissionChecker permissionChecker, String actionId) voidvoidBaseRepositoryModelOperation.execute(FileShortcut fileShortcut) voidBaseRepositoryModelOperation.execute(FileVersion fileVersion) voidvoidFileEntryWrapper.execute(RepositoryModelOperation repositoryModelOperation) voidFileShortcutWrapper.execute(RepositoryModelOperation repositoryModelOperation) voidFileVersionWrapper.execute(RepositoryModelOperation repositoryModelOperation) voidFolderWrapper.execute(RepositoryModelOperation repositoryModelOperation) voidRepositoryModel.execute(RepositoryModelOperation repositoryModelOperation) voidvoidRepositoryModelOperation.execute(FileShortcut fileShortcut) voidRepositoryModelOperation.execute(FileVersion fileVersion) voidFolder.getAncestorFolderIds()FolderWrapper.getAncestorFolderIds()Folder.getAncestors()FolderWrapper.getAncestors()FileEntry.getContentStream()Returns the content stream of the current file version.FileEntry.getContentStream(String version) FileEntryWrapper.getContentStream()FileEntryWrapper.getContentStream(String version) FileVersion.getContentStream(boolean incrementCounter) FileVersionWrapper.getContentStream(boolean incrementCounter) FileVersion.getFileEntry()FileVersionWrapper.getFileEntry()FileEntry.getFileVersion()Returns the current file version.FileEntry.getFileVersion(String version) FileEntryWrapper.getFileVersion()FileEntryWrapper.getFileVersion(String version) FileShortcut.getFileVersion()FileShortcutWrapper.getFileVersion()FileShortcut.getFolder()FileShortcutWrapper.getFolder()FileEntry.getLatestFileVersion()Returns the latest file version.FileEntry.getLatestFileVersion(boolean trusted) Returns the latest file version, optionally bypassing security checks.FileEntryWrapper.getLatestFileVersion()FileEntryWrapper.getLatestFileVersion(boolean trusted) Folder.getParentFolder()FolderWrapper.getParentFolder()void -
Uses of PortalException in com.liferay.portal.kernel.repository.proxy
Methods in com.liferay.portal.kernel.repository.proxy that throw PortalExceptionModifier and TypeMethodDescriptionBaseRepositoryProxyBean.addFileEntry(String externalReferenceCode, long userId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) BaseRepositoryProxyBean.addFileEntry(String externalReferenceCode, long userId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) LocalRepositoryProxyBean.addFileEntry(String externalReferenceCode, long userId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) LocalRepositoryProxyBean.addFileEntry(String externalReferenceCode, long userId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) BaseRepositoryProxyBean.addFileShortcut(String externalReferenceCode, long userId, long folderId, long toFileEntryId, ServiceContext serviceContext) LocalRepositoryProxyBean.addFileShortcut(String externalReferenceCode, long userId, long folderId, long toFileEntryId, ServiceContext serviceContext) BaseRepositoryProxyBean.addFolder(String externalReferenceCode, long userId, long parentFolderId, String name, String description, ServiceContext serviceContext) LocalRepositoryProxyBean.addFolder(String externalReferenceCode, long userId, long parentFolderId, String name, String description, ServiceContext serviceContext) BaseRepositoryProxyBean.cancelCheckOut(long fileEntryId) voidBaseRepositoryProxyBean.checkInFileEntry(long userId, long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) voidBaseRepositoryProxyBean.checkInFileEntry(long userId, long fileEntryId, String lockUuid, ServiceContext serviceContext) voidLocalRepositoryProxyBean.checkInFileEntry(long userId, long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) voidLocalRepositoryProxyBean.checkInFileEntry(long userId, long fileEntryId, String lockUuid, ServiceContext serviceContext) BaseRepositoryProxyBean.checkOutFileEntry(long fileEntryId, ServiceContext serviceContext) BaseRepositoryProxyBean.checkOutFileEntry(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext) booleanFileEntryProxyBean.containsPermission(PermissionChecker permissionChecker, String actionId) booleanFileShortcutProxyBean.containsPermission(PermissionChecker permissionChecker, String actionId) booleanFolderProxyBean.containsPermission(PermissionChecker permissionChecker, String actionId) BaseRepositoryProxyBean.copyFileEntry(long userId, long groupId, long fileEntryId, long destFolderId, ServiceContext serviceContext) LocalRepositoryProxyBean.copyFileEntry(long userId, long groupId, long fileEntryId, long destFolderId, ServiceContext serviceContext) voidBaseRepositoryProxyBean.deleteAll()voidLocalRepositoryProxyBean.deleteAll()voidBaseRepositoryProxyBean.deleteFileEntry(long fileEntryId) voidBaseRepositoryProxyBean.deleteFileEntry(long folderId, String title) voidLocalRepositoryProxyBean.deleteFileEntry(long fileEntryId) voidBaseRepositoryProxyBean.deleteFileShortcut(long fileShortcutId) voidLocalRepositoryProxyBean.deleteFileShortcut(long fileShortcutId) voidBaseRepositoryProxyBean.deleteFileShortcuts(long toFileEntryId) voidLocalRepositoryProxyBean.deleteFileShortcuts(long toFileEntryId) voidBaseRepositoryProxyBean.deleteFileVersion(long fileVersionId) voidBaseRepositoryProxyBean.deleteFileVersion(long fileEntryId, String version) voidLocalRepositoryProxyBean.deleteFileVersion(long fileVersionId) voidBaseRepositoryProxyBean.deleteFolder(long folderId) voidBaseRepositoryProxyBean.deleteFolder(long parentFolderId, String name) voidLocalRepositoryProxyBean.deleteFolder(long folderId) voidFileEntryProxyBean.execute(RepositoryModelOperation repositoryModelOperation) voidFileShortcutProxyBean.execute(RepositoryModelOperation repositoryModelOperation) voidFileVersionProxyBean.execute(RepositoryModelOperation repositoryModelOperation) voidFolderProxyBean.execute(RepositoryModelOperation repositoryModelOperation) BaseRepositoryProxyBean.fetchFileEntry(long folderId, String title) LocalRepositoryProxyBean.fetchFileEntry(long folderId, String title) FolderProxyBean.getAncestorFolderIds()FolderProxyBean.getAncestors()FileEntryProxyBean.getContentStream()FileEntryProxyBean.getContentStream(String version) FileVersionProxyBean.getContentStream(boolean incrementCounter) BaseRepositoryProxyBean.getFileEntries(long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getFileEntries(long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getFileEntries(long folderId, long documentTypeId, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getFileEntries(long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getFileEntries(long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) LocalRepositoryProxyBean.getFileEntries(long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) LocalRepositoryProxyBean.getFileEntries(long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getFileEntriesAndFileShortcuts(long folderId, int status, int start, int end) LocalRepositoryProxyBean.getFileEntriesAndFileShortcuts(long folderId, int status, int start, int end) intBaseRepositoryProxyBean.getFileEntriesAndFileShortcutsCount(long folderId, int status) intBaseRepositoryProxyBean.getFileEntriesAndFileShortcutsCount(long folderId, int status, String[] mimeTypes) intLocalRepositoryProxyBean.getFileEntriesAndFileShortcutsCount(long folderId, int status) intBaseRepositoryProxyBean.getFileEntriesCount(long folderId) intBaseRepositoryProxyBean.getFileEntriesCount(long folderId, int status) intBaseRepositoryProxyBean.getFileEntriesCount(long folderId, long documentTypeId) intBaseRepositoryProxyBean.getFileEntriesCount(long folderId, String[] mimeTypes) intBaseRepositoryProxyBean.getFileEntriesCount(long folderId, String[] mimeTypes, int status) intLocalRepositoryProxyBean.getFileEntriesCount(long folderId) intLocalRepositoryProxyBean.getFileEntriesCount(long folderId, int status) BaseRepositoryProxyBean.getFileEntry(long fileEntryId) BaseRepositoryProxyBean.getFileEntry(long folderId, String title) FileVersionProxyBean.getFileEntry()LocalRepositoryProxyBean.getFileEntry(long fileEntryId) LocalRepositoryProxyBean.getFileEntry(long folderId, String title) BaseRepositoryProxyBean.getFileEntryByFileName(long folderId, String fileName) LocalRepositoryProxyBean.getFileEntryByFileName(long folderId, String fileName) BaseRepositoryProxyBean.getFileEntryByUuid(String uuid) LocalRepositoryProxyBean.getFileEntryByUuid(String uuid) BaseRepositoryProxyBean.getFileShortcut(long fileShortcutId) LocalRepositoryProxyBean.getFileShortcut(long fileShortcutId) BaseRepositoryProxyBean.getFileVersion(long fileVersionId) FileEntryProxyBean.getFileVersion()FileEntryProxyBean.getFileVersion(String version) FileShortcutProxyBean.getFileVersion()LocalRepositoryProxyBean.getFileVersion(long fileVersionId) BaseRepositoryProxyBean.getFolder(long folderId) FileShortcutProxyBean.getFolder()LocalRepositoryProxyBean.getFolder(long folderId) BaseRepositoryProxyBean.getFolders(long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<Folder> orderByComparator) BaseRepositoryProxyBean.getFolders(long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<Folder> orderByComparator) LocalRepositoryProxyBean.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) LocalRepositoryProxyBean.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) BaseRepositoryProxyBean.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) BaseRepositoryProxyBean.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) LocalRepositoryProxyBean.getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) intBaseRepositoryProxyBean.getFoldersAndFileEntriesAndFileShortcutsCount(long folderId, int status, boolean includeMountFolders) intBaseRepositoryProxyBean.getFoldersAndFileEntriesAndFileShortcutsCount(long folderId, int status, String[] mimeTypes, boolean includeMountFolders) intLocalRepositoryProxyBean.getFoldersAndFileEntriesAndFileShortcutsCount(long folderId, int status, boolean includeMountFolders) intBaseRepositoryProxyBean.getFoldersCount(long parentFolderId, boolean includeMountfolders) intBaseRepositoryProxyBean.getFoldersCount(long parentFolderId, int status, boolean includeMountfolders) intLocalRepositoryProxyBean.getFoldersCount(long parentFolderId, boolean includeMountfolders) intLocalRepositoryProxyBean.getFoldersCount(long parentFolderId, int status, boolean includeMountfolders) intBaseRepositoryProxyBean.getFoldersFileEntriesCount(List<Long> folderIds, int status) FileEntryProxyBean.getLatestFileVersion()FileEntryProxyBean.getLatestFileVersion(boolean trusted) BaseRepositoryProxyBean.getMountFolders(long parentFolderId, int start, int end, OrderByComparator<Folder> orderByComparator) intBaseRepositoryProxyBean.getMountFoldersCount(long parentFolderId) FolderProxyBean.getParentFolder()BaseRepositoryProxyBean.getRepositoryFileEntries(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getRepositoryFileEntries(long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) LocalRepositoryProxyBean.getRepositoryFileEntries(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) intBaseRepositoryProxyBean.getRepositoryFileEntriesCount(long userId, long rootFolderId) intBaseRepositoryProxyBean.getRepositoryFileEntriesCount(long userId, long rootFolderId, String[] mimeTypes, int status) BaseRepositoryProxyBean.getRepositoryFileShortcuts(long groupId) BaseRepositoryProxyBean.getSubfolderIds(long folderId, boolean recurse) voidBaseRepositoryProxyBean.getSubfolderIds(List<Long> folderIds, long folderId) voidBaseRepositoryProxyBean.initRepository()BaseRepositoryProxyBean.lockFolder(long folderId) BaseRepositoryProxyBean.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime) BaseRepositoryProxyBean.moveFileEntry(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext) LocalRepositoryProxyBean.moveFileEntry(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext) BaseRepositoryProxyBean.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext) LocalRepositoryProxyBean.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext) BaseRepositoryProxyBean.refreshFileEntryLock(String lockUuid, long companyId, long expirationTime) BaseRepositoryProxyBean.refreshFolderLock(String lockUuid, long companyId, long expirationTime) voidBaseRepositoryProxyBean.revertFileEntry(long userId, long fileEntryId, String version, ServiceContext serviceContext) voidLocalRepositoryProxyBean.revertFileEntry(long userId, long fileEntryId, String version, ServiceContext serviceContext) BaseRepositoryProxyBean.search(long creatorUserId, int status, int start, int end) BaseRepositoryProxyBean.search(long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end) voidBaseRepositoryProxyBean.unlockFolder(long folderId, String lockUuid) voidBaseRepositoryProxyBean.unlockFolder(long parentFolderId, String name, String lockUuid) BaseRepositoryProxyBean.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) BaseRepositoryProxyBean.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) LocalRepositoryProxyBean.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) LocalRepositoryProxyBean.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) BaseRepositoryProxyBean.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) LocalRepositoryProxyBean.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) voidBaseRepositoryProxyBean.updateFileShortcuts(long oldToFileEntryId, long newToFileEntryId) voidLocalRepositoryProxyBean.updateFileShortcuts(long oldToFileEntryId, long newToFileEntryId) BaseRepositoryProxyBean.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext) BaseRepositoryProxyBean.updateFolder(long folderId, String name, String description, ServiceContext serviceContext) LocalRepositoryProxyBean.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext) booleanBaseRepositoryProxyBean.verifyFileEntryCheckOut(long fileEntryId, String lockUuid) booleanBaseRepositoryProxyBean.verifyFileEntryLock(long fileEntryId, String lockUuid) booleanBaseRepositoryProxyBean.verifyInheritableLock(long folderId, String lockUuid) -
Uses of PortalException in com.liferay.portal.kernel.sanitizer
Subclasses of PortalException in com.liferay.portal.kernel.sanitizer -
Uses of PortalException in com.liferay.portal.kernel.scheduler
Subclasses of PortalException in com.liferay.portal.kernel.scheduler -
Uses of PortalException in com.liferay.portal.kernel.scripting
Subclasses of PortalException in com.liferay.portal.kernel.scriptingModifier and TypeClassDescriptionclassclassclass -
Uses of PortalException in com.liferay.portal.kernel.search
Subclasses of PortalException in com.liferay.portal.kernel.searchMethod parameters in com.liferay.portal.kernel.search with type arguments of type PortalExceptionModifier and TypeMethodDescriptionstatic <T extends BaseModel<T>>
BaseModelSearchResult<T>BaseModelSearchResult.unsafeCreateWithStartAndEnd(com.liferay.petra.function.UnsafeFunction<BaseModelSearchResult.StartAndEnd, List<T>, PortalException> getBaseModelsUnsafeFunction, int length, int start, int end) Methods in com.liferay.portal.kernel.search that throw PortalExceptionModifier and TypeMethodDescriptionSearchResultManager.createSearchResult(Document document) SummaryFactory.getSummary(Document document, String className, long classPK, Locale locale, PortletRequest portletRequest, PortletResponse portletResponse) SummaryFactory.getSummary(String className, long classPK, Locale locale) protected voidBaseIndexer.populateAddresses(Document document, List<Address> addresses, long regionId, long countryId) static <T extends BaseModel<T>>
BaseModelSearchResult<T>BaseModelSearchResult.unsafeCreateWithStartAndEnd(com.liferay.petra.function.UnsafeFunction<BaseModelSearchResult.StartAndEnd, List<T>, PortalException> getBaseModelsUnsafeFunction, int length, int start, int end) voidSearchResultManager.updateSearchResult(SearchResult searchResult, Document document, Locale locale, PortletRequest portletRequest, PortletResponse portletResponse) -
Uses of PortalException in com.liferay.portal.kernel.search.result
Methods in com.liferay.portal.kernel.search.result that throw PortalExceptionModifier and TypeMethodDescriptionvoidSearchResultContributor.addRelatedModel(SearchResult searchResult, Document document, Locale locale, PortletRequest portletRequest, PortletResponse portletResponse) -
Uses of PortalException in com.liferay.portal.kernel.security.access.control
Methods in com.liferay.portal.kernel.security.access.control that throw PortalExceptionModifier and TypeMethodDescriptionAccessControl.verifyRequest()static AuthVerifierResult.StateAccessControlUtil.verifyRequest() -
Uses of PortalException in com.liferay.portal.kernel.security.auth
Subclasses of PortalException in com.liferay.portal.kernel.security.authModifier and TypeClassDescriptionclassclassstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassMethods in com.liferay.portal.kernel.security.auth that throw PortalExceptionModifier and TypeMethodDescriptionstatic UserGuestOrUserUtil.getGuestOrUser()static UserGuestOrUserUtil.getGuestOrUser(long companyId) static UserGuestOrUserUtil.getGuestOrUser(User user) static UserGuestOrUserUtil.getUser(long userId) -
Uses of PortalException in com.liferay.portal.kernel.security.auto.login
Subclasses of PortalException in com.liferay.portal.kernel.security.auto.login -
Uses of PortalException in com.liferay.portal.kernel.security.membershippolicy
Subclasses of PortalException in com.liferay.portal.kernel.security.membershippolicyMethods in com.liferay.portal.kernel.security.membershippolicy that throw PortalExceptionModifier and TypeMethodDescriptionvoidOrganizationMembershipPolicy.checkMembership(long[] userIds, long[] addOrganizationIds, long[] removeOrganizationIds) Checks if the users can be added to and removed from the respective organizations.static voidOrganizationMembershipPolicyUtil.checkMembership(long[] userIds, long[] addOrganizationIds, long[] removeOrganizationIds) voidSiteMembershipPolicy.checkMembership(long[] userIds, long[] addGroupIds, long[] removeGroupIds) Checks if the users can be added to and removed from the respective sites.voidUserGroupMembershipPolicy.checkMembership(long[] userIds, long[] addUserGroupIds, long[] removeUserGroupIds) Checks if the users can be added to and removed from the respective user groups.voidBaseOrganizationMembershipPolicy.checkRoles(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) voidBaseSiteMembershipPolicy.checkRoles(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) voidOrganizationMembershipPolicy.checkRoles(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) Checks if the organization roles can be added to or removed from their users.static voidOrganizationMembershipPolicyUtil.checkRoles(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) voidRoleMembershipPolicy.checkRoles(long[] userIds, long[] addRoleIds, long[] removeRoleIds) Checks if the roles can be added to or removed from their users.voidSiteMembershipPolicy.checkRoles(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) Checks if the site roles can be added to or removed from their users.booleanBaseOrganizationMembershipPolicy.isMembershipAllowed(long userId, long organizationId) booleanBaseSiteMembershipPolicy.isMembershipAllowed(long userId, long groupId) booleanBaseUserGroupMembershipPolicy.isMembershipAllowed(long userId, long userGroupId) booleanOrganizationMembershipPolicy.isMembershipAllowed(long userId, long organizationId) Returnstrueif the user can be added to the organization.static booleanOrganizationMembershipPolicyUtil.isMembershipAllowed(long userId, long organizationId) booleanSiteMembershipPolicy.isMembershipAllowed(long userId, long groupId) Returnstrueif the user can be added to the site.booleanUserGroupMembershipPolicy.isMembershipAllowed(long userId, long userGroupId) Returnstrueif the user can be added to the user group.booleanBaseOrganizationMembershipPolicy.isMembershipProtected(PermissionChecker permissionChecker, long userId, long organizationId) booleanBaseSiteMembershipPolicy.isMembershipProtected(PermissionChecker permissionChecker, long userId, long groupId) booleanOrganizationMembershipPolicy.isMembershipProtected(PermissionChecker permissionChecker, long userId, long organizationId) Returnstrueif the policy prevents the user from being removed from the organization by the user associated with the permission checker.static booleanOrganizationMembershipPolicyUtil.isMembershipProtected(PermissionChecker permissionChecker, long userId, long organizationId) booleanSiteMembershipPolicy.isMembershipProtected(PermissionChecker permissionChecker, long userId, long groupId) Returnstrueif the policy prevents the user from being removed from the site by the user associated with the permission checker.booleanBaseOrganizationMembershipPolicy.isMembershipRequired(long userId, long organizationId) booleanBaseSiteMembershipPolicy.isMembershipRequired(long userId, long groupId) booleanBaseUserGroupMembershipPolicy.isMembershipRequired(long userId, long userGroupId) booleanOrganizationMembershipPolicy.isMembershipRequired(long userId, long organizationId) Returnstrueif organization membership for the user is mandatory.static booleanOrganizationMembershipPolicyUtil.isMembershipRequired(long userId, long organizationId) booleanSiteMembershipPolicy.isMembershipRequired(long userId, long groupId) Returnstrueif site membership for the user is mandatory.booleanUserGroupMembershipPolicy.isMembershipRequired(long userId, long userGroupId) Returnstrueif user group membership for the user is mandatory.booleanBaseOrganizationMembershipPolicy.isRoleAllowed(long userId, long organizationId, long roleId) booleanBaseRoleMembershipPolicy.isRoleAllowed(long userId, long roleId) booleanBaseSiteMembershipPolicy.isRoleAllowed(long userId, long groupId, long roleId) booleanOrganizationMembershipPolicy.isRoleAllowed(long userId, long organizationId, long roleId) Returnstrueif the role can be added to the user on the organization.static booleanOrganizationMembershipPolicyUtil.isRoleAllowed(long userId, long organizationId, long roleId) booleanRoleMembershipPolicy.isRoleAllowed(long userId, long roleId) Returnstrueif the role can be added to the user.booleanSiteMembershipPolicy.isRoleAllowed(long userId, long groupId, long roleId) Returnstrueif the role can be added to the user on the site.booleanBaseOrganizationMembershipPolicy.isRoleProtected(PermissionChecker permissionChecker, long userId, long organizationId, long roleId) booleanBaseSiteMembershipPolicy.isRoleProtected(PermissionChecker permissionChecker, long userId, long groupId, long roleId) booleanOrganizationMembershipPolicy.isRoleProtected(PermissionChecker permissionChecker, long userId, long organizationId, long roleId) Returnstrueif the policy prevents the user from being removed from the role by the user associated with the permission checker.static booleanOrganizationMembershipPolicyUtil.isRoleProtected(PermissionChecker permissionChecker, long userId, long organizationId, long roleId) booleanSiteMembershipPolicy.isRoleProtected(PermissionChecker permissionChecker, long userId, long groupId, long roleId) Returnstrueif the policy prevents the user from being removed from the role by the user associated with the permission checker.booleanBaseOrganizationMembershipPolicy.isRoleRequired(long userId, long organizationId, long roleId) booleanBaseRoleMembershipPolicy.isRoleRequired(long userId, long roleId) booleanOrganizationMembershipPolicy.isRoleRequired(long userId, long organizationId, long roleId) Returnstrueif the role is mandatory for the user on the organization.static booleanOrganizationMembershipPolicyUtil.isRoleRequired(long userId, long organizationId, long roleId) booleanRoleMembershipPolicy.isRoleRequired(long userId, long roleId) Returnstrueif the role is mandatory for the user.booleanSiteMembershipPolicy.isRoleRequired(long userId, long groupId, long roleId) Returnstrueif the role is mandatory for the user on the site.voidOrganizationMembershipPolicy.propagateMembership(long[] userIds, long[] addOrganizationIds, long[] removeOrganizationIds) Performs membership policy related actions after the users are added to and removed from the respective organizations.static voidOrganizationMembershipPolicyUtil.propagateMembership(long[] userIds, long[] addOrganizationIds, long[] removeOrganizationIds) voidSiteMembershipPolicy.propagateMembership(long[] userIds, long[] addGroupIds, long[] removeGroupIds) Performs membership policy related actions after the users are added to and removed from the respective sites.voidUserGroupMembershipPolicy.propagateMembership(long[] userIds, long[] addUserGroupIds, long[] removeUserGroupIds) Performs membership policy related actions after the users are added to and removed from the respective user groups.voidBaseSiteMembershipPolicy.propagateRoles(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) voidOrganizationMembershipPolicy.propagateRoles(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) Performs membership policy related actions after the respective organization roles are added to and removed from the affected users.static voidOrganizationMembershipPolicyUtil.propagateRoles(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) voidRoleMembershipPolicy.propagateRoles(long[] userIds, long[] addRoleIds, long[] removeRoleIds) Performs membership policy related actions after the respective roles are added to and removed from the affected users.voidSiteMembershipPolicy.propagateRoles(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) Performs membership policy related actions after the respective site roles are added to and removed from the affected users.voidBaseOrganizationMembershipPolicy.verifyPolicy()voidBaseOrganizationMembershipPolicy.verifyPolicy(Organization organization) voidBaseRoleMembershipPolicy.verifyPolicy()voidBaseRoleMembershipPolicy.verifyPolicy(Role role) voidBaseSiteMembershipPolicy.verifyPolicy()voidBaseSiteMembershipPolicy.verifyPolicy(Group group) voidBaseUserGroupMembershipPolicy.verifyPolicy()voidBaseUserGroupMembershipPolicy.verifyPolicy(UserGroup userGroup) voidOrganizationMembershipPolicy.verifyPolicy()Checks the integrity of the membership policy of each of the portal's organizations and performs operations necessary for the compliance of each organization and organization role.voidOrganizationMembershipPolicy.verifyPolicy(Organization organization) Checks the integrity of the membership policy of the organization and performs operations necessary for the organization's compliance.voidOrganizationMembershipPolicy.verifyPolicy(Organization organization, Organization oldOrganization, List<AssetCategory> oldAssetCategories, List<AssetTag> oldAssetTags, Map<String, Serializable> oldExpandoAttributes) Checks the integrity of the membership policy of the organization, with respect to the organization's new attribute values, categories, tags, and expando attributes, and performs operations necessary for the compliance of the organization and its organization roles.voidOrganizationMembershipPolicy.verifyPolicy(Role role) Checks the integrity of the membership policy of the organization role and performs operations necessary for the role's compliance.voidOrganizationMembershipPolicy.verifyPolicy(Role role, Role oldRole, Map<String, Serializable> oldExpandoAttributes) Checks the integrity of the membership policy of the organization role, with respect to its expando attributes, and performs operations necessary for the role's compliance.static voidOrganizationMembershipPolicyUtil.verifyPolicy()static voidOrganizationMembershipPolicyUtil.verifyPolicy(Organization organization) static voidOrganizationMembershipPolicyUtil.verifyPolicy(Organization organization, Organization oldOrganization, List<AssetCategory> oldAssetCategories, List<AssetTag> oldAssetTags, Map<String, Serializable> oldExpandoAttributes) static voidOrganizationMembershipPolicyUtil.verifyPolicy(Role role) static voidOrganizationMembershipPolicyUtil.verifyPolicy(Role role, Role oldRole, Map<String, Serializable> oldExpandoAttributes) voidRoleMembershipPolicy.verifyPolicy()Checks the integrity of the membership policy of each of the portal's roles and performs operations necessary for the compliance of each role.voidRoleMembershipPolicy.verifyPolicy(Role role) Checks the integrity of the membership policy of the role and performs operations necessary for the compliance of the role.voidRoleMembershipPolicy.verifyPolicy(Role role, Role oldRole, Map<String, Serializable> oldExpandoAttributes) Checks the integrity of the membership policy of the role, with respect to the role's new attribute values and expando attributes, and performs operations necessary for the role's compliance.voidSiteMembershipPolicy.verifyPolicy()Checks the integrity of the membership policy of each of the portal's sites and performs operations necessary for the compliance of each site and site role.voidSiteMembershipPolicy.verifyPolicy(Group group) Checks the integrity of the membership policy of the site and performs operations necessary for the site's compliance.voidSiteMembershipPolicy.verifyPolicy(Group group, Group oldGroup, List<AssetCategory> oldAssetCategories, List<AssetTag> oldAssetTags, Map<String, Serializable> oldExpandoAttributes, UnicodeProperties oldTypeSettingsUnicodeProperties) Checks the integrity of the membership policy of the site, with respect to the site's new attribute values, categories, tags, expando attributes, and type settings properties, and performs operations necessary for the compliance of the site and its site roles.voidSiteMembershipPolicy.verifyPolicy(Role role) Checks the integrity of the membership policy of the site role and performs operations necessary for the role's compliance.voidSiteMembershipPolicy.verifyPolicy(Role role, Role oldRole, Map<String, Serializable> oldExpandoAttributes) Checks the integrity of the membership policy of the site role, with respect to its expando attributes, and performs operations necessary for the role's compliance.voidUserGroupMembershipPolicy.verifyPolicy()Checks the integrity of the membership policy of each of the portal's user groups and performs operations necessary for the compliance of each user group.voidUserGroupMembershipPolicy.verifyPolicy(UserGroup userGroup) Checks the integrity of the membership policy of the user group and performs operations necessary for the user group's compliance.voidUserGroupMembershipPolicy.verifyPolicy(UserGroup userGroup, UserGroup oldUserGroup, Map<String, Serializable> oldExpandoAttributes) Checks the integrity of the membership policy of the user group, with respect to the user group's new attribute values and expando attributes, and performs operations necessary for the compliance of the user group. -
Uses of PortalException in com.liferay.portal.kernel.security.permission
Methods in com.liferay.portal.kernel.security.permission that throw PortalExceptionModifier and TypeMethodDescriptionUserBag.getGroups()UserBag.getRoles()UserBag.getUserGroups()UserBag.getUserOrgGroups()UserBag.getUserOrgs()UserBag.getUserUserGroupGroups() -
Uses of PortalException in com.liferay.portal.kernel.security.permission.propagator
Methods in com.liferay.portal.kernel.security.permission.propagator that throw PortalExceptionModifier and TypeMethodDescriptionBasePermissionPropagator.getAvailableActionIds(long companyId, String className, long primKey, long roleId, Set<String> actionIds) protected voidBasePermissionPropagator.propagateRolePermissions(ActionRequest actionRequest, long roleId, String parentClassName, long parentPrimKey, String childClassName, long childPrimKey) voidPermissionPropagator.propagateRolePermissions(ActionRequest actionRequest, String className, String primKey, long[] roleIds) -
Uses of PortalException in com.liferay.portal.kernel.security.permission.resource
Method parameters in com.liferay.portal.kernel.security.permission.resource with type arguments of type PortalExceptionModifier and TypeMethodDescriptionstatic <T extends GroupedModel>
ModelResourcePermission<T>ModelResourcePermissionFactory.create(Class<T> modelClass, ToLongFunction<T> primKeyToLongFunction, com.liferay.petra.function.UnsafeFunction<Long, T, ? extends PortalException> getModelUnsafeFunction, PortletResourcePermission portletResourcePermission, ModelResourcePermissionFactory.ModelResourcePermissionConfigurator<T> modelResourcePermissionConfigurator) static <T extends GroupedModel>
ModelResourcePermission<T>ModelResourcePermissionFactory.create(Class<T> modelClass, ToLongFunction<T> primKeyToLongFunction, com.liferay.petra.function.UnsafeFunction<Long, T, ? extends PortalException> getModelUnsafeFunction, PortletResourcePermission portletResourcePermission, ModelResourcePermissionFactory.ModelResourcePermissionConfigurator<T> modelResourcePermissionConfigurator, UnaryOperator<String> actionIdMapper) Methods in com.liferay.portal.kernel.security.permission.resource that throw PortalExceptionModifier and TypeMethodDescriptionvoidBaseModelResourcePermissionWrapper.check(PermissionChecker permissionChecker, long primaryKey, String actionId) voidBaseModelResourcePermissionWrapper.check(PermissionChecker permissionChecker, T model, String actionId) voidModelResourcePermission.check(PermissionChecker permissionChecker, long primaryKey, String actionId) voidModelResourcePermission.check(PermissionChecker permissionChecker, T model, String actionId) static voidModelResourcePermissionUtil.check(ModelResourcePermission<?> modelResourcePermission, PermissionChecker permissionChecker, long groupId, long primaryKey, String actionId) booleanBaseModelResourcePermissionWrapper.contains(PermissionChecker permissionChecker, long primaryKey, String actionId) booleanBaseModelResourcePermissionWrapper.contains(PermissionChecker permissionChecker, T model, String actionId) DynamicInheritancePermissionLogic.contains(PermissionChecker permissionChecker, String name, C child, String actionId) booleanModelResourcePermission.contains(PermissionChecker permissionChecker, long primaryKey, String actionId) booleanModelResourcePermission.contains(PermissionChecker permissionChecker, T model, String actionId) ModelResourcePermissionLogic.contains(PermissionChecker permissionChecker, String name, T model, String actionId) static booleanModelResourcePermissionUtil.contains(ModelResourcePermission<?> modelResourcePermission, PermissionChecker permissionChecker, long groupId, long primaryKey, String actionId) WorkflowedModelPermissionLogic.contains(PermissionChecker permissionChecker, String name, T model, String actionId) Constructor parameters in com.liferay.portal.kernel.security.permission.resource with type arguments of type PortalExceptionModifierConstructorDescriptionDynamicInheritancePermissionLogic(ModelResourcePermission<P> parentModelResourcePermission, com.liferay.petra.function.UnsafeFunction<C, P, ? extends PortalException> fetchParentUnsafeFunction, boolean checkParentAccess) -
Uses of PortalException in com.liferay.portal.kernel.security.pwd
Methods in com.liferay.portal.kernel.security.pwd that throw PortalExceptionModifier and TypeMethodDescriptionabstract voidBasicToolkit.validate(long userId, String password1, String password2, PasswordPolicy passwordPolicy) voidBasicToolkit.validate(String password1, String password2, PasswordPolicy passwordPolicy) voidToolkit.validate(long userId, String password1, String password2, PasswordPolicy passwordPolicy) voidToolkit.validate(String password1, String password2, PasswordPolicy passwordPolicy) voidToolkitWrapper.validate(long userId, String password1, String password2, PasswordPolicy passwordPolicy) voidToolkitWrapper.validate(String password1, String password2, PasswordPolicy passwordPolicy) -
Uses of PortalException in com.liferay.portal.kernel.service
Method parameters in com.liferay.portal.kernel.service with type arguments of type PortalExceptionModifier and TypeMethodDescriptionvoidServiceContext.validateModifiedDate(AuditedModel auditedModel, Class<? extends PortalException> clazz) Methods in com.liferay.portal.kernel.service that throw PortalExceptionModifier and TypeMethodDescriptionAddressLocalService.addAddress(String externalReferenceCode, long userId, String className, long classPK, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber, ServiceContext serviceContext) static AddressAddressLocalServiceUtil.addAddress(String externalReferenceCode, long userId, String className, long classPK, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber, ServiceContext serviceContext) AddressLocalServiceWrapper.addAddress(String externalReferenceCode, long userId, String className, long classPK, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber, ServiceContext serviceContext) AddressService.addAddress(String externalReferenceCode, String className, long classPK, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber, ServiceContext serviceContext) static AddressAddressServiceUtil.addAddress(String externalReferenceCode, String className, long classPK, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber, ServiceContext serviceContext) AddressServiceWrapper.addAddress(String externalReferenceCode, String className, long classPK, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber, ServiceContext serviceContext) CompanyLocalService.addCompany(Long companyId, String webId, String virtualHostname, String mx, int maxUsers, boolean active, boolean addDefaultAdminUser, String defaultAdminPassword, String defaultAdminScreenName, String defaultAdminEmailAddress, String defaultAdminFirstName, String defaultAdminMiddleName, String defaultAdminLastName) Adds a company with the primary key.static CompanyCompanyLocalServiceUtil.addCompany(Long companyId, String webId, String virtualHostname, String mx, int maxUsers, boolean active, boolean addDefaultAdminUser, String defaultAdminPassword, String defaultAdminScreenName, String defaultAdminEmailAddress, String defaultAdminFirstName, String defaultAdminMiddleName, String defaultAdminLastName) Adds a company with the primary key.CompanyLocalServiceWrapper.addCompany(Long companyId, String webId, String virtualHostname, String mx, int maxUsers, boolean active, boolean addDefaultAdminUser, String defaultAdminPassword, String defaultAdminScreenName, String defaultAdminEmailAddress, String defaultAdminFirstName, String defaultAdminMiddleName, String defaultAdminLastName) Adds a company with the primary key.CompanyService.addCompany(long companyId, String webId, String virtualHost, String mx, int maxUsers, boolean active) Adds a company.CompanyService.addCompany(Long companyId, String webId, String virtualHost, String mx, int maxUsers, boolean active, String defaultAdminPassword, String defaultAdminScreenName, String defaultAdminEmailAddress, String defaultAdminFirstName, String defaultAdminMiddleName, String defaultAdminLastName) Adds a company.static CompanyCompanyServiceUtil.addCompany(long companyId, String webId, String virtualHost, String mx, int maxUsers, boolean active) Adds a company.static CompanyCompanyServiceUtil.addCompany(Long companyId, String webId, String virtualHost, String mx, int maxUsers, boolean active, String defaultAdminPassword, String defaultAdminScreenName, String defaultAdminEmailAddress, String defaultAdminFirstName, String defaultAdminMiddleName, String defaultAdminLastName) Adds a company.CompanyServiceWrapper.addCompany(long companyId, String webId, String virtualHost, String mx, int maxUsers, boolean active) Adds a company.CompanyServiceWrapper.addCompany(Long companyId, String webId, String virtualHost, String mx, int maxUsers, boolean active, String defaultAdminPassword, String defaultAdminScreenName, String defaultAdminEmailAddress, String defaultAdminFirstName, String defaultAdminMiddleName, String defaultAdminLastName) Adds a company.ContactLocalService.addContact(long userId, String className, long classPK, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) static ContactContactLocalServiceUtil.addContact(long userId, String className, long classPK, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) ContactLocalServiceWrapper.addContact(long userId, String className, long classPK, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) ContactService.addContact(long userId, String className, long classPK, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) static ContactContactServiceUtil.addContact(long userId, String className, long classPK, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) ContactServiceWrapper.addContact(long userId, String className, long classPK, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) CountryLocalService.addCountry(String a2, String a3, boolean active, boolean billingAllowed, String idd, String name, String number, double position, boolean shippingAllowed, boolean subjectToVAT, boolean zipRequired, ServiceContext serviceContext) static CountryCountryLocalServiceUtil.addCountry(String a2, String a3, boolean active, boolean billingAllowed, String idd, String name, String number, double position, boolean shippingAllowed, boolean subjectToVAT, boolean zipRequired, ServiceContext serviceContext) CountryLocalServiceWrapper.addCountry(String a2, String a3, boolean active, boolean billingAllowed, String idd, String name, String number, double position, boolean shippingAllowed, boolean subjectToVAT, boolean zipRequired, ServiceContext serviceContext) CountryService.addCountry(String a2, String a3, boolean active, boolean billingAllowed, String idd, String name, String number, double position, boolean shippingAllowed, boolean subjectToVAT, boolean zipRequired, ServiceContext serviceContext) CountryService.addCountry(String name, String a2, String a3, String number, String idd, boolean active) Deprecated.As of Cavanaugh (7.4.x)static CountryCountryServiceUtil.addCountry(String a2, String a3, boolean active, boolean billingAllowed, String idd, String name, String number, double position, boolean shippingAllowed, boolean subjectToVAT, boolean zipRequired, ServiceContext serviceContext) static CountryCountryServiceUtil.addCountry(String name, String a2, String a3, String number, String idd, boolean active) Deprecated.As of Cavanaugh (7.4.x)CountryServiceWrapper.addCountry(String a2, String a3, boolean active, boolean billingAllowed, String idd, String name, String number, double position, boolean shippingAllowed, boolean subjectToVAT, boolean zipRequired, ServiceContext serviceContext) CountryServiceWrapper.addCountry(String name, String a2, String a3, String number, String idd, boolean active) Deprecated.As of Cavanaugh (7.4.x)CompanyLocalService.addDBPartitionCompany(long companyId, String name, String virtualHostname, String webId) static CompanyCompanyLocalServiceUtil.addDBPartitionCompany(long companyId, String name, String virtualHostname, String webId) CompanyLocalServiceWrapper.addDBPartitionCompany(long companyId, String name, String virtualHostname, String webId) UserLocalService.addDefaultAdminUser(long companyId, String password, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName) Adds a default admin user for the company.static UserUserLocalServiceUtil.addDefaultAdminUser(long companyId, String password, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName) Adds a default admin user for the company.UserLocalServiceWrapper.addDefaultAdminUser(long companyId, String password, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName) Adds a default admin user for the company.booleanUserLocalService.addDefaultGroups(long userId) Adds the user to the default groups, unless the user is already in these groups.static booleanUserLocalServiceUtil.addDefaultGroups(long userId) Adds the user to the default groups, unless the user is already in these groups.booleanUserLocalServiceWrapper.addDefaultGroups(long userId) Adds the user to the default groups, unless the user is already in these groups.booleanUserLocalService.addDefaultRoles(long userId) Adds the user to the default regular roles, unless the user already has these regular roles.static booleanUserLocalServiceUtil.addDefaultRoles(long userId) Adds the user to the default regular roles, unless the user already has these regular roles.booleanUserLocalServiceWrapper.addDefaultRoles(long userId) Adds the user to the default regular roles, unless the user already has these regular roles.UserLocalService.addDefaultServiceAccountUser(long companyId) static UserUserLocalServiceUtil.addDefaultServiceAccountUser(long companyId) UserLocalServiceWrapper.addDefaultServiceAccountUser(long companyId) booleanUserLocalService.addDefaultUserGroups(long userId) Adds the user to the default user groups, unless the user is already in these user groups.static booleanUserLocalServiceUtil.addDefaultUserGroups(long userId) Adds the user to the default user groups, unless the user is already in these user groups.booleanUserLocalServiceWrapper.addDefaultUserGroups(long userId) Adds the user to the default user groups, unless the user is already in these user groups.EmailAddressLocalService.addEmailAddress(String externalReferenceCode, long userId, String className, long classPK, String address, long listTypeId, boolean primary, ServiceContext serviceContext) static EmailAddressEmailAddressLocalServiceUtil.addEmailAddress(String externalReferenceCode, long userId, String className, long classPK, String address, long listTypeId, boolean primary, ServiceContext serviceContext) EmailAddressLocalServiceWrapper.addEmailAddress(String externalReferenceCode, long userId, String className, long classPK, String address, long listTypeId, boolean primary, ServiceContext serviceContext) EmailAddressService.addEmailAddress(String externalReferenceCode, String className, long classPK, String address, long typeId, boolean primary, ServiceContext serviceContext) static EmailAddressEmailAddressServiceUtil.addEmailAddress(String externalReferenceCode, String className, long classPK, String address, long typeId, boolean primary, ServiceContext serviceContext) EmailAddressServiceWrapper.addEmailAddress(String externalReferenceCode, String className, long classPK, String address, long typeId, boolean primary, ServiceContext serviceContext) GroupLocalService.addGroup(long userId, long parentGroupId, String className, long classPK, long liveGroupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean inheritContent, boolean active, ServiceContext serviceContext) GroupLocalService.addGroup(long userId, long parentGroupId, String className, long classPK, long liveGroupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext) static GroupGroupLocalServiceUtil.addGroup(long userId, long parentGroupId, String className, long classPK, long liveGroupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean inheritContent, boolean active, ServiceContext serviceContext) static GroupGroupLocalServiceUtil.addGroup(long userId, long parentGroupId, String className, long classPK, long liveGroupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext) GroupLocalServiceWrapper.addGroup(long userId, long parentGroupId, String className, long classPK, long liveGroupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean inheritContent, boolean active, ServiceContext serviceContext) GroupLocalServiceWrapper.addGroup(long userId, long parentGroupId, String className, long classPK, long liveGroupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext) GroupService.addGroup(long parentGroupId, long liveGroupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean inheritContent, boolean active, ServiceContext serviceContext) GroupService.addGroup(long parentGroupId, long liveGroupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext) static GroupGroupServiceUtil.addGroup(long parentGroupId, long liveGroupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean inheritContent, boolean active, ServiceContext serviceContext) static GroupGroupServiceUtil.addGroup(long parentGroupId, long liveGroupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext) GroupServiceWrapper.addGroup(long parentGroupId, long liveGroupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean inheritContent, boolean active, ServiceContext serviceContext) GroupServiceWrapper.addGroup(long parentGroupId, long liveGroupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext) voidOrganizationService.addGroupOrganizations(long groupId, long[] organizationIds) Adds the organizations to the group.static voidOrganizationServiceUtil.addGroupOrganizations(long groupId, long[] organizationIds) Adds the organizations to the group.voidOrganizationServiceWrapper.addGroupOrganizations(long groupId, long[] organizationIds) Adds the organizations to the group.voidUserGroupService.addGroupUserGroups(long groupId, long[] userGroupIds) Adds the user groups to the group.static voidUserGroupServiceUtil.addGroupUserGroups(long groupId, long[] userGroupIds) Adds the user groups to the group.voidUserGroupServiceWrapper.addGroupUserGroups(long groupId, long[] userGroupIds) Adds the user groups to the group.booleanUserLocalService.addGroupUsers(long groupId, long[] userIds) booleanUserLocalService.addGroupUsers(long groupId, List<User> users) static booleanUserLocalServiceUtil.addGroupUsers(long groupId, long[] userIds) static booleanUserLocalServiceUtil.addGroupUsers(long groupId, List<User> users) booleanUserLocalServiceWrapper.addGroupUsers(long groupId, long[] userIds) booleanUserLocalServiceWrapper.addGroupUsers(long groupId, List<User> users) voidUserService.addGroupUsers(long groupId, long[] userIds, ServiceContext serviceContext) Adds the users to the group.static voidUserServiceUtil.addGroupUsers(long groupId, long[] userIds, ServiceContext serviceContext) Adds the users to the group.voidUserServiceWrapper.addGroupUsers(long groupId, long[] userIds, ServiceContext serviceContext) Adds the users to the group.LayoutLocalService.addLayout(String externalReferenceCode, long userId, long groupId, boolean privateLayout, long parentLayoutId, long classNameId, long classPK, Map<Locale, String> nameMap, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, String typeSettings, boolean hidden, boolean system, Map<Locale, String> friendlyURLMap, long masterLayoutPlid, ServiceContext serviceContext) Adds a layout with additional parameters.LayoutLocalService.addLayout(String externalReferenceCode, long userId, long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, boolean system, String friendlyURL, ServiceContext serviceContext) Adds a layout with single entry maps for name, title, and description to the default locale.LayoutLocalService.addLayout(String externalReferenceCode, long userId, long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext) Adds a layout with single entry maps for name, title, and description to the default locale.LayoutLocalService.addLayout(String externalReferenceCode, long userId, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale, String> nameMap, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, String typeSettings, boolean hidden, boolean system, Map<Locale, String> friendlyURLMap, ServiceContext serviceContext) Adds a layout with additional parameters.LayoutLocalService.addLayout(String externalReferenceCode, long userId, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale, String> nameMap, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, String typeSettings, boolean hidden, Map<Locale, String> friendlyURLMap, ServiceContext serviceContext) Adds a layout with additional parameters.static LayoutLayoutLocalServiceUtil.addLayout(String externalReferenceCode, long userId, long groupId, boolean privateLayout, long parentLayoutId, long classNameId, long classPK, Map<Locale, String> nameMap, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, String typeSettings, boolean hidden, boolean system, Map<Locale, String> friendlyURLMap, long masterLayoutPlid, ServiceContext serviceContext) Adds a layout with additional parameters.static LayoutLayoutLocalServiceUtil.addLayout(String externalReferenceCode, long userId, long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, boolean system, String friendlyURL, ServiceContext serviceContext) Adds a layout with single entry maps for name, title, and description to the default locale.static LayoutLayoutLocalServiceUtil.addLayout(String externalReferenceCode, long userId, long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext) Adds a layout with single entry maps for name, title, and description to the default locale.static LayoutLayoutLocalServiceUtil.addLayout(String externalReferenceCode, long userId, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale, String> nameMap, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, String typeSettings, boolean hidden, boolean system, Map<Locale, String> friendlyURLMap, ServiceContext serviceContext) Adds a layout with additional parameters.static LayoutLayoutLocalServiceUtil.addLayout(String externalReferenceCode, long userId, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale, String> nameMap, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, String typeSettings, boolean hidden, Map<Locale, String> friendlyURLMap, ServiceContext serviceContext) Adds a layout with additional parameters.LayoutLocalServiceWrapper.addLayout(String externalReferenceCode, long userId, long groupId, boolean privateLayout, long parentLayoutId, long classNameId, long classPK, Map<Locale, String> nameMap, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, String typeSettings, boolean hidden, boolean system, Map<Locale, String> friendlyURLMap, long masterLayoutPlid, ServiceContext serviceContext) Adds a layout with additional parameters.LayoutLocalServiceWrapper.addLayout(String externalReferenceCode, long userId, long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, boolean system, String friendlyURL, ServiceContext serviceContext) Adds a layout with single entry maps for name, title, and description to the default locale.LayoutLocalServiceWrapper.addLayout(String externalReferenceCode, long userId, long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext) Adds a layout with single entry maps for name, title, and description to the default locale.LayoutLocalServiceWrapper.addLayout(String externalReferenceCode, long userId, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale, String> nameMap, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, String typeSettings, boolean hidden, boolean system, Map<Locale, String> friendlyURLMap, ServiceContext serviceContext) Adds a layout with additional parameters.LayoutLocalServiceWrapper.addLayout(String externalReferenceCode, long userId, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale, String> nameMap, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, String typeSettings, boolean hidden, Map<Locale, String> friendlyURLMap, ServiceContext serviceContext) Adds a layout with additional parameters.LayoutService.addLayout(String externalReferenceCode, long groupId, boolean privateLayout, long parentLayoutId, long classNameId, long classPK, Map<Locale, String> localeNamesMap, Map<Locale, String> localeTitlesMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, String typeSettings, boolean hidden, boolean system, Map<Locale, String> friendlyURLMap, long masterLayoutPlid, ServiceContext serviceContext) Adds a layout with additional parameters.LayoutService.addLayout(String externalReferenceCode, long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext) Adds a layout with single entry maps for name, title, and description to the default locale.LayoutService.addLayout(String externalReferenceCode, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale, String> localeNamesMap, Map<Locale, String> localeTitlesMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, String typeSettings, boolean hidden, Map<Locale, String> friendlyURLMap, long masterLayoutPlid, ServiceContext serviceContext) Adds a layout with additional parameters.LayoutService.addLayout(String externalReferenceCode, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale, String> localeNamesMap, Map<Locale, String> localeTitlesMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, String typeSettings, boolean hidden, Map<Locale, String> friendlyURLMap, ServiceContext serviceContext) Adds a layout with additional parameters.static LayoutLayoutServiceUtil.addLayout(String externalReferenceCode, long groupId, boolean privateLayout, long parentLayoutId, long classNameId, long classPK, Map<Locale, String> localeNamesMap, Map<Locale, String> localeTitlesMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, String typeSettings, boolean hidden, boolean system, Map<Locale, String> friendlyURLMap, long masterLayoutPlid, ServiceContext serviceContext) Adds a layout with additional parameters.static LayoutLayoutServiceUtil.addLayout(String externalReferenceCode, long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext) Adds a layout with single entry maps for name, title, and description to the default locale.static LayoutLayoutServiceUtil.addLayout(String externalReferenceCode, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale, String> localeNamesMap, Map<Locale, String> localeTitlesMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, String typeSettings, boolean hidden, Map<Locale, String> friendlyURLMap, long masterLayoutPlid, ServiceContext serviceContext) Adds a layout with additional parameters.static LayoutLayoutServiceUtil.addLayout(String externalReferenceCode, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale, String> localeNamesMap, Map<Locale, String> localeTitlesMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, String typeSettings, boolean hidden, Map<Locale, String> friendlyURLMap, ServiceContext serviceContext) Adds a layout with additional parameters.LayoutServiceWrapper.addLayout(String externalReferenceCode, long groupId, boolean privateLayout, long parentLayoutId, long classNameId, long classPK, Map<Locale, String> localeNamesMap, Map<Locale, String> localeTitlesMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, String typeSettings, boolean hidden, boolean system, Map<Locale, String> friendlyURLMap, long masterLayoutPlid, ServiceContext serviceContext) Adds a layout with additional parameters.LayoutServiceWrapper.addLayout(String externalReferenceCode, long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext) Adds a layout with single entry maps for name, title, and description to the default locale.LayoutServiceWrapper.addLayout(String externalReferenceCode, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale, String> localeNamesMap, Map<Locale, String> localeTitlesMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, String typeSettings, boolean hidden, Map<Locale, String> friendlyURLMap, long masterLayoutPlid, ServiceContext serviceContext) Adds a layout with additional parameters.LayoutServiceWrapper.addLayout(String externalReferenceCode, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale, String> localeNamesMap, Map<Locale, String> localeTitlesMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, String typeSettings, boolean hidden, Map<Locale, String> friendlyURLMap, ServiceContext serviceContext) Adds a layout with additional parameters.LayoutBranchLocalService.addLayoutBranch(long layoutSetBranchId, long plid, String name, String description, boolean master, ServiceContext serviceContext) LayoutBranchLocalService.addLayoutBranch(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext) static LayoutBranchLayoutBranchLocalServiceUtil.addLayoutBranch(long layoutSetBranchId, long plid, String name, String description, boolean master, ServiceContext serviceContext) static LayoutBranchLayoutBranchLocalServiceUtil.addLayoutBranch(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext) LayoutBranchLocalServiceWrapper.addLayoutBranch(long layoutSetBranchId, long plid, String name, String description, boolean master, ServiceContext serviceContext) LayoutBranchLocalServiceWrapper.addLayoutBranch(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext) LayoutBranchService.addLayoutBranch(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext) static LayoutBranchLayoutBranchServiceUtil.addLayoutBranch(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext) LayoutBranchServiceWrapper.addLayoutBranch(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext) LayoutFriendlyURLLocalService.addLayoutFriendlyURL(long userId, long companyId, long groupId, long plid, boolean privateLayout, String friendlyURL, String languageId, ServiceContext serviceContext) static LayoutFriendlyURLLayoutFriendlyURLLocalServiceUtil.addLayoutFriendlyURL(long userId, long companyId, long groupId, long plid, boolean privateLayout, String friendlyURL, String languageId, ServiceContext serviceContext) LayoutFriendlyURLLocalServiceWrapper.addLayoutFriendlyURL(long userId, long companyId, long groupId, long plid, boolean privateLayout, String friendlyURL, String languageId, ServiceContext serviceContext) LayoutFriendlyURLLocalService.addLayoutFriendlyURLs(long userId, long companyId, long groupId, long plid, boolean privateLayout, Map<Locale, String> friendlyURLMap, ServiceContext serviceContext) static List<LayoutFriendlyURL>LayoutFriendlyURLLocalServiceUtil.addLayoutFriendlyURLs(long userId, long companyId, long groupId, long plid, boolean privateLayout, Map<Locale, String> friendlyURLMap, ServiceContext serviceContext) LayoutFriendlyURLLocalServiceWrapper.addLayoutFriendlyURLs(long userId, long companyId, long groupId, long plid, boolean privateLayout, Map<Locale, String> friendlyURLMap, ServiceContext serviceContext) LayoutPrototypeLocalService.addLayoutPrototype(long userId, long companyId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) static LayoutPrototypeLayoutPrototypeLocalServiceUtil.addLayoutPrototype(long userId, long companyId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) LayoutPrototypeLocalServiceWrapper.addLayoutPrototype(long userId, long companyId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) LayoutPrototypeService.addLayoutPrototype(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) static LayoutPrototypeLayoutPrototypeServiceUtil.addLayoutPrototype(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) LayoutPrototypeServiceWrapper.addLayoutPrototype(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) LayoutRevisionLocalService.addLayoutRevision(long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String css, ServiceContext serviceContext) static LayoutRevisionLayoutRevisionLocalServiceUtil.addLayoutRevision(long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String css, ServiceContext serviceContext) LayoutRevisionLocalServiceWrapper.addLayoutRevision(long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String css, ServiceContext serviceContext) LayoutRevisionService.addLayoutRevision(long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String css, ServiceContext serviceContext) static LayoutRevisionLayoutRevisionServiceUtil.addLayoutRevision(long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String css, ServiceContext serviceContext) LayoutRevisionServiceWrapper.addLayoutRevision(long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String css, ServiceContext serviceContext) LayoutSetLocalService.addLayoutSet(long groupId, boolean privateLayout) static LayoutSetLayoutSetLocalServiceUtil.addLayoutSet(long groupId, boolean privateLayout) LayoutSetLocalServiceWrapper.addLayoutSet(long groupId, boolean privateLayout) LayoutSetBranchLocalService.addLayoutSetBranch(long userId, long groupId, boolean privateLayout, String name, String description, boolean master, long copyLayoutSetBranchId, ServiceContext serviceContext) static LayoutSetBranchLayoutSetBranchLocalServiceUtil.addLayoutSetBranch(long userId, long groupId, boolean privateLayout, String name, String description, boolean master, long copyLayoutSetBranchId, ServiceContext serviceContext) LayoutSetBranchLocalServiceWrapper.addLayoutSetBranch(long userId, long groupId, boolean privateLayout, String name, String description, boolean master, long copyLayoutSetBranchId, ServiceContext serviceContext) LayoutSetBranchService.addLayoutSetBranch(long groupId, boolean privateLayout, String name, String description, boolean master, long copyLayoutSetBranchId, ServiceContext serviceContext) static LayoutSetBranchLayoutSetBranchServiceUtil.addLayoutSetBranch(long groupId, boolean privateLayout, String name, String description, boolean master, long copyLayoutSetBranchId, ServiceContext serviceContext) LayoutSetBranchServiceWrapper.addLayoutSetBranch(long groupId, boolean privateLayout, String name, String description, boolean master, long copyLayoutSetBranchId, ServiceContext serviceContext) LayoutSetPrototypeLocalService.addLayoutSetPrototype(long userId, long companyId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) LayoutSetPrototypeLocalService.addLayoutSetPrototype(long userId, long companyId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) static LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype(long userId, long companyId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) static LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype(long userId, long companyId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) LayoutSetPrototypeLocalServiceWrapper.addLayoutSetPrototype(long userId, long companyId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) LayoutSetPrototypeLocalServiceWrapper.addLayoutSetPrototype(long userId, long companyId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) LayoutSetPrototypeService.addLayoutSetPrototype(String name, String description, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) LayoutSetPrototypeService.addLayoutSetPrototype(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) LayoutSetPrototypeService.addLayoutSetPrototype(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) static LayoutSetPrototypeLayoutSetPrototypeServiceUtil.addLayoutSetPrototype(String name, String description, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) static LayoutSetPrototypeLayoutSetPrototypeServiceUtil.addLayoutSetPrototype(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) static LayoutSetPrototypeLayoutSetPrototypeServiceUtil.addLayoutSetPrototype(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) LayoutSetPrototypeServiceWrapper.addLayoutSetPrototype(String name, String description, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) LayoutSetPrototypeServiceWrapper.addLayoutSetPrototype(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) LayoutSetPrototypeServiceWrapper.addLayoutSetPrototype(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) MembershipRequestLocalService.addMembershipRequest(long userId, long groupId, String comments, ServiceContext serviceContext) static MembershipRequestMembershipRequestLocalServiceUtil.addMembershipRequest(long userId, long groupId, String comments, ServiceContext serviceContext) MembershipRequestLocalServiceWrapper.addMembershipRequest(long userId, long groupId, String comments, ServiceContext serviceContext) MembershipRequestService.addMembershipRequest(long groupId, String comments, ServiceContext serviceContext) static MembershipRequestMembershipRequestServiceUtil.addMembershipRequest(long groupId, String comments, ServiceContext serviceContext) MembershipRequestServiceWrapper.addMembershipRequest(long groupId, String comments, ServiceContext serviceContext) voidResourcePermissionLocalService.addModelResourcePermissions(long companyId, long groupId, long userId, String name, String primKey, ModelPermissions modelPermissions) voidResourcePermissionLocalService.addModelResourcePermissions(long companyId, long groupId, long userId, String name, String primKey, String[] groupPermissions, String[] guestPermissions) Adds resources for the model with the name and primary key string, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.voidResourcePermissionLocalService.addModelResourcePermissions(AuditedModel auditedModel, ServiceContext serviceContext) static voidResourcePermissionLocalServiceUtil.addModelResourcePermissions(long companyId, long groupId, long userId, String name, String primKey, ModelPermissions modelPermissions) static voidResourcePermissionLocalServiceUtil.addModelResourcePermissions(long companyId, long groupId, long userId, String name, String primKey, String[] groupPermissions, String[] guestPermissions) Adds resources for the model with the name and primary key string, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.static voidResourcePermissionLocalServiceUtil.addModelResourcePermissions(AuditedModel auditedModel, ServiceContext serviceContext) voidResourcePermissionLocalServiceWrapper.addModelResourcePermissions(long companyId, long groupId, long userId, String name, String primKey, ModelPermissions modelPermissions) voidResourcePermissionLocalServiceWrapper.addModelResourcePermissions(long companyId, long groupId, long userId, String name, String primKey, String[] groupPermissions, String[] guestPermissions) Adds resources for the model with the name and primary key string, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.voidResourcePermissionLocalServiceWrapper.addModelResourcePermissions(AuditedModel auditedModel, ServiceContext serviceContext) voidResourceLocalService.addModelResources(long companyId, long groupId, long userId, String name, long primKey, ModelPermissions modelPermissions) voidResourceLocalService.addModelResources(long companyId, long groupId, long userId, String name, long primKey, String[] groupPermissions, String[] guestPermissions) Adds resources for the model with the name and primary key, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.voidResourceLocalService.addModelResources(long companyId, long groupId, long userId, String name, String primKey, ModelPermissions modelPermissions) voidResourceLocalService.addModelResources(long companyId, long groupId, long userId, String name, String primKey, String[] groupPermissions, String[] guestPermissions) Adds resources for the model with the name and primary key string, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.voidResourceLocalService.addModelResources(AuditedModel auditedModel, ServiceContext serviceContext) Adds resources for the model, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.static voidResourceLocalServiceUtil.addModelResources(long companyId, long groupId, long userId, String name, long primKey, ModelPermissions modelPermissions) static voidResourceLocalServiceUtil.addModelResources(long companyId, long groupId, long userId, String name, long primKey, String[] groupPermissions, String[] guestPermissions) Adds resources for the model with the name and primary key, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.static voidResourceLocalServiceUtil.addModelResources(long companyId, long groupId, long userId, String name, String primKey, ModelPermissions modelPermissions) static voidResourceLocalServiceUtil.addModelResources(long companyId, long groupId, long userId, String name, String primKey, String[] groupPermissions, String[] guestPermissions) Adds resources for the model with the name and primary key string, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.static voidResourceLocalServiceUtil.addModelResources(AuditedModel auditedModel, ServiceContext serviceContext) Adds resources for the model, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.voidResourceLocalServiceWrapper.addModelResources(long companyId, long groupId, long userId, String name, long primKey, ModelPermissions modelPermissions) voidResourceLocalServiceWrapper.addModelResources(long companyId, long groupId, long userId, String name, long primKey, String[] groupPermissions, String[] guestPermissions) Adds resources for the model with the name and primary key, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.voidResourceLocalServiceWrapper.addModelResources(long companyId, long groupId, long userId, String name, String primKey, ModelPermissions modelPermissions) voidResourceLocalServiceWrapper.addModelResources(long companyId, long groupId, long userId, String name, String primKey, String[] groupPermissions, String[] guestPermissions) Adds resources for the model with the name and primary key string, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.voidResourceLocalServiceWrapper.addModelResources(AuditedModel auditedModel, ServiceContext serviceContext) Adds resources for the model, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.OrganizationLocalService.addOrganization(long userId, long parentOrganizationId, String name, boolean site) Adds an organization.OrganizationLocalService.addOrganization(String externalReferenceCode, long userId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, ServiceContext serviceContext) Adds an organization.static OrganizationOrganizationLocalServiceUtil.addOrganization(long userId, long parentOrganizationId, String name, boolean site) Adds an organization.static OrganizationOrganizationLocalServiceUtil.addOrganization(String externalReferenceCode, long userId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, ServiceContext serviceContext) Adds an organization.OrganizationLocalServiceWrapper.addOrganization(long userId, long parentOrganizationId, String name, boolean site) Adds an organization.OrganizationLocalServiceWrapper.addOrganization(String externalReferenceCode, long userId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, ServiceContext serviceContext) Adds an organization.OrganizationService.addOrganization(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, ServiceContext serviceContext) Adds an organization.OrganizationService.addOrganization(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) Adds an organization with additional parameters.static OrganizationOrganizationServiceUtil.addOrganization(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, ServiceContext serviceContext) Adds an organization.static OrganizationOrganizationServiceUtil.addOrganization(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) Adds an organization with additional parameters.OrganizationServiceWrapper.addOrganization(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, ServiceContext serviceContext) Adds an organization.OrganizationServiceWrapper.addOrganization(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) Adds an organization with additional parameters.voidOrganizationLocalService.addOrganizationResources(long userId, Organization organization) Adds a resource for each type of permission available on the organization.static voidOrganizationLocalServiceUtil.addOrganizationResources(long userId, Organization organization) Adds a resource for each type of permission available on the organization.voidOrganizationLocalServiceWrapper.addOrganizationResources(long userId, Organization organization) Adds a resource for each type of permission available on the organization.OrganizationLocalService.addOrganizationUserByEmailAddress(String emailAddress, long organizationId, ServiceContext serviceContext) static UserOrganizationLocalServiceUtil.addOrganizationUserByEmailAddress(String emailAddress, long organizationId, ServiceContext serviceContext) OrganizationLocalServiceWrapper.addOrganizationUserByEmailAddress(String emailAddress, long organizationId, ServiceContext serviceContext) OrganizationService.addOrganizationUserByEmailAddress(String emailAddress, long organizationId, ServiceContext serviceContext) static UserOrganizationServiceUtil.addOrganizationUserByEmailAddress(String emailAddress, long organizationId, ServiceContext serviceContext) OrganizationServiceWrapper.addOrganizationUserByEmailAddress(String emailAddress, long organizationId, ServiceContext serviceContext) booleanUserLocalService.addOrganizationUsers(long organizationId, long[] userIds) booleanUserLocalService.addOrganizationUsers(long organizationId, List<User> users) static booleanUserLocalServiceUtil.addOrganizationUsers(long organizationId, long[] userIds) static booleanUserLocalServiceUtil.addOrganizationUsers(long organizationId, List<User> users) booleanUserLocalServiceWrapper.addOrganizationUsers(long organizationId, long[] userIds) booleanUserLocalServiceWrapper.addOrganizationUsers(long organizationId, List<User> users) voidUserService.addOrganizationUsers(long organizationId, long[] userIds) Adds the users to the organization.static voidUserServiceUtil.addOrganizationUsers(long organizationId, long[] userIds) Adds the users to the organization.voidUserServiceWrapper.addOrganizationUsers(long organizationId, long[] userIds) Adds the users to the organization.OrgLaborLocalService.addOrgLabor(long organizationId, long listTypeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose) static OrgLaborOrgLaborLocalServiceUtil.addOrgLabor(long organizationId, long listTypeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose) OrgLaborLocalServiceWrapper.addOrgLabor(long organizationId, long listTypeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose) OrgLaborService.addOrgLabor(long organizationId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose) static OrgLaborOrgLaborServiceUtil.addOrgLabor(long organizationId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose) OrgLaborServiceWrapper.addOrgLabor(long organizationId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose) OrganizationLocalService.addOrUpdateOrganization(String externalReferenceCode, long userId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, ServiceContext serviceContext) static OrganizationOrganizationLocalServiceUtil.addOrUpdateOrganization(String externalReferenceCode, long userId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, ServiceContext serviceContext) OrganizationLocalServiceWrapper.addOrUpdateOrganization(String externalReferenceCode, long userId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, ServiceContext serviceContext) OrganizationService.addOrUpdateOrganization(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) static OrganizationOrganizationServiceUtil.addOrUpdateOrganization(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) OrganizationServiceWrapper.addOrUpdateOrganization(String externalReferenceCode, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) UserLocalService.addOrUpdateUser(String externalReferenceCode, long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, boolean sendEmail, ServiceContext serviceContext) static UserUserLocalServiceUtil.addOrUpdateUser(String externalReferenceCode, long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, boolean sendEmail, ServiceContext serviceContext) UserLocalServiceWrapper.addOrUpdateUser(String externalReferenceCode, long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, boolean sendEmail, ServiceContext serviceContext) UserService.addOrUpdateUser(String externalReferenceCode, long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, boolean sendEmail, ServiceContext serviceContext) static UserUserServiceUtil.addOrUpdateUser(String externalReferenceCode, long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, boolean sendEmail, ServiceContext serviceContext) UserServiceWrapper.addOrUpdateUser(String externalReferenceCode, long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, boolean sendEmail, ServiceContext serviceContext) UserGroupLocalService.addOrUpdateUserGroup(String externalReferenceCode, long userId, long companyId, String name, String description, ServiceContext serviceContext) static UserGroupUserGroupLocalServiceUtil.addOrUpdateUserGroup(String externalReferenceCode, long userId, long companyId, String name, String description, ServiceContext serviceContext) UserGroupLocalServiceWrapper.addOrUpdateUserGroup(String externalReferenceCode, long userId, long companyId, String name, String description, ServiceContext serviceContext) UserGroupService.addOrUpdateUserGroup(String externalReferenceCode, String name, String description, ServiceContext serviceContext) static UserGroupUserGroupServiceUtil.addOrUpdateUserGroup(String externalReferenceCode, String name, String description, ServiceContext serviceContext) UserGroupServiceWrapper.addOrUpdateUserGroup(String externalReferenceCode, String name, String description, ServiceContext serviceContext) PasswordPolicyLocalService.addPasswordPolicy(long userId, boolean defaultPolicy, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) static PasswordPolicyPasswordPolicyLocalServiceUtil.addPasswordPolicy(long userId, boolean defaultPolicy, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) PasswordPolicyLocalServiceWrapper.addPasswordPolicy(long userId, boolean defaultPolicy, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) PasswordPolicyService.addPasswordPolicy(String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) static PasswordPolicyPasswordPolicyServiceUtil.addPasswordPolicy(String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) PasswordPolicyServiceWrapper.addPasswordPolicy(String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) voidOrganizationService.addPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds) Assigns the password policy to the organizations, removing any other currently assigned password policies.static voidOrganizationServiceUtil.addPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds) Assigns the password policy to the organizations, removing any other currently assigned password policies.voidOrganizationServiceWrapper.addPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds) Assigns the password policy to the organizations, removing any other currently assigned password policies.voidUserService.addPasswordPolicyUsers(long passwordPolicyId, long[] userIds) Assigns the password policy to the users, removing any other currently assigned password policies.static voidUserServiceUtil.addPasswordPolicyUsers(long passwordPolicyId, long[] userIds) Assigns the password policy to the users, removing any other currently assigned password policies.voidUserServiceWrapper.addPasswordPolicyUsers(long passwordPolicyId, long[] userIds) Assigns the password policy to the users, removing any other currently assigned password policies.PhoneLocalService.addPhone(String externalReferenceCode, long userId, String className, long classPK, String number, String extension, long listTypeId, boolean primary, ServiceContext serviceContext) static PhonePhoneLocalServiceUtil.addPhone(String externalReferenceCode, long userId, String className, long classPK, String number, String extension, long listTypeId, boolean primary, ServiceContext serviceContext) PhoneLocalServiceWrapper.addPhone(String externalReferenceCode, long userId, String className, long classPK, String number, String extension, long listTypeId, boolean primary, ServiceContext serviceContext) PhoneService.addPhone(String externalReferenceCode, String className, long classPK, String number, String extension, long typeId, boolean primary, ServiceContext serviceContext) static PhonePhoneServiceUtil.addPhone(String externalReferenceCode, String className, long classPK, String number, String extension, long typeId, boolean primary, ServiceContext serviceContext) PhoneServiceWrapper.addPhone(String externalReferenceCode, String className, long classPK, String number, String extension, long typeId, boolean primary, ServiceContext serviceContext) PortletItemLocalService.addPortletItem(long userId, long groupId, String name, String portletId, String className) static PortletItemPortletItemLocalServiceUtil.addPortletItem(long userId, long groupId, String name, String portletId, String className) PortletItemLocalServiceWrapper.addPortletItem(long userId, long groupId, String name, String portletId, String className) RecentLayoutBranchLocalService.addRecentLayoutBranch(long userId, long layoutBranchId, long layoutSetBranchId, long plid) static RecentLayoutBranchRecentLayoutBranchLocalServiceUtil.addRecentLayoutBranch(long userId, long layoutBranchId, long layoutSetBranchId, long plid) RecentLayoutBranchLocalServiceWrapper.addRecentLayoutBranch(long userId, long layoutBranchId, long layoutSetBranchId, long plid) RecentLayoutRevisionLocalService.addRecentLayoutRevision(long userId, long layoutRevisionId, long layoutSetBranchId, long plid) static RecentLayoutRevisionRecentLayoutRevisionLocalServiceUtil.addRecentLayoutRevision(long userId, long layoutRevisionId, long layoutSetBranchId, long plid) RecentLayoutRevisionLocalServiceWrapper.addRecentLayoutRevision(long userId, long layoutRevisionId, long layoutSetBranchId, long plid) RecentLayoutSetBranchLocalService.addRecentLayoutSetBranch(long userId, long layoutSetBranchId, long layoutSetId) static RecentLayoutSetBranchRecentLayoutSetBranchLocalServiceUtil.addRecentLayoutSetBranch(long userId, long layoutSetBranchId, long layoutSetId) RecentLayoutSetBranchLocalServiceWrapper.addRecentLayoutSetBranch(long userId, long layoutSetBranchId, long layoutSetId) RegionLocalService.addRegion(long countryId, boolean active, String name, double position, String regionCode, ServiceContext serviceContext) static RegionRegionLocalServiceUtil.addRegion(long countryId, boolean active, String name, double position, String regionCode, ServiceContext serviceContext) RegionLocalServiceWrapper.addRegion(long countryId, boolean active, String name, double position, String regionCode, ServiceContext serviceContext) RegionService.addRegion(long countryId, boolean active, String name, double position, String regionCode, ServiceContext serviceContext) static RegionRegionServiceUtil.addRegion(long countryId, boolean active, String name, double position, String regionCode, ServiceContext serviceContext) RegionServiceWrapper.addRegion(long countryId, boolean active, String name, double position, String regionCode, ServiceContext serviceContext) RepositoryLocalService.addRepository(String externalReferenceCode, long userId, long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsUnicodeProperties, boolean hidden, ServiceContext serviceContext) static RepositoryRepositoryLocalServiceUtil.addRepository(String externalReferenceCode, long userId, long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsUnicodeProperties, boolean hidden, ServiceContext serviceContext) RepositoryLocalServiceWrapper.addRepository(String externalReferenceCode, long userId, long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsUnicodeProperties, boolean hidden, ServiceContext serviceContext) RepositoryService.addRepository(String externalReferenceCode, long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsUnicodeProperties, ServiceContext serviceContext) static RepositoryRepositoryServiceUtil.addRepository(String externalReferenceCode, long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsUnicodeProperties, ServiceContext serviceContext) RepositoryServiceWrapper.addRepository(String externalReferenceCode, long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsUnicodeProperties, ServiceContext serviceContext) RepositoryEntryLocalService.addRepositoryEntry(long userId, long groupId, long repositoryId, String mappedId, ServiceContext serviceContext) static RepositoryEntryRepositoryEntryLocalServiceUtil.addRepositoryEntry(long userId, long groupId, long repositoryId, String mappedId, ServiceContext serviceContext) RepositoryEntryLocalServiceWrapper.addRepositoryEntry(long userId, long groupId, long repositoryId, String mappedId, ServiceContext serviceContext) voidResourcePermissionLocalService.addResourcePermission(long companyId, String name, int scope, String primKey, long roleId, String actionId) Grants the role permission at the scope to perform the action on resources of the type.static voidResourcePermissionLocalServiceUtil.addResourcePermission(long companyId, String name, int scope, String primKey, long roleId, String actionId) Grants the role permission at the scope to perform the action on resources of the type.voidResourcePermissionLocalServiceWrapper.addResourcePermission(long companyId, String name, int scope, String primKey, long roleId, String actionId) Grants the role permission at the scope to perform the action on resources of the type.voidResourcePermissionService.addResourcePermission(long groupId, long companyId, String name, int scope, String primKey, long roleId, String actionId) Grants the role permission at the scope to perform the action on resources of the type.static voidResourcePermissionServiceUtil.addResourcePermission(long groupId, long companyId, String name, int scope, String primKey, long roleId, String actionId) Grants the role permission at the scope to perform the action on resources of the type.voidResourcePermissionServiceWrapper.addResourcePermission(long groupId, long companyId, String name, int scope, String primKey, long roleId, String actionId) Grants the role permission at the scope to perform the action on resources of the type.voidResourcePermissionLocalService.addResourcePermissions(long companyId, long groupId, long userId, String name, String[] primKeys, boolean portletActions, ServiceContext serviceContext) voidResourcePermissionLocalService.addResourcePermissions(long companyId, long groupId, long userId, String name, String primKey, boolean portletActions, ServiceContext serviceContext) Adds resources for the entity with the name and primary key string, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.static voidResourcePermissionLocalServiceUtil.addResourcePermissions(long companyId, long groupId, long userId, String name, String[] primKeys, boolean portletActions, ServiceContext serviceContext) static voidResourcePermissionLocalServiceUtil.addResourcePermissions(long companyId, long groupId, long userId, String name, String primKey, boolean portletActions, ServiceContext serviceContext) Adds resources for the entity with the name and primary key string, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.voidResourcePermissionLocalServiceWrapper.addResourcePermissions(long companyId, long groupId, long userId, String name, String[] primKeys, boolean portletActions, ServiceContext serviceContext) voidResourcePermissionLocalServiceWrapper.addResourcePermissions(long companyId, long groupId, long userId, String name, String primKey, boolean portletActions, ServiceContext serviceContext) Adds resources for the entity with the name and primary key string, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.voidResourceLocalService.addResources(long companyId, long groupId, long userId, String name, long primKey, boolean portletActions, boolean addGroupPermissions, boolean addGuestPermissions) Adds resources for the entity with the name and primary key, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.voidResourceLocalService.addResources(long companyId, long groupId, long userId, String name, long primKey, boolean portletActions, ServiceContext serviceContext) voidResourceLocalService.addResources(long companyId, long groupId, long userId, String name, String[] primKeys, boolean portletActions, boolean addGroupPermissions, boolean addGuestPermissions) voidResourceLocalService.addResources(long companyId, long groupId, long userId, String name, String primKey, boolean portletActions, boolean addGroupPermissions, boolean addGuestPermissions) Adds resources for the entity with the name and primary key string, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.voidResourceLocalService.addResources(long companyId, long groupId, String name, boolean portletActions) Adds resources for the entity with the name.static voidResourceLocalServiceUtil.addResources(long companyId, long groupId, long userId, String name, long primKey, boolean portletActions, boolean addGroupPermissions, boolean addGuestPermissions) Adds resources for the entity with the name and primary key, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.static voidResourceLocalServiceUtil.addResources(long companyId, long groupId, long userId, String name, long primKey, boolean portletActions, ServiceContext serviceContext) static voidResourceLocalServiceUtil.addResources(long companyId, long groupId, long userId, String name, String[] primKeys, boolean portletActions, boolean addGroupPermissions, boolean addGuestPermissions) static voidResourceLocalServiceUtil.addResources(long companyId, long groupId, long userId, String name, String primKey, boolean portletActions, boolean addGroupPermissions, boolean addGuestPermissions) Adds resources for the entity with the name and primary key string, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.static voidResourceLocalServiceUtil.addResources(long companyId, long groupId, String name, boolean portletActions) Adds resources for the entity with the name.voidResourceLocalServiceWrapper.addResources(long companyId, long groupId, long userId, String name, long primKey, boolean portletActions, boolean addGroupPermissions, boolean addGuestPermissions) Adds resources for the entity with the name and primary key, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.voidResourceLocalServiceWrapper.addResources(long companyId, long groupId, long userId, String name, long primKey, boolean portletActions, ServiceContext serviceContext) voidResourceLocalServiceWrapper.addResources(long companyId, long groupId, long userId, String name, String[] primKeys, boolean portletActions, boolean addGroupPermissions, boolean addGuestPermissions) voidResourceLocalServiceWrapper.addResources(long companyId, long groupId, long userId, String name, String primKey, boolean portletActions, boolean addGroupPermissions, boolean addGuestPermissions) Adds resources for the entity with the name and primary key string, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.voidResourceLocalServiceWrapper.addResources(long companyId, long groupId, String name, boolean portletActions) Adds resources for the entity with the name.RoleLocalService.addRole(String externalReferenceCode, long userId, String className, long classPK, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, int type, String subtype, ServiceContext serviceContext) static RoleRoleLocalServiceUtil.addRole(String externalReferenceCode, long userId, String className, long classPK, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, int type, String subtype, ServiceContext serviceContext) RoleLocalServiceWrapper.addRole(String externalReferenceCode, long userId, String className, long classPK, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, int type, String subtype, ServiceContext serviceContext) RoleService.addRole(String externalReferenceCode, String className, long classPK, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, int type, String subtype, ServiceContext serviceContext) static RoleRoleServiceUtil.addRole(String externalReferenceCode, String className, long classPK, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, int type, String subtype, ServiceContext serviceContext) RoleServiceWrapper.addRole(String externalReferenceCode, String className, long classPK, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, int type, String subtype, ServiceContext serviceContext) voidGroupService.addRoleGroups(long roleId, long[] groupIds) Adds the groups to the role.static voidGroupServiceUtil.addRoleGroups(long roleId, long[] groupIds) Adds the groups to the role.voidGroupServiceWrapper.addRoleGroups(long roleId, long[] groupIds) Adds the groups to the role.booleanUserLocalService.addRoleUsers(long roleId, long[] userIds) booleanUserLocalService.addRoleUsers(long roleId, List<User> users) static booleanUserLocalServiceUtil.addRoleUsers(long roleId, long[] userIds) static booleanUserLocalServiceUtil.addRoleUsers(long roleId, List<User> users) booleanUserLocalServiceWrapper.addRoleUsers(long roleId, long[] userIds) booleanUserLocalServiceWrapper.addRoleUsers(long roleId, List<User> users) voidUserService.addRoleUsers(long roleId, long[] userIds) Adds the users to the role.static voidUserServiceUtil.addRoleUsers(long roleId, long[] userIds) Adds the users to the role.voidUserServiceWrapper.addRoleUsers(long roleId, long[] userIds) Adds the users to the role.SubscriptionLocalService.addSubscription(long userId, long groupId, String className, long classPK) Deprecated.Subscribes the user to the entity, notifying him the instant the entity is created, deleted, or modified.SubscriptionLocalService.addSubscription(long userId, long groupId, String className, long classPK, String frequency) Deprecated.Subscribes the user to the entity, notifying him at the given frequency.static SubscriptionSubscriptionLocalServiceUtil.addSubscription(long userId, long groupId, String className, long classPK) Deprecated.Subscribes the user to the entity, notifying him the instant the entity is created, deleted, or modified.static SubscriptionSubscriptionLocalServiceUtil.addSubscription(long userId, long groupId, String className, long classPK, String frequency) Deprecated.Subscribes the user to the entity, notifying him at the given frequency.SubscriptionLocalServiceWrapper.addSubscription(long userId, long groupId, String className, long classPK) Deprecated.Subscribes the user to the entity, notifying him the instant the entity is created, deleted, or modified.SubscriptionLocalServiceWrapper.addSubscription(long userId, long groupId, String className, long classPK, String frequency) Deprecated.Subscribes the user to the entity, notifying him at the given frequency.SystemEventLocalService.addSystemEvent(long userId, long groupId, String className, long classPK, String classUuid, String referrerClassName, int type, String extraData) SystemEventLocalService.addSystemEvent(long companyId, String className, long classPK, String classUuid, String referrerClassName, int type, String extraData) static SystemEventSystemEventLocalServiceUtil.addSystemEvent(long userId, long groupId, String className, long classPK, String classUuid, String referrerClassName, int type, String extraData) static SystemEventSystemEventLocalServiceUtil.addSystemEvent(long companyId, String className, long classPK, String classUuid, String referrerClassName, int type, String extraData) SystemEventLocalServiceWrapper.addSystemEvent(long userId, long groupId, String className, long classPK, String classUuid, String referrerClassName, int type, String extraData) SystemEventLocalServiceWrapper.addSystemEvent(long companyId, String className, long classPK, String classUuid, String referrerClassName, int type, String extraData) TeamLocalService.addTeam(long userId, long groupId, String name, String description, ServiceContext serviceContext) static TeamTeamLocalServiceUtil.addTeam(long userId, long groupId, String name, String description, ServiceContext serviceContext) TeamLocalServiceWrapper.addTeam(long userId, long groupId, String name, String description, ServiceContext serviceContext) TeamService.addTeam(long groupId, String name, String description, ServiceContext serviceContext) static TeamTeamServiceUtil.addTeam(long groupId, String name, String description, ServiceContext serviceContext) TeamServiceWrapper.addTeam(long groupId, String name, String description, ServiceContext serviceContext) voidUserGroupService.addTeamUserGroups(long teamId, long[] userGroupIds) Adds the user groups to the teamstatic voidUserGroupServiceUtil.addTeamUserGroups(long teamId, long[] userGroupIds) Adds the user groups to the teamvoidUserGroupServiceWrapper.addTeamUserGroups(long teamId, long[] userGroupIds) Adds the user groups to the teambooleanUserLocalService.addTeamUsers(long teamId, long[] userIds) booleanUserLocalService.addTeamUsers(long teamId, List<User> users) static booleanUserLocalServiceUtil.addTeamUsers(long teamId, long[] userIds) static booleanUserLocalServiceUtil.addTeamUsers(long teamId, List<User> users) booleanUserLocalServiceWrapper.addTeamUsers(long teamId, long[] userIds) booleanUserLocalServiceWrapper.addTeamUsers(long teamId, List<User> users) voidUserService.addTeamUsers(long teamId, long[] userIds) Adds the users to the team.static voidUserServiceUtil.addTeamUsers(long teamId, long[] userIds) Adds the users to the team.voidUserServiceWrapper.addTeamUsers(long teamId, long[] userIds) Adds the users to the team.LayoutService.addTempFileEntry(long groupId, String folderName, String fileName, InputStream inputStream, String mimeType) static FileEntryLayoutServiceUtil.addTempFileEntry(long groupId, String folderName, String fileName, InputStream inputStream, String mimeType) LayoutServiceWrapper.addTempFileEntry(long groupId, String folderName, String fileName, InputStream inputStream, String mimeType) UserLocalService.addUser(long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, int type, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext) Adds a user.static UserUserLocalServiceUtil.addUser(long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, int type, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext) Adds a user.UserLocalServiceWrapper.addUser(long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, int type, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext) Adds a user.UserService.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext) UserService.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) UserService.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext) Adds a user.UserService.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) Adds a user with additional parameters.static UserUserServiceUtil.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext) static UserUserServiceUtil.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) static UserUserServiceUtil.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext) Adds a user.static UserUserServiceUtil.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) Adds a user with additional parameters.UserServiceWrapper.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext) UserServiceWrapper.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) UserServiceWrapper.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext) Adds a user.UserServiceWrapper.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) Adds a user with additional parameters.UserGroupLocalService.addUserGroup(long userId, long companyId, String name, String description, ServiceContext serviceContext) Adds a user group.static UserGroupUserGroupLocalServiceUtil.addUserGroup(long userId, long companyId, String name, String description, ServiceContext serviceContext) Adds a user group.UserGroupLocalServiceWrapper.addUserGroup(long userId, long companyId, String name, String description, ServiceContext serviceContext) Adds a user group.UserGroupService.addUserGroup(String name, String description, ServiceContext serviceContext) Adds a user group.static UserGroupUserGroupServiceUtil.addUserGroup(String name, String description, ServiceContext serviceContext) Adds a user group.UserGroupServiceWrapper.addUserGroup(String name, String description, ServiceContext serviceContext) Adds a user group.voidUserGroupGroupRoleService.addUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) voidUserGroupGroupRoleService.addUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds) static voidUserGroupGroupRoleServiceUtil.addUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) static voidUserGroupGroupRoleServiceUtil.addUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds) voidUserGroupGroupRoleServiceWrapper.addUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) voidUserGroupGroupRoleServiceWrapper.addUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds) voidUserGroupRoleService.addUserGroupRoles(long[] userIds, long groupId, long roleId) voidUserGroupRoleService.addUserGroupRoles(long userId, long groupId, long[] roleIds) static voidUserGroupRoleServiceUtil.addUserGroupRoles(long[] userIds, long groupId, long roleId) static voidUserGroupRoleServiceUtil.addUserGroupRoles(long userId, long groupId, long[] roleIds) voidUserGroupRoleServiceWrapper.addUserGroupRoles(long[] userIds, long groupId, long roleId) voidUserGroupRoleServiceWrapper.addUserGroupRoles(long userId, long groupId, long[] roleIds) booleanUserLocalService.addUserGroupUsers(long userGroupId, long[] userIds) booleanUserLocalService.addUserGroupUsers(long userGroupId, List<User> users) static booleanUserLocalServiceUtil.addUserGroupUsers(long userGroupId, long[] userIds) static booleanUserLocalServiceUtil.addUserGroupUsers(long userGroupId, List<User> users) booleanUserLocalServiceWrapper.addUserGroupUsers(long userGroupId, long[] userIds) booleanUserLocalServiceWrapper.addUserGroupUsers(long userGroupId, List<User> users) voidUserService.addUserGroupUsers(long userGroupId, long[] userIds) Adds the users to the user group.static voidUserServiceUtil.addUserGroupUsers(long userGroupId, long[] userIds) Adds the users to the user group.voidUserServiceWrapper.addUserGroupUsers(long userGroupId, long[] userIds) Adds the users to the user group.UserNotificationDeliveryLocalService.addUserNotificationDelivery(long userId, String portletId, long classNameId, int notificationType, int deliveryType, boolean deliver) static UserNotificationDeliveryUserNotificationDeliveryLocalServiceUtil.addUserNotificationDelivery(long userId, String portletId, long classNameId, int notificationType, int deliveryType, boolean deliver) UserNotificationDeliveryLocalServiceWrapper.addUserNotificationDelivery(long userId, String portletId, long classNameId, int notificationType, int deliveryType, boolean deliver) UserNotificationEventLocalService.addUserNotificationEvent(long userId, boolean delivered, boolean actionRequired, NotificationEvent notificationEvent) UserNotificationEventLocalService.addUserNotificationEvent(long userId, NotificationEvent notificationEvent) UserNotificationEventLocalService.addUserNotificationEvent(long userId, String type, long timestamp, int deliveryType, long deliverBy, boolean delivered, String payload, boolean actionRequired, boolean archived, ServiceContext serviceContext) UserNotificationEventLocalService.addUserNotificationEvent(long userId, String type, long timestamp, int deliveryType, long deliverBy, String payload, boolean archived, ServiceContext serviceContext) static UserNotificationEventUserNotificationEventLocalServiceUtil.addUserNotificationEvent(long userId, boolean delivered, boolean actionRequired, NotificationEvent notificationEvent) static UserNotificationEventUserNotificationEventLocalServiceUtil.addUserNotificationEvent(long userId, NotificationEvent notificationEvent) static UserNotificationEventUserNotificationEventLocalServiceUtil.addUserNotificationEvent(long userId, String type, long timestamp, int deliveryType, long deliverBy, boolean delivered, String payload, boolean actionRequired, boolean archived, ServiceContext serviceContext) static UserNotificationEventUserNotificationEventLocalServiceUtil.addUserNotificationEvent(long userId, String type, long timestamp, int deliveryType, long deliverBy, String payload, boolean archived, ServiceContext serviceContext) UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId, boolean delivered, boolean actionRequired, NotificationEvent notificationEvent) UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId, NotificationEvent notificationEvent) UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId, String type, long timestamp, int deliveryType, long deliverBy, boolean delivered, String payload, boolean actionRequired, boolean archived, ServiceContext serviceContext) UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId, String type, long timestamp, int deliveryType, long deliverBy, String payload, boolean archived, ServiceContext serviceContext) UserNotificationEventLocalService.addUserNotificationEvents(long userId, Collection<NotificationEvent> notificationEvents) static List<UserNotificationEvent>UserNotificationEventLocalServiceUtil.addUserNotificationEvents(long userId, Collection<NotificationEvent> notificationEvents) UserNotificationEventLocalServiceWrapper.addUserNotificationEvents(long userId, Collection<NotificationEvent> notificationEvents) voidOrganizationLocalService.addUserOrganizationByEmailAddress(String emailAddress, long organizationId) static voidOrganizationLocalServiceUtil.addUserOrganizationByEmailAddress(String emailAddress, long organizationId) voidOrganizationLocalServiceWrapper.addUserOrganizationByEmailAddress(String emailAddress, long organizationId) voidOrganizationService.addUserOrganizationByEmailAddress(String emailAddress, long organizationId) static voidOrganizationServiceUtil.addUserOrganizationByEmailAddress(String emailAddress, long organizationId) voidOrganizationServiceWrapper.addUserOrganizationByEmailAddress(String emailAddress, long organizationId) booleanRoleLocalService.addUserRole(long userId, long roleId) booleanRoleLocalService.addUserRole(long userId, Role role) static booleanRoleLocalServiceUtil.addUserRole(long userId, long roleId) static booleanRoleLocalServiceUtil.addUserRole(long userId, Role role) booleanRoleLocalServiceWrapper.addUserRole(long userId, long roleId) booleanRoleLocalServiceWrapper.addUserRole(long userId, Role role) booleanRoleLocalService.addUserRoles(long userId, long[] roleIds) booleanRoleLocalService.addUserRoles(long userId, List<Role> roles) static booleanRoleLocalServiceUtil.addUserRoles(long userId, long[] roleIds) static booleanRoleLocalServiceUtil.addUserRoles(long userId, List<Role> roles) booleanRoleLocalServiceWrapper.addUserRoles(long userId, long[] roleIds) booleanRoleLocalServiceWrapper.addUserRoles(long userId, List<Role> roles) voidRoleService.addUserRoles(long userId, long[] roleIds) Adds the roles to the user.static voidRoleServiceUtil.addUserRoles(long userId, long[] roleIds) Adds the roles to the user.voidRoleServiceWrapper.addUserRoles(long userId, long[] roleIds) Adds the roles to the user.booleanUserGroupLocalService.addUserUserGroup(long userId, long userGroupId) booleanUserGroupLocalService.addUserUserGroup(long userId, UserGroup userGroup) static booleanUserGroupLocalServiceUtil.addUserUserGroup(long userId, long userGroupId) static booleanUserGroupLocalServiceUtil.addUserUserGroup(long userId, UserGroup userGroup) booleanUserGroupLocalServiceWrapper.addUserUserGroup(long userId, long userGroupId) booleanUserGroupLocalServiceWrapper.addUserUserGroup(long userId, UserGroup userGroup) booleanUserGroupLocalService.addUserUserGroups(long userId, long[] userGroupIds) booleanUserGroupLocalService.addUserUserGroups(long userId, List<UserGroup> userGroups) static booleanUserGroupLocalServiceUtil.addUserUserGroups(long userId, long[] userGroupIds) static booleanUserGroupLocalServiceUtil.addUserUserGroups(long userId, List<UserGroup> userGroups) booleanUserGroupLocalServiceWrapper.addUserUserGroups(long userId, long[] userGroupIds) booleanUserGroupLocalServiceWrapper.addUserUserGroups(long userId, List<UserGroup> userGroups) UserLocalService.addUserWithWorkflow(long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, int type, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext) Adds a user with workflow.static UserUserLocalServiceUtil.addUserWithWorkflow(long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, int type, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext) Adds a user with workflow.UserLocalServiceWrapper.addUserWithWorkflow(long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, int type, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext) Adds a user with workflow.UserService.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext) UserService.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) Deprecated.UserService.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext) Adds a user with workflow.UserService.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) Adds a user with workflow and additional parameters.static UserUserServiceUtil.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext) static UserUserServiceUtil.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) Deprecated.static UserUserServiceUtil.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext) Adds a user with workflow.static UserUserServiceUtil.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) Adds a user with workflow and additional parameters.UserServiceWrapper.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext) UserServiceWrapper.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) Deprecated.UserServiceWrapper.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext) Adds a user with workflow.UserServiceWrapper.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext) Adds a user with workflow and additional parameters.WebsiteLocalService.addWebsite(String externalReferenceCode, long userId, String className, long classPK, String url, long listTypeId, boolean primary, ServiceContext serviceContext) static WebsiteWebsiteLocalServiceUtil.addWebsite(String externalReferenceCode, long userId, String className, long classPK, String url, long listTypeId, boolean primary, ServiceContext serviceContext) WebsiteLocalServiceWrapper.addWebsite(String externalReferenceCode, long userId, String className, long classPK, String url, long listTypeId, boolean primary, ServiceContext serviceContext) WebsiteService.addWebsite(String externalReferenceCode, String className, long classPK, String url, long typeId, boolean primary, ServiceContext serviceContext) static WebsiteWebsiteServiceUtil.addWebsite(String externalReferenceCode, String className, long classPK, String url, long typeId, boolean primary, ServiceContext serviceContext) WebsiteServiceWrapper.addWebsite(String externalReferenceCode, String className, long classPK, String url, long typeId, boolean primary, ServiceContext serviceContext) WorkflowDefinitionLinkLocalService.addWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) static WorkflowDefinitionLinkWorkflowDefinitionLinkLocalServiceUtil.addWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) WorkflowDefinitionLinkLocalServiceWrapper.addWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) WorkflowDefinitionLinkService.addWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) static WorkflowDefinitionLinkWorkflowDefinitionLinkServiceUtil.addWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) WorkflowDefinitionLinkServiceWrapper.addWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) WorkflowInstanceLinkLocalService.addWorkflowInstanceLink(long userId, long companyId, long groupId, String className, long classPK, long workflowInstanceId) static WorkflowInstanceLinkWorkflowInstanceLinkLocalServiceUtil.addWorkflowInstanceLink(long userId, long companyId, long groupId, String className, long classPK, long workflowInstanceId) WorkflowInstanceLinkLocalServiceWrapper.addWorkflowInstanceLink(long userId, long companyId, long groupId, String className, long classPK, long workflowInstanceId) voidUserNotificationEventLocalService.archiveUserNotificationEvents(long userId, int deliveryType, boolean actionRequired) static voidUserNotificationEventLocalServiceUtil.archiveUserNotificationEvents(long userId, int deliveryType, boolean actionRequired) voidUserNotificationEventLocalServiceWrapper.archiveUserNotificationEvents(long userId, int deliveryType, boolean actionRequired) intUserLocalService.authenticateByEmailAddress(long companyId, String emailAddress, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap, Map<String, Object> resultsMap) Attempts to authenticate the user by their email address and password, while using the AuthPipeline.static intUserLocalServiceUtil.authenticateByEmailAddress(long companyId, String emailAddress, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap, Map<String, Object> resultsMap) Attempts to authenticate the user by their email address and password, while using the AuthPipeline.intUserLocalServiceWrapper.authenticateByEmailAddress(long companyId, String emailAddress, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap, Map<String, Object> resultsMap) Attempts to authenticate the user by their email address and password, while using the AuthPipeline.intUserLocalService.authenticateByScreenName(long companyId, String screenName, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap, Map<String, Object> resultsMap) Attempts to authenticate the user by their screen name and password, while using the AuthPipeline.static intUserLocalServiceUtil.authenticateByScreenName(long companyId, String screenName, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap, Map<String, Object> resultsMap) Attempts to authenticate the user by their screen name and password, while using the AuthPipeline.intUserLocalServiceWrapper.authenticateByScreenName(long companyId, String screenName, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap, Map<String, Object> resultsMap) Attempts to authenticate the user by their screen name and password, while using the AuthPipeline.intUserLocalService.authenticateByUserId(long companyId, long userId, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap, Map<String, Object> resultsMap) Attempts to authenticate the user by their primary key and password, while using the AuthPipeline.static intUserLocalServiceUtil.authenticateByUserId(long companyId, long userId, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap, Map<String, Object> resultsMap) Attempts to authenticate the user by their primary key and password, while using the AuthPipeline.intUserLocalServiceWrapper.authenticateByUserId(long companyId, long userId, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap, Map<String, Object> resultsMap) Attempts to authenticate the user by their primary key and password, while using the AuthPipeline.longUserLocalService.authenticateForBasic(long companyId, String authType, String login, String password) Attempts to authenticate the user using HTTP basic access authentication, without using the AuthPipeline.static longUserLocalServiceUtil.authenticateForBasic(long companyId, String authType, String login, String password) Attempts to authenticate the user using HTTP basic access authentication, without using the AuthPipeline.longUserLocalServiceWrapper.authenticateForBasic(long companyId, String authType, String login, String password) Attempts to authenticate the user using HTTP basic access authentication, without using the AuthPipeline.longUserLocalService.authenticateForDigest(long companyId, String userName, String realm, String nonce, String method, String uri, String response) Deprecated.As of Cavanaugh (7.4.x), with no direct replacementstatic longUserLocalServiceUtil.authenticateForDigest(long companyId, String userName, String realm, String nonce, String method, String uri, String response) Deprecated.As of Cavanaugh (7.4.x), with no direct replacementlongUserLocalServiceWrapper.authenticateForDigest(long companyId, String userName, String realm, String nonce, String method, String uri, String response) Deprecated.As of Cavanaugh (7.4.x), with no direct replacementCompanyLocalService.checkCompany(String webId) Returns the company with the web domain.static CompanyCompanyLocalServiceUtil.checkCompany(String webId) Returns the company with the web domain.CompanyLocalServiceWrapper.checkCompany(String webId) Returns the company with the web domain.voidGroupLocalService.checkCompanyGroup(long companyId) Adds a company group if it does not exist.static voidGroupLocalServiceUtil.checkCompanyGroup(long companyId) Adds a company group if it does not exist.voidGroupLocalServiceWrapper.checkCompanyGroup(long companyId) Adds a company group if it does not exist.voidCompanyLocalService.checkCompanyKey(long companyId) Checks if the company has an encryption key.static voidCompanyLocalServiceUtil.checkCompanyKey(long companyId) Checks if the company has an encryption key.voidCompanyLocalServiceWrapper.checkCompanyKey(long companyId) Checks if the company has an encryption key.voidPasswordPolicyLocalService.checkDefaultPasswordPolicy(long companyId) static voidPasswordPolicyLocalServiceUtil.checkDefaultPasswordPolicy(long companyId) voidPasswordPolicyLocalServiceWrapper.checkDefaultPasswordPolicy(long companyId) voidUserLocalService.checkLockout(User user) Checks if the user is currently locked out based on the password policy, and performs maintenance on the user's lockout and failed login data.static voidUserLocalServiceUtil.checkLockout(User user) Checks if the user is currently locked out based on the password policy, and performs maintenance on the user's lockout and failed login data.voidUserLocalServiceWrapper.checkLockout(User user) Checks if the user is currently locked out based on the password policy, and performs maintenance on the user's lockout and failed login data.voidUserLocalService.checkLoginFailureByEmailAddress(long companyId, String emailAddress) Adds a failed login attempt to the user with the email address and updates the user's last failed login date.static voidUserLocalServiceUtil.checkLoginFailureByEmailAddress(long companyId, String emailAddress) Adds a failed login attempt to the user with the email address and updates the user's last failed login date.voidUserLocalServiceWrapper.checkLoginFailureByEmailAddress(long companyId, String emailAddress) Adds a failed login attempt to the user with the email address and updates the user's last failed login date.voidUserLocalService.checkLoginFailureById(long userId) Adds a failed login attempt to the user and updates the user's last failed login date.static voidUserLocalServiceUtil.checkLoginFailureById(long userId) Adds a failed login attempt to the user and updates the user's last failed login date.voidUserLocalServiceWrapper.checkLoginFailureById(long userId) Adds a failed login attempt to the user and updates the user's last failed login date.voidUserLocalService.checkLoginFailureByScreenName(long companyId, String screenName) Adds a failed login attempt to the user with the screen name and updates the user's last failed login date.static voidUserLocalServiceUtil.checkLoginFailureByScreenName(long companyId, String screenName) Adds a failed login attempt to the user with the screen name and updates the user's last failed login date.voidUserLocalServiceWrapper.checkLoginFailureByScreenName(long companyId, String screenName) Adds a failed login attempt to the user with the screen name and updates the user's last failed login date.voidUserLocalService.checkPasswordExpired(User user) Checks if the user's password is expired based on the password policy, and performs maintenance on the user's grace login and password reset data.static voidUserLocalServiceUtil.checkPasswordExpired(User user) Checks if the user's password is expired based on the password policy, and performs maintenance on the user's grace login and password reset data.voidUserLocalServiceWrapper.checkPasswordExpired(User user) Checks if the user's password is expired based on the password policy, and performs maintenance on the user's grace login and password reset data.voidPermissionService.checkPermission(long groupId, String name, long primKey) Checks to see if the group has permission to the service.voidPermissionService.checkPermission(long groupId, String name, String primKey) Checks to see if the group has permission to the service.static voidPermissionServiceUtil.checkPermission(long groupId, String name, long primKey) Checks to see if the group has permission to the service.static voidPermissionServiceUtil.checkPermission(long groupId, String name, String primKey) Checks to see if the group has permission to the service.voidPermissionServiceWrapper.checkPermission(long groupId, String name, long primKey) Checks to see if the group has permission to the service.voidPermissionServiceWrapper.checkPermission(long groupId, String name, String primKey) Checks to see if the group has permission to the service.voidPluginSettingLocalService.checkPermission(long userId, String pluginId, String pluginType) static voidPluginSettingLocalServiceUtil.checkPermission(long userId, String pluginId, String pluginType) voidPluginSettingLocalServiceWrapper.checkPermission(long userId, String pluginId, String pluginType) voidPortletLocalService.checkPortlet(Portlet portlet) static voidPortletLocalServiceUtil.checkPortlet(Portlet portlet) voidPortletLocalServiceWrapper.checkPortlet(Portlet portlet) voidPortletLocalService.checkPortlets(long companyId) static voidPortletLocalServiceUtil.checkPortlets(long companyId) voidPortletLocalServiceWrapper.checkPortlets(long companyId) voidGroupService.checkRemoteStagingGroup(long groupId) Checks that the current user is permitted to use the group for Remote Staging.static voidGroupServiceUtil.checkRemoteStagingGroup(long groupId) Checks that the current user is permitted to use the group for Remote Staging.voidGroupServiceWrapper.checkRemoteStagingGroup(long groupId) Checks that the current user is permitted to use the group for Remote Staging.voidRepositoryService.checkRepository(long repositoryId) static voidRepositoryServiceUtil.checkRepository(long repositoryId) voidRepositoryServiceWrapper.checkRepository(long repositoryId) GroupLocalService.checkScopeGroup(Layout layout, long userId) static GroupGroupLocalServiceUtil.checkScopeGroup(Layout layout, long userId) GroupLocalServiceWrapper.checkScopeGroup(Layout layout, long userId) voidSystemEventLocalService.checkSystemEvents()static voidSystemEventLocalServiceUtil.checkSystemEvents()voidSystemEventLocalServiceWrapper.checkSystemEvents()voidGroupLocalService.checkSystemGroups(long companyId) Creates systems groups and other related data needed by the system on the very first startup.static voidGroupLocalServiceUtil.checkSystemGroups(long companyId) Creates systems groups and other related data needed by the system on the very first startup.voidGroupLocalServiceWrapper.checkSystemGroups(long companyId) Creates systems groups and other related data needed by the system on the very first startup.voidRoleLocalService.checkSystemRoles()Checks to ensure that the system roles map has appropriate default roles in each company.voidRoleLocalService.checkSystemRoles(long companyId) Checks to ensure that the system roles map has appropriate default roles in the company.static voidRoleLocalServiceUtil.checkSystemRoles()Checks to ensure that the system roles map has appropriate default roles in each company.static voidRoleLocalServiceUtil.checkSystemRoles(long companyId) Checks to ensure that the system roles map has appropriate default roles in the company.voidRoleLocalServiceWrapper.checkSystemRoles()Checks to ensure that the system roles map has appropriate default roles in each company.voidRoleLocalServiceWrapper.checkSystemRoles(long companyId) Checks to ensure that the system roles map has appropriate default roles in the company.voidRoleLocalService.clearUserRoles(long userId) static voidRoleLocalServiceUtil.clearUserRoles(long userId) voidRoleLocalServiceWrapper.clearUserRoles(long userId) voidUserLocalService.completeUserRegistration(User user, ServiceContext serviceContext) Completes the user's registration by generating a password and sending the confirmation email.static voidUserLocalServiceUtil.completeUserRegistration(User user, ServiceContext serviceContext) Completes the user's registration by generating a password and sending the confirmation email.voidUserLocalServiceWrapper.completeUserRegistration(User user, ServiceContext serviceContext) Completes the user's registration by generating a password and sending the confirmation email.AddressLocalService.copyAddress(long sourceAddressId, String className, long classPK, ServiceContext serviceContext) static AddressAddressLocalServiceUtil.copyAddress(long sourceAddressId, String className, long classPK, ServiceContext serviceContext) AddressLocalServiceWrapper.copyAddress(long sourceAddressId, String className, long classPK, ServiceContext serviceContext) CompanyLocalService.copyDBPartitionCompany(long fromCompanyId, Long toCompanyId, String name, String virtualHostname, String webId) static CompanyCompanyLocalServiceUtil.copyDBPartitionCompany(long fromCompanyId, Long toCompanyId, String name, String virtualHostname, String webId) CompanyLocalServiceWrapper.copyDBPartitionCompany(long fromCompanyId, Long toCompanyId, String name, String virtualHostname, String webId) LayoutLocalService.copyLayout(long userId, long groupId, boolean privateLayout, Map<Locale, String> nameMap, boolean hidden, boolean system, boolean copyPermissions, long sourcePlid, ServiceContext serviceContext) static LayoutLayoutLocalServiceUtil.copyLayout(long userId, long groupId, boolean privateLayout, Map<Locale, String> nameMap, boolean hidden, boolean system, boolean copyPermissions, long sourcePlid, ServiceContext serviceContext) LayoutLocalServiceWrapper.copyLayout(long userId, long groupId, boolean privateLayout, Map<Locale, String> nameMap, boolean hidden, boolean system, boolean copyPermissions, long sourcePlid, ServiceContext serviceContext) LayoutService.copyLayout(long groupId, boolean privateLayout, Map<Locale, String> localeNamesMap, boolean hidden, boolean system, boolean copyPermissions, long sourcePlid, ServiceContext serviceContext) static LayoutLayoutServiceUtil.copyLayout(long groupId, boolean privateLayout, Map<Locale, String> localeNamesMap, boolean hidden, boolean system, boolean copyPermissions, long sourcePlid, ServiceContext serviceContext) LayoutServiceWrapper.copyLayout(long groupId, boolean privateLayout, Map<Locale, String> localeNamesMap, boolean hidden, boolean system, boolean copyPermissions, long sourcePlid, ServiceContext serviceContext) voidResourcePermissionLocalService.copyModelResourcePermissions(long companyId, String name, long sourcePrimKey, long targetPrimKey) static voidResourcePermissionLocalServiceUtil.copyModelResourcePermissions(long companyId, String name, long sourcePrimKey, long targetPrimKey) voidResourcePermissionLocalServiceWrapper.copyModelResourcePermissions(long companyId, String name, long sourcePrimKey, long targetPrimKey) voidResourceLocalService.copyModelResources(long companyId, String name, long sourcePrimKey, long targetPrimKey) static voidResourceLocalServiceUtil.copyModelResources(long companyId, String name, long sourcePrimKey, long targetPrimKey) voidResourceLocalServiceWrapper.copyModelResources(long companyId, String name, long sourcePrimKey, long targetPrimKey) AddressLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelAddressLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) AddressLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) BrowserTrackerLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelBrowserTrackerLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) BrowserTrackerLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) ClassNameLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelClassNameLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) ClassNameLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) CompanyInfoLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelCompanyInfoLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) CompanyInfoLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) CompanyLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelCompanyLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) CompanyLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) ContactLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelContactLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) ContactLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) CountryLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelCountryLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) CountryLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) EmailAddressLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelEmailAddressLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) EmailAddressLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) GroupLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelGroupLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) GroupLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) ImageLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelImageLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) ImageLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) LayoutBranchLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelLayoutBranchLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) LayoutBranchLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) LayoutFriendlyURLLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelLayoutFriendlyURLLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) LayoutFriendlyURLLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) LayoutLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelLayoutLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) LayoutLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) LayoutPrototypeLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelLayoutPrototypeLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) LayoutPrototypeLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) LayoutRevisionLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelLayoutRevisionLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) LayoutRevisionLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) LayoutSetBranchLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelLayoutSetBranchLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) LayoutSetBranchLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) LayoutSetLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelLayoutSetLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) LayoutSetLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) LayoutSetPrototypeLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelLayoutSetPrototypeLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) LayoutSetPrototypeLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) ListTypeLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelListTypeLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) ListTypeLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) MembershipRequestLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelMembershipRequestLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) MembershipRequestLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) OrganizationLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelOrganizationLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) OrganizationLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) OrgLaborLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelOrgLaborLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) OrgLaborLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) PasswordPolicyLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelPasswordPolicyLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) PasswordPolicyLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) PasswordPolicyRelLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelPasswordPolicyRelLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) PasswordPolicyRelLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) PasswordTrackerLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelPasswordTrackerLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) PasswordTrackerLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) default PersistedModelPersistedModelLocalService.createPersistedModel(Serializable primaryKeyObj) PhoneLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelPhoneLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) PhoneLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) PluginSettingLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelPluginSettingLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) PluginSettingLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) PortalPreferencesLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelPortalPreferencesLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) PortalPreferencesLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) PortalPreferenceValueLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelPortalPreferenceValueLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) PortalPreferenceValueLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) PortletItemLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelPortletItemLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) PortletItemLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) PortletLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelPortletLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) PortletLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) PortletPreferencesLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelPortletPreferencesLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) PortletPreferencesLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) PortletPreferenceValueLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelPortletPreferenceValueLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) PortletPreferenceValueLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) RecentLayoutBranchLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelRecentLayoutBranchLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) RecentLayoutBranchLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) RecentLayoutRevisionLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelRecentLayoutRevisionLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) RecentLayoutRevisionLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) RecentLayoutSetBranchLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelRecentLayoutSetBranchLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) RecentLayoutSetBranchLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) RegionLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelRegionLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) RegionLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) ReleaseLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelReleaseLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) ReleaseLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) RememberMeTokenLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelRememberMeTokenLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) RememberMeTokenLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) RepositoryEntryLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelRepositoryEntryLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) RepositoryEntryLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) RepositoryLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelRepositoryLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) RepositoryLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) ResourceActionLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelResourceActionLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) ResourceActionLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) ResourcePermissionLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelResourcePermissionLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) ResourcePermissionLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) RoleLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelRoleLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) RoleLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) ServiceComponentLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelServiceComponentLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) ServiceComponentLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) SubscriptionLocalService.createPersistedModel(Serializable primaryKeyObj) Deprecated.static PersistedModelSubscriptionLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) Deprecated.SubscriptionLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) Deprecated.SystemEventLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelSystemEventLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) SystemEventLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) TeamLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelTeamLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) TeamLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) TicketLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelTicketLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) TicketLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) UserGroupGroupRoleLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelUserGroupGroupRoleLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) UserGroupGroupRoleLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) UserGroupLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelUserGroupLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) UserGroupLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) UserGroupRoleLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelUserGroupRoleLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) UserGroupRoleLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) UserIdMapperLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelUserIdMapperLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) UserIdMapperLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) UserLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelUserLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) UserLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) UserNotificationDeliveryLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelUserNotificationDeliveryLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) UserNotificationDeliveryLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) UserNotificationEventLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelUserNotificationEventLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) UserNotificationEventLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) UserTrackerLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelUserTrackerLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) UserTrackerLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) UserTrackerPathLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelUserTrackerPathLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) UserTrackerPathLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) VirtualHostLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelVirtualHostLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) VirtualHostLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) WebDAVPropsLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelWebDAVPropsLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) WebDAVPropsLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) WebsiteLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelWebsiteLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) WebsiteLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) WorkflowDefinitionLinkLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelWorkflowDefinitionLinkLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) WorkflowDefinitionLinkLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) WorkflowInstanceLinkLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelWorkflowInstanceLinkLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) WorkflowInstanceLinkLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) AddressLocalService.deleteAddress(long addressId) Deletes the address with the primary key from the database.static AddressAddressLocalServiceUtil.deleteAddress(long addressId) Deletes the address with the primary key from the database.AddressLocalServiceWrapper.deleteAddress(long addressId) Deletes the address with the primary key from the database.voidAddressService.deleteAddress(long addressId) static voidAddressServiceUtil.deleteAddress(long addressId) voidAddressServiceWrapper.deleteAddress(long addressId) voidPortletPreferencesService.deleteArchivedPreferences(long portletItemId) static voidPortletPreferencesServiceUtil.deleteArchivedPreferences(long portletItemId) voidPortletPreferencesServiceWrapper.deleteArchivedPreferences(long portletItemId) BrowserTrackerLocalService.deleteBrowserTracker(long browserTrackerId) Deletes the browser tracker with the primary key from the database.static BrowserTrackerBrowserTrackerLocalServiceUtil.deleteBrowserTracker(long browserTrackerId) Deletes the browser tracker with the primary key from the database.BrowserTrackerLocalServiceWrapper.deleteBrowserTracker(long browserTrackerId) Deletes the browser tracker with the primary key from the database.ClassNameLocalService.deleteClassName(long classNameId) Deletes the class name with the primary key from the database.static ClassNameClassNameLocalServiceUtil.deleteClassName(long classNameId) Deletes the class name with the primary key from the database.ClassNameLocalServiceWrapper.deleteClassName(long classNameId) Deletes the class name with the primary key from the database.CompanyLocalService.deleteCompany(long companyId) Deletes the company with the primary key from the database.CompanyLocalService.deleteCompany(Company company) Deletes the company from the database.static CompanyCompanyLocalServiceUtil.deleteCompany(long companyId) Deletes the company with the primary key from the database.static CompanyCompanyLocalServiceUtil.deleteCompany(Company company) Deletes the company from the database.CompanyLocalServiceWrapper.deleteCompany(long companyId) Deletes the company with the primary key from the database.CompanyLocalServiceWrapper.deleteCompany(Company company) Deletes the company from the database.CompanyService.deleteCompany(long companyId) static CompanyCompanyServiceUtil.deleteCompany(long companyId) CompanyServiceWrapper.deleteCompany(long companyId) voidCountryLocalService.deleteCompanyCountries(long companyId) static voidCountryLocalServiceUtil.deleteCompanyCountries(long companyId) voidCountryLocalServiceWrapper.deleteCompanyCountries(long companyId) CompanyInfoLocalService.deleteCompanyInfo(long companyInfoId) Deletes the company info with the primary key from the database.static CompanyInfoCompanyInfoLocalServiceUtil.deleteCompanyInfo(long companyInfoId) Deletes the company info with the primary key from the database.CompanyInfoLocalServiceWrapper.deleteCompanyInfo(long companyInfoId) Deletes the company info with the primary key from the database.ContactLocalService.deleteContact(long contactId) Deletes the contact with the primary key from the database.static ContactContactLocalServiceUtil.deleteContact(long contactId) Deletes the contact with the primary key from the database.ContactLocalServiceWrapper.deleteContact(long contactId) Deletes the contact with the primary key from the database.CountryLocalService.deleteCountry(long countryId) Deletes the country with the primary key from the database.CountryLocalService.deleteCountry(Country country) Deletes the country from the database.static CountryCountryLocalServiceUtil.deleteCountry(long countryId) Deletes the country with the primary key from the database.static CountryCountryLocalServiceUtil.deleteCountry(Country country) Deletes the country from the database.CountryLocalServiceWrapper.deleteCountry(long countryId) Deletes the country with the primary key from the database.CountryLocalServiceWrapper.deleteCountry(Country country) Deletes the country from the database.voidCountryService.deleteCountry(long countryId) static voidCountryServiceUtil.deleteCountry(long countryId) voidCountryServiceWrapper.deleteCountry(long countryId) EmailAddressLocalService.deleteEmailAddress(long emailAddressId) Deletes the email address with the primary key from the database.static EmailAddressEmailAddressLocalServiceUtil.deleteEmailAddress(long emailAddressId) Deletes the email address with the primary key from the database.EmailAddressLocalServiceWrapper.deleteEmailAddress(long emailAddressId) Deletes the email address with the primary key from the database.voidEmailAddressService.deleteEmailAddress(long emailAddressId) static voidEmailAddressServiceUtil.deleteEmailAddress(long emailAddressId) voidEmailAddressServiceWrapper.deleteEmailAddress(long emailAddressId) GroupLocalService.deleteGroup(long groupId) Deletes the group with the primary key from the database.GroupLocalService.deleteGroup(Group group) Deletes the group from the database.static GroupGroupLocalServiceUtil.deleteGroup(long groupId) Deletes the group with the primary key from the database.static GroupGroupLocalServiceUtil.deleteGroup(Group group) Deletes the group from the database.GroupLocalServiceWrapper.deleteGroup(long groupId) Deletes the group with the primary key from the database.GroupLocalServiceWrapper.deleteGroup(Group group) Deletes the group from the database.voidGroupService.deleteGroup(long groupId) Deletes the group.static voidGroupServiceUtil.deleteGroup(long groupId) Deletes the group.voidGroupServiceWrapper.deleteGroup(long groupId) Deletes the group.ImageLocalService.deleteImage(long imageId) Deletes the image with the primary key from the database.static ImageImageLocalServiceUtil.deleteImage(long imageId) Deletes the image with the primary key from the database.ImageLocalServiceWrapper.deleteImage(long imageId) Deletes the image with the primary key from the database.LayoutLocalService.deleteLayout(long plid) Deletes the layout with the primary key from the database.voidLayoutLocalService.deleteLayout(long groupId, boolean privateLayout, long layoutId, ServiceContext serviceContext) Deletes the layout with the layout ID, also deleting the layout's child layouts, and associated resources.voidLayoutLocalService.deleteLayout(long plid, ServiceContext serviceContext) Deletes the layout with the plid, also deleting the layout's child layouts, and associated resources.LayoutLocalService.deleteLayout(Layout layout) Deletes the layout from the database.voidLayoutLocalService.deleteLayout(Layout layout, ServiceContext serviceContext) Deletes the layout, its child layouts, and its associated resources.voidLayoutLocalService.deleteLayout(String externalReferenceCode, long groupId) static LayoutLayoutLocalServiceUtil.deleteLayout(long plid) Deletes the layout with the primary key from the database.static voidLayoutLocalServiceUtil.deleteLayout(long groupId, boolean privateLayout, long layoutId, ServiceContext serviceContext) Deletes the layout with the layout ID, also deleting the layout's child layouts, and associated resources.static voidLayoutLocalServiceUtil.deleteLayout(long plid, ServiceContext serviceContext) Deletes the layout with the plid, also deleting the layout's child layouts, and associated resources.static LayoutLayoutLocalServiceUtil.deleteLayout(Layout layout) Deletes the layout from the database.static voidLayoutLocalServiceUtil.deleteLayout(Layout layout, ServiceContext serviceContext) Deletes the layout, its child layouts, and its associated resources.static voidLayoutLocalServiceUtil.deleteLayout(String externalReferenceCode, long groupId) LayoutLocalServiceWrapper.deleteLayout(long plid) Deletes the layout with the primary key from the database.voidLayoutLocalServiceWrapper.deleteLayout(long groupId, boolean privateLayout, long layoutId, ServiceContext serviceContext) Deletes the layout with the layout ID, also deleting the layout's child layouts, and associated resources.voidLayoutLocalServiceWrapper.deleteLayout(long plid, ServiceContext serviceContext) Deletes the layout with the plid, also deleting the layout's child layouts, and associated resources.LayoutLocalServiceWrapper.deleteLayout(Layout layout) Deletes the layout from the database.voidLayoutLocalServiceWrapper.deleteLayout(Layout layout, ServiceContext serviceContext) Deletes the layout, its child layouts, and its associated resources.voidLayoutLocalServiceWrapper.deleteLayout(String externalReferenceCode, long groupId) voidLayoutService.deleteLayout(long groupId, boolean privateLayout, long layoutId, ServiceContext serviceContext) Deletes the layout with the primary key, also deleting the layout's child layouts, and associated resources.voidLayoutService.deleteLayout(long plid, ServiceContext serviceContext) Deletes the layout with the plid, also deleting the layout's child layouts, and associated resources.voidLayoutService.deleteLayout(String externalReferenceCode, long groupId) static voidLayoutServiceUtil.deleteLayout(long groupId, boolean privateLayout, long layoutId, ServiceContext serviceContext) Deletes the layout with the primary key, also deleting the layout's child layouts, and associated resources.static voidLayoutServiceUtil.deleteLayout(long plid, ServiceContext serviceContext) Deletes the layout with the plid, also deleting the layout's child layouts, and associated resources.static voidLayoutServiceUtil.deleteLayout(String externalReferenceCode, long groupId) voidLayoutServiceWrapper.deleteLayout(long groupId, boolean privateLayout, long layoutId, ServiceContext serviceContext) Deletes the layout with the primary key, also deleting the layout's child layouts, and associated resources.voidLayoutServiceWrapper.deleteLayout(long plid, ServiceContext serviceContext) Deletes the layout with the plid, also deleting the layout's child layouts, and associated resources.voidLayoutServiceWrapper.deleteLayout(String externalReferenceCode, long groupId) LayoutBranchLocalService.deleteLayoutBranch(long layoutBranchId) Deletes the layout branch with the primary key from the database.static LayoutBranchLayoutBranchLocalServiceUtil.deleteLayoutBranch(long layoutBranchId) Deletes the layout branch with the primary key from the database.LayoutBranchLocalServiceWrapper.deleteLayoutBranch(long layoutBranchId) Deletes the layout branch with the primary key from the database.voidLayoutBranchService.deleteLayoutBranch(long layoutBranchId) static voidLayoutBranchServiceUtil.deleteLayoutBranch(long layoutBranchId) voidLayoutBranchServiceWrapper.deleteLayoutBranch(long layoutBranchId) voidLayoutBranchLocalService.deleteLayoutBranchesByPlid(long plid) static voidLayoutBranchLocalServiceUtil.deleteLayoutBranchesByPlid(long plid) voidLayoutBranchLocalServiceWrapper.deleteLayoutBranchesByPlid(long plid) LayoutFriendlyURLLocalService.deleteLayoutFriendlyURL(long layoutFriendlyURLId) Deletes the layout friendly url with the primary key from the database.static LayoutFriendlyURLLayoutFriendlyURLLocalServiceUtil.deleteLayoutFriendlyURL(long layoutFriendlyURLId) Deletes the layout friendly url with the primary key from the database.LayoutFriendlyURLLocalServiceWrapper.deleteLayoutFriendlyURL(long layoutFriendlyURLId) Deletes the layout friendly url with the primary key from the database.voidLayoutRevisionLocalService.deleteLayoutLayoutRevisions(long plid) static voidLayoutRevisionLocalServiceUtil.deleteLayoutLayoutRevisions(long plid) voidLayoutRevisionLocalServiceWrapper.deleteLayoutLayoutRevisions(long plid) LayoutPrototypeLocalService.deleteLayoutPrototype(long layoutPrototypeId) Deletes the layout prototype with the primary key from the database.LayoutPrototypeLocalService.deleteLayoutPrototype(LayoutPrototype layoutPrototype) Deletes the layout prototype from the database.static LayoutPrototypeLayoutPrototypeLocalServiceUtil.deleteLayoutPrototype(long layoutPrototypeId) Deletes the layout prototype with the primary key from the database.static LayoutPrototypeLayoutPrototypeLocalServiceUtil.deleteLayoutPrototype(LayoutPrototype layoutPrototype) Deletes the layout prototype from the database.LayoutPrototypeLocalServiceWrapper.deleteLayoutPrototype(long layoutPrototypeId) Deletes the layout prototype with the primary key from the database.LayoutPrototypeLocalServiceWrapper.deleteLayoutPrototype(LayoutPrototype layoutPrototype) Deletes the layout prototype from the database.voidLayoutPrototypeService.deleteLayoutPrototype(long layoutPrototypeId) static voidLayoutPrototypeServiceUtil.deleteLayoutPrototype(long layoutPrototypeId) voidLayoutPrototypeServiceWrapper.deleteLayoutPrototype(long layoutPrototypeId) LayoutRevisionLocalService.deleteLayoutRevision(long layoutRevisionId) Deletes the layout revision with the primary key from the database.LayoutRevisionLocalService.deleteLayoutRevision(LayoutRevision layoutRevision) Deletes the layout revision from the database.static LayoutRevisionLayoutRevisionLocalServiceUtil.deleteLayoutRevision(long layoutRevisionId) Deletes the layout revision with the primary key from the database.static LayoutRevisionLayoutRevisionLocalServiceUtil.deleteLayoutRevision(LayoutRevision layoutRevision) Deletes the layout revision from the database.LayoutRevisionLocalServiceWrapper.deleteLayoutRevision(long layoutRevisionId) Deletes the layout revision with the primary key from the database.LayoutRevisionLocalServiceWrapper.deleteLayoutRevision(LayoutRevision layoutRevision) Deletes the layout revision from the database.voidLayoutRevisionLocalService.deleteLayoutRevisions(long layoutSetBranchId, long plid) voidLayoutRevisionLocalService.deleteLayoutRevisions(long layoutSetBranchId, long layoutBranchId, long plid) static voidLayoutRevisionLocalServiceUtil.deleteLayoutRevisions(long layoutSetBranchId, long plid) static voidLayoutRevisionLocalServiceUtil.deleteLayoutRevisions(long layoutSetBranchId, long layoutBranchId, long plid) voidLayoutRevisionLocalServiceWrapper.deleteLayoutRevisions(long layoutSetBranchId, long plid) voidLayoutRevisionLocalServiceWrapper.deleteLayoutRevisions(long layoutSetBranchId, long layoutBranchId, long plid) voidLayoutLocalService.deleteLayouts(long groupId, boolean privateLayout, ServiceContext serviceContext) Deletes the group's private or non-private layouts, also deleting the layouts' child layouts, and associated resources.static voidLayoutLocalServiceUtil.deleteLayouts(long groupId, boolean privateLayout, ServiceContext serviceContext) Deletes the group's private or non-private layouts, also deleting the layouts' child layouts, and associated resources.voidLayoutLocalServiceWrapper.deleteLayouts(long groupId, boolean privateLayout, ServiceContext serviceContext) Deletes the group's private or non-private layouts, also deleting the layouts' child layouts, and associated resources.LayoutSetLocalService.deleteLayoutSet(long layoutSetId) Deletes the layout set with the primary key from the database.voidLayoutSetLocalService.deleteLayoutSet(long groupId, boolean privateLayout, ServiceContext serviceContext) static LayoutSetLayoutSetLocalServiceUtil.deleteLayoutSet(long layoutSetId) Deletes the layout set with the primary key from the database.static voidLayoutSetLocalServiceUtil.deleteLayoutSet(long groupId, boolean privateLayout, ServiceContext serviceContext) LayoutSetLocalServiceWrapper.deleteLayoutSet(long layoutSetId) Deletes the layout set with the primary key from the database.voidLayoutSetLocalServiceWrapper.deleteLayoutSet(long groupId, boolean privateLayout, ServiceContext serviceContext) LayoutSetBranchLocalService.deleteLayoutSetBranch(long layoutSetBranchId) Deletes the layout set branch with the primary key from the database.LayoutSetBranchLocalService.deleteLayoutSetBranch(long currentLayoutPlid, long layoutSetBranchId) LayoutSetBranchLocalService.deleteLayoutSetBranch(long currentLayoutPlid, LayoutSetBranch layoutSetBranch, boolean includeMaster) LayoutSetBranchLocalService.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch) Deletes the layout set branch from the database.LayoutSetBranchLocalService.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch, boolean includeMaster) static LayoutSetBranchLayoutSetBranchLocalServiceUtil.deleteLayoutSetBranch(long layoutSetBranchId) Deletes the layout set branch with the primary key from the database.static LayoutSetBranchLayoutSetBranchLocalServiceUtil.deleteLayoutSetBranch(long currentLayoutPlid, long layoutSetBranchId) static LayoutSetBranchLayoutSetBranchLocalServiceUtil.deleteLayoutSetBranch(long currentLayoutPlid, LayoutSetBranch layoutSetBranch, boolean includeMaster) static LayoutSetBranchLayoutSetBranchLocalServiceUtil.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch) Deletes the layout set branch from the database.static LayoutSetBranchLayoutSetBranchLocalServiceUtil.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch, boolean includeMaster) LayoutSetBranchLocalServiceWrapper.deleteLayoutSetBranch(long layoutSetBranchId) Deletes the layout set branch with the primary key from the database.LayoutSetBranchLocalServiceWrapper.deleteLayoutSetBranch(long currentLayoutPlid, long layoutSetBranchId) LayoutSetBranchLocalServiceWrapper.deleteLayoutSetBranch(long currentLayoutPlid, LayoutSetBranch layoutSetBranch, boolean includeMaster) LayoutSetBranchLocalServiceWrapper.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch) Deletes the layout set branch from the database.LayoutSetBranchLocalServiceWrapper.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch, boolean includeMaster) voidLayoutSetBranchService.deleteLayoutSetBranch(long layoutSetBranchId) voidLayoutSetBranchService.deleteLayoutSetBranch(long currentLayoutPlid, long layoutSetBranchId) static voidLayoutSetBranchServiceUtil.deleteLayoutSetBranch(long layoutSetBranchId) static voidLayoutSetBranchServiceUtil.deleteLayoutSetBranch(long currentLayoutPlid, long layoutSetBranchId) voidLayoutSetBranchServiceWrapper.deleteLayoutSetBranch(long layoutSetBranchId) voidLayoutSetBranchServiceWrapper.deleteLayoutSetBranch(long currentLayoutPlid, long layoutSetBranchId) voidLayoutSetBranchLocalService.deleteLayoutSetBranches(long groupId, boolean privateLayout) voidLayoutSetBranchLocalService.deleteLayoutSetBranches(long groupId, boolean privateLayout, boolean includeMaster) static voidLayoutSetBranchLocalServiceUtil.deleteLayoutSetBranches(long groupId, boolean privateLayout) static voidLayoutSetBranchLocalServiceUtil.deleteLayoutSetBranches(long groupId, boolean privateLayout, boolean includeMaster) voidLayoutSetBranchLocalServiceWrapper.deleteLayoutSetBranches(long groupId, boolean privateLayout) voidLayoutSetBranchLocalServiceWrapper.deleteLayoutSetBranches(long groupId, boolean privateLayout, boolean includeMaster) voidLayoutBranchLocalService.deleteLayoutSetBranchLayoutBranches(long layoutSetBranchId) static voidLayoutBranchLocalServiceUtil.deleteLayoutSetBranchLayoutBranches(long layoutSetBranchId) voidLayoutBranchLocalServiceWrapper.deleteLayoutSetBranchLayoutBranches(long layoutSetBranchId) voidLayoutRevisionLocalService.deleteLayoutSetBranchLayoutRevisions(long layoutSetBranchId) static voidLayoutRevisionLocalServiceUtil.deleteLayoutSetBranchLayoutRevisions(long layoutSetBranchId) voidLayoutRevisionLocalServiceWrapper.deleteLayoutSetBranchLayoutRevisions(long layoutSetBranchId) LayoutSetPrototypeLocalService.deleteLayoutSetPrototype(long layoutSetPrototypeId) Deletes the layout set prototype with the primary key from the database.LayoutSetPrototypeLocalService.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype) Deletes the layout set prototype from the database.static LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.deleteLayoutSetPrototype(long layoutSetPrototypeId) Deletes the layout set prototype with the primary key from the database.static LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype) Deletes the layout set prototype from the database.LayoutSetPrototypeLocalServiceWrapper.deleteLayoutSetPrototype(long layoutSetPrototypeId) Deletes the layout set prototype with the primary key from the database.LayoutSetPrototypeLocalServiceWrapper.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype) Deletes the layout set prototype from the database.voidLayoutSetPrototypeService.deleteLayoutSetPrototype(long layoutSetPrototypeId) static voidLayoutSetPrototypeServiceUtil.deleteLayoutSetPrototype(long layoutSetPrototypeId) voidLayoutSetPrototypeServiceWrapper.deleteLayoutSetPrototype(long layoutSetPrototypeId) voidLayoutSetPrototypeLocalService.deleteLayoutSetPrototypes()static voidLayoutSetPrototypeLocalServiceUtil.deleteLayoutSetPrototypes()voidLayoutSetPrototypeLocalServiceWrapper.deleteLayoutSetPrototypes()ListTypeLocalService.deleteListType(long listTypeId) Deletes the list type with the primary key from the database.static ListTypeListTypeLocalServiceUtil.deleteListType(long listTypeId) Deletes the list type with the primary key from the database.ListTypeLocalServiceWrapper.deleteListType(long listTypeId) Deletes the list type with the primary key from the database.CompanyLocalService.deleteLogo(long companyId) Deletes the company's logo.static CompanyCompanyLocalServiceUtil.deleteLogo(long companyId) Deletes the company's logo.CompanyLocalServiceWrapper.deleteLogo(long companyId) Deletes the company's logo.voidCompanyService.deleteLogo(long companyId) Deletes the company's logo.static voidCompanyServiceUtil.deleteLogo(long companyId) Deletes the company's logo.voidCompanyServiceWrapper.deleteLogo(long companyId) Deletes the company's logo.voidOrganizationLocalService.deleteLogo(long organizationId) Deletes the organization's logo.static voidOrganizationLocalServiceUtil.deleteLogo(long organizationId) Deletes the organization's logo.voidOrganizationLocalServiceWrapper.deleteLogo(long organizationId) Deletes the organization's logo.voidOrganizationService.deleteLogo(long organizationId) Deletes the organization's logo.static voidOrganizationServiceUtil.deleteLogo(long organizationId) Deletes the organization's logo.voidOrganizationServiceWrapper.deleteLogo(long organizationId) Deletes the organization's logo.MembershipRequestLocalService.deleteMembershipRequest(long membershipRequestId) Deletes the membership request with the primary key from the database.static MembershipRequestMembershipRequestLocalServiceUtil.deleteMembershipRequest(long membershipRequestId) Deletes the membership request with the primary key from the database.MembershipRequestLocalServiceWrapper.deleteMembershipRequest(long membershipRequestId) Deletes the membership request with the primary key from the database.voidMembershipRequestService.deleteMembershipRequests(long groupId, long statusId) static voidMembershipRequestServiceUtil.deleteMembershipRequests(long groupId, long statusId) voidMembershipRequestServiceWrapper.deleteMembershipRequests(long groupId, long statusId) voidLayoutPrototypeLocalService.deleteNondefaultLayoutPrototypes(long companyId) static voidLayoutPrototypeLocalServiceUtil.deleteNondefaultLayoutPrototypes(long companyId) voidLayoutPrototypeLocalServiceWrapper.deleteNondefaultLayoutPrototypes(long companyId) voidLayoutSetPrototypeLocalService.deleteNondefaultLayoutSetPrototypes(long companyId) static voidLayoutSetPrototypeLocalServiceUtil.deleteNondefaultLayoutSetPrototypes(long companyId) voidLayoutSetPrototypeLocalServiceWrapper.deleteNondefaultLayoutSetPrototypes(long companyId) voidLayoutSetPrototypeService.deleteNondefaultLayoutSetPrototypes(long companyId) static voidLayoutSetPrototypeServiceUtil.deleteNondefaultLayoutSetPrototypes(long companyId) voidLayoutSetPrototypeServiceWrapper.deleteNondefaultLayoutSetPrototypes(long companyId) voidPasswordPolicyLocalService.deleteNondefaultPasswordPolicies(long companyId) static voidPasswordPolicyLocalServiceUtil.deleteNondefaultPasswordPolicies(long companyId) voidPasswordPolicyLocalServiceWrapper.deleteNondefaultPasswordPolicies(long companyId) OrganizationLocalService.deleteOrganization(long organizationId) Deletes the organization with the primary key from the database.OrganizationLocalService.deleteOrganization(Organization organization) Deletes the organization from the database.static OrganizationOrganizationLocalServiceUtil.deleteOrganization(long organizationId) Deletes the organization with the primary key from the database.static OrganizationOrganizationLocalServiceUtil.deleteOrganization(Organization organization) Deletes the organization from the database.OrganizationLocalServiceWrapper.deleteOrganization(long organizationId) Deletes the organization with the primary key from the database.OrganizationLocalServiceWrapper.deleteOrganization(Organization organization) Deletes the organization from the database.voidOrganizationService.deleteOrganization(long organizationId) Deletes the organization.static voidOrganizationServiceUtil.deleteOrganization(long organizationId) Deletes the organization.voidOrganizationServiceWrapper.deleteOrganization(long organizationId) Deletes the organization.OrgLaborLocalService.deleteOrgLabor(long orgLaborId) Deletes the org labor with the primary key from the database.static OrgLaborOrgLaborLocalServiceUtil.deleteOrgLabor(long orgLaborId) Deletes the org labor with the primary key from the database.OrgLaborLocalServiceWrapper.deleteOrgLabor(long orgLaborId) Deletes the org labor with the primary key from the database.voidOrgLaborService.deleteOrgLabor(long orgLaborId) static voidOrgLaborServiceUtil.deleteOrgLabor(long orgLaborId) voidOrgLaborServiceWrapper.deleteOrgLabor(long orgLaborId) PasswordPolicyLocalService.deletePasswordPolicy(long passwordPolicyId) Deletes the password policy with the primary key from the database.PasswordPolicyLocalService.deletePasswordPolicy(PasswordPolicy passwordPolicy) Deletes the password policy from the database.static PasswordPolicyPasswordPolicyLocalServiceUtil.deletePasswordPolicy(long passwordPolicyId) Deletes the password policy with the primary key from the database.static PasswordPolicyPasswordPolicyLocalServiceUtil.deletePasswordPolicy(PasswordPolicy passwordPolicy) Deletes the password policy from the database.PasswordPolicyLocalServiceWrapper.deletePasswordPolicy(long passwordPolicyId) Deletes the password policy with the primary key from the database.PasswordPolicyLocalServiceWrapper.deletePasswordPolicy(PasswordPolicy passwordPolicy) Deletes the password policy from the database.voidPasswordPolicyService.deletePasswordPolicy(long passwordPolicyId) static voidPasswordPolicyServiceUtil.deletePasswordPolicy(long passwordPolicyId) voidPasswordPolicyServiceWrapper.deletePasswordPolicy(long passwordPolicyId) PasswordPolicyRelLocalService.deletePasswordPolicyRel(long passwordPolicyRelId) Deletes the password policy rel with the primary key from the database.static PasswordPolicyRelPasswordPolicyRelLocalServiceUtil.deletePasswordPolicyRel(long passwordPolicyRelId) Deletes the password policy rel with the primary key from the database.PasswordPolicyRelLocalServiceWrapper.deletePasswordPolicyRel(long passwordPolicyRelId) Deletes the password policy rel with the primary key from the database.PasswordTrackerLocalService.deletePasswordTracker(long passwordTrackerId) Deletes the password tracker with the primary key from the database.static PasswordTrackerPasswordTrackerLocalServiceUtil.deletePasswordTracker(long passwordTrackerId) Deletes the password tracker with the primary key from the database.PasswordTrackerLocalServiceWrapper.deletePasswordTracker(long passwordTrackerId) Deletes the password tracker with the primary key from the database.AddressLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelAddressLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) AddressLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) BrowserTrackerLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelBrowserTrackerLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) BrowserTrackerLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) ClassNameLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelClassNameLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) ClassNameLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) CompanyInfoLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelCompanyInfoLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) CompanyInfoLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) CompanyLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelCompanyLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) CompanyLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) ContactLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelContactLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) ContactLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) CountryLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelCountryLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) CountryLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) EmailAddressLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelEmailAddressLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) EmailAddressLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) GroupLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelGroupLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) GroupLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) ImageLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelImageLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) ImageLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) LayoutBranchLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelLayoutBranchLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) LayoutBranchLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) LayoutFriendlyURLLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelLayoutFriendlyURLLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) LayoutFriendlyURLLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) LayoutLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelLayoutLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) LayoutLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) LayoutPrototypeLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelLayoutPrototypeLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) LayoutPrototypeLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) LayoutRevisionLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelLayoutRevisionLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) LayoutRevisionLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) LayoutSetBranchLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelLayoutSetBranchLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) LayoutSetBranchLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) LayoutSetLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelLayoutSetLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) LayoutSetLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) LayoutSetPrototypeLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelLayoutSetPrototypeLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) LayoutSetPrototypeLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) ListTypeLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelListTypeLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) ListTypeLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) MembershipRequestLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelMembershipRequestLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) MembershipRequestLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) OrganizationLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelOrganizationLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) OrganizationLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) OrgLaborLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelOrgLaborLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) OrgLaborLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) PasswordPolicyLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelPasswordPolicyLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) PasswordPolicyLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) PasswordPolicyRelLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelPasswordPolicyRelLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) PasswordPolicyRelLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) PasswordTrackerLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelPasswordTrackerLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) PasswordTrackerLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) PersistedModelLocalService.deletePersistedModel(PersistedModel persistedModel) PhoneLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelPhoneLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) PhoneLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) PluginSettingLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelPluginSettingLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) PluginSettingLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) PortalPreferencesLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelPortalPreferencesLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) PortalPreferencesLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) PortalPreferenceValueLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelPortalPreferenceValueLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) PortalPreferenceValueLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) PortletItemLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelPortletItemLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) PortletItemLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) PortletLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelPortletLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) PortletLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) PortletPreferencesLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelPortletPreferencesLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) PortletPreferencesLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) PortletPreferenceValueLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelPortletPreferenceValueLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) PortletPreferenceValueLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) RecentLayoutBranchLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelRecentLayoutBranchLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) RecentLayoutBranchLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) RecentLayoutRevisionLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelRecentLayoutRevisionLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) RecentLayoutRevisionLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) RecentLayoutSetBranchLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelRecentLayoutSetBranchLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) RecentLayoutSetBranchLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) RegionLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelRegionLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) RegionLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) ReleaseLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelReleaseLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) ReleaseLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) RememberMeTokenLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelRememberMeTokenLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) RememberMeTokenLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) RepositoryEntryLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelRepositoryEntryLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) RepositoryEntryLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) RepositoryLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelRepositoryLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) RepositoryLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) ResourceActionLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelResourceActionLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) ResourceActionLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) ResourcePermissionLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelResourcePermissionLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) ResourcePermissionLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) RoleLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelRoleLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) RoleLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) ServiceComponentLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelServiceComponentLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) ServiceComponentLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) SubscriptionLocalService.deletePersistedModel(PersistedModel persistedModel) Deprecated.static PersistedModelSubscriptionLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) Deprecated.SubscriptionLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) Deprecated.SystemEventLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelSystemEventLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) SystemEventLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) TeamLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelTeamLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) TeamLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) TicketLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelTicketLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) TicketLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) UserGroupGroupRoleLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelUserGroupGroupRoleLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) UserGroupGroupRoleLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) UserGroupLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelUserGroupLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) UserGroupLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) UserGroupRoleLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelUserGroupRoleLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) UserGroupRoleLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) UserIdMapperLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelUserIdMapperLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) UserIdMapperLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) UserLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelUserLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) UserLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) UserNotificationDeliveryLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelUserNotificationDeliveryLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) UserNotificationDeliveryLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) UserNotificationEventLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelUserNotificationEventLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) UserNotificationEventLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) UserTrackerLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelUserTrackerLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) UserTrackerLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) UserTrackerPathLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelUserTrackerPathLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) UserTrackerPathLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) VirtualHostLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelVirtualHostLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) VirtualHostLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) WebDAVPropsLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelWebDAVPropsLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) WebDAVPropsLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) WebsiteLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelWebsiteLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) WebsiteLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) WorkflowDefinitionLinkLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelWorkflowDefinitionLinkLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) WorkflowDefinitionLinkLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) WorkflowInstanceLinkLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelWorkflowInstanceLinkLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) WorkflowInstanceLinkLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) PhoneLocalService.deletePhone(long phoneId) Deletes the phone with the primary key from the database.static PhonePhoneLocalServiceUtil.deletePhone(long phoneId) Deletes the phone with the primary key from the database.PhoneLocalServiceWrapper.deletePhone(long phoneId) Deletes the phone with the primary key from the database.voidPhoneService.deletePhone(long phoneId) static voidPhoneServiceUtil.deletePhone(long phoneId) voidPhoneServiceWrapper.deletePhone(long phoneId) PluginSettingLocalService.deletePluginSetting(long pluginSettingId) Deletes the plugin setting with the primary key from the database.static PluginSettingPluginSettingLocalServiceUtil.deletePluginSetting(long pluginSettingId) Deletes the plugin setting with the primary key from the database.PluginSettingLocalServiceWrapper.deletePluginSetting(long pluginSettingId) Deletes the plugin setting with the primary key from the database.PortalPreferencesLocalService.deletePortalPreferences(long portalPreferencesId) Deletes the portal preferences with the primary key from the database.static PortalPreferencesPortalPreferencesLocalServiceUtil.deletePortalPreferences(long portalPreferencesId) Deletes the portal preferences with the primary key from the database.PortalPreferencesLocalServiceWrapper.deletePortalPreferences(long portalPreferencesId) Deletes the portal preferences with the primary key from the database.PortalPreferenceValueLocalService.deletePortalPreferenceValue(long portalPreferenceValueId) Deletes the portal preference value with the primary key from the database.static PortalPreferenceValuePortalPreferenceValueLocalServiceUtil.deletePortalPreferenceValue(long portalPreferenceValueId) Deletes the portal preference value with the primary key from the database.PortalPreferenceValueLocalServiceWrapper.deletePortalPreferenceValue(long portalPreferenceValueId) Deletes the portal preference value with the primary key from the database.PortletLocalService.deletePortlet(long id) Deletes the portlet with the primary key from the database.voidPortletLocalService.deletePortlet(long companyId, String portletId, long plid) static PortletPortletLocalServiceUtil.deletePortlet(long id) Deletes the portlet with the primary key from the database.static voidPortletLocalServiceUtil.deletePortlet(long companyId, String portletId, long plid) PortletLocalServiceWrapper.deletePortlet(long id) Deletes the portlet with the primary key from the database.voidPortletLocalServiceWrapper.deletePortlet(long companyId, String portletId, long plid) PortletItemLocalService.deletePortletItem(long portletItemId) Deletes the portlet item with the primary key from the database.static PortletItemPortletItemLocalServiceUtil.deletePortletItem(long portletItemId) Deletes the portlet item with the primary key from the database.PortletItemLocalServiceWrapper.deletePortletItem(long portletItemId) Deletes the portlet item with the primary key from the database.PortletPreferencesLocalService.deletePortletPreferences(long portletPreferencesId) Deletes the portlet preferences with the primary key from the database.voidPortletPreferencesLocalService.deletePortletPreferences(long ownerId, int ownerType, long plid, String portletId) static PortletPreferencesPortletPreferencesLocalServiceUtil.deletePortletPreferences(long portletPreferencesId) Deletes the portlet preferences with the primary key from the database.static voidPortletPreferencesLocalServiceUtil.deletePortletPreferences(long ownerId, int ownerType, long plid, String portletId) PortletPreferencesLocalServiceWrapper.deletePortletPreferences(long portletPreferencesId) Deletes the portlet preferences with the primary key from the database.voidPortletPreferencesLocalServiceWrapper.deletePortletPreferences(long ownerId, int ownerType, long plid, String portletId) PortletPreferenceValueLocalService.deletePortletPreferenceValue(long portletPreferenceValueId) Deletes the portlet preference value with the primary key from the database.static PortletPreferenceValuePortletPreferenceValueLocalServiceUtil.deletePortletPreferenceValue(long portletPreferenceValueId) Deletes the portlet preference value with the primary key from the database.PortletPreferenceValueLocalServiceWrapper.deletePortletPreferenceValue(long portletPreferenceValueId) Deletes the portlet preference value with the primary key from the database.voidPortletLocalService.deletePortlets(long companyId, String[] portletIds, long plid) static voidPortletLocalServiceUtil.deletePortlets(long companyId, String[] portletIds, long plid) voidPortletLocalServiceWrapper.deletePortlets(long companyId, String[] portletIds, long plid) voidUserLocalService.deletePortrait(long userId) Deletes the user's portrait image.static voidUserLocalServiceUtil.deletePortrait(long userId) Deletes the user's portrait image.voidUserLocalServiceWrapper.deletePortrait(long userId) Deletes the user's portrait image.voidUserService.deletePortrait(long userId) Deletes the user's portrait image.static voidUserServiceUtil.deletePortrait(long userId) Deletes the user's portrait image.voidUserServiceWrapper.deletePortrait(long userId) Deletes the user's portrait image.RecentLayoutBranchLocalService.deleteRecentLayoutBranch(long recentLayoutBranchId) Deletes the recent layout branch with the primary key from the database.static RecentLayoutBranchRecentLayoutBranchLocalServiceUtil.deleteRecentLayoutBranch(long recentLayoutBranchId) Deletes the recent layout branch with the primary key from the database.RecentLayoutBranchLocalServiceWrapper.deleteRecentLayoutBranch(long recentLayoutBranchId) Deletes the recent layout branch with the primary key from the database.RecentLayoutRevisionLocalService.deleteRecentLayoutRevision(long recentLayoutRevisionId) Deletes the recent layout revision with the primary key from the database.static RecentLayoutRevisionRecentLayoutRevisionLocalServiceUtil.deleteRecentLayoutRevision(long recentLayoutRevisionId) Deletes the recent layout revision with the primary key from the database.RecentLayoutRevisionLocalServiceWrapper.deleteRecentLayoutRevision(long recentLayoutRevisionId) Deletes the recent layout revision with the primary key from the database.RecentLayoutSetBranchLocalService.deleteRecentLayoutSetBranch(long recentLayoutSetBranchId) Deletes the recent layout set branch with the primary key from the database.static RecentLayoutSetBranchRecentLayoutSetBranchLocalServiceUtil.deleteRecentLayoutSetBranch(long recentLayoutSetBranchId) Deletes the recent layout set branch with the primary key from the database.RecentLayoutSetBranchLocalServiceWrapper.deleteRecentLayoutSetBranch(long recentLayoutSetBranchId) Deletes the recent layout set branch with the primary key from the database.RegionLocalService.deleteRegion(long regionId) Deletes the region with the primary key from the database.static RegionRegionLocalServiceUtil.deleteRegion(long regionId) Deletes the region with the primary key from the database.RegionLocalServiceWrapper.deleteRegion(long regionId) Deletes the region with the primary key from the database.voidRegionService.deleteRegion(long regionId) static voidRegionServiceUtil.deleteRegion(long regionId) voidRegionServiceWrapper.deleteRegion(long regionId) ReleaseLocalService.deleteRelease(long releaseId) Deletes the release with the primary key from the database.static ReleaseReleaseLocalServiceUtil.deleteRelease(long releaseId) Deletes the release with the primary key from the database.ReleaseLocalServiceWrapper.deleteRelease(long releaseId) Deletes the release with the primary key from the database.RememberMeTokenLocalService.deleteRememberMeToken(long rememberMeTokenId) Deletes the remember me token with the primary key from the database.static RememberMeTokenRememberMeTokenLocalServiceUtil.deleteRememberMeToken(long rememberMeTokenId) Deletes the remember me token with the primary key from the database.RememberMeTokenLocalServiceWrapper.deleteRememberMeToken(long rememberMeTokenId) Deletes the remember me token with the primary key from the database.voidRepositoryLocalService.deleteRepositories(long groupId) static voidRepositoryLocalServiceUtil.deleteRepositories(long groupId) voidRepositoryLocalServiceWrapper.deleteRepositories(long groupId) RepositoryLocalService.deleteRepository(long repositoryId) Deletes the repository with the primary key from the database.RepositoryLocalService.deleteRepository(Repository repository) Deletes the repository from the database.static RepositoryRepositoryLocalServiceUtil.deleteRepository(long repositoryId) Deletes the repository with the primary key from the database.static RepositoryRepositoryLocalServiceUtil.deleteRepository(Repository repository) Deletes the repository from the database.RepositoryLocalServiceWrapper.deleteRepository(long repositoryId) Deletes the repository with the primary key from the database.RepositoryLocalServiceWrapper.deleteRepository(Repository repository) Deletes the repository from the database.voidRepositoryService.deleteRepository(long repositoryId) static voidRepositoryServiceUtil.deleteRepository(long repositoryId) voidRepositoryServiceWrapper.deleteRepository(long repositoryId) voidRepositoryEntryLocalService.deleteRepositoryEntries(long repositoryId, Iterable<String> mappedIds) static voidRepositoryEntryLocalServiceUtil.deleteRepositoryEntries(long repositoryId, Iterable<String> mappedIds) voidRepositoryEntryLocalServiceWrapper.deleteRepositoryEntries(long repositoryId, Iterable<String> mappedIds) RepositoryEntryLocalService.deleteRepositoryEntry(long repositoryEntryId) Deletes the repository entry with the primary key from the database.voidRepositoryEntryLocalService.deleteRepositoryEntry(long repositoryId, String mappedId) static RepositoryEntryRepositoryEntryLocalServiceUtil.deleteRepositoryEntry(long repositoryEntryId) Deletes the repository entry with the primary key from the database.static voidRepositoryEntryLocalServiceUtil.deleteRepositoryEntry(long repositoryId, String mappedId) RepositoryEntryLocalServiceWrapper.deleteRepositoryEntry(long repositoryEntryId) Deletes the repository entry with the primary key from the database.voidRepositoryEntryLocalServiceWrapper.deleteRepositoryEntry(long repositoryId, String mappedId) voidResourceLocalService.deleteResource(long companyId, String name, int scope, long primKey) Deletes the resource matching the primary key at the scope.voidResourceLocalService.deleteResource(long companyId, String name, int scope, String primKey) Deletes the resource matching the primary key at the scope.voidResourceLocalService.deleteResource(AuditedModel auditedModel, int scope) Deletes the resource associated with the model at the scope.static voidResourceLocalServiceUtil.deleteResource(long companyId, String name, int scope, long primKey) Deletes the resource matching the primary key at the scope.static voidResourceLocalServiceUtil.deleteResource(long companyId, String name, int scope, String primKey) Deletes the resource matching the primary key at the scope.static voidResourceLocalServiceUtil.deleteResource(AuditedModel auditedModel, int scope) Deletes the resource associated with the model at the scope.voidResourceLocalServiceWrapper.deleteResource(long companyId, String name, int scope, long primKey) Deletes the resource matching the primary key at the scope.voidResourceLocalServiceWrapper.deleteResource(long companyId, String name, int scope, String primKey) Deletes the resource matching the primary key at the scope.voidResourceLocalServiceWrapper.deleteResource(AuditedModel auditedModel, int scope) Deletes the resource associated with the model at the scope.ResourceActionLocalService.deleteResourceAction(long resourceActionId) Deletes the resource action with the primary key from the database.static ResourceActionResourceActionLocalServiceUtil.deleteResourceAction(long resourceActionId) Deletes the resource action with the primary key from the database.ResourceActionLocalServiceWrapper.deleteResourceAction(long resourceActionId) Deletes the resource action with the primary key from the database.ResourcePermissionLocalService.deleteResourcePermission(long resourcePermissionId) Deletes the resource permission with the primary key from the database.static ResourcePermissionResourcePermissionLocalServiceUtil.deleteResourcePermission(long resourcePermissionId) Deletes the resource permission with the primary key from the database.ResourcePermissionLocalServiceWrapper.deleteResourcePermission(long resourcePermissionId) Deletes the resource permission with the primary key from the database.voidResourcePermissionLocalService.deleteResourcePermissions(long companyId, String name, int scope) voidResourcePermissionLocalService.deleteResourcePermissions(long companyId, String name, int scope, long primKey) Deletes all resource permissions at the scope to resources of the type.voidResourcePermissionLocalService.deleteResourcePermissions(long companyId, String name, int scope, String primKey) Deletes all resource permissions at the scope to resources of the type.static voidResourcePermissionLocalServiceUtil.deleteResourcePermissions(long companyId, String name, int scope) static voidResourcePermissionLocalServiceUtil.deleteResourcePermissions(long companyId, String name, int scope, long primKey) Deletes all resource permissions at the scope to resources of the type.static voidResourcePermissionLocalServiceUtil.deleteResourcePermissions(long companyId, String name, int scope, String primKey) Deletes all resource permissions at the scope to resources of the type.voidResourcePermissionLocalServiceWrapper.deleteResourcePermissions(long companyId, String name, int scope) voidResourcePermissionLocalServiceWrapper.deleteResourcePermissions(long companyId, String name, int scope, long primKey) Deletes all resource permissions at the scope to resources of the type.voidResourcePermissionLocalServiceWrapper.deleteResourcePermissions(long companyId, String name, int scope, String primKey) Deletes all resource permissions at the scope to resources of the type.RoleLocalService.deleteRole(long roleId) Deletes the role with the primary key from the database.RoleLocalService.deleteRole(Role role) Deletes the role from the database.static RoleRoleLocalServiceUtil.deleteRole(long roleId) Deletes the role with the primary key from the database.static RoleRoleLocalServiceUtil.deleteRole(Role role) Deletes the role from the database.RoleLocalServiceWrapper.deleteRole(long roleId) Deletes the role with the primary key from the database.RoleLocalServiceWrapper.deleteRole(Role role) Deletes the role from the database.voidRoleService.deleteRole(long roleId) Deletes the role with the primary key and its associated permissions.static voidRoleServiceUtil.deleteRole(long roleId) Deletes the role with the primary key and its associated permissions.voidRoleServiceWrapper.deleteRole(long roleId) Deletes the role with the primary key and its associated permissions.voidUserLocalService.deleteRoleUser(long roleId, long userId) voidUserLocalService.deleteRoleUser(long roleId, User user) static voidUserLocalServiceUtil.deleteRoleUser(long roleId, long userId) static voidUserLocalServiceUtil.deleteRoleUser(long roleId, User user) voidUserLocalServiceWrapper.deleteRoleUser(long roleId, long userId) voidUserLocalServiceWrapper.deleteRoleUser(long roleId, User user) voidUserService.deleteRoleUser(long roleId, long userId) Removes the user from the role.static voidUserServiceUtil.deleteRoleUser(long roleId, long userId) Removes the user from the role.voidUserServiceWrapper.deleteRoleUser(long roleId, long userId) Removes the user from the role.ServiceComponentLocalService.deleteServiceComponent(long serviceComponentId) Deletes the service component with the primary key from the database.static ServiceComponentServiceComponentLocalServiceUtil.deleteServiceComponent(long serviceComponentId) Deletes the service component with the primary key from the database.ServiceComponentLocalServiceWrapper.deleteServiceComponent(long serviceComponentId) Deletes the service component with the primary key from the database.SubscriptionLocalService.deleteSubscription(long subscriptionId) Deprecated.Deletes the subscription with the primary key from the database.voidSubscriptionLocalService.deleteSubscription(long userId, String className, long classPK) Deprecated.Deletes the user's subscription to the entity.SubscriptionLocalService.deleteSubscription(Subscription subscription) Deprecated.Deletes the subscription from the database.static SubscriptionSubscriptionLocalServiceUtil.deleteSubscription(long subscriptionId) Deprecated.Deletes the subscription with the primary key from the database.static voidSubscriptionLocalServiceUtil.deleteSubscription(long userId, String className, long classPK) Deprecated.Deletes the user's subscription to the entity.static SubscriptionSubscriptionLocalServiceUtil.deleteSubscription(Subscription subscription) Deprecated.Deletes the subscription from the database.SubscriptionLocalServiceWrapper.deleteSubscription(long subscriptionId) Deprecated.Deletes the subscription with the primary key from the database.voidSubscriptionLocalServiceWrapper.deleteSubscription(long userId, String className, long classPK) Deprecated.Deletes the user's subscription to the entity.SubscriptionLocalServiceWrapper.deleteSubscription(Subscription subscription) Deprecated.Deletes the subscription from the database.voidSubscriptionLocalService.deleteSubscriptions(long userId) Deprecated.Deletes all the subscriptions of the user.voidSubscriptionLocalService.deleteSubscriptions(long userId, long groupId) Deprecated.voidSubscriptionLocalService.deleteSubscriptions(long companyId, String className, long classPK) Deprecated.Deletes all the subscriptions to the entity.static voidSubscriptionLocalServiceUtil.deleteSubscriptions(long userId) Deprecated.Deletes all the subscriptions of the user.static voidSubscriptionLocalServiceUtil.deleteSubscriptions(long userId, long groupId) Deprecated.static voidSubscriptionLocalServiceUtil.deleteSubscriptions(long companyId, String className, long classPK) Deprecated.Deletes all the subscriptions to the entity.voidSubscriptionLocalServiceWrapper.deleteSubscriptions(long userId) Deprecated.Deletes all the subscriptions of the user.voidSubscriptionLocalServiceWrapper.deleteSubscriptions(long userId, long groupId) Deprecated.voidSubscriptionLocalServiceWrapper.deleteSubscriptions(long companyId, String className, long classPK) Deprecated.Deletes all the subscriptions to the entity.SystemEventLocalService.deleteSystemEvent(long systemEventId) Deletes the system event with the primary key from the database.static SystemEventSystemEventLocalServiceUtil.deleteSystemEvent(long systemEventId) Deletes the system event with the primary key from the database.SystemEventLocalServiceWrapper.deleteSystemEvent(long systemEventId) Deletes the system event with the primary key from the database.TeamLocalService.deleteTeam(long teamId) Deletes the team with the primary key from the database.TeamLocalService.deleteTeam(Team team) Deletes the team from the database.static TeamTeamLocalServiceUtil.deleteTeam(long teamId) Deletes the team with the primary key from the database.static TeamTeamLocalServiceUtil.deleteTeam(Team team) Deletes the team from the database.TeamLocalServiceWrapper.deleteTeam(long teamId) Deletes the team with the primary key from the database.TeamLocalServiceWrapper.deleteTeam(Team team) Deletes the team from the database.voidTeamService.deleteTeam(long teamId) static voidTeamServiceUtil.deleteTeam(long teamId) voidTeamServiceWrapper.deleteTeam(long teamId) voidTeamLocalService.deleteTeams(long groupId) static voidTeamLocalServiceUtil.deleteTeams(long groupId) voidTeamLocalServiceWrapper.deleteTeams(long groupId) voidLayoutService.deleteTempFileEntry(long groupId, String folderName, String fileName) static voidLayoutServiceUtil.deleteTempFileEntry(long groupId, String folderName, String fileName) voidLayoutServiceWrapper.deleteTempFileEntry(long groupId, String folderName, String fileName) TicketLocalService.deleteTicket(long ticketId) Deletes the ticket with the primary key from the database.static TicketTicketLocalServiceUtil.deleteTicket(long ticketId) Deletes the ticket with the primary key from the database.TicketLocalServiceWrapper.deleteTicket(long ticketId) Deletes the ticket with the primary key from the database.UserLocalService.deleteUser(long userId) Deletes the user with the primary key from the database.UserLocalService.deleteUser(User user) Deletes the user from the database.static UserUserLocalServiceUtil.deleteUser(long userId) Deletes the user with the primary key from the database.static UserUserLocalServiceUtil.deleteUser(User user) Deletes the user from the database.UserLocalServiceWrapper.deleteUser(long userId) Deletes the user with the primary key from the database.UserLocalServiceWrapper.deleteUser(User user) Deletes the user from the database.voidUserService.deleteUser(long userId) Deletes the user.static voidUserServiceUtil.deleteUser(long userId) Deletes the user.voidUserServiceWrapper.deleteUser(long userId) Deletes the user.UserGroupLocalService.deleteUserGroup(long userGroupId) Deletes the user group with the primary key from the database.UserGroupLocalService.deleteUserGroup(UserGroup userGroup) Deletes the user group from the database.static UserGroupUserGroupLocalServiceUtil.deleteUserGroup(long userGroupId) Deletes the user group with the primary key from the database.static UserGroupUserGroupLocalServiceUtil.deleteUserGroup(UserGroup userGroup) Deletes the user group from the database.UserGroupLocalServiceWrapper.deleteUserGroup(long userGroupId) Deletes the user group with the primary key from the database.UserGroupLocalServiceWrapper.deleteUserGroup(UserGroup userGroup) Deletes the user group from the database.voidUserGroupService.deleteUserGroup(long userGroupId) Deletes the user group.static voidUserGroupServiceUtil.deleteUserGroup(long userGroupId) Deletes the user group.voidUserGroupServiceWrapper.deleteUserGroup(long userGroupId) Deletes the user group.UserGroupGroupRoleLocalService.deleteUserGroupGroupRole(long userGroupGroupRoleId) Deletes the user group group role with the primary key from the database.static UserGroupGroupRoleUserGroupGroupRoleLocalServiceUtil.deleteUserGroupGroupRole(long userGroupGroupRoleId) Deletes the user group group role with the primary key from the database.UserGroupGroupRoleLocalServiceWrapper.deleteUserGroupGroupRole(long userGroupGroupRoleId) Deletes the user group group role with the primary key from the database.voidUserGroupGroupRoleService.deleteUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) voidUserGroupGroupRoleService.deleteUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds) static voidUserGroupGroupRoleServiceUtil.deleteUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) static voidUserGroupGroupRoleServiceUtil.deleteUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds) voidUserGroupGroupRoleServiceWrapper.deleteUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) voidUserGroupGroupRoleServiceWrapper.deleteUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds) UserGroupRoleLocalService.deleteUserGroupRole(long userGroupRoleId) Deletes the user group role with the primary key from the database.static UserGroupRoleUserGroupRoleLocalServiceUtil.deleteUserGroupRole(long userGroupRoleId) Deletes the user group role with the primary key from the database.UserGroupRoleLocalServiceWrapper.deleteUserGroupRole(long userGroupRoleId) Deletes the user group role with the primary key from the database.voidUserGroupRoleService.deleteUserGroupRoles(long[] userIds, long groupId, long roleId) voidUserGroupRoleService.deleteUserGroupRoles(long userId, long groupId, long[] roleIds) static voidUserGroupRoleServiceUtil.deleteUserGroupRoles(long[] userIds, long groupId, long roleId) static voidUserGroupRoleServiceUtil.deleteUserGroupRoles(long userId, long groupId, long[] roleIds) voidUserGroupRoleServiceWrapper.deleteUserGroupRoles(long[] userIds, long groupId, long roleId) voidUserGroupRoleServiceWrapper.deleteUserGroupRoles(long userId, long groupId, long[] roleIds) voidUserGroupLocalService.deleteUserGroups(long companyId) static voidUserGroupLocalServiceUtil.deleteUserGroups(long companyId) voidUserGroupLocalServiceWrapper.deleteUserGroups(long companyId) voidUserLocalService.deleteUserGroupUser(long userGroupId, long userId) voidUserLocalService.deleteUserGroupUser(long userGroupId, User user) static voidUserLocalServiceUtil.deleteUserGroupUser(long userGroupId, long userId) static voidUserLocalServiceUtil.deleteUserGroupUser(long userGroupId, User user) voidUserLocalServiceWrapper.deleteUserGroupUser(long userGroupId, long userId) voidUserLocalServiceWrapper.deleteUserGroupUser(long userGroupId, User user) UserIdMapperLocalService.deleteUserIdMapper(long userIdMapperId) Deletes the user ID mapper with the primary key from the database.static UserIdMapperUserIdMapperLocalServiceUtil.deleteUserIdMapper(long userIdMapperId) Deletes the user ID mapper with the primary key from the database.UserIdMapperLocalServiceWrapper.deleteUserIdMapper(long userIdMapperId) Deletes the user ID mapper with the primary key from the database.UserNotificationDeliveryLocalService.deleteUserNotificationDelivery(long userNotificationDeliveryId) Deletes the user notification delivery with the primary key from the database.static UserNotificationDeliveryUserNotificationDeliveryLocalServiceUtil.deleteUserNotificationDelivery(long userNotificationDeliveryId) Deletes the user notification delivery with the primary key from the database.UserNotificationDeliveryLocalServiceWrapper.deleteUserNotificationDelivery(long userNotificationDeliveryId) Deletes the user notification delivery with the primary key from the database.UserNotificationEventLocalService.deleteUserNotificationEvent(long userNotificationEventId) Deletes the user notification event with the primary key from the database.voidUserNotificationEventLocalService.deleteUserNotificationEvent(String uuid, long companyId) static UserNotificationEventUserNotificationEventLocalServiceUtil.deleteUserNotificationEvent(long userNotificationEventId) Deletes the user notification event with the primary key from the database.static voidUserNotificationEventLocalServiceUtil.deleteUserNotificationEvent(String uuid, long companyId) UserNotificationEventLocalServiceWrapper.deleteUserNotificationEvent(long userNotificationEventId) Deletes the user notification event with the primary key from the database.voidUserNotificationEventLocalServiceWrapper.deleteUserNotificationEvent(String uuid, long companyId) voidUserNotificationEventLocalService.deleteUserNotificationEvents(long userId) voidUserNotificationEventLocalService.deleteUserNotificationEvents(Collection<String> uuids, long companyId) static voidUserNotificationEventLocalServiceUtil.deleteUserNotificationEvents(long userId) static voidUserNotificationEventLocalServiceUtil.deleteUserNotificationEvents(Collection<String> uuids, long companyId) voidUserNotificationEventLocalServiceWrapper.deleteUserNotificationEvents(long userId) voidUserNotificationEventLocalServiceWrapper.deleteUserNotificationEvents(Collection<String> uuids, long companyId) voidOrganizationLocalService.deleteUserOrganizationByEmailAddress(String emailAddress, long organizationId) static voidOrganizationLocalServiceUtil.deleteUserOrganizationByEmailAddress(String emailAddress, long organizationId) voidOrganizationLocalServiceWrapper.deleteUserOrganizationByEmailAddress(String emailAddress, long organizationId) voidOrganizationService.deleteUserOrganizationByEmailAddress(String emailAddress, long organizationId) static voidOrganizationServiceUtil.deleteUserOrganizationByEmailAddress(String emailAddress, long organizationId) voidOrganizationServiceWrapper.deleteUserOrganizationByEmailAddress(String emailAddress, long organizationId) voidRoleLocalService.deleteUserRole(long userId, long roleId) voidRoleLocalService.deleteUserRole(long userId, Role role) static voidRoleLocalServiceUtil.deleteUserRole(long userId, long roleId) static voidRoleLocalServiceUtil.deleteUserRole(long userId, Role role) voidRoleLocalServiceWrapper.deleteUserRole(long userId, long roleId) voidRoleLocalServiceWrapper.deleteUserRole(long userId, Role role) voidRoleLocalService.deleteUserRoles(long userId, long[] roleIds) voidRoleLocalService.deleteUserRoles(long userId, List<Role> roles) static voidRoleLocalServiceUtil.deleteUserRoles(long userId, long[] roleIds) static voidRoleLocalServiceUtil.deleteUserRoles(long userId, List<Role> roles) voidRoleLocalServiceWrapper.deleteUserRoles(long userId, long[] roleIds) voidRoleLocalServiceWrapper.deleteUserRoles(long userId, List<Role> roles) UserTrackerLocalService.deleteUserTracker(long userTrackerId) Deletes the user tracker with the primary key from the database.static UserTrackerUserTrackerLocalServiceUtil.deleteUserTracker(long userTrackerId) Deletes the user tracker with the primary key from the database.UserTrackerLocalServiceWrapper.deleteUserTracker(long userTrackerId) Deletes the user tracker with the primary key from the database.UserTrackerPathLocalService.deleteUserTrackerPath(long userTrackerPathId) Deletes the user tracker path with the primary key from the database.static UserTrackerPathUserTrackerPathLocalServiceUtil.deleteUserTrackerPath(long userTrackerPathId) Deletes the user tracker path with the primary key from the database.UserTrackerPathLocalServiceWrapper.deleteUserTrackerPath(long userTrackerPathId) Deletes the user tracker path with the primary key from the database.VirtualHostLocalService.deleteVirtualHost(long virtualHostId) Deletes the virtual host with the primary key from the database.static VirtualHostVirtualHostLocalServiceUtil.deleteVirtualHost(long virtualHostId) Deletes the virtual host with the primary key from the database.VirtualHostLocalServiceWrapper.deleteVirtualHost(long virtualHostId) Deletes the virtual host with the primary key from the database.WebDAVPropsLocalService.deleteWebDAVProps(long webDavPropsId) Deletes the web dav props with the primary key from the database.static WebDAVPropsWebDAVPropsLocalServiceUtil.deleteWebDAVProps(long webDavPropsId) Deletes the web dav props with the primary key from the database.WebDAVPropsLocalServiceWrapper.deleteWebDAVProps(long webDavPropsId) Deletes the web dav props with the primary key from the database.WebsiteLocalService.deleteWebsite(long websiteId) Deletes the website with the primary key from the database.static WebsiteWebsiteLocalServiceUtil.deleteWebsite(long websiteId) Deletes the website with the primary key from the database.WebsiteLocalServiceWrapper.deleteWebsite(long websiteId) Deletes the website with the primary key from the database.voidWebsiteService.deleteWebsite(long websiteId) static voidWebsiteServiceUtil.deleteWebsite(long websiteId) voidWebsiteServiceWrapper.deleteWebsite(long websiteId) WorkflowDefinitionLinkLocalService.deleteWorkflowDefinitionLink(long workflowDefinitionLinkId) Deletes the workflow definition link with the primary key from the database.static WorkflowDefinitionLinkWorkflowDefinitionLinkLocalServiceUtil.deleteWorkflowDefinitionLink(long workflowDefinitionLinkId) Deletes the workflow definition link with the primary key from the database.WorkflowDefinitionLinkLocalServiceWrapper.deleteWorkflowDefinitionLink(long workflowDefinitionLinkId) Deletes the workflow definition link with the primary key from the database.WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink(long workflowInstanceLinkId) Deletes the workflow instance link with the primary key from the database.WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink(long companyId, long groupId, String className, long classPK) WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink) Deletes the workflow instance link from the database.static WorkflowInstanceLinkWorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLink(long workflowInstanceLinkId) Deletes the workflow instance link with the primary key from the database.static WorkflowInstanceLinkWorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLink(long companyId, long groupId, String className, long classPK) static WorkflowInstanceLinkWorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink) Deletes the workflow instance link from the database.WorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLink(long workflowInstanceLinkId) Deletes the workflow instance link with the primary key from the database.WorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLink(long companyId, long groupId, String className, long classPK) WorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink) Deletes the workflow instance link from the database.voidWorkflowInstanceLinkLocalService.deleteWorkflowInstanceLinks(long companyId, long groupId, String className, long classPK) static voidWorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLinks(long companyId, long groupId, String className, long classPK) voidWorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLinks(long companyId, long groupId, String className, long classPK) PortletLocalService.deployRemotePortlet(long[] companyIds, Portlet portlet, String[] categoryNames, boolean eagerDestroy, boolean clearCache) PortletLocalService.deployRemotePortlet(Portlet portlet, String categoryName) PortletLocalService.deployRemotePortlet(Portlet portlet, String[] categoryNames) PortletLocalService.deployRemotePortlet(Portlet portlet, String[] categoryNames, boolean eagerDestroy) static PortletPortletLocalServiceUtil.deployRemotePortlet(long[] companyIds, Portlet portlet, String[] categoryNames, boolean eagerDestroy, boolean clearCache) static PortletPortletLocalServiceUtil.deployRemotePortlet(Portlet portlet, String categoryName) static PortletPortletLocalServiceUtil.deployRemotePortlet(Portlet portlet, String[] categoryNames) static PortletPortletLocalServiceUtil.deployRemotePortlet(Portlet portlet, String[] categoryNames, boolean eagerDestroy) PortletLocalServiceWrapper.deployRemotePortlet(long[] companyIds, Portlet portlet, String[] categoryNames, boolean eagerDestroy, boolean clearCache) PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet, String categoryName) PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet, String[] categoryNames) PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet, String[] categoryNames, boolean eagerDestroy) voidServiceContext.deriveDefaultPermissions(long repositoryId, String modelName) Derive default permissions based on the logic found in portal-web/docroot/html/taglib/ui/input_permissions/page.jsp.voidGroupLocalService.disableStaging(long groupId) static voidGroupLocalServiceUtil.disableStaging(long groupId) voidGroupLocalServiceWrapper.disableStaging(long groupId) voidGroupService.disableStaging(long groupId) static voidGroupServiceUtil.disableStaging(long groupId) voidGroupServiceWrapper.disableStaging(long groupId) voidGroupLocalService.enableStaging(long groupId) static voidGroupLocalServiceUtil.enableStaging(long groupId) voidGroupLocalServiceWrapper.enableStaging(long groupId) voidGroupService.enableStaging(long groupId) static voidGroupServiceUtil.enableStaging(long groupId) voidGroupServiceWrapper.enableStaging(long groupId) UserLocalService.encryptUserId(String name) Encrypts the primary key of the user.static StringUserLocalServiceUtil.encryptUserId(String name) Encrypts the primary key of the user.UserLocalServiceWrapper.encryptUserId(String name) Encrypts the primary key of the user.CompanyLocalService.extractDBPartitionCompany(long companyId) static CompanyCompanyLocalServiceUtil.extractDBPartitionCompany(long companyId) CompanyLocalServiceWrapper.extractDBPartitionCompany(long companyId) EmailAddressService.fetchEmailAddress(long emailAddressId) Returns the email address with the primary key.static EmailAddressEmailAddressServiceUtil.fetchEmailAddress(long emailAddressId) Returns the email address with the primary key.EmailAddressServiceWrapper.fetchEmailAddress(long emailAddressId) Returns the email address with the primary key.EmailAddressService.fetchEmailAddressByExternalReferenceCode(String externalReferenceCode, long companyId) static EmailAddressEmailAddressServiceUtil.fetchEmailAddressByExternalReferenceCode(String externalReferenceCode, long companyId) EmailAddressServiceWrapper.fetchEmailAddressByExternalReferenceCode(String externalReferenceCode, long companyId) GroupService.fetchGroupByExternalReferenceCode(String externalReferenceCode, long companyId) static GroupGroupServiceUtil.fetchGroupByExternalReferenceCode(String externalReferenceCode, long companyId) GroupServiceWrapper.fetchGroupByExternalReferenceCode(String externalReferenceCode, long companyId) LayoutService.fetchLayout(long groupId, boolean privateLayout, long layoutId) static LayoutLayoutServiceUtil.fetchLayout(long groupId, boolean privateLayout, long layoutId) LayoutServiceWrapper.fetchLayout(long groupId, boolean privateLayout, long layoutId) LayoutService.fetchLayoutByExternalReferenceCode(String externalReferenceCode, long groupId) static LayoutLayoutServiceUtil.fetchLayoutByExternalReferenceCode(String externalReferenceCode, long groupId) LayoutServiceWrapper.fetchLayoutByExternalReferenceCode(String externalReferenceCode, long groupId) LayoutLocalService.fetchLayoutByIconImageId(boolean privateLayout, long iconImageId) static LayoutLayoutLocalServiceUtil.fetchLayoutByIconImageId(boolean privateLayout, long iconImageId) LayoutLocalServiceWrapper.fetchLayoutByIconImageId(boolean privateLayout, long iconImageId) longLayoutService.fetchLayoutPlid(String uuid, long groupId, boolean privateLayout) static longLayoutServiceUtil.fetchLayoutPlid(String uuid, long groupId, boolean privateLayout) longLayoutServiceWrapper.fetchLayoutPlid(String uuid, long groupId, boolean privateLayout) LayoutPrototypeService.fetchLayoutPrototype(long layoutPrototypeId) static LayoutPrototypeLayoutPrototypeServiceUtil.fetchLayoutPrototype(long layoutPrototypeId) LayoutPrototypeServiceWrapper.fetchLayoutPrototype(long layoutPrototypeId) LayoutSetLocalService.fetchLayoutSetByLogoId(boolean privateLayout, long logoId) static LayoutSetLayoutSetLocalServiceUtil.fetchLayoutSetByLogoId(boolean privateLayout, long logoId) LayoutSetLocalServiceWrapper.fetchLayoutSetByLogoId(boolean privateLayout, long logoId) LayoutSetPrototypeService.fetchLayoutSetPrototype(long layoutSetPrototypeId) static LayoutSetPrototypeLayoutSetPrototypeServiceUtil.fetchLayoutSetPrototype(long layoutSetPrototypeId) LayoutSetPrototypeServiceWrapper.fetchLayoutSetPrototype(long layoutSetPrototypeId) OrganizationService.fetchOrganization(long organizationId) Returns the organization with the primary key.static OrganizationOrganizationServiceUtil.fetchOrganization(long organizationId) Returns the organization with the primary key.OrganizationServiceWrapper.fetchOrganization(long organizationId) Returns the organization with the primary key.OrganizationService.fetchOrganizationByExternalReferenceCode(String externalReferenceCode, long companyId) static OrganizationOrganizationServiceUtil.fetchOrganizationByExternalReferenceCode(String externalReferenceCode, long companyId) OrganizationServiceWrapper.fetchOrganizationByExternalReferenceCode(String externalReferenceCode, long companyId) PasswordPolicyService.fetchPasswordPolicy(long passwordPolicyId) static PasswordPolicyPasswordPolicyServiceUtil.fetchPasswordPolicy(long passwordPolicyId) PasswordPolicyServiceWrapper.fetchPasswordPolicy(long passwordPolicyId) PhoneService.fetchPhoneByExternalReferenceCode(String externalReferenceCode, long companyId) static PhonePhoneServiceUtil.fetchPhoneByExternalReferenceCode(String externalReferenceCode, long companyId) PhoneServiceWrapper.fetchPhoneByExternalReferenceCode(String externalReferenceCode, long companyId) RoleService.fetchRole(long roleId) static RoleRoleServiceUtil.fetchRole(long roleId) static RoleRoleServiceWrapper.fetchRole(long roleId) RoleService.fetchRoleByExternalReferenceCode(String externalReferenceCode, long companyId) static RoleRoleServiceUtil.fetchRoleByExternalReferenceCode(String externalReferenceCode, long companyId) RoleServiceWrapper.fetchRoleByExternalReferenceCode(String externalReferenceCode, long companyId) UserService.fetchUserByExternalReferenceCode(String externalReferenceCode, long companyId) static UserUserServiceUtil.fetchUserByExternalReferenceCode(String externalReferenceCode, long companyId) UserServiceWrapper.fetchUserByExternalReferenceCode(String externalReferenceCode, long companyId) UserGroupService.fetchUserGroup(long userGroupId) Fetches the user group with the primary key.static UserGroupUserGroupServiceUtil.fetchUserGroup(long userGroupId) Fetches the user group with the primary key.UserGroupServiceWrapper.fetchUserGroup(long userGroupId) Fetches the user group with the primary key.UserGroupService.fetchUserGroupByExternalReferenceCode(long companyId, String externalReferenceCode) static UserGroupUserGroupServiceUtil.fetchUserGroupByExternalReferenceCode(long companyId, String externalReferenceCode) UserGroupServiceWrapper.fetchUserGroupByExternalReferenceCode(long companyId, String externalReferenceCode) GroupLocalService.fetchUserPersonalSiteGroup(long companyId) Returns the default user's personal site group.static GroupGroupLocalServiceUtil.fetchUserPersonalSiteGroup(long companyId) Returns the default user's personal site group.GroupLocalServiceWrapper.fetchUserPersonalSiteGroup(long companyId) Returns the default user's personal site group.WebsiteService.fetchWebsiteByExternalReferenceCode(String externalReferenceCode, long companyId) static WebsiteWebsiteServiceUtil.fetchWebsiteByExternalReferenceCode(String externalReferenceCode, long companyId) WebsiteServiceWrapper.fetchWebsiteByExternalReferenceCode(String externalReferenceCode, long companyId) WorkflowDefinitionLinkService.fetchWorkflowDefinitionLinkByExternalReferenceCode(String externalReferenceCode, long groupId) static WorkflowDefinitionLinkWorkflowDefinitionLinkServiceUtil.fetchWorkflowDefinitionLinkByExternalReferenceCode(String externalReferenceCode, long groupId) WorkflowDefinitionLinkServiceWrapper.fetchWorkflowDefinitionLinkByExternalReferenceCode(String externalReferenceCode, long groupId) AddressLocalService.getAddress(long addressId) Returns the address with the primary key.static AddressAddressLocalServiceUtil.getAddress(long addressId) Returns the address with the primary key.AddressLocalServiceWrapper.getAddress(long addressId) Returns the address with the primary key.AddressService.getAddress(long addressId) static AddressAddressServiceUtil.getAddress(long addressId) AddressServiceWrapper.getAddress(long addressId) AddressLocalService.getAddressByExternalReferenceCode(String externalReferenceCode, long companyId) static AddressAddressLocalServiceUtil.getAddressByExternalReferenceCode(String externalReferenceCode, long companyId) AddressLocalServiceWrapper.getAddressByExternalReferenceCode(String externalReferenceCode, long companyId) AddressLocalService.getAddressByUuidAndCompanyId(String uuid, long companyId) Returns the address with the matching UUID and company.static AddressAddressLocalServiceUtil.getAddressByUuidAndCompanyId(String uuid, long companyId) Returns the address with the matching UUID and company.AddressLocalServiceWrapper.getAddressByUuidAndCompanyId(String uuid, long companyId) Returns the address with the matching UUID and company.AddressService.getAddresses(String className, long classPK) AddressServiceUtil.getAddresses(String className, long classPK) AddressServiceWrapper.getAddresses(String className, long classPK) LayoutLocalService.getAllLayouts(long groupId, boolean privateLayout, String type) Returns all the layouts that match the type and belong to the group, including the ones marked as System.LayoutLocalServiceUtil.getAllLayouts(long groupId, boolean privateLayout, String type) Returns all the layouts that match the type and belong to the group, including the ones marked as System.LayoutLocalServiceWrapper.getAllLayouts(long groupId, boolean privateLayout, String type) Returns all the layouts that match the type and belong to the group, including the ones marked as System.LayoutService.getAncestorLayouts(long plid) Returns all the ancestor layouts of the layout.LayoutServiceUtil.getAncestorLayouts(long plid) Returns all the ancestor layouts of the layout.LayoutServiceWrapper.getAncestorLayouts(long plid) Returns all the ancestor layouts of the layout.intRoleLocalService.getAssigneesTotal(long roleId) static intRoleLocalServiceUtil.getAssigneesTotal(long roleId) intRoleLocalServiceWrapper.getAssigneesTotal(long roleId) ResourcePermissionLocalService.getAvailableResourcePermissionActionIds(long companyId, String name, int scope, String primKey, long roleId, Collection<String> actionIds) Returns the intersection of action IDs the role has permission at the scope to perform on resources of the type.ResourcePermissionLocalServiceUtil.getAvailableResourcePermissionActionIds(long companyId, String name, int scope, String primKey, long roleId, Collection<String> actionIds) Returns the intersection of action IDs the role has permission at the scope to perform on resources of the type.ResourcePermissionLocalServiceWrapper.getAvailableResourcePermissionActionIds(long companyId, String name, int scope, String primKey, long roleId, Collection<String> actionIds) Returns the intersection of action IDs the role has permission at the scope to perform on resources of the type.BrowserTrackerLocalService.getBrowserTracker(long browserTrackerId) Returns the browser tracker with the primary key.static BrowserTrackerBrowserTrackerLocalServiceUtil.getBrowserTracker(long browserTrackerId) Returns the browser tracker with the primary key.BrowserTrackerLocalServiceWrapper.getBrowserTracker(long browserTrackerId) Returns the browser tracker with the primary key.ClassNameLocalService.getClassName(long classNameId) Returns the class name with the primary key.static ClassNameClassNameLocalServiceUtil.getClassName(long classNameId) Returns the class name with the primary key.ClassNameLocalServiceWrapper.getClassName(long classNameId) Returns the class name with the primary key.CompanyLocalService.getCompany(long companyId) Returns the company with the primary key.static CompanyCompanyLocalServiceUtil.getCompany(long companyId) Returns the company with the primary key.CompanyLocalServiceWrapper.getCompany(long companyId) Returns the company with the primary key.CompanyLocalService.getCompanyById(long companyId) Returns the company with the primary key.static CompanyCompanyLocalServiceUtil.getCompanyById(long companyId) Returns the company with the primary key.CompanyLocalServiceWrapper.getCompanyById(long companyId) Returns the company with the primary key.CompanyService.getCompanyById(long companyId) Returns the company with the primary key.static CompanyCompanyServiceUtil.getCompanyById(long companyId) Returns the company with the primary key.CompanyServiceWrapper.getCompanyById(long companyId) Returns the company with the primary key.CompanyLocalService.getCompanyByLogoId(long logoId) Returns the company with the logo.static CompanyCompanyLocalServiceUtil.getCompanyByLogoId(long logoId) Returns the company with the logo.CompanyLocalServiceWrapper.getCompanyByLogoId(long logoId) Returns the company with the logo.CompanyService.getCompanyByLogoId(long logoId) Returns the company with the logo.static CompanyCompanyServiceUtil.getCompanyByLogoId(long logoId) Returns the company with the logo.CompanyServiceWrapper.getCompanyByLogoId(long logoId) Returns the company with the logo.CompanyLocalService.getCompanyByMx(String mx) Returns the company with the mail domain.static CompanyCompanyLocalServiceUtil.getCompanyByMx(String mx) Returns the company with the mail domain.CompanyLocalServiceWrapper.getCompanyByMx(String mx) Returns the company with the mail domain.CompanyService.getCompanyByMx(String mx) Returns the company with the mail domian.static CompanyCompanyServiceUtil.getCompanyByMx(String mx) Returns the company with the mail domian.CompanyServiceWrapper.getCompanyByMx(String mx) Returns the company with the mail domian.CompanyLocalService.getCompanyByVirtualHost(String virtualHostname) Returns the company with the virtual host name.static CompanyCompanyLocalServiceUtil.getCompanyByVirtualHost(String virtualHostname) Returns the company with the virtual host name.CompanyLocalServiceWrapper.getCompanyByVirtualHost(String virtualHostname) Returns the company with the virtual host name.CompanyService.getCompanyByVirtualHost(String virtualHost) Returns the company with the virtual host name.static CompanyCompanyServiceUtil.getCompanyByVirtualHost(String virtualHost) Returns the company with the virtual host name.CompanyServiceWrapper.getCompanyByVirtualHost(String virtualHost) Returns the company with the virtual host name.CompanyLocalService.getCompanyByWebId(String webId) Returns the company with the web domain.static CompanyCompanyLocalServiceUtil.getCompanyByWebId(String webId) Returns the company with the web domain.CompanyLocalServiceWrapper.getCompanyByWebId(String webId) Returns the company with the web domain.CompanyService.getCompanyByWebId(String webId) Returns the company with the web domain.static CompanyCompanyServiceUtil.getCompanyByWebId(String webId) Returns the company with the web domain.CompanyServiceWrapper.getCompanyByWebId(String webId) Returns the company with the web domain.ContactService.getCompanyContacts(long companyId, int start, int end) ContactServiceUtil.getCompanyContacts(long companyId, int start, int end) ContactServiceWrapper.getCompanyContacts(long companyId, int start, int end) GroupLocalService.getCompanyGroup(long companyId) Returns the company group.static GroupGroupLocalServiceUtil.getCompanyGroup(long companyId) Returns the company group.GroupLocalServiceWrapper.getCompanyGroup(long companyId) Returns the company group.GroupService.getCompanyGroup(long companyId) Returns the company group.static GroupGroupServiceUtil.getCompanyGroup(long companyId) Returns the company group.GroupServiceWrapper.getCompanyGroup(long companyId) Returns the company group.CompanyInfoLocalService.getCompanyInfo(long companyInfoId) Returns the company info with the primary key.static CompanyInfoCompanyInfoLocalServiceUtil.getCompanyInfo(long companyInfoId) Returns the company info with the primary key.CompanyInfoLocalServiceWrapper.getCompanyInfo(long companyInfoId) Returns the company info with the primary key.UserService.getCompanyUsers(long companyId, int start, int end) UserServiceUtil.getCompanyUsers(long companyId, int start, int end) UserServiceWrapper.getCompanyUsers(long companyId, int start, int end) intUserService.getCompanyUsersCount(long companyId) static intUserServiceUtil.getCompanyUsersCount(long companyId) intUserServiceWrapper.getCompanyUsersCount(long companyId) ContactLocalService.getContact(long contactId) Returns the contact with the primary key.static ContactContactLocalServiceUtil.getContact(long contactId) Returns the contact with the primary key.ContactLocalServiceWrapper.getContact(long contactId) Returns the contact with the primary key.ContactService.getContact(long contactId) static ContactContactServiceUtil.getContact(long contactId) ContactServiceWrapper.getContact(long contactId) ContactService.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) ContactServiceUtil.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) ContactServiceWrapper.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) intContactService.getContactsCount(long classNameId, long classPK) static intContactServiceUtil.getContactsCount(long classNameId, long classPK) intContactServiceWrapper.getContactsCount(long classNameId, long classPK) longLayoutService.getControlPanelLayoutPlid()Returns the control panel layout's plid.static longLayoutServiceUtil.getControlPanelLayoutPlid()Returns the control panel layout's plid.longLayoutServiceWrapper.getControlPanelLayoutPlid()Returns the control panel layout's plid.CountryLocalService.getCountry(long countryId) Returns the country with the primary key.static CountryCountryLocalServiceUtil.getCountry(long countryId) Returns the country with the primary key.CountryLocalServiceWrapper.getCountry(long countryId) Returns the country with the primary key.CountryService.getCountry(long countryId) static CountryCountryServiceUtil.getCountry(long countryId) CountryServiceWrapper.getCountry(long countryId) CountryLocalService.getCountryByA2(long companyId, String a2) static CountryCountryLocalServiceUtil.getCountryByA2(long companyId, String a2) CountryLocalServiceWrapper.getCountryByA2(long companyId, String a2) CountryService.getCountryByA2(long companyId, String a2) CountryService.getCountryByA2(String a2) Deprecated.As of Cavanaugh (7.4.x)static CountryCountryServiceUtil.getCountryByA2(long companyId, String a2) static CountryCountryServiceUtil.getCountryByA2(String a2) Deprecated.As of Cavanaugh (7.4.x)CountryServiceWrapper.getCountryByA2(long companyId, String a2) CountryServiceWrapper.getCountryByA2(String a2) Deprecated.As of Cavanaugh (7.4.x)CountryLocalService.getCountryByA3(long companyId, String a3) static CountryCountryLocalServiceUtil.getCountryByA3(long companyId, String a3) CountryLocalServiceWrapper.getCountryByA3(long companyId, String a3) CountryService.getCountryByA3(long companyId, String a3) CountryService.getCountryByA3(String a3) Deprecated.As of Cavanaugh (7.4.x)static CountryCountryServiceUtil.getCountryByA3(long companyId, String a3) static CountryCountryServiceUtil.getCountryByA3(String a3) Deprecated.As of Cavanaugh (7.4.x)CountryServiceWrapper.getCountryByA3(long companyId, String a3) CountryServiceWrapper.getCountryByA3(String a3) Deprecated.As of Cavanaugh (7.4.x)CountryLocalService.getCountryByName(long companyId, String name) static CountryCountryLocalServiceUtil.getCountryByName(long companyId, String name) CountryLocalServiceWrapper.getCountryByName(long companyId, String name) CountryService.getCountryByName(long companyId, String name) CountryService.getCountryByName(String name) Deprecated.As of Cavanaugh (7.4.x)static CountryCountryServiceUtil.getCountryByName(long companyId, String name) static CountryCountryServiceUtil.getCountryByName(String name) Deprecated.As of Cavanaugh (7.4.x)CountryServiceWrapper.getCountryByName(long companyId, String name) CountryServiceWrapper.getCountryByName(String name) Deprecated.As of Cavanaugh (7.4.x)CountryLocalService.getCountryByNumber(long companyId, String number) static CountryCountryLocalServiceUtil.getCountryByNumber(long companyId, String number) CountryLocalServiceWrapper.getCountryByNumber(long companyId, String number) CountryService.getCountryByNumber(long companyId, String number) static CountryCountryServiceUtil.getCountryByNumber(long companyId, String number) CountryServiceWrapper.getCountryByNumber(long companyId, String number) CountryLocalService.getCountryByUuidAndCompanyId(String uuid, long companyId) Returns the country with the matching UUID and company.static CountryCountryLocalServiceUtil.getCountryByUuidAndCompanyId(String uuid, long companyId) Returns the country with the matching UUID and company.CountryLocalServiceWrapper.getCountryByUuidAndCompanyId(String uuid, long companyId) Returns the country with the matching UUID and company.CountryLocalService.getCountryLocalization(long countryId, String languageId) static CountryLocalizationCountryLocalServiceUtil.getCountryLocalization(long countryId, String languageId) CountryLocalServiceWrapper.getCountryLocalization(long countryId, String languageId) UserService.getCurrentUser()static UserUserServiceUtil.getCurrentUser()UserServiceWrapper.getCurrentUser()RoleLocalService.getDefaultGroupRole(long groupId) Returns the default role for the group with the primary key.static RoleRoleLocalServiceUtil.getDefaultGroupRole(long groupId) Returns the default role for the group with the primary key.RoleLocalServiceWrapper.getDefaultGroupRole(long groupId) Returns the default role for the group with the primary key.PasswordPolicyLocalService.getDefaultPasswordPolicy(long companyId) static PasswordPolicyPasswordPolicyLocalServiceUtil.getDefaultPasswordPolicy(long companyId) PasswordPolicyLocalServiceWrapper.getDefaultPasswordPolicy(long companyId) longLayoutLocalService.getDefaultPlid(long groupId, boolean privateLayout, String portletId) Returns primary key of the default portlet layout for the groupstatic longLayoutLocalServiceUtil.getDefaultPlid(long groupId, boolean privateLayout, String portletId) Returns primary key of the default portlet layout for the grouplongLayoutLocalServiceWrapper.getDefaultPlid(long groupId, boolean privateLayout, String portletId) Returns primary key of the default portlet layout for the grouplongLayoutService.getDefaultPlid(long groupId, long scopeGroupId, boolean privateLayout, String portletId) Returns the primary key of the default layout for the group.longLayoutService.getDefaultPlid(long groupId, long scopeGroupId, String portletId) static longLayoutServiceUtil.getDefaultPlid(long groupId, long scopeGroupId, boolean privateLayout, String portletId) Returns the primary key of the default layout for the group.static longLayoutServiceUtil.getDefaultPlid(long groupId, long scopeGroupId, String portletId) longLayoutServiceWrapper.getDefaultPlid(long groupId, long scopeGroupId, boolean privateLayout, String portletId) Returns the primary key of the default layout for the group.longLayoutServiceWrapper.getDefaultPlid(long groupId, long scopeGroupId, String portletId) UserLocalService.getDefaultUser(long companyId) Deprecated.As of Cavanaugh (7.4.x), replaced byUserLocalService.getGuestUser(long)static UserUserLocalServiceUtil.getDefaultUser(long companyId) Deprecated.As of Cavanaugh (7.4.x), replaced byUserLocalServiceUtil.getGuestUser(long)UserLocalServiceWrapper.getDefaultUser(long companyId) Deprecated.As of Cavanaugh (7.4.x), replaced byUserLocalServiceWrapper.getGuestUser(long)longUserLocalService.getDefaultUserId(long companyId) Deprecated.As of Cavanaugh (7.4.x), replaced byUserLocalService.getGuestUserId(long)static longUserLocalServiceUtil.getDefaultUserId(long companyId) Deprecated.As of Cavanaugh (7.4.x), replaced byUserLocalServiceUtil.getGuestUserId(long)longUserLocalServiceWrapper.getDefaultUserId(long companyId) Deprecated.As of Cavanaugh (7.4.x), replaced byUserLocalServiceWrapper.getGuestUserId(long)WorkflowDefinitionLinkLocalService.getDefaultWorkflowDefinitionLink(long companyId, String className, long classPK, long typePK) static WorkflowDefinitionLinkWorkflowDefinitionLinkLocalServiceUtil.getDefaultWorkflowDefinitionLink(long companyId, String className, long classPK, long typePK) WorkflowDefinitionLinkLocalServiceWrapper.getDefaultWorkflowDefinitionLink(long companyId, String className, long classPK, long typePK) EmailAddressLocalService.getEmailAddress(long emailAddressId) Returns the email address with the primary key.static EmailAddressEmailAddressLocalServiceUtil.getEmailAddress(long emailAddressId) Returns the email address with the primary key.EmailAddressLocalServiceWrapper.getEmailAddress(long emailAddressId) Returns the email address with the primary key.EmailAddressService.getEmailAddress(long emailAddressId) static EmailAddressEmailAddressServiceUtil.getEmailAddress(long emailAddressId) EmailAddressServiceWrapper.getEmailAddress(long emailAddressId) EmailAddressLocalService.getEmailAddressByExternalReferenceCode(String externalReferenceCode, long companyId) static EmailAddressEmailAddressLocalServiceUtil.getEmailAddressByExternalReferenceCode(String externalReferenceCode, long companyId) EmailAddressLocalServiceWrapper.getEmailAddressByExternalReferenceCode(String externalReferenceCode, long companyId) EmailAddressLocalService.getEmailAddressByUuidAndCompanyId(String uuid, long companyId) Returns the email address with the matching UUID and company.static EmailAddressEmailAddressLocalServiceUtil.getEmailAddressByUuidAndCompanyId(String uuid, long companyId) Returns the email address with the matching UUID and company.EmailAddressLocalServiceWrapper.getEmailAddressByUuidAndCompanyId(String uuid, long companyId) Returns the email address with the matching UUID and company.EmailAddressService.getEmailAddresses(String className, long classPK) static List<EmailAddress>EmailAddressServiceUtil.getEmailAddresses(String className, long classPK) EmailAddressServiceWrapper.getEmailAddresses(String className, long classPK) GroupLocalService.getFriendlyURLGroup(long companyId, String friendlyURL) Returns the group with the matching friendly URL.static GroupGroupLocalServiceUtil.getFriendlyURLGroup(long companyId, String friendlyURL) Returns the group with the matching friendly URL.GroupLocalServiceWrapper.getFriendlyURLGroup(long companyId, String friendlyURL) Returns the group with the matching friendly URL.LayoutLocalService.getFriendlyURLLayout(long groupId, boolean privateLayout, String friendlyURL) Returns the layout for the friendly URL.static LayoutLayoutLocalServiceUtil.getFriendlyURLLayout(long groupId, boolean privateLayout, String friendlyURL) Returns the layout for the friendly URL.LayoutLocalServiceWrapper.getFriendlyURLLayout(long groupId, boolean privateLayout, String friendlyURL) Returns the layout for the friendly URL.GroupLocalService.getGroup(long groupId) Returns the group with the primary key.Returns the group with the matching group key.static GroupGroupLocalServiceUtil.getGroup(long groupId) Returns the group with the primary key.static GroupReturns the group with the matching group key.GroupLocalServiceWrapper.getGroup(long groupId) Returns the group with the primary key.Returns the group with the matching group key.GroupService.getGroup(long groupId) Returns the group with the primary key.Returns the group with the name.static GroupGroupServiceUtil.getGroup(long groupId) Returns the group with the primary key.static GroupReturns the group with the name.GroupServiceWrapper.getGroup(long groupId) Returns the group with the primary key.Returns the group with the name.GroupLocalService.getGroupByExternalReferenceCode(String externalReferenceCode, long companyId) static GroupGroupLocalServiceUtil.getGroupByExternalReferenceCode(String externalReferenceCode, long companyId) GroupLocalServiceWrapper.getGroupByExternalReferenceCode(String externalReferenceCode, long companyId) GroupLocalService.getGroupByUuidAndCompanyId(String uuid, long companyId) Returns the group with the matching UUID and company.static GroupGroupLocalServiceUtil.getGroupByUuidAndCompanyId(String uuid, long companyId) Returns the group with the matching UUID and company.GroupLocalServiceWrapper.getGroupByUuidAndCompanyId(String uuid, long companyId) Returns the group with the matching UUID and company.GroupService.getGroupDisplayURL(long groupId, boolean privateLayout, boolean secureConnection) Returns the group's display URL.static StringGroupServiceUtil.getGroupDisplayURL(long groupId, boolean privateLayout, boolean secureConnection) Returns the group's display URL.GroupServiceWrapper.getGroupDisplayURL(long groupId, boolean privateLayout, boolean secureConnection) Returns the group's display URL.RoleLocalService.getGroupRelatedRoles(long groupId) RoleLocalServiceUtil.getGroupRelatedRoles(long groupId) RoleLocalServiceWrapper.getGroupRelatedRoles(long groupId) RoleService.getGroupRoles(long groupId) Returns all the roles associated with the group.RoleServiceUtil.getGroupRoles(long groupId) Returns all the roles associated with the group.RoleServiceWrapper.getGroupRoles(long groupId) Returns all the roles associated with the group.GroupLocalService.getGroups(long[] groupIds) Returns the groups with the matching primary keys.GroupLocalServiceUtil.getGroups(long[] groupIds) Returns the groups with the matching primary keys.GroupLocalServiceWrapper.getGroups(long[] groupIds) Returns the groups with the matching primary keys.GroupService.getGroups(long companyId, long parentGroupId, boolean site) Returns all the groups that are direct children of the parent group.GroupService.getGroups(long companyId, long parentGroupId, boolean site, int start, int end) Returns all the groups that are direct children of the parent group.GroupService.getGroups(long companyId, long parentGroupId, String name, boolean site, int start, int end) GroupServiceUtil.getGroups(long companyId, long parentGroupId, boolean site) Returns all the groups that are direct children of the parent group.GroupServiceUtil.getGroups(long companyId, long parentGroupId, boolean site, int start, int end) Returns all the groups that are direct children of the parent group.GroupServiceUtil.getGroups(long companyId, long parentGroupId, String name, boolean site, int start, int end) GroupServiceWrapper.getGroups(long companyId, long parentGroupId, boolean site) Returns all the groups that are direct children of the parent group.GroupServiceWrapper.getGroups(long companyId, long parentGroupId, boolean site, int start, int end) Returns all the groups that are direct children of the parent group.GroupServiceWrapper.getGroups(long companyId, long parentGroupId, String name, boolean site, int start, int end) intGroupService.getGroupsCount(long companyId, long parentGroupId, boolean site) Returns the number of groups that are direct children of the parent group.intGroupService.getGroupsCount(long companyId, long parentGroupId, String name, boolean site) intGroupService.getGroupsCount(long companyId, String className, long parentGroupId) Returns the number of groups that are direct children of the parent group with the matching className.static intGroupServiceUtil.getGroupsCount(long companyId, long parentGroupId, boolean site) Returns the number of groups that are direct children of the parent group.static intGroupServiceUtil.getGroupsCount(long companyId, long parentGroupId, String name, boolean site) static intGroupServiceUtil.getGroupsCount(long companyId, String className, long parentGroupId) Returns the number of groups that are direct children of the parent group with the matching className.intGroupServiceWrapper.getGroupsCount(long companyId, long parentGroupId, boolean site) Returns the number of groups that are direct children of the parent group.intGroupServiceWrapper.getGroupsCount(long companyId, long parentGroupId, String name, boolean site) intGroupServiceWrapper.getGroupsCount(long companyId, String className, long parentGroupId) Returns the number of groups that are direct children of the parent group with the matching className.TeamService.getGroupTeams(long groupId) TeamServiceUtil.getGroupTeams(long groupId) TeamServiceWrapper.getGroupTeams(long groupId) long[]UserService.getGroupUserIds(long groupId) Returns the primary keys of all the users belonging to the group.static long[]UserServiceUtil.getGroupUserIds(long groupId) Returns the primary keys of all the users belonging to the group.long[]UserServiceWrapper.getGroupUserIds(long groupId) Returns the primary keys of all the users belonging to the group.OrganizationLocalService.getGroupUserOrganizations(long groupId, long userId) static List<Organization>OrganizationLocalServiceUtil.getGroupUserOrganizations(long groupId, long userId) OrganizationLocalServiceWrapper.getGroupUserOrganizations(long groupId, long userId) UserLocalService.getGroupUsers(long groupId, int start, int end) UserLocalService.getGroupUsers(long groupId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserLocalService.getGroupUsers(long groupId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserLocalServiceUtil.getGroupUsers(long groupId, int start, int end) UserLocalServiceUtil.getGroupUsers(long groupId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserLocalServiceUtil.getGroupUsers(long groupId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserLocalServiceWrapper.getGroupUsers(long groupId, int start, int end) UserLocalServiceWrapper.getGroupUsers(long groupId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserLocalServiceWrapper.getGroupUsers(long groupId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserService.getGroupUsers(long groupId) Returns all the users belonging to the group.UserService.getGroupUsers(long groupId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserService.getGroupUsers(long groupId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserServiceUtil.getGroupUsers(long groupId) Returns all the users belonging to the group.UserServiceUtil.getGroupUsers(long groupId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserServiceUtil.getGroupUsers(long groupId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserServiceWrapper.getGroupUsers(long groupId) Returns all the users belonging to the group.UserServiceWrapper.getGroupUsers(long groupId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserServiceWrapper.getGroupUsers(long groupId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.intUserLocalService.getGroupUsersCount(long groupId, int status) Returns the number of users with the status belonging to the group.static intUserLocalServiceUtil.getGroupUsersCount(long groupId, int status) Returns the number of users with the status belonging to the group.intUserLocalServiceWrapper.getGroupUsersCount(long groupId, int status) Returns the number of users with the status belonging to the group.intUserService.getGroupUsersCount(long groupId, int status) Returns the number of users with the status belonging to the group.static intUserServiceUtil.getGroupUsersCount(long groupId, int status) Returns the number of users with the status belonging to the group.intUserServiceWrapper.getGroupUsersCount(long groupId, int status) Returns the number of users with the status belonging to the group.UserGroupLocalService.getGroupUserUserGroups(long groupId, long userId) UserGroupLocalServiceUtil.getGroupUserUserGroups(long groupId, long userId) UserGroupLocalServiceWrapper.getGroupUserUserGroups(long groupId, long userId) UserService.getGtCompanyUsers(long gtUserId, long companyId, int size) UserServiceUtil.getGtCompanyUsers(long gtUserId, long companyId, int size) UserServiceWrapper.getGtCompanyUsers(long gtUserId, long companyId, int size) GroupService.getGtGroups(long gtGroupId, long companyId, long parentGroupId, boolean site, int size) GroupServiceUtil.getGtGroups(long gtGroupId, long companyId, long parentGroupId, boolean site, int size) GroupServiceWrapper.getGtGroups(long gtGroupId, long companyId, long parentGroupId, boolean site, int size) UserService.getGtOrganizationUsers(long gtUserId, long organizationId, int size) UserServiceUtil.getGtOrganizationUsers(long gtUserId, long organizationId, int size) UserServiceWrapper.getGtOrganizationUsers(long gtUserId, long organizationId, int size) UserService.getGtUserGroupUsers(long gtUserId, long userGroupId, int size) UserServiceUtil.getGtUserGroupUsers(long gtUserId, long userGroupId, int size) UserServiceWrapper.getGtUserGroupUsers(long gtUserId, long userGroupId, int size) BaseServiceImpl.getGuestOrUser()longServiceContext.getGuestOrUserId()Returns this service context's user ID or guest ID if no user ID is available.UserLocalService.getGuestUser(long companyId) Returns the guest user for the company.static UserUserLocalServiceUtil.getGuestUser(long companyId) Returns the guest user for the company.UserLocalServiceWrapper.getGuestUser(long companyId) Returns the guest user for the company.longUserLocalService.getGuestUserId(long companyId) Returns the primary key of the guest user for the company.static longUserLocalServiceUtil.getGuestUserId(long companyId) Returns the primary key of the guest user for the company.longUserLocalServiceWrapper.getGuestUserId(long companyId) Returns the primary key of the guest user for the company.ImageLocalService.getImage(long imageId) Returns the image with the primary key.static ImageImageLocalServiceUtil.getImage(long imageId) Returns the image with the primary key.ImageLocalServiceWrapper.getImage(long imageId) Returns the image with the primary key.ImageService.getImage(long imageId) static ImageImageServiceUtil.getImage(long imageId) ImageServiceWrapper.getImage(long imageId) ImageLocalService.getImageInputStream(long companyId, long imageId, String type) static InputStreamImageLocalServiceUtil.getImageInputStream(long companyId, long imageId, String type) ImageLocalServiceWrapper.getImageInputStream(long companyId, long imageId, String type) UserLocalService.getInheritedRoleUsers(long roleId, int start, int end, OrderByComparator<User> orderByComparator) UserLocalServiceUtil.getInheritedRoleUsers(long roleId, int start, int end, OrderByComparator<User> orderByComparator) UserLocalServiceWrapper.getInheritedRoleUsers(long roleId, int start, int end, OrderByComparator<User> orderByComparator) static ServiceContextServiceContextFactory.getInstance(String className, PortletRequest portletRequest) static ServiceContextServiceContextFactory.getInstance(String className, javax.servlet.http.HttpServletRequest httpServletRequest) static ServiceContextServiceContextFactory.getInstance(PortletRequest portletRequest) static ServiceContextServiceContextFactory.getInstance(javax.servlet.http.HttpServletRequest httpServletRequest) LayoutLocalService.getLayout(long plid) Returns the layout with the primary key.LayoutLocalService.getLayout(long groupId, boolean privateLayout, long layoutId) Returns the layout matching the layout ID, group, and privacy; throws aNoSuchLayoutExceptionotherwise.static LayoutLayoutLocalServiceUtil.getLayout(long plid) Returns the layout with the primary key.static LayoutLayoutLocalServiceUtil.getLayout(long groupId, boolean privateLayout, long layoutId) Returns the layout matching the layout ID, group, and privacy; throws aNoSuchLayoutExceptionotherwise.LayoutLocalServiceWrapper.getLayout(long plid) Returns the layout with the primary key.LayoutLocalServiceWrapper.getLayout(long groupId, boolean privateLayout, long layoutId) Returns the layout matching the layout ID, group, and privacy; throws aNoSuchLayoutExceptionotherwise.LayoutBranchLocalService.getLayoutBranch(long layoutBranchId) Returns the layout branch with the primary key.static LayoutBranchLayoutBranchLocalServiceUtil.getLayoutBranch(long layoutBranchId) Returns the layout branch with the primary key.LayoutBranchLocalServiceWrapper.getLayoutBranch(long layoutBranchId) Returns the layout branch with the primary key.LayoutLocalService.getLayoutByExternalReferenceCode(String externalReferenceCode, long groupId) static LayoutLayoutLocalServiceUtil.getLayoutByExternalReferenceCode(String externalReferenceCode, long groupId) LayoutLocalServiceWrapper.getLayoutByExternalReferenceCode(String externalReferenceCode, long groupId) LayoutService.getLayoutByExternalReferenceCode(String externalReferenceCode, long groupId) static LayoutLayoutServiceUtil.getLayoutByExternalReferenceCode(String externalReferenceCode, long groupId) LayoutServiceWrapper.getLayoutByExternalReferenceCode(String externalReferenceCode, long groupId) LayoutLocalService.getLayoutByFriendlyURL(long groupId, boolean privateLayout, String friendlyURL) static LayoutLayoutLocalServiceUtil.getLayoutByFriendlyURL(long groupId, boolean privateLayout, String friendlyURL) LayoutLocalServiceWrapper.getLayoutByFriendlyURL(long groupId, boolean privateLayout, String friendlyURL) LayoutLocalService.getLayoutByIconImageId(long iconImageId) Returns the layout for the icon image; throws aNoSuchLayoutExceptionotherwise.static LayoutLayoutLocalServiceUtil.getLayoutByIconImageId(long iconImageId) Returns the layout for the icon image; throws aNoSuchLayoutExceptionotherwise.LayoutLocalServiceWrapper.getLayoutByIconImageId(long iconImageId) Returns the layout for the icon image; throws aNoSuchLayoutExceptionotherwise.LayoutLocalService.getLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout) Returns the layout matching the UUID, group, and privacy.static LayoutLayoutLocalServiceUtil.getLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout) Returns the layout matching the UUID, group, and privacy.LayoutLocalServiceWrapper.getLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout) Returns the layout matching the UUID, group, and privacy.LayoutService.getLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout) Returns the layout matching the UUID, group, and privacy.static LayoutLayoutServiceUtil.getLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout) Returns the layout matching the UUID, group, and privacy.LayoutServiceWrapper.getLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout) Returns the layout matching the UUID, group, and privacy.LayoutFriendlyURLLocalService.getLayoutFriendlyURL(long layoutFriendlyURLId) Returns the layout friendly url with the primary key.LayoutFriendlyURLLocalService.getLayoutFriendlyURL(long plid, String languageId) LayoutFriendlyURLLocalService.getLayoutFriendlyURL(long plid, String languageId, boolean useDefault) static LayoutFriendlyURLLayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURL(long layoutFriendlyURLId) Returns the layout friendly url with the primary key.static LayoutFriendlyURLLayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURL(long plid, String languageId) static LayoutFriendlyURLLayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURL(long plid, String languageId, boolean useDefault) LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURL(long layoutFriendlyURLId) Returns the layout friendly url with the primary key.LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURL(long plid, String languageId) LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURL(long plid, String languageId, boolean useDefault) LayoutFriendlyURLLocalService.getLayoutFriendlyURLByUuidAndGroupId(String uuid, long groupId) Returns the layout friendly url matching the UUID and group.static LayoutFriendlyURLLayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURLByUuidAndGroupId(String uuid, long groupId) Returns the layout friendly url matching the UUID and group.LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURLByUuidAndGroupId(String uuid, long groupId) Returns the layout friendly url matching the UUID and group.GroupLocalService.getLayoutGroup(long companyId, long plid) Returns the group associated with the layout.static GroupGroupLocalServiceUtil.getLayoutGroup(long companyId, long plid) Returns the group associated with the layout.GroupLocalServiceWrapper.getLayoutGroup(long companyId, long plid) Returns the group associated with the layout.LayoutService.getLayoutName(long groupId, boolean privateLayout, long layoutId, String languageId) Returns the name of the layout.static StringLayoutServiceUtil.getLayoutName(long groupId, boolean privateLayout, long layoutId, String languageId) Returns the name of the layout.LayoutServiceWrapper.getLayoutName(long groupId, boolean privateLayout, long layoutId, String languageId) Returns the name of the layout.longLayoutService.getLayoutPlid(String uuid, long groupId, boolean privateLayout) Returns the layout's plid that matches the parameters.static longLayoutServiceUtil.getLayoutPlid(String uuid, long groupId, boolean privateLayout) Returns the layout's plid that matches the parameters.longLayoutServiceWrapper.getLayoutPlid(String uuid, long groupId, boolean privateLayout) Returns the layout's plid that matches the parameters.LayoutPrototypeLocalService.getLayoutPrototype(long layoutPrototypeId) Returns the layout prototype with the primary key.LayoutPrototypeLocalService.getLayoutPrototype(long companyId, String name) LayoutPrototypeLocalService.getLayoutPrototype(long companyId, String name, Locale locale) static LayoutPrototypeLayoutPrototypeLocalServiceUtil.getLayoutPrototype(long layoutPrototypeId) Returns the layout prototype with the primary key.static LayoutPrototypeLayoutPrototypeLocalServiceUtil.getLayoutPrototype(long companyId, String name) static LayoutPrototypeLayoutPrototypeLocalServiceUtil.getLayoutPrototype(long companyId, String name, Locale locale) LayoutPrototypeLocalServiceWrapper.getLayoutPrototype(long layoutPrototypeId) Returns the layout prototype with the primary key.LayoutPrototypeLocalServiceWrapper.getLayoutPrototype(long companyId, String name) LayoutPrototypeLocalServiceWrapper.getLayoutPrototype(long companyId, String name, Locale locale) LayoutPrototypeService.getLayoutPrototype(long layoutPrototypeId) static LayoutPrototypeLayoutPrototypeServiceUtil.getLayoutPrototype(long layoutPrototypeId) LayoutPrototypeServiceWrapper.getLayoutPrototype(long layoutPrototypeId) LayoutPrototypeLocalService.getLayoutPrototypeByUuidAndCompanyId(String uuid, long companyId) Returns the layout prototype with the matching UUID and company.static LayoutPrototypeLayoutPrototypeLocalServiceUtil.getLayoutPrototypeByUuidAndCompanyId(String uuid, long companyId) Returns the layout prototype with the matching UUID and company.LayoutPrototypeLocalServiceWrapper.getLayoutPrototypeByUuidAndCompanyId(String uuid, long companyId) Returns the layout prototype with the matching UUID and company.GroupLocalService.getLayoutPrototypeGroup(long companyId, long layoutPrototypeId) Returns the group associated with the layout prototype.static GroupGroupLocalServiceUtil.getLayoutPrototypeGroup(long companyId, long layoutPrototypeId) Returns the group associated with the layout prototype.GroupLocalServiceWrapper.getLayoutPrototypeGroup(long companyId, long layoutPrototypeId) Returns the group associated with the layout prototype.LayoutRevisionLocalService.getLayoutRevision(long layoutRevisionId) Returns the layout revision with the primary key.LayoutRevisionLocalService.getLayoutRevision(long layoutSetBranchId, long layoutBranchId, long plid) static LayoutRevisionLayoutRevisionLocalServiceUtil.getLayoutRevision(long layoutRevisionId) Returns the layout revision with the primary key.static LayoutRevisionLayoutRevisionLocalServiceUtil.getLayoutRevision(long layoutSetBranchId, long layoutBranchId, long plid) LayoutRevisionLocalServiceWrapper.getLayoutRevision(long layoutRevisionId) Returns the layout revision with the primary key.LayoutRevisionLocalServiceWrapper.getLayoutRevision(long layoutSetBranchId, long layoutBranchId, long plid) LayoutLocalService.getLayouts(long groupId, boolean privateLayout, long[] layoutIds) Returns all the layouts that match the layout IDs and belong to the group.LayoutLocalService.getLayouts(long groupId, boolean privateLayout, String type) Returns all the layouts that match the type and belong to the group.LayoutLocalService.getLayouts(long groupId, boolean privateLayout, String[] types) Returns all the layouts that match the type and belong to the group.LayoutLocalService.getLayouts(long groupId, boolean privateLayout, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalService.getLayouts(long groupId, long userId, boolean privateLayout, String keywords, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalService.getLayouts(long groupId, long userId, boolean privateLayout, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalService.getLayouts(long groupId, String keywords, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalService.getLayouts(long groupId, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalServiceUtil.getLayouts(long groupId, boolean privateLayout, long[] layoutIds) Returns all the layouts that match the layout IDs and belong to the group.LayoutLocalServiceUtil.getLayouts(long groupId, boolean privateLayout, String type) Returns all the layouts that match the type and belong to the group.LayoutLocalServiceUtil.getLayouts(long groupId, boolean privateLayout, String[] types) Returns all the layouts that match the type and belong to the group.LayoutLocalServiceUtil.getLayouts(long groupId, boolean privateLayout, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalServiceUtil.getLayouts(long groupId, long userId, boolean privateLayout, String keywords, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalServiceUtil.getLayouts(long groupId, long userId, boolean privateLayout, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalServiceUtil.getLayouts(long groupId, String keywords, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalServiceUtil.getLayouts(long groupId, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalServiceWrapper.getLayouts(long groupId, boolean privateLayout, long[] layoutIds) Returns all the layouts that match the layout IDs and belong to the group.LayoutLocalServiceWrapper.getLayouts(long groupId, boolean privateLayout, String type) Returns all the layouts that match the type and belong to the group.LayoutLocalServiceWrapper.getLayouts(long groupId, boolean privateLayout, String[] types) Returns all the layouts that match the type and belong to the group.LayoutLocalServiceWrapper.getLayouts(long groupId, boolean privateLayout, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalServiceWrapper.getLayouts(long groupId, long userId, boolean privateLayout, String keywords, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalServiceWrapper.getLayouts(long groupId, long userId, boolean privateLayout, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalServiceWrapper.getLayouts(long groupId, String keywords, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalServiceWrapper.getLayouts(long groupId, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutService.getLayouts(long groupId, boolean privateLayout, long parentLayoutId) LayoutService.getLayouts(long groupId, boolean privateLayout, long parentLayoutId, boolean incomplete, int start, int end) LayoutService.getLayouts(long groupId, boolean privateLayout, long parentLayoutId, int start, int end) LayoutService.getLayouts(long groupId, boolean privateLayout, String type) LayoutService.getLayouts(long groupId, boolean privateLayout, String type, int start, int end) LayoutService.getLayouts(long groupId, boolean privateLayout, String keywords, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutService.getLayouts(long groupId, boolean privateLayout, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutServiceUtil.getLayouts(long groupId, boolean privateLayout, long parentLayoutId) LayoutServiceUtil.getLayouts(long groupId, boolean privateLayout, long parentLayoutId, boolean incomplete, int start, int end) LayoutServiceUtil.getLayouts(long groupId, boolean privateLayout, long parentLayoutId, int start, int end) LayoutServiceUtil.getLayouts(long groupId, boolean privateLayout, String type) LayoutServiceUtil.getLayouts(long groupId, boolean privateLayout, String type, int start, int end) LayoutServiceUtil.getLayouts(long groupId, boolean privateLayout, String keywords, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutServiceUtil.getLayouts(long groupId, boolean privateLayout, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutServiceWrapper.getLayouts(long groupId, boolean privateLayout, long parentLayoutId) LayoutServiceWrapper.getLayouts(long groupId, boolean privateLayout, long parentLayoutId, boolean incomplete, int start, int end) LayoutServiceWrapper.getLayouts(long groupId, boolean privateLayout, long parentLayoutId, int start, int end) LayoutServiceWrapper.getLayouts(long groupId, boolean privateLayout, String type) LayoutServiceWrapper.getLayouts(long groupId, boolean privateLayout, String type, int start, int end) LayoutServiceWrapper.getLayouts(long groupId, boolean privateLayout, String keywords, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutServiceWrapper.getLayouts(long groupId, boolean privateLayout, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) intLayoutLocalService.getLayoutsCount(long groupId, long userId, boolean privateLayout, String keywords, String[] types) intLayoutLocalService.getLayoutsCount(long groupId, long userId, boolean privateLayout, String keywords, String[] types, int[] statuses) intLayoutLocalService.getLayoutsCount(long groupId, String keywords, String[] types) intLayoutLocalService.getLayoutsCount(long groupId, String keywords, String[] types, int[] statuses) intLayoutLocalService.getLayoutsCount(Group group, boolean privateLayout) intLayoutLocalService.getLayoutsCount(Group group, boolean privateLayout, boolean includeUserGroups) intLayoutLocalService.getLayoutsCount(Group group, boolean privateLayout, String keywords, String[] types) intLayoutLocalService.getLayoutsCount(User user, boolean privateLayout) intLayoutLocalService.getLayoutsCount(User user, boolean privateLayout, boolean includeUserGroups) static intLayoutLocalServiceUtil.getLayoutsCount(long groupId, long userId, boolean privateLayout, String keywords, String[] types) static intLayoutLocalServiceUtil.getLayoutsCount(long groupId, long userId, boolean privateLayout, String keywords, String[] types, int[] statuses) static intLayoutLocalServiceUtil.getLayoutsCount(long groupId, String keywords, String[] types) static intLayoutLocalServiceUtil.getLayoutsCount(long groupId, String keywords, String[] types, int[] statuses) static intLayoutLocalServiceUtil.getLayoutsCount(Group group, boolean privateLayout) static intLayoutLocalServiceUtil.getLayoutsCount(Group group, boolean privateLayout, boolean includeUserGroups) static intLayoutLocalServiceUtil.getLayoutsCount(Group group, boolean privateLayout, String keywords, String[] types) static intLayoutLocalServiceUtil.getLayoutsCount(User user, boolean privateLayout) static intLayoutLocalServiceUtil.getLayoutsCount(User user, boolean privateLayout, boolean includeUserGroups) intLayoutLocalServiceWrapper.getLayoutsCount(long groupId, long userId, boolean privateLayout, String keywords, String[] types) intLayoutLocalServiceWrapper.getLayoutsCount(long groupId, long userId, boolean privateLayout, String keywords, String[] types, int[] statuses) intLayoutLocalServiceWrapper.getLayoutsCount(long groupId, String keywords, String[] types) intLayoutLocalServiceWrapper.getLayoutsCount(long groupId, String keywords, String[] types, int[] statuses) intLayoutLocalServiceWrapper.getLayoutsCount(Group group, boolean privateLayout) intLayoutLocalServiceWrapper.getLayoutsCount(Group group, boolean privateLayout, boolean includeUserGroups) intLayoutLocalServiceWrapper.getLayoutsCount(Group group, boolean privateLayout, String keywords, String[] types) intLayoutLocalServiceWrapper.getLayoutsCount(User user, boolean privateLayout) intLayoutLocalServiceWrapper.getLayoutsCount(User user, boolean privateLayout, boolean includeUserGroups) intLayoutService.getLayoutsCount(long groupId, boolean privateLayout, String keywords, String[] types) intLayoutService.getLayoutsCount(long groupId, boolean privateLayout, String keywords, String[] types, int[] statuses) static intLayoutServiceUtil.getLayoutsCount(long groupId, boolean privateLayout, String keywords, String[] types) static intLayoutServiceUtil.getLayoutsCount(long groupId, boolean privateLayout, String keywords, String[] types, int[] statuses) intLayoutServiceWrapper.getLayoutsCount(long groupId, boolean privateLayout, String keywords, String[] types) intLayoutServiceWrapper.getLayoutsCount(long groupId, boolean privateLayout, String keywords, String[] types, int[] statuses) LayoutSetLocalService.getLayoutSet(long layoutSetId) Returns the layout set with the primary key.LayoutSetLocalService.getLayoutSet(long groupId, boolean privateLayout) LayoutSetLocalService.getLayoutSet(String virtualHostname) static LayoutSetLayoutSetLocalServiceUtil.getLayoutSet(long layoutSetId) Returns the layout set with the primary key.static LayoutSetLayoutSetLocalServiceUtil.getLayoutSet(long groupId, boolean privateLayout) static LayoutSetLayoutSetLocalServiceUtil.getLayoutSet(String virtualHostname) LayoutSetLocalServiceWrapper.getLayoutSet(long layoutSetId) Returns the layout set with the primary key.LayoutSetLocalServiceWrapper.getLayoutSet(long groupId, boolean privateLayout) LayoutSetLocalServiceWrapper.getLayoutSet(String virtualHostname) LayoutSetBranchLocalService.getLayoutSetBranch(long layoutSetBranchId) Returns the layout set branch with the primary key.LayoutSetBranchLocalService.getLayoutSetBranch(long groupId, boolean privateLayout, String name) static LayoutSetBranchLayoutSetBranchLocalServiceUtil.getLayoutSetBranch(long layoutSetBranchId) Returns the layout set branch with the primary key.static LayoutSetBranchLayoutSetBranchLocalServiceUtil.getLayoutSetBranch(long groupId, boolean privateLayout, String name) LayoutSetBranchLocalServiceWrapper.getLayoutSetBranch(long layoutSetBranchId) Returns the layout set branch with the primary key.LayoutSetBranchLocalServiceWrapper.getLayoutSetBranch(long groupId, boolean privateLayout, String name) LayoutSetPrototypeLocalService.getLayoutSetPrototype(long layoutSetPrototypeId) Returns the layout set prototype with the primary key.static LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototype(long layoutSetPrototypeId) Returns the layout set prototype with the primary key.LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototype(long layoutSetPrototypeId) Returns the layout set prototype with the primary key.LayoutSetPrototypeService.getLayoutSetPrototype(long layoutSetPrototypeId) static LayoutSetPrototypeLayoutSetPrototypeServiceUtil.getLayoutSetPrototype(long layoutSetPrototypeId) LayoutSetPrototypeServiceWrapper.getLayoutSetPrototype(long layoutSetPrototypeId) LayoutSetPrototypeLocalService.getLayoutSetPrototypeByUuidAndCompanyId(String uuid, long companyId) Returns the layout set prototype with the matching UUID and company.static LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototypeByUuidAndCompanyId(String uuid, long companyId) Returns the layout set prototype with the matching UUID and company.LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototypeByUuidAndCompanyId(String uuid, long companyId) Returns the layout set prototype with the matching UUID and company.GroupLocalService.getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId) Returns the group associated with the layout set prototype.static GroupGroupLocalServiceUtil.getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId) Returns the group associated with the layout set prototype.GroupLocalServiceWrapper.getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId) Returns the group associated with the layout set prototype.LayoutSetPrototypeService.getLayoutSetPrototypes(long companyId) static List<LayoutSetPrototype>LayoutSetPrototypeServiceUtil.getLayoutSetPrototypes(long companyId) LayoutSetPrototypeServiceWrapper.getLayoutSetPrototypes(long companyId) ListTypeLocalService.getListType(long listTypeId) Returns the list type with the primary key.static ListTypeListTypeLocalServiceUtil.getListType(long listTypeId) Returns the list type with the primary key.ListTypeLocalServiceWrapper.getListType(long listTypeId) Returns the list type with the primary key.ListTypeService.getListType(long listTypeId) static ListTypeListTypeServiceUtil.getListType(long listTypeId) ListTypeServiceWrapper.getListType(long listTypeId) AddressService.getListTypeAddresses(String className, long classPK, long[] listTypeIds) AddressServiceUtil.getListTypeAddresses(String className, long classPK, long[] listTypeIds) AddressServiceWrapper.getListTypeAddresses(String className, long classPK, long[] listTypeIds) ListTypeLocalService.getListTypeByUuidAndCompanyId(String uuid, long companyId) Returns the list type with the matching UUID and company.static ListTypeListTypeLocalServiceUtil.getListTypeByUuidAndCompanyId(String uuid, long companyId) Returns the list type with the matching UUID and company.ListTypeLocalServiceWrapper.getListTypeByUuidAndCompanyId(String uuid, long companyId) Returns the list type with the matching UUID and company.GroupService.getManageableSiteGroups(Collection<Portlet> portlets, int max) Returns a range of all the site groups for which the user has control panel access.GroupServiceUtil.getManageableSiteGroups(Collection<Portlet> portlets, int max) Returns a range of all the site groups for which the user has control panel access.GroupServiceWrapper.getManageableSiteGroups(Collection<Portlet> portlets, int max) Returns a range of all the site groups for which the user has control panel access.LayoutBranchLocalService.getMasterLayoutBranch(long layoutSetBranchId, long plid) LayoutBranchLocalService.getMasterLayoutBranch(long layoutSetBranchId, long plid, ServiceContext serviceContext) static LayoutBranchLayoutBranchLocalServiceUtil.getMasterLayoutBranch(long layoutSetBranchId, long plid) static LayoutBranchLayoutBranchLocalServiceUtil.getMasterLayoutBranch(long layoutSetBranchId, long plid, ServiceContext serviceContext) LayoutBranchLocalServiceWrapper.getMasterLayoutBranch(long layoutSetBranchId, long plid) LayoutBranchLocalServiceWrapper.getMasterLayoutBranch(long layoutSetBranchId, long plid, ServiceContext serviceContext) LayoutSetBranchLocalService.getMasterLayoutSetBranch(long groupId, boolean privateLayout) static LayoutSetBranchLayoutSetBranchLocalServiceUtil.getMasterLayoutSetBranch(long groupId, boolean privateLayout) LayoutSetBranchLocalServiceWrapper.getMasterLayoutSetBranch(long groupId, boolean privateLayout) MembershipRequestLocalService.getMembershipRequest(long membershipRequestId) Returns the membership request with the primary key.static MembershipRequestMembershipRequestLocalServiceUtil.getMembershipRequest(long membershipRequestId) Returns the membership request with the primary key.MembershipRequestLocalServiceWrapper.getMembershipRequest(long membershipRequestId) Returns the membership request with the primary key.MembershipRequestService.getMembershipRequest(long membershipRequestId) static MembershipRequestMembershipRequestServiceUtil.getMembershipRequest(long membershipRequestId) MembershipRequestServiceWrapper.getMembershipRequest(long membershipRequestId) OrganizationLocalService.getOrganization(long organizationId) Returns the organization with the primary key.OrganizationLocalService.getOrganization(long companyId, String name) Returns the organization with the name.static OrganizationOrganizationLocalServiceUtil.getOrganization(long organizationId) Returns the organization with the primary key.static OrganizationOrganizationLocalServiceUtil.getOrganization(long companyId, String name) Returns the organization with the name.OrganizationLocalServiceWrapper.getOrganization(long organizationId) Returns the organization with the primary key.OrganizationLocalServiceWrapper.getOrganization(long companyId, String name) Returns the organization with the name.OrganizationService.getOrganization(long organizationId) Returns the organization with the primary key.static OrganizationOrganizationServiceUtil.getOrganization(long organizationId) Returns the organization with the primary key.OrganizationServiceWrapper.getOrganization(long organizationId) Returns the organization with the primary key.OrganizationLocalService.getOrganizationByExternalReferenceCode(String externalReferenceCode, long companyId) static OrganizationOrganizationLocalServiceUtil.getOrganizationByExternalReferenceCode(String externalReferenceCode, long companyId) OrganizationLocalServiceWrapper.getOrganizationByExternalReferenceCode(String externalReferenceCode, long companyId) OrganizationService.getOrganizationByExternalReferenceCode(String externalReferenceCode, long companyId) static OrganizationOrganizationServiceUtil.getOrganizationByExternalReferenceCode(String externalReferenceCode, long companyId) OrganizationServiceWrapper.getOrganizationByExternalReferenceCode(String externalReferenceCode, long companyId) OrganizationLocalService.getOrganizationByUuidAndCompanyId(String uuid, long companyId) Returns the organization with the matching UUID and company.static OrganizationOrganizationLocalServiceUtil.getOrganizationByUuidAndCompanyId(String uuid, long companyId) Returns the organization with the matching UUID and company.OrganizationLocalServiceWrapper.getOrganizationByUuidAndCompanyId(String uuid, long companyId) Returns the organization with the matching UUID and company.GroupLocalService.getOrganizationGroup(long companyId, long organizationId) Returns the specified organization group.static GroupGroupLocalServiceUtil.getOrganizationGroup(long companyId, long organizationId) Returns the specified organization group.GroupLocalServiceWrapper.getOrganizationGroup(long companyId, long organizationId) Returns the specified organization group.longOrganizationService.getOrganizationId(long companyId, String name) Returns the primary key of the organization with the name.static longOrganizationServiceUtil.getOrganizationId(long companyId, String name) Returns the primary key of the organization with the name.longOrganizationServiceWrapper.getOrganizationId(long companyId, String name) Returns the primary key of the organization with the name.OrganizationLocalService.getOrganizations(long[] organizationIds) Returns the organizations with the primary keys.OrganizationLocalService.getOrganizations(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>OrganizationLocalServiceUtil.getOrganizations(long[] organizationIds) Returns the organizations with the primary keys.static List<Organization>OrganizationLocalServiceUtil.getOrganizations(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationLocalServiceWrapper.getOrganizations(long[] organizationIds) Returns the organizations with the primary keys.OrganizationLocalServiceWrapper.getOrganizations(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) intOrganizationService.getOrganizationsCount(long companyId, long parentOrganizationId, String name) static intOrganizationServiceUtil.getOrganizationsCount(long companyId, long parentOrganizationId, String name) intOrganizationServiceWrapper.getOrganizationsCount(long companyId, long parentOrganizationId, String name) GroupService.getOrganizationsGroups(List<Organization> organizations) Returns the groups associated with the organizations.GroupServiceUtil.getOrganizationsGroups(List<Organization> organizations) Returns the groups associated with the organizations.GroupServiceWrapper.getOrganizationsGroups(List<Organization> organizations) Returns the groups associated with the organizations.long[]UserService.getOrganizationUserIds(long organizationId) Returns the primary keys of all the users belonging to the organization.static long[]UserServiceUtil.getOrganizationUserIds(long organizationId) Returns the primary keys of all the users belonging to the organization.long[]UserServiceWrapper.getOrganizationUserIds(long organizationId) Returns the primary keys of all the users belonging to the organization.UserLocalService.getOrganizationUsers(long organizationId, int start, int end) UserLocalService.getOrganizationUsers(long organizationId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserLocalService.getOrganizationUsers(long organizationId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserLocalServiceUtil.getOrganizationUsers(long organizationId, int start, int end) UserLocalServiceUtil.getOrganizationUsers(long organizationId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserLocalServiceUtil.getOrganizationUsers(long organizationId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserLocalServiceWrapper.getOrganizationUsers(long organizationId, int start, int end) UserLocalServiceWrapper.getOrganizationUsers(long organizationId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserLocalServiceWrapper.getOrganizationUsers(long organizationId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserService.getOrganizationUsers(long organizationId) Returns all the users belonging to the organization.UserService.getOrganizationUsers(long organizationId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserService.getOrganizationUsers(long organizationId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserServiceUtil.getOrganizationUsers(long organizationId) Returns all the users belonging to the organization.UserServiceUtil.getOrganizationUsers(long organizationId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserServiceUtil.getOrganizationUsers(long organizationId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserServiceWrapper.getOrganizationUsers(long organizationId) Returns all the users belonging to the organization.UserServiceWrapper.getOrganizationUsers(long organizationId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserServiceWrapper.getOrganizationUsers(long organizationId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.intUserLocalService.getOrganizationUsersCount(long organizationId, int status) Returns the number of users with the status belonging to the organization.static intUserLocalServiceUtil.getOrganizationUsersCount(long organizationId, int status) Returns the number of users with the status belonging to the organization.intUserLocalServiceWrapper.getOrganizationUsersCount(long organizationId, int status) Returns the number of users with the status belonging to the organization.intUserService.getOrganizationUsersCount(long organizationId, int status) Returns the number of users with the status belonging to the organization.static intUserServiceUtil.getOrganizationUsersCount(long organizationId, int status) Returns the number of users with the status belonging to the organization.intUserServiceWrapper.getOrganizationUsersCount(long organizationId, int status) Returns the number of users with the status belonging to the organization.OrgLaborLocalService.getOrgLabor(long orgLaborId) Returns the org labor with the primary key.static OrgLaborOrgLaborLocalServiceUtil.getOrgLabor(long orgLaborId) Returns the org labor with the primary key.OrgLaborLocalServiceWrapper.getOrgLabor(long orgLaborId) Returns the org labor with the primary key.OrgLaborService.getOrgLabor(long orgLaborId) static OrgLaborOrgLaborServiceUtil.getOrgLabor(long orgLaborId) OrgLaborServiceWrapper.getOrgLabor(long orgLaborId) OrgLaborService.getOrgLabors(long organizationId) OrgLaborServiceUtil.getOrgLabors(long organizationId) OrgLaborServiceWrapper.getOrgLabors(long organizationId) GroupLocalService.getParentGroups(long groupId) Returns the group followed by all its parent groups ordered by closest ancestor.GroupLocalServiceUtil.getParentGroups(long groupId) Returns the group followed by all its parent groups ordered by closest ancestor.GroupLocalServiceWrapper.getParentGroups(long groupId) Returns the group followed by all its parent groups ordered by closest ancestor.LayoutLocalService.getParentLayout(Layout layout) static LayoutLayoutLocalServiceUtil.getParentLayout(Layout layout) LayoutLocalServiceWrapper.getParentLayout(Layout layout) OrganizationLocalService.getParentOrganizations(long organizationId) Returns the parent organizations in order by closest ancestor.static List<Organization>OrganizationLocalServiceUtil.getParentOrganizations(long organizationId) Returns the parent organizations in order by closest ancestor.OrganizationLocalServiceWrapper.getParentOrganizations(long organizationId) Returns the parent organizations in order by closest ancestor.PasswordPolicyLocalService.getPasswordPolicy(long passwordPolicyId) Returns the password policy with the primary key.PasswordPolicyLocalService.getPasswordPolicy(long companyId, boolean defaultPolicy) PasswordPolicyLocalService.getPasswordPolicy(long companyId, long[] organizationIds) static PasswordPolicyPasswordPolicyLocalServiceUtil.getPasswordPolicy(long passwordPolicyId) Returns the password policy with the primary key.static PasswordPolicyPasswordPolicyLocalServiceUtil.getPasswordPolicy(long companyId, boolean defaultPolicy) static PasswordPolicyPasswordPolicyLocalServiceUtil.getPasswordPolicy(long companyId, long[] organizationIds) PasswordPolicyLocalServiceWrapper.getPasswordPolicy(long passwordPolicyId) Returns the password policy with the primary key.PasswordPolicyLocalServiceWrapper.getPasswordPolicy(long companyId, boolean defaultPolicy) PasswordPolicyLocalServiceWrapper.getPasswordPolicy(long companyId, long[] organizationIds) PasswordPolicyLocalService.getPasswordPolicyByUser(User user) static PasswordPolicyPasswordPolicyLocalServiceUtil.getPasswordPolicyByUser(User user) PasswordPolicyLocalServiceWrapper.getPasswordPolicyByUser(User user) PasswordPolicyLocalService.getPasswordPolicyByUserId(long userId) static PasswordPolicyPasswordPolicyLocalServiceUtil.getPasswordPolicyByUserId(long userId) PasswordPolicyLocalServiceWrapper.getPasswordPolicyByUserId(long userId) PasswordPolicyLocalService.getPasswordPolicyByUuidAndCompanyId(String uuid, long companyId) Returns the password policy with the matching UUID and company.static PasswordPolicyPasswordPolicyLocalServiceUtil.getPasswordPolicyByUuidAndCompanyId(String uuid, long companyId) Returns the password policy with the matching UUID and company.PasswordPolicyLocalServiceWrapper.getPasswordPolicyByUuidAndCompanyId(String uuid, long companyId) Returns the password policy with the matching UUID and company.PasswordPolicyRelLocalService.getPasswordPolicyRel(long passwordPolicyRelId) Returns the password policy rel with the primary key.PasswordPolicyRelLocalService.getPasswordPolicyRel(long passwordPolicyId, String className, long classPK) PasswordPolicyRelLocalService.getPasswordPolicyRel(String className, long classPK) static PasswordPolicyRelPasswordPolicyRelLocalServiceUtil.getPasswordPolicyRel(long passwordPolicyRelId) Returns the password policy rel with the primary key.static PasswordPolicyRelPasswordPolicyRelLocalServiceUtil.getPasswordPolicyRel(long passwordPolicyId, String className, long classPK) static PasswordPolicyRelPasswordPolicyRelLocalServiceUtil.getPasswordPolicyRel(String className, long classPK) PasswordPolicyRelLocalServiceWrapper.getPasswordPolicyRel(long passwordPolicyRelId) Returns the password policy rel with the primary key.PasswordPolicyRelLocalServiceWrapper.getPasswordPolicyRel(long passwordPolicyId, String className, long classPK) PasswordPolicyRelLocalServiceWrapper.getPasswordPolicyRel(String className, long classPK) PasswordTrackerLocalService.getPasswordTracker(long passwordTrackerId) Returns the password tracker with the primary key.static PasswordTrackerPasswordTrackerLocalServiceUtil.getPasswordTracker(long passwordTrackerId) Returns the password tracker with the primary key.PasswordTrackerLocalServiceWrapper.getPasswordTracker(long passwordTrackerId) Returns the password tracker with the primary key.AddressLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelAddressLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) AddressLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) BrowserTrackerLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelBrowserTrackerLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) BrowserTrackerLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) ClassNameLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelClassNameLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) ClassNameLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) CompanyInfoLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelCompanyInfoLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) CompanyInfoLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) CompanyLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelCompanyLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) CompanyLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) ContactLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelContactLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) ContactLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) CountryLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelCountryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) CountryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) EmailAddressLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelEmailAddressLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) EmailAddressLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) GroupLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelGroupLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) GroupLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) ImageLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelImageLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) ImageLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) LayoutBranchLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelLayoutBranchLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) LayoutBranchLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) LayoutFriendlyURLLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelLayoutFriendlyURLLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) LayoutFriendlyURLLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) LayoutLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelLayoutLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) LayoutLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) LayoutPrototypeLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelLayoutPrototypeLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) LayoutPrototypeLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) LayoutRevisionLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelLayoutRevisionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) LayoutRevisionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) LayoutSetBranchLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelLayoutSetBranchLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) LayoutSetBranchLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) LayoutSetLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelLayoutSetLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) LayoutSetLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) LayoutSetPrototypeLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelLayoutSetPrototypeLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) LayoutSetPrototypeLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) ListTypeLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelListTypeLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) ListTypeLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) MembershipRequestLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelMembershipRequestLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) MembershipRequestLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) OrganizationLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelOrganizationLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) OrganizationLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) OrgLaborLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelOrgLaborLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) OrgLaborLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) PasswordPolicyLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelPasswordPolicyLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) PasswordPolicyLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) PasswordPolicyRelLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelPasswordPolicyRelLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) PasswordPolicyRelLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) PasswordTrackerLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelPasswordTrackerLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) PasswordTrackerLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) PersistedModelLocalService.getPersistedModel(Serializable primaryKeyObj) List<? extends PersistedModel>PersistedResourcedModelLocalService.getPersistedModel(long resourcePrimKey) PhoneLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelPhoneLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) PhoneLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) PluginSettingLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelPluginSettingLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) PluginSettingLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) PortalPreferencesLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelPortalPreferencesLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) PortalPreferencesLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) PortalPreferenceValueLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelPortalPreferenceValueLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) PortalPreferenceValueLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) PortletItemLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelPortletItemLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) PortletItemLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) PortletLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelPortletLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) PortletLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) PortletPreferencesLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelPortletPreferencesLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) PortletPreferencesLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) PortletPreferenceValueLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelPortletPreferenceValueLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) PortletPreferenceValueLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) RecentLayoutBranchLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelRecentLayoutBranchLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) RecentLayoutBranchLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) RecentLayoutRevisionLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelRecentLayoutRevisionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) RecentLayoutRevisionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) RecentLayoutSetBranchLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelRecentLayoutSetBranchLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) RecentLayoutSetBranchLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) RegionLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelRegionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) RegionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) ReleaseLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelReleaseLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) ReleaseLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) RememberMeTokenLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelRememberMeTokenLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) RememberMeTokenLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) RepositoryEntryLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelRepositoryEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) RepositoryEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) RepositoryLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelRepositoryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) RepositoryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) ResourceActionLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelResourceActionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) ResourceActionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) ResourcePermissionLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelResourcePermissionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) ResourcePermissionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) RoleLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelRoleLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) RoleLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) ServiceComponentLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelServiceComponentLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) ServiceComponentLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) SubscriptionLocalService.getPersistedModel(Serializable primaryKeyObj) Deprecated.static PersistedModelSubscriptionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) Deprecated.SubscriptionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) Deprecated.SystemEventLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelSystemEventLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) SystemEventLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) TeamLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelTeamLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) TeamLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) TicketLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelTicketLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) TicketLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) UserGroupGroupRoleLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelUserGroupGroupRoleLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) UserGroupGroupRoleLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) UserGroupLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelUserGroupLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) UserGroupLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) UserGroupRoleLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelUserGroupRoleLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) UserGroupRoleLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) UserIdMapperLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelUserIdMapperLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) UserIdMapperLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) UserLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelUserLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) UserLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) UserNotificationDeliveryLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelUserNotificationDeliveryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) UserNotificationDeliveryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) UserNotificationEventLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelUserNotificationEventLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) UserNotificationEventLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) UserTrackerLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelUserTrackerLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) UserTrackerLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) UserTrackerPathLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelUserTrackerPathLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) UserTrackerPathLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) VirtualHostLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelVirtualHostLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) VirtualHostLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) WebDAVPropsLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelWebDAVPropsLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) WebDAVPropsLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) WebsiteLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelWebsiteLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) WebsiteLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) WorkflowDefinitionLinkLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelWorkflowDefinitionLinkLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) WorkflowDefinitionLinkLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) WorkflowInstanceLinkLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelWorkflowInstanceLinkLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) WorkflowInstanceLinkLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) PhoneLocalService.getPhone(long phoneId) Returns the phone with the primary key.static PhonePhoneLocalServiceUtil.getPhone(long phoneId) Returns the phone with the primary key.PhoneLocalServiceWrapper.getPhone(long phoneId) Returns the phone with the primary key.PhoneService.getPhone(long phoneId) static PhonePhoneServiceUtil.getPhone(long phoneId) PhoneServiceWrapper.getPhone(long phoneId) PhoneLocalService.getPhoneByExternalReferenceCode(String externalReferenceCode, long companyId) static PhonePhoneLocalServiceUtil.getPhoneByExternalReferenceCode(String externalReferenceCode, long companyId) PhoneLocalServiceWrapper.getPhoneByExternalReferenceCode(String externalReferenceCode, long companyId) PhoneService.getPhoneByExternalReferenceCode(String externalReferenceCode, long companyId) static PhonePhoneServiceUtil.getPhoneByExternalReferenceCode(String externalReferenceCode, long companyId) PhoneServiceWrapper.getPhoneByExternalReferenceCode(String externalReferenceCode, long companyId) PhoneLocalService.getPhoneByUuidAndCompanyId(String uuid, long companyId) Returns the phone with the matching UUID and company.static PhonePhoneLocalServiceUtil.getPhoneByUuidAndCompanyId(String uuid, long companyId) Returns the phone with the matching UUID and company.PhoneLocalServiceWrapper.getPhoneByUuidAndCompanyId(String uuid, long companyId) Returns the phone with the matching UUID and company.PluginSettingLocalService.getPluginSetting(long pluginSettingId) Returns the plugin setting with the primary key.static PluginSettingPluginSettingLocalServiceUtil.getPluginSetting(long pluginSettingId) Returns the plugin setting with the primary key.PluginSettingLocalServiceWrapper.getPluginSetting(long pluginSettingId) Returns the plugin setting with the primary key.PortalPreferencesLocalService.getPortalPreferences(long portalPreferencesId) Returns the portal preferences with the primary key.static PortalPreferencesPortalPreferencesLocalServiceUtil.getPortalPreferences(long portalPreferencesId) Returns the portal preferences with the primary key.PortalPreferencesLocalServiceWrapper.getPortalPreferences(long portalPreferencesId) Returns the portal preferences with the primary key.PortalPreferenceValueLocalService.getPortalPreferenceValue(long portalPreferenceValueId) Returns the portal preference value with the primary key.static PortalPreferenceValuePortalPreferenceValueLocalServiceUtil.getPortalPreferenceValue(long portalPreferenceValueId) Returns the portal preference value with the primary key.PortalPreferenceValueLocalServiceWrapper.getPortalPreferenceValue(long portalPreferenceValueId) Returns the portal preference value with the primary key.PortletLocalService.getPortlet(long id) Returns the portlet with the primary key.static PortletPortletLocalServiceUtil.getPortlet(long id) Returns the portlet with the primary key.PortletLocalServiceWrapper.getPortlet(long id) Returns the portlet with the primary key.PortletItemLocalService.getPortletItem(long portletItemId) Returns the portlet item with the primary key.PortletItemLocalService.getPortletItem(long groupId, String name, String portletId, String className) static PortletItemPortletItemLocalServiceUtil.getPortletItem(long portletItemId) Returns the portlet item with the primary key.static PortletItemPortletItemLocalServiceUtil.getPortletItem(long groupId, String name, String portletId, String className) PortletItemLocalServiceWrapper.getPortletItem(long portletItemId) Returns the portlet item with the primary key.PortletItemLocalServiceWrapper.getPortletItem(long groupId, String name, String portletId, String className) PortletPreferencesLocalService.getPortletPreferences(long portletPreferencesId) Returns the portlet preferences with the primary key.PortletPreferencesLocalService.getPortletPreferences(long ownerId, int ownerType, long plid, String portletId) PortletPreferencesLocalService.getPortletPreferences(long companyId, long ownerId, int ownerType, String portletId) static PortletPreferencesPortletPreferencesLocalServiceUtil.getPortletPreferences(long portletPreferencesId) Returns the portlet preferences with the primary key.static PortletPreferencesPortletPreferencesLocalServiceUtil.getPortletPreferences(long ownerId, int ownerType, long plid, String portletId) static List<PortletPreferences>PortletPreferencesLocalServiceUtil.getPortletPreferences(long companyId, long ownerId, int ownerType, String portletId) PortletPreferencesLocalServiceWrapper.getPortletPreferences(long portletPreferencesId) Returns the portlet preferences with the primary key.PortletPreferencesLocalServiceWrapper.getPortletPreferences(long ownerId, int ownerType, long plid, String portletId) PortletPreferencesLocalServiceWrapper.getPortletPreferences(long companyId, long ownerId, int ownerType, String portletId) PortletPreferenceValueLocalService.getPortletPreferenceValue(long portletPreferenceValueId) Returns the portlet preference value with the primary key.static PortletPreferenceValuePortletPreferenceValueLocalServiceUtil.getPortletPreferenceValue(long portletPreferenceValueId) Returns the portlet preference value with the primary key.PortletPreferenceValueLocalServiceWrapper.getPortletPreferenceValue(long portletPreferenceValueId) Returns the portlet preference value with the primary key.RecentLayoutBranchLocalService.getRecentLayoutBranch(long recentLayoutBranchId) Returns the recent layout branch with the primary key.static RecentLayoutBranchRecentLayoutBranchLocalServiceUtil.getRecentLayoutBranch(long recentLayoutBranchId) Returns the recent layout branch with the primary key.RecentLayoutBranchLocalServiceWrapper.getRecentLayoutBranch(long recentLayoutBranchId) Returns the recent layout branch with the primary key.RecentLayoutRevisionLocalService.getRecentLayoutRevision(long recentLayoutRevisionId) Returns the recent layout revision with the primary key.static RecentLayoutRevisionRecentLayoutRevisionLocalServiceUtil.getRecentLayoutRevision(long recentLayoutRevisionId) Returns the recent layout revision with the primary key.RecentLayoutRevisionLocalServiceWrapper.getRecentLayoutRevision(long recentLayoutRevisionId) Returns the recent layout revision with the primary key.RecentLayoutSetBranchLocalService.getRecentLayoutSetBranch(long recentLayoutSetBranchId) Returns the recent layout set branch with the primary key.static RecentLayoutSetBranchRecentLayoutSetBranchLocalServiceUtil.getRecentLayoutSetBranch(long recentLayoutSetBranchId) Returns the recent layout set branch with the primary key.RecentLayoutSetBranchLocalServiceWrapper.getRecentLayoutSetBranch(long recentLayoutSetBranchId) Returns the recent layout set branch with the primary key.RegionLocalService.getRegion(long regionId) Returns the region with the primary key.static RegionRegionLocalServiceUtil.getRegion(long regionId) Returns the region with the primary key.static RegionRegionLocalServiceWrapper.getRegion(long regionId) Returns the region with the primary key.RegionService.getRegion(long regionId) static RegionRegionServiceUtil.getRegion(long regionId) static RegionRegionServiceWrapper.getRegion(long regionId) RegionLocalService.getRegionByUuidAndCompanyId(String uuid, long companyId) Returns the region with the matching UUID and company.static RegionRegionLocalServiceUtil.getRegionByUuidAndCompanyId(String uuid, long companyId) Returns the region with the matching UUID and company.RegionLocalServiceWrapper.getRegionByUuidAndCompanyId(String uuid, long companyId) Returns the region with the matching UUID and company.RegionLocalService.getRegionLocalization(long regionId, String languageId) static RegionLocalizationRegionLocalServiceUtil.getRegionLocalization(long regionId, String languageId) RegionLocalServiceWrapper.getRegionLocalization(long regionId, String languageId) RegionLocalService.getRegions(long countryId, boolean active) RegionLocalService.getRegions(long companyId, String a2, boolean active) RegionLocalServiceUtil.getRegions(long countryId, boolean active) RegionLocalServiceUtil.getRegions(long companyId, String a2, boolean active) RegionLocalServiceWrapper.getRegions(long countryId, boolean active) RegionLocalServiceWrapper.getRegions(long companyId, String a2, boolean active) RegionService.getRegions(long companyId, String a2, boolean active) RegionServiceUtil.getRegions(long companyId, String a2, boolean active) RegionServiceWrapper.getRegions(long companyId, String a2, boolean active) ReleaseLocalService.getRelease(long releaseId) Returns the release with the primary key.static ReleaseReleaseLocalServiceUtil.getRelease(long releaseId) Returns the release with the primary key.ReleaseLocalServiceWrapper.getRelease(long releaseId) Returns the release with the primary key.RememberMeTokenLocalService.getRememberMeToken(long rememberMeTokenId) Returns the remember me token with the primary key.static RememberMeTokenRememberMeTokenLocalServiceUtil.getRememberMeToken(long rememberMeTokenId) Returns the remember me token with the primary key.RememberMeTokenLocalServiceWrapper.getRememberMeToken(long rememberMeTokenId) Returns the remember me token with the primary key.RepositoryLocalService.getRepository(long repositoryId) Returns the repository with the primary key.RepositoryLocalService.getRepository(long groupId, String portletId) RepositoryLocalService.getRepository(long groupId, String name, String portletId) static RepositoryRepositoryLocalServiceUtil.getRepository(long repositoryId) Returns the repository with the primary key.static RepositoryRepositoryLocalServiceUtil.getRepository(long groupId, String portletId) static RepositoryRepositoryLocalServiceUtil.getRepository(long groupId, String name, String portletId) RepositoryLocalServiceWrapper.getRepository(long repositoryId) Returns the repository with the primary key.RepositoryLocalServiceWrapper.getRepository(long groupId, String portletId) RepositoryLocalServiceWrapper.getRepository(long groupId, String name, String portletId) RepositoryService.getRepository(long repositoryId) RepositoryService.getRepository(long groupId, String portletId) static RepositoryRepositoryServiceUtil.getRepository(long repositoryId) static RepositoryRepositoryServiceUtil.getRepository(long groupId, String portletId) RepositoryServiceWrapper.getRepository(long repositoryId) RepositoryServiceWrapper.getRepository(long groupId, String portletId) RepositoryLocalService.getRepositoryByExternalReferenceCode(String externalReferenceCode, long groupId) static RepositoryRepositoryLocalServiceUtil.getRepositoryByExternalReferenceCode(String externalReferenceCode, long groupId) RepositoryLocalServiceWrapper.getRepositoryByExternalReferenceCode(String externalReferenceCode, long groupId) RepositoryLocalService.getRepositoryByUuidAndGroupId(String uuid, long groupId) Returns the repository matching the UUID and group.static RepositoryRepositoryLocalServiceUtil.getRepositoryByUuidAndGroupId(String uuid, long groupId) Returns the repository matching the UUID and group.RepositoryLocalServiceWrapper.getRepositoryByUuidAndGroupId(String uuid, long groupId) Returns the repository matching the UUID and group.RepositoryEntryLocalService.getRepositoryEntry(long repositoryEntryId) Returns the repository entry with the primary key.RepositoryEntryLocalService.getRepositoryEntry(long userId, long groupId, long repositoryId, String objectId) RepositoryEntryLocalService.getRepositoryEntry(String uuid, long groupId) static RepositoryEntryRepositoryEntryLocalServiceUtil.getRepositoryEntry(long repositoryEntryId) Returns the repository entry with the primary key.static RepositoryEntryRepositoryEntryLocalServiceUtil.getRepositoryEntry(long userId, long groupId, long repositoryId, String objectId) static RepositoryEntryRepositoryEntryLocalServiceUtil.getRepositoryEntry(String uuid, long groupId) RepositoryEntryLocalServiceWrapper.getRepositoryEntry(long repositoryEntryId) Returns the repository entry with the primary key.RepositoryEntryLocalServiceWrapper.getRepositoryEntry(long userId, long groupId, long repositoryId, String objectId) RepositoryEntryLocalServiceWrapper.getRepositoryEntry(String uuid, long groupId) RepositoryEntryLocalService.getRepositoryEntryByUuidAndGroupId(String uuid, long groupId) Returns the repository entry matching the UUID and group.static RepositoryEntryRepositoryEntryLocalServiceUtil.getRepositoryEntryByUuidAndGroupId(String uuid, long groupId) Returns the repository entry matching the UUID and group.RepositoryEntryLocalServiceWrapper.getRepositoryEntryByUuidAndGroupId(String uuid, long groupId) Returns the repository entry matching the UUID and group.ResourceActionLocalService.getResourceAction(long resourceActionId) Returns the resource action with the primary key.ResourceActionLocalService.getResourceAction(String name, String actionId) static ResourceActionResourceActionLocalServiceUtil.getResourceAction(long resourceActionId) Returns the resource action with the primary key.static ResourceActionResourceActionLocalServiceUtil.getResourceAction(String name, String actionId) ResourceActionLocalServiceWrapper.getResourceAction(long resourceActionId) Returns the resource action with the primary key.ResourceActionLocalServiceWrapper.getResourceAction(String name, String actionId) ResourcePermissionLocalService.getResourcePermission(long resourcePermissionId) Returns the resource permission with the primary key.ResourcePermissionLocalService.getResourcePermission(long companyId, String name, int scope, String primKey, long roleId) Returns the resource permission for the role at the scope to perform the actions on resources of the type.static ResourcePermissionResourcePermissionLocalServiceUtil.getResourcePermission(long resourcePermissionId) Returns the resource permission with the primary key.static ResourcePermissionResourcePermissionLocalServiceUtil.getResourcePermission(long companyId, String name, int scope, String primKey, long roleId) Returns the resource permission for the role at the scope to perform the actions on resources of the type.ResourcePermissionLocalServiceWrapper.getResourcePermission(long resourcePermissionId) Returns the resource permission with the primary key.ResourcePermissionLocalServiceWrapper.getResourcePermission(long companyId, String name, int scope, String primKey, long roleId) Returns the resource permission for the role at the scope to perform the actions on resources of the type.RoleLocalService.getRole(long roleId) Returns the role with the primary key.Returns the role with the name in the company.static RoleRoleLocalServiceUtil.getRole(long roleId) Returns the role with the primary key.static RoleReturns the role with the name in the company.RoleLocalServiceWrapper.getRole(long roleId) Returns the role with the primary key.Returns the role with the name in the company.RoleService.getRole(long roleId) Returns the role with the primary key.Returns the role with the name in the company.static RoleRoleServiceUtil.getRole(long roleId) Returns the role with the primary key.static RoleReturns the role with the name in the company.RoleServiceWrapper.getRole(long roleId) Returns the role with the primary key.Returns the role with the name in the company.RoleLocalService.getRoleByExternalReferenceCode(String externalReferenceCode, long companyId) static RoleRoleLocalServiceUtil.getRoleByExternalReferenceCode(String externalReferenceCode, long companyId) RoleLocalServiceWrapper.getRoleByExternalReferenceCode(String externalReferenceCode, long companyId) RoleService.getRoleByExternalReferenceCode(String externalReferenceCode, long companyId) static RoleRoleServiceUtil.getRoleByExternalReferenceCode(String externalReferenceCode, long companyId) RoleServiceWrapper.getRoleByExternalReferenceCode(String externalReferenceCode, long companyId) RoleLocalService.getRoleByUuidAndCompanyId(String uuid, long companyId) Returns the role with the matching UUID and company.static RoleRoleLocalServiceUtil.getRoleByUuidAndCompanyId(String uuid, long companyId) Returns the role with the matching UUID and company.RoleLocalServiceWrapper.getRoleByUuidAndCompanyId(String uuid, long companyId) Returns the role with the matching UUID and company.ResourcePermissionLocalService.getRoles(long companyId, String name, int scope, String primKey, String actionId) ResourcePermissionLocalServiceUtil.getRoles(long companyId, String name, int scope, String primKey, String actionId) ResourcePermissionLocalServiceWrapper.getRoles(long companyId, String name, int scope, String primKey, String actionId) RoleLocalService.getRoles(long[] roleIds) Returns all the roles with the primary keys.RoleLocalServiceUtil.getRoles(long[] roleIds) Returns all the roles with the primary keys.RoleLocalServiceWrapper.getRoles(long[] roleIds) Returns all the roles with the primary keys.RoleService.getRoles(long companyId, int[] types) RoleServiceUtil.getRoles(long companyId, int[] types) RoleServiceWrapper.getRoles(long companyId, int[] types) long[]UserService.getRoleUserIds(long roleId) Returns the primary keys of all the users belonging to the role.static long[]UserServiceUtil.getRoleUserIds(long roleId) Returns the primary keys of all the users belonging to the role.long[]UserServiceWrapper.getRoleUserIds(long roleId) Returns the primary keys of all the users belonging to the role.intUserLocalService.getRoleUsersCount(long roleId, int status) Returns the number of users with the status belonging to the role.static intUserLocalServiceUtil.getRoleUsersCount(long roleId, int status) Returns the number of users with the status belonging to the role.intUserLocalServiceWrapper.getRoleUsersCount(long roleId, int status) Returns the number of users with the status belonging to the role.ServiceContext.getScopeGroup()LayoutLocalService.getScopeGroupLayouts(long parentGroupId) LayoutLocalService.getScopeGroupLayouts(long parentGroupId, boolean privateLayout) Returns all the layouts within scope of the group.LayoutLocalServiceUtil.getScopeGroupLayouts(long parentGroupId) LayoutLocalServiceUtil.getScopeGroupLayouts(long parentGroupId, boolean privateLayout) Returns all the layouts within scope of the group.LayoutLocalServiceWrapper.getScopeGroupLayouts(long parentGroupId) LayoutLocalServiceWrapper.getScopeGroupLayouts(long parentGroupId, boolean privateLayout) Returns all the layouts within scope of the group.ServiceComponentLocalService.getServiceComponent(long serviceComponentId) Returns the service component with the primary key.static ServiceComponentServiceComponentLocalServiceUtil.getServiceComponent(long serviceComponentId) Returns the service component with the primary key.ServiceComponentLocalServiceWrapper.getServiceComponent(long serviceComponentId) Returns the service component with the primary key.UserLocalService.getSocialUsers(long userId, int socialRelationType, String socialRelationTypeComparator, int start, int end, OrderByComparator<User> orderByComparator) UserLocalService.getSocialUsers(long userId1, long userId2, int socialRelationType, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users with a mutual social relation of the type with both of the given users.UserLocalService.getSocialUsers(long userId1, long userId2, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users with a mutual social relation with both of the given users.UserLocalServiceUtil.getSocialUsers(long userId, int socialRelationType, String socialRelationTypeComparator, int start, int end, OrderByComparator<User> orderByComparator) UserLocalServiceUtil.getSocialUsers(long userId1, long userId2, int socialRelationType, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users with a mutual social relation of the type with both of the given users.UserLocalServiceUtil.getSocialUsers(long userId1, long userId2, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users with a mutual social relation with both of the given users.UserLocalServiceWrapper.getSocialUsers(long userId, int socialRelationType, String socialRelationTypeComparator, int start, int end, OrderByComparator<User> orderByComparator) UserLocalServiceWrapper.getSocialUsers(long userId1, long userId2, int socialRelationType, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users with a mutual social relation of the type with both of the given users.UserLocalServiceWrapper.getSocialUsers(long userId1, long userId2, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users with a mutual social relation with both of the given users.intUserLocalService.getSocialUsersCount(long userId, int socialRelationType, String socialRelationTypeComparator) Returns the number of users with a social relation with the user.intUserLocalService.getSocialUsersCount(long userId1, long userId2) Returns the number of users with a mutual social relation with both of the given users.intUserLocalService.getSocialUsersCount(long userId1, long userId2, int socialRelationType) Returns the number of users with a mutual social relation of the type with both of the given users.static intUserLocalServiceUtil.getSocialUsersCount(long userId, int socialRelationType, String socialRelationTypeComparator) Returns the number of users with a social relation with the user.static intUserLocalServiceUtil.getSocialUsersCount(long userId1, long userId2) Returns the number of users with a mutual social relation with both of the given users.static intUserLocalServiceUtil.getSocialUsersCount(long userId1, long userId2, int socialRelationType) Returns the number of users with a mutual social relation of the type with both of the given users.intUserLocalServiceWrapper.getSocialUsersCount(long userId, int socialRelationType, String socialRelationTypeComparator) Returns the number of users with a social relation with the user.intUserLocalServiceWrapper.getSocialUsersCount(long userId1, long userId2) Returns the number of users with a mutual social relation with both of the given users.intUserLocalServiceWrapper.getSocialUsersCount(long userId1, long userId2, int socialRelationType) Returns the number of users with a mutual social relation of the type with both of the given users.GroupLocalService.getStagingGroup(long liveGroupId) Returns the staging group.static GroupGroupLocalServiceUtil.getStagingGroup(long liveGroupId) Returns the staging group.GroupLocalServiceWrapper.getStagingGroup(long liveGroupId) Returns the staging group.WorkflowInstanceLinkLocalService.getState(long companyId, long groupId, String className, long classPK) static StringWorkflowInstanceLinkLocalServiceUtil.getState(long companyId, long groupId, String className, long classPK) WorkflowInstanceLinkLocalServiceWrapper.getState(long companyId, long groupId, String className, long classPK) SubscriptionLocalService.getSubscription(long subscriptionId) Deprecated.Returns the subscription with the primary key.SubscriptionLocalService.getSubscription(long companyId, long userId, String className, long classPK) Deprecated.Returns the subscription of the user to the entity.static SubscriptionSubscriptionLocalServiceUtil.getSubscription(long subscriptionId) Deprecated.Returns the subscription with the primary key.static SubscriptionSubscriptionLocalServiceUtil.getSubscription(long companyId, long userId, String className, long classPK) Deprecated.Returns the subscription of the user to the entity.SubscriptionLocalServiceWrapper.getSubscription(long subscriptionId) Deprecated.Returns the subscription with the primary key.SubscriptionLocalServiceWrapper.getSubscription(long companyId, long userId, String className, long classPK) Deprecated.Returns the subscription of the user to the entity.SystemEventLocalService.getSystemEvent(long systemEventId) Returns the system event with the primary key.static SystemEventSystemEventLocalServiceUtil.getSystemEvent(long systemEventId) Returns the system event with the primary key.SystemEventLocalServiceWrapper.getSystemEvent(long systemEventId) Returns the system event with the primary key.TeamLocalService.getTeam(long teamId) Returns the team with the primary key.static TeamTeamLocalServiceUtil.getTeam(long teamId) Returns the team with the primary key.static TeamTeamLocalServiceWrapper.getTeam(long teamId) Returns the team with the primary key.TeamService.getTeam(long teamId) static TeamTeamServiceUtil.getTeam(long teamId) static TeamTeamServiceWrapper.getTeam(long teamId) TeamLocalService.getTeamByUuidAndGroupId(String uuid, long groupId) Returns the team matching the UUID and group.static TeamTeamLocalServiceUtil.getTeamByUuidAndGroupId(String uuid, long groupId) Returns the team matching the UUID and group.TeamLocalServiceWrapper.getTeamByUuidAndGroupId(String uuid, long groupId) Returns the team matching the UUID and group.RoleLocalService.getTeamRole(long companyId, long teamId) Returns the team role in the company.static RoleRoleLocalServiceUtil.getTeamRole(long companyId, long teamId) Returns the team role in the company.RoleLocalServiceWrapper.getTeamRole(long companyId, long teamId) Returns the team role in the company.RoleLocalService.getTeamRoleMap(long groupId) Returns the team role map for the group.RoleLocalServiceUtil.getTeamRoleMap(long groupId) Returns the team role map for the group.RoleLocalServiceWrapper.getTeamRoleMap(long groupId) Returns the team role map for the group.RoleLocalService.getTeamRoles(long groupId) Returns the team roles in the group.RoleLocalService.getTeamRoles(long groupId, long[] excludedRoleIds) Returns the team roles in the group, excluding the specified role IDs.RoleLocalServiceUtil.getTeamRoles(long groupId) Returns the team roles in the group.RoleLocalServiceUtil.getTeamRoles(long groupId, long[] excludedRoleIds) Returns the team roles in the group, excluding the specified role IDs.RoleLocalServiceWrapper.getTeamRoles(long groupId) Returns the team roles in the group.RoleLocalServiceWrapper.getTeamRoles(long groupId, long[] excludedRoleIds) Returns the team roles in the group, excluding the specified role IDs.RoleLocalService.getTeamsRoles(long companyId, long[] teamIds) Returns the team roles in the company.RoleLocalServiceUtil.getTeamsRoles(long companyId, long[] teamIds) Returns the team roles in the company.RoleLocalServiceWrapper.getTeamsRoles(long companyId, long[] teamIds) Returns the team roles in the company.String[]LayoutService.getTempFileNames(long groupId, String folderName) static String[]LayoutServiceUtil.getTempFileNames(long groupId, String folderName) String[]LayoutServiceWrapper.getTempFileNames(long groupId, String folderName) TicketLocalService.getTicket(long ticketId) Returns the ticket with the primary key.static TicketTicketLocalServiceUtil.getTicket(long ticketId) Returns the ticket with the primary key.static TicketTicketLocalServiceWrapper.getTicket(long ticketId) Returns the ticket with the primary key.RepositoryLocalService.getTypeSettingsProperties(long repositoryId) static UnicodePropertiesRepositoryLocalServiceUtil.getTypeSettingsProperties(long repositoryId) RepositoryLocalServiceWrapper.getTypeSettingsProperties(long repositoryId) RepositoryService.getTypeSettingsProperties(long repositoryId) static UnicodePropertiesRepositoryServiceUtil.getTypeSettingsProperties(long repositoryId) RepositoryServiceWrapper.getTypeSettingsProperties(long repositoryId) BaseServiceImpl.getUser()UserLocalService.getUser(long userId) Returns the user with the primary key.static UserUserLocalServiceUtil.getUser(long userId) Returns the user with the primary key.UserLocalServiceWrapper.getUser(long userId) Returns the user with the primary key.UserLocalService.getUserByContactId(long contactId) Returns the user with the contact ID.static UserUserLocalServiceUtil.getUserByContactId(long contactId) Returns the user with the contact ID.UserLocalServiceWrapper.getUserByContactId(long contactId) Returns the user with the contact ID.UserLocalService.getUserByEmailAddress(long companyId, String emailAddress) Returns the user with the email address.static UserUserLocalServiceUtil.getUserByEmailAddress(long companyId, String emailAddress) Returns the user with the email address.UserLocalServiceWrapper.getUserByEmailAddress(long companyId, String emailAddress) Returns the user with the email address.UserService.getUserByEmailAddress(long companyId, String emailAddress) Returns the user with the email address.static UserUserServiceUtil.getUserByEmailAddress(long companyId, String emailAddress) Returns the user with the email address.UserServiceWrapper.getUserByEmailAddress(long companyId, String emailAddress) Returns the user with the email address.UserLocalService.getUserByExternalReferenceCode(String externalReferenceCode, long companyId) static UserUserLocalServiceUtil.getUserByExternalReferenceCode(String externalReferenceCode, long companyId) UserLocalServiceWrapper.getUserByExternalReferenceCode(String externalReferenceCode, long companyId) UserService.getUserByExternalReferenceCode(long companyId, String externalReferenceCode) Returns the user with the external reference code.UserService.getUserByExternalReferenceCode(String externalReferenceCode, long companyId) static UserUserServiceUtil.getUserByExternalReferenceCode(long companyId, String externalReferenceCode) Returns the user with the external reference code.static UserUserServiceUtil.getUserByExternalReferenceCode(String externalReferenceCode, long companyId) UserServiceWrapper.getUserByExternalReferenceCode(long companyId, String externalReferenceCode) Returns the user with the external reference code.UserServiceWrapper.getUserByExternalReferenceCode(String externalReferenceCode, long companyId) UserLocalService.getUserByFacebookId(long companyId, long facebookId) Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic UserUserLocalServiceUtil.getUserByFacebookId(long companyId, long facebookId) Deprecated.As of Athanasius (7.3.x), with no direct replacementUserLocalServiceWrapper.getUserByFacebookId(long companyId, long facebookId) Deprecated.As of Athanasius (7.3.x), with no direct replacementUserLocalService.getUserByGoogleUserId(long companyId, String googleUserId) Returns the user with the Google user ID.static UserUserLocalServiceUtil.getUserByGoogleUserId(long companyId, String googleUserId) Returns the user with the Google user ID.UserLocalServiceWrapper.getUserByGoogleUserId(long companyId, String googleUserId) Returns the user with the Google user ID.UserLocalService.getUserById(long userId) Returns the user with the primary key.UserLocalService.getUserById(long companyId, long userId) Returns the user with the primary key from the company.static UserUserLocalServiceUtil.getUserById(long userId) Returns the user with the primary key.static UserUserLocalServiceUtil.getUserById(long companyId, long userId) Returns the user with the primary key from the company.UserLocalServiceWrapper.getUserById(long userId) Returns the user with the primary key.UserLocalServiceWrapper.getUserById(long companyId, long userId) Returns the user with the primary key from the company.UserService.getUserById(long userId) Returns the user with the primary key.static UserUserServiceUtil.getUserById(long userId) Returns the user with the primary key.UserServiceWrapper.getUserById(long userId) Returns the user with the primary key.UserLocalService.getUserByOpenId(long companyId, String openId) Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic UserUserLocalServiceUtil.getUserByOpenId(long companyId, String openId) Deprecated.As of Athanasius (7.3.x), with no direct replacementUserLocalServiceWrapper.getUserByOpenId(long companyId, String openId) Deprecated.As of Athanasius (7.3.x), with no direct replacementUserLocalService.getUserByPortraitId(long portraitId) Returns the user with the portrait ID.static UserUserLocalServiceUtil.getUserByPortraitId(long portraitId) Returns the user with the portrait ID.UserLocalServiceWrapper.getUserByPortraitId(long portraitId) Returns the user with the portrait ID.UserLocalService.getUserByScreenName(long companyId, String screenName) Returns the user with the screen name.static UserUserLocalServiceUtil.getUserByScreenName(long companyId, String screenName) Returns the user with the screen name.UserLocalServiceWrapper.getUserByScreenName(long companyId, String screenName) Returns the user with the screen name.UserService.getUserByScreenName(long companyId, String screenName) Returns the user with the screen name.static UserUserServiceUtil.getUserByScreenName(long companyId, String screenName) Returns the user with the screen name.UserServiceWrapper.getUserByScreenName(long companyId, String screenName) Returns the user with the screen name.UserLocalService.getUserByUuidAndCompanyId(String uuid, long companyId) Returns the user with the matching UUID and company.static UserUserLocalServiceUtil.getUserByUuidAndCompanyId(String uuid, long companyId) Returns the user with the matching UUID and company.UserLocalServiceWrapper.getUserByUuidAndCompanyId(String uuid, long companyId) Returns the user with the matching UUID and company.GroupLocalService.getUserGroup(long companyId, long userId) Returns the group directly associated with the user.static GroupGroupLocalServiceUtil.getUserGroup(long companyId, long userId) Returns the group directly associated with the user.GroupLocalServiceWrapper.getUserGroup(long companyId, long userId) Returns the group directly associated with the user.GroupService.getUserGroup(long companyId, long userId) Returns the group directly associated with the user.static GroupGroupServiceUtil.getUserGroup(long companyId, long userId) Returns the group directly associated with the user.GroupServiceWrapper.getUserGroup(long companyId, long userId) Returns the group directly associated with the user.UserGroupLocalService.getUserGroup(long userGroupId) Returns the user group with the primary key.UserGroupLocalService.getUserGroup(long companyId, String name) Returns the user group with the name.static UserGroupUserGroupLocalServiceUtil.getUserGroup(long userGroupId) Returns the user group with the primary key.static UserGroupUserGroupLocalServiceUtil.getUserGroup(long companyId, String name) Returns the user group with the name.UserGroupLocalServiceWrapper.getUserGroup(long userGroupId) Returns the user group with the primary key.UserGroupLocalServiceWrapper.getUserGroup(long companyId, String name) Returns the user group with the name.UserGroupService.getUserGroup(long userGroupId) Returns the user group with the primary key.UserGroupService.getUserGroup(String name) Returns the user group with the name.static UserGroupUserGroupServiceUtil.getUserGroup(long userGroupId) Returns the user group with the primary key.static UserGroupUserGroupServiceUtil.getUserGroup(String name) Returns the user group with the name.UserGroupServiceWrapper.getUserGroup(long userGroupId) Returns the user group with the primary key.UserGroupServiceWrapper.getUserGroup(String name) Returns the user group with the name.UserGroupLocalService.getUserGroupByExternalReferenceCode(String externalReferenceCode, long companyId) static UserGroupUserGroupLocalServiceUtil.getUserGroupByExternalReferenceCode(String externalReferenceCode, long companyId) UserGroupLocalServiceWrapper.getUserGroupByExternalReferenceCode(String externalReferenceCode, long companyId) UserGroupService.getUserGroupByExternalReferenceCode(String externalReferenceCode, long companyId) static UserGroupUserGroupServiceUtil.getUserGroupByExternalReferenceCode(String externalReferenceCode, long companyId) UserGroupServiceWrapper.getUserGroupByExternalReferenceCode(String externalReferenceCode, long companyId) UserGroupLocalService.getUserGroupByUuidAndCompanyId(String uuid, long companyId) Returns the user group with the matching UUID and company.static UserGroupUserGroupLocalServiceUtil.getUserGroupByUuidAndCompanyId(String uuid, long companyId) Returns the user group with the matching UUID and company.UserGroupLocalServiceWrapper.getUserGroupByUuidAndCompanyId(String uuid, long companyId) Returns the user group with the matching UUID and company.GroupLocalService.getUserGroupGroup(long companyId, long userGroupId) Returns the specified "user group" group.static GroupGroupLocalServiceUtil.getUserGroupGroup(long companyId, long userGroupId) Returns the specified "user group" group.GroupLocalServiceWrapper.getUserGroupGroup(long companyId, long userGroupId) Returns the specified "user group" group.UserGroupGroupRoleLocalService.getUserGroupGroupRole(long userGroupGroupRoleId) Returns the user group group role with the primary key.static UserGroupGroupRoleUserGroupGroupRoleLocalServiceUtil.getUserGroupGroupRole(long userGroupGroupRoleId) Returns the user group group role with the primary key.UserGroupGroupRoleLocalServiceWrapper.getUserGroupGroupRole(long userGroupGroupRoleId) Returns the user group group role with the primary key.RoleService.getUserGroupGroupRoles(long userId, long groupId) Returns all the user's roles within the user group.RoleServiceUtil.getUserGroupGroupRoles(long userId, long groupId) Returns all the user's roles within the user group.RoleServiceWrapper.getUserGroupGroupRoles(long userId, long groupId) Returns all the user's roles within the user group.UserGroupRoleLocalService.getUserGroupRole(long userGroupRoleId) Returns the user group role with the primary key.static UserGroupRoleUserGroupRoleLocalServiceUtil.getUserGroupRole(long userGroupRoleId) Returns the user group role with the primary key.UserGroupRoleLocalServiceWrapper.getUserGroupRole(long userGroupRoleId) Returns the user group role with the primary key.RoleService.getUserGroupRoles(long userId, long groupId) Returns all the user's roles within the user group.RoleServiceUtil.getUserGroupRoles(long userId, long groupId) Returns all the user's roles within the user group.RoleServiceWrapper.getUserGroupRoles(long userId, long groupId) Returns all the user's roles within the user group.GroupLocalService.getUserGroups(long userId, boolean inherit) Returns all the user's site groups and immediate organization groups, optionally including the user's inherited organization groups and user groups.GroupLocalService.getUserGroups(long userId, boolean inherit, int start, int end) Returns an ordered range of all the user's site groups and immediate organization groups, optionally including the user's inherited organization groups and user groups.GroupLocalService.getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceUtil.getUserGroups(long userId, boolean inherit) Returns all the user's site groups and immediate organization groups, optionally including the user's inherited organization groups and user groups.GroupLocalServiceUtil.getUserGroups(long userId, boolean inherit, int start, int end) Returns an ordered range of all the user's site groups and immediate organization groups, optionally including the user's inherited organization groups and user groups.GroupLocalServiceUtil.getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceWrapper.getUserGroups(long userId, boolean inherit) Returns all the user's site groups and immediate organization groups, optionally including the user's inherited organization groups and user groups.GroupLocalServiceWrapper.getUserGroups(long userId, boolean inherit, int start, int end) Returns an ordered range of all the user's site groups and immediate organization groups, optionally including the user's inherited organization groups and user groups.GroupLocalServiceWrapper.getUserGroups(long userId, int start, int end, OrderByComparator<Group> orderByComparator) UserGroupLocalService.getUserGroups(long[] userGroupIds) Returns all the user groups with the primary keys.UserGroupLocalServiceUtil.getUserGroups(long[] userGroupIds) Returns all the user groups with the primary keys.UserGroupLocalServiceWrapper.getUserGroups(long[] userGroupIds) Returns all the user groups with the primary keys.UserGroupService.getUserGroups(long companyId) UserGroupServiceUtil.getUserGroups(long companyId) UserGroupServiceWrapper.getUserGroups(long companyId) GroupLocalService.getUserGroupsGroups(List<UserGroup> userGroups) Returns the groups associated with the user groups.GroupLocalServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups) Returns the groups associated with the user groups.GroupLocalServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups) Returns the groups associated with the user groups.GroupService.getUserGroupsGroups(List<UserGroup> userGroups) Returns the groups associated with the user groups.GroupServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups) Returns the groups associated with the user groups.GroupServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups) Returns the groups associated with the user groups.UserService.getUserGroupUsers(long userGroupId) UserService.getUserGroupUsers(long userGroupId, int start, int end) UserServiceUtil.getUserGroupUsers(long userGroupId) UserServiceUtil.getUserGroupUsers(long userGroupId, int start, int end) UserServiceWrapper.getUserGroupUsers(long userGroupId) UserServiceWrapper.getUserGroupUsers(long userGroupId, int start, int end) intUserLocalService.getUserGroupUsersCount(long userGroupId, int status) Returns the number of users with the status belonging to the user group.static intUserLocalServiceUtil.getUserGroupUsersCount(long userGroupId, int status) Returns the number of users with the status belonging to the user group.intUserLocalServiceWrapper.getUserGroupUsersCount(long userGroupId, int status) Returns the number of users with the status belonging to the user group.longUserLocalService.getUserIdByEmailAddress(long companyId, String emailAddress) Returns the primary key of the user with the email address.static longUserLocalServiceUtil.getUserIdByEmailAddress(long companyId, String emailAddress) Returns the primary key of the user with the email address.longUserLocalServiceWrapper.getUserIdByEmailAddress(long companyId, String emailAddress) Returns the primary key of the user with the email address.longUserService.getUserIdByEmailAddress(long companyId, String emailAddress) Returns the primary key of the user with the email address.static longUserServiceUtil.getUserIdByEmailAddress(long companyId, String emailAddress) Returns the primary key of the user with the email address.longUserServiceWrapper.getUserIdByEmailAddress(long companyId, String emailAddress) Returns the primary key of the user with the email address.longUserLocalService.getUserIdByScreenName(long companyId, String screenName) Returns the primary key of the user with the screen name.static longUserLocalServiceUtil.getUserIdByScreenName(long companyId, String screenName) Returns the primary key of the user with the screen name.longUserLocalServiceWrapper.getUserIdByScreenName(long companyId, String screenName) Returns the primary key of the user with the screen name.longUserService.getUserIdByScreenName(long companyId, String screenName) Returns the primary key of the user with the screen name.static longUserServiceUtil.getUserIdByScreenName(long companyId, String screenName) Returns the primary key of the user with the screen name.longUserServiceWrapper.getUserIdByScreenName(long companyId, String screenName) Returns the primary key of the user with the screen name.UserIdMapperLocalService.getUserIdMapper(long userIdMapperId) Returns the user ID mapper with the primary key.UserIdMapperLocalService.getUserIdMapper(long userId, String type) static UserIdMapperUserIdMapperLocalServiceUtil.getUserIdMapper(long userIdMapperId) Returns the user ID mapper with the primary key.static UserIdMapperUserIdMapperLocalServiceUtil.getUserIdMapper(long userId, String type) UserIdMapperLocalServiceWrapper.getUserIdMapper(long userIdMapperId) Returns the user ID mapper with the primary key.UserIdMapperLocalServiceWrapper.getUserIdMapper(long userId, String type) UserIdMapperLocalService.getUserIdMapperByExternalUserId(String type, String externalUserId) static UserIdMapperUserIdMapperLocalServiceUtil.getUserIdMapperByExternalUserId(String type, String externalUserId) UserIdMapperLocalServiceWrapper.getUserIdMapperByExternalUserId(String type, String externalUserId) LayoutSetBranchLocalService.getUserLayoutSetBranch(long userId, long groupId, boolean privateLayout, long layoutSetId, long layoutSetBranchId) static LayoutSetBranchLayoutSetBranchLocalServiceUtil.getUserLayoutSetBranch(long userId, long groupId, boolean privateLayout, long layoutSetId, long layoutSetBranchId) LayoutSetBranchLocalServiceWrapper.getUserLayoutSetBranch(long userId, long groupId, boolean privateLayout, long layoutSetId, long layoutSetBranchId) UserNotificationDeliveryLocalService.getUserNotificationDelivery(long userNotificationDeliveryId) Returns the user notification delivery with the primary key.UserNotificationDeliveryLocalService.getUserNotificationDelivery(long userId, String portletId, long classNameId, int notificationType, int deliveryType, boolean deliver) static UserNotificationDeliveryUserNotificationDeliveryLocalServiceUtil.getUserNotificationDelivery(long userNotificationDeliveryId) Returns the user notification delivery with the primary key.static UserNotificationDeliveryUserNotificationDeliveryLocalServiceUtil.getUserNotificationDelivery(long userId, String portletId, long classNameId, int notificationType, int deliveryType, boolean deliver) UserNotificationDeliveryLocalServiceWrapper.getUserNotificationDelivery(long userNotificationDeliveryId) Returns the user notification delivery with the primary key.UserNotificationDeliveryLocalServiceWrapper.getUserNotificationDelivery(long userId, String portletId, long classNameId, int notificationType, int deliveryType, boolean deliver) UserNotificationEventLocalService.getUserNotificationEvent(long userNotificationEventId) Returns the user notification event with the primary key.static UserNotificationEventUserNotificationEventLocalServiceUtil.getUserNotificationEvent(long userNotificationEventId) Returns the user notification event with the primary key.UserNotificationEventLocalServiceWrapper.getUserNotificationEvent(long userNotificationEventId) Returns the user notification event with the primary key.UserNotificationEventService.getUserNotificationEvent(long userNotificationEventId) static UserNotificationEventUserNotificationEventServiceUtil.getUserNotificationEvent(long userNotificationEventId) UserNotificationEventServiceWrapper.getUserNotificationEvent(long userNotificationEventId) UserNotificationEventLocalService.getUserNotificationEventByUuidAndCompanyId(String uuid, long companyId) Returns the user notification event with the matching UUID and company.static UserNotificationEventUserNotificationEventLocalServiceUtil.getUserNotificationEventByUuidAndCompanyId(String uuid, long companyId) Returns the user notification event with the matching UUID and company.UserNotificationEventLocalServiceWrapper.getUserNotificationEventByUuidAndCompanyId(String uuid, long companyId) Returns the user notification event with the matching UUID and company.long[]OrganizationLocalService.getUserOrganizationIds(long userId, boolean includeAdministrative) Returns all the IDs of organizations with which the user is explicitly associated, optionally including the IDs of organizations that the user administers or owns.static long[]OrganizationLocalServiceUtil.getUserOrganizationIds(long userId, boolean includeAdministrative) Returns all the IDs of organizations with which the user is explicitly associated, optionally including the IDs of organizations that the user administers or owns.long[]OrganizationLocalServiceWrapper.getUserOrganizationIds(long userId, boolean includeAdministrative) Returns all the IDs of organizations with which the user is explicitly associated, optionally including the IDs of organizations that the user administers or owns.OrganizationLocalService.getUserOrganizations(long userId, boolean includeAdministrative) Returns all the organizations with which the user is explicitly associated, optionally including the organizations that the user administers or owns.static List<Organization>OrganizationLocalServiceUtil.getUserOrganizations(long userId, boolean includeAdministrative) Returns all the organizations with which the user is explicitly associated, optionally including the organizations that the user administers or owns.OrganizationLocalServiceWrapper.getUserOrganizations(long userId, boolean includeAdministrative) Returns all the organizations with which the user is explicitly associated, optionally including the organizations that the user administers or owns.OrganizationService.getUserOrganizations(long userId) Returns all the organizations with which the user is explicitly associated.static List<Organization>OrganizationServiceUtil.getUserOrganizations(long userId) Returns all the organizations with which the user is explicitly associated.OrganizationServiceWrapper.getUserOrganizations(long userId) Returns all the organizations with which the user is explicitly associated.GroupLocalService.getUserOrganizationsGroups(long userId, int start, int end) Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal propertyorganizations.membership.strictis set totrue.GroupLocalServiceUtil.getUserOrganizationsGroups(long userId, int start, int end) Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal propertyorganizations.membership.strictis set totrue.GroupLocalServiceWrapper.getUserOrganizationsGroups(long userId, int start, int end) Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal propertyorganizations.membership.strictis set totrue.GroupService.getUserOrganizationsGroups(long userId, int start, int end) Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal propertyorganizations.membership.strictis set totrue.GroupServiceUtil.getUserOrganizationsGroups(long userId, int start, int end) Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal propertyorganizations.membership.strictis set totrue.GroupServiceWrapper.getUserOrganizationsGroups(long userId, int start, int end) Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal propertyorganizations.membership.strictis set totrue.GroupLocalService.getUserPersonalSiteGroup(long companyId) Returns the default user's personal site group.static GroupGroupLocalServiceUtil.getUserPersonalSiteGroup(long companyId) Returns the default user's personal site group.GroupLocalServiceWrapper.getUserPersonalSiteGroup(long companyId) Returns the default user's personal site group.RoleService.getUserRelatedRoles(long userId, List<Group> groups) Returns the union of all the user's roles within the groups.RoleServiceUtil.getUserRelatedRoles(long userId, List<Group> groups) Returns the union of all the user's roles within the groups.RoleServiceWrapper.getUserRelatedRoles(long userId, List<Group> groups) Returns the union of all the user's roles within the groups.RoleService.getUserRoles(long userId) Returns all the roles associated with the user.RoleServiceUtil.getUserRoles(long userId) Returns all the roles associated with the user.RoleServiceWrapper.getUserRoles(long userId) Returns all the roles associated with the user.UserLocalService.getUsersByRoleId(long roleId, int start, int end) UserLocalServiceUtil.getUsersByRoleId(long roleId, int start, int end) UserLocalServiceWrapper.getUsersByRoleId(long roleId, int start, int end) UserLocalService.getUsersByRoleName(long companyId, String roleName, int start, int end) UserLocalServiceUtil.getUsersByRoleName(long companyId, String roleName, int start, int end) UserLocalServiceWrapper.getUsersByRoleName(long companyId, String roleName, int start, int end) GroupLocalService.getUserSitesGroups(long userId) GroupLocalService.getUserSitesGroups(long userId, boolean includeAdministrative) GroupLocalService.getUserSitesGroups(long userId, int start, int end) GroupLocalServiceUtil.getUserSitesGroups(long userId) GroupLocalServiceUtil.getUserSitesGroups(long userId, boolean includeAdministrative) GroupLocalServiceUtil.getUserSitesGroups(long userId, int start, int end) GroupLocalServiceWrapper.getUserSitesGroups(long userId) GroupLocalServiceWrapper.getUserSitesGroups(long userId, boolean includeAdministrative) GroupLocalServiceWrapper.getUserSitesGroups(long userId, int start, int end) GroupService.getUserSitesGroups()GroupService.getUserSitesGroups(long userId, int start, int end) GroupService.getUserSitesGroups(long userId, String[] classNames, int max) Returns the user's groups "sites" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel.GroupService.getUserSitesGroups(String[] classNames, int max) Returns the guest or current user's groups "sites" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel.GroupServiceUtil.getUserSitesGroups()GroupServiceUtil.getUserSitesGroups(long userId, int start, int end) GroupServiceUtil.getUserSitesGroups(long userId, String[] classNames, int max) Returns the user's groups "sites" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel.GroupServiceUtil.getUserSitesGroups(String[] classNames, int max) Returns the guest or current user's groups "sites" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel.GroupServiceWrapper.getUserSitesGroups()GroupServiceWrapper.getUserSitesGroups(long userId, int start, int end) GroupServiceWrapper.getUserSitesGroups(long userId, String[] classNames, int max) Returns the user's groups "sites" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel.GroupServiceWrapper.getUserSitesGroups(String[] classNames, int max) Returns the guest or current user's groups "sites" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel.intGroupService.getUserSitesGroupsCount()Returns the number of the guest or current user's groups "sites" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel.static intGroupServiceUtil.getUserSitesGroupsCount()Returns the number of the guest or current user's groups "sites" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel.intGroupServiceWrapper.getUserSitesGroupsCount()Returns the number of the guest or current user's groups "sites" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel.TeamService.getUserTeams(long userId) TeamService.getUserTeams(long userId, long groupId) TeamServiceUtil.getUserTeams(long userId) TeamServiceUtil.getUserTeams(long userId, long groupId) TeamServiceWrapper.getUserTeams(long userId) TeamServiceWrapper.getUserTeams(long userId, long groupId) UserTrackerLocalService.getUserTracker(long userTrackerId) Returns the user tracker with the primary key.static UserTrackerUserTrackerLocalServiceUtil.getUserTracker(long userTrackerId) Returns the user tracker with the primary key.UserTrackerLocalServiceWrapper.getUserTracker(long userTrackerId) Returns the user tracker with the primary key.UserTrackerPathLocalService.getUserTrackerPath(long userTrackerPathId) Returns the user tracker path with the primary key.static UserTrackerPathUserTrackerPathLocalServiceUtil.getUserTrackerPath(long userTrackerPathId) Returns the user tracker path with the primary key.UserTrackerPathLocalServiceWrapper.getUserTrackerPath(long userTrackerPathId) Returns the user tracker path with the primary key.UserGroupService.getUserUserGroups(long userId) Returns all the user groups to which the user belongs.UserGroupServiceUtil.getUserUserGroups(long userId) Returns all the user groups to which the user belongs.UserGroupServiceWrapper.getUserUserGroups(long userId) Returns all the user groups to which the user belongs.VirtualHostLocalService.getVirtualHost(long virtualHostId) Returns the virtual host with the primary key.VirtualHostLocalService.getVirtualHost(long companyId, long layoutSetId) Deprecated.As of Mueller (7.2.x), replaced byVirtualHostLocalService.getVirtualHosts(long, long)VirtualHostLocalService.getVirtualHost(String hostname) static VirtualHostVirtualHostLocalServiceUtil.getVirtualHost(long virtualHostId) Returns the virtual host with the primary key.static VirtualHostVirtualHostLocalServiceUtil.getVirtualHost(long companyId, long layoutSetId) Deprecated.As of Mueller (7.2.x), replaced byVirtualHostLocalServiceUtil.getVirtualHosts(long, long)static VirtualHostVirtualHostLocalServiceUtil.getVirtualHost(String hostname) VirtualHostLocalServiceWrapper.getVirtualHost(long virtualHostId) Returns the virtual host with the primary key.VirtualHostLocalServiceWrapper.getVirtualHost(long companyId, long layoutSetId) Deprecated.As of Mueller (7.2.x), replaced byVirtualHostLocalServiceWrapper.getVirtualHosts(long, long)VirtualHostLocalServiceWrapper.getVirtualHost(String hostname) WebDAVPropsLocalService.getWebDAVProps(long webDavPropsId) Returns the web dav props with the primary key.static WebDAVPropsWebDAVPropsLocalServiceUtil.getWebDAVProps(long webDavPropsId) Returns the web dav props with the primary key.WebDAVPropsLocalServiceWrapper.getWebDAVProps(long webDavPropsId) Returns the web dav props with the primary key.WebsiteLocalService.getWebsite(long websiteId) Returns the website with the primary key.static WebsiteWebsiteLocalServiceUtil.getWebsite(long websiteId) Returns the website with the primary key.WebsiteLocalServiceWrapper.getWebsite(long websiteId) Returns the website with the primary key.WebsiteService.getWebsite(long websiteId) static WebsiteWebsiteServiceUtil.getWebsite(long websiteId) WebsiteServiceWrapper.getWebsite(long websiteId) WebsiteLocalService.getWebsiteByExternalReferenceCode(String externalReferenceCode, long companyId) static WebsiteWebsiteLocalServiceUtil.getWebsiteByExternalReferenceCode(String externalReferenceCode, long companyId) WebsiteLocalServiceWrapper.getWebsiteByExternalReferenceCode(String externalReferenceCode, long companyId) WebsiteLocalService.getWebsiteByUuidAndCompanyId(String uuid, long companyId) Returns the website with the matching UUID and company.static WebsiteWebsiteLocalServiceUtil.getWebsiteByUuidAndCompanyId(String uuid, long companyId) Returns the website with the matching UUID and company.WebsiteLocalServiceWrapper.getWebsiteByUuidAndCompanyId(String uuid, long companyId) Returns the website with the matching UUID and company.WebsiteService.getWebsites(String className, long classPK) WebsiteServiceUtil.getWebsites(String className, long classPK) WebsiteServiceWrapper.getWebsites(String className, long classPK) WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLink(long workflowDefinitionLinkId) Returns the workflow definition link with the primary key.WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK) WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK, boolean strict) static WorkflowDefinitionLinkWorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLink(long workflowDefinitionLinkId) Returns the workflow definition link with the primary key.static WorkflowDefinitionLinkWorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK) static WorkflowDefinitionLinkWorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK, boolean strict) WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLink(long workflowDefinitionLinkId) Returns the workflow definition link with the primary key.WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK) WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK, boolean strict) WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinkByExternalReferenceCode(String externalReferenceCode, long groupId) static WorkflowDefinitionLinkWorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLinkByExternalReferenceCode(String externalReferenceCode, long groupId) WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLinkByExternalReferenceCode(String externalReferenceCode, long groupId) WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinkByUuidAndGroupId(String uuid, long groupId) Returns the workflow definition link matching the UUID and group.static WorkflowDefinitionLinkWorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLinkByUuidAndGroupId(String uuid, long groupId) Returns the workflow definition link matching the UUID and group.WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLinkByUuidAndGroupId(String uuid, long groupId) Returns the workflow definition link matching the UUID and group.WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinks(long companyId, long groupId, long classPK) WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinks(long companyId, long groupId, String className, long classPK) WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinks(long companyId, String workflowDefinitionName, int workflowDefinitionVersion) static List<WorkflowDefinitionLink>WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLinks(long companyId, long groupId, long classPK) static List<WorkflowDefinitionLink>WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLinks(long companyId, long groupId, String className, long classPK) static List<WorkflowDefinitionLink>WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLinks(long companyId, String workflowDefinitionName, int workflowDefinitionVersion) WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLinks(long companyId, long groupId, long classPK) WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLinks(long companyId, long groupId, String className, long classPK) WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLinks(long companyId, String workflowDefinitionName, int workflowDefinitionVersion) WorkflowDefinitionLinkService.getWorkflowDefinitionLinks(long companyId, String workflowDefinitionName, int workflowDefinitionVersion) static List<WorkflowDefinitionLink>WorkflowDefinitionLinkServiceUtil.getWorkflowDefinitionLinks(long companyId, String workflowDefinitionName, int workflowDefinitionVersion) WorkflowDefinitionLinkServiceWrapper.getWorkflowDefinitionLinks(long companyId, String workflowDefinitionName, int workflowDefinitionVersion) WorkflowInstanceLinkLocalService.getWorkflowInstanceLink(long workflowInstanceLinkId) Returns the workflow instance link with the primary key.WorkflowInstanceLinkLocalService.getWorkflowInstanceLink(long companyId, long groupId, String className, long classPK) static WorkflowInstanceLinkWorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLink(long workflowInstanceLinkId) Returns the workflow instance link with the primary key.static WorkflowInstanceLinkWorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLink(long companyId, long groupId, String className, long classPK) WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLink(long workflowInstanceLinkId) Returns the workflow instance link with the primary key.WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLink(long companyId, long groupId, String className, long classPK) booleanUserService.hasGroupUser(long groupId, long userId) Returnstrueif the user is a member of the group.static booleanUserServiceUtil.hasGroupUser(long groupId, long userId) Returnstrueif the user is a member of the group.booleanUserServiceWrapper.hasGroupUser(long groupId, long userId) Returnstrueif the user is a member of the group.booleanReturnstrueif there is a matching layout with the UUID, group, and privacy.static booleanReturnstrueif there is a matching layout with the UUID, group, and privacy.booleanReturnstrueif there is a matching layout with the UUID, group, and privacy.booleanReturnstrueif there is a matching layout with the UUID, group, and privacy.static booleanReturnstrueif there is a matching layout with the UUID, group, and privacy.booleanReturnstrueif there is a matching layout with the UUID, group, and privacy.booleanLayoutLocalService.hasLayouts(Group group) booleanLayoutLocalService.hasLayouts(Group group, boolean privateLayout) booleanLayoutLocalService.hasLayouts(Group group, boolean privateLayout, boolean includeUserGroups) booleanLayoutLocalService.hasLayouts(User user, boolean privateLayout) booleanLayoutLocalService.hasLayouts(User user, boolean privateLayout, boolean includeUserGroups) static booleanLayoutLocalServiceUtil.hasLayouts(Group group) static booleanLayoutLocalServiceUtil.hasLayouts(Group group, boolean privateLayout) static booleanLayoutLocalServiceUtil.hasLayouts(Group group, boolean privateLayout, boolean includeUserGroups) static booleanLayoutLocalServiceUtil.hasLayouts(User user, boolean privateLayout) static booleanLayoutLocalServiceUtil.hasLayouts(User user, boolean privateLayout, boolean includeUserGroups) booleanLayoutLocalServiceWrapper.hasLayouts(Group group) booleanLayoutLocalServiceWrapper.hasLayouts(Group group, boolean privateLayout) booleanLayoutLocalServiceWrapper.hasLayouts(Group group, boolean privateLayout, boolean includeUserGroups) booleanLayoutLocalServiceWrapper.hasLayouts(User user, boolean privateLayout) booleanLayoutLocalServiceWrapper.hasLayouts(User user, boolean privateLayout, boolean includeUserGroups) booleanLayoutLocalService.hasLayoutSetPrototypeLayout(long layoutSetPrototypeId, String layoutUuid) booleanLayoutLocalService.hasLayoutSetPrototypeLayout(String layoutSetPrototypeUuid, long companyId, String layoutUuid) static booleanLayoutLocalServiceUtil.hasLayoutSetPrototypeLayout(long layoutSetPrototypeId, String layoutUuid) static booleanLayoutLocalServiceUtil.hasLayoutSetPrototypeLayout(String layoutSetPrototypeUuid, long companyId, String layoutUuid) booleanLayoutLocalServiceWrapper.hasLayoutSetPrototypeLayout(long layoutSetPrototypeId, String layoutUuid) booleanLayoutLocalServiceWrapper.hasLayoutSetPrototypeLayout(String layoutSetPrototypeUuid, long companyId, String layoutUuid) booleanLayoutService.hasPortletId(long plid, String portletId) static booleanLayoutServiceUtil.hasPortletId(long plid, String portletId) booleanLayoutServiceWrapper.hasPortletId(long plid, String portletId) booleanResourcePermissionLocalService.hasResourcePermission(long companyId, String name, int scope, String primKey, long[] roleIds, String actionId) Returnstrueif the roles have permission at the scope to perform the action on resources of the type.booleanResourcePermissionLocalService.hasResourcePermission(long companyId, String name, int scope, String primKey, long roleId, String actionId) Returnstrueif the role has permission at the scope to perform the action on resources of the type.booleanResourcePermissionLocalService.hasResourcePermission(List<Resource> resources, long[] roleIds, String actionId) Returnstrueif the roles have permission at the scope to perform the action on the resources.static booleanResourcePermissionLocalServiceUtil.hasResourcePermission(long companyId, String name, int scope, String primKey, long[] roleIds, String actionId) Returnstrueif the roles have permission at the scope to perform the action on resources of the type.static booleanResourcePermissionLocalServiceUtil.hasResourcePermission(long companyId, String name, int scope, String primKey, long roleId, String actionId) Returnstrueif the role has permission at the scope to perform the action on resources of the type.static booleanResourcePermissionLocalServiceUtil.hasResourcePermission(List<Resource> resources, long[] roleIds, String actionId) Returnstrueif the roles have permission at the scope to perform the action on the resources.booleanResourcePermissionLocalServiceWrapper.hasResourcePermission(long companyId, String name, int scope, String primKey, long[] roleIds, String actionId) Returnstrueif the roles have permission at the scope to perform the action on resources of the type.booleanResourcePermissionLocalServiceWrapper.hasResourcePermission(long companyId, String name, int scope, String primKey, long roleId, String actionId) Returnstrueif the role has permission at the scope to perform the action on resources of the type.booleanResourcePermissionLocalServiceWrapper.hasResourcePermission(List<Resource> resources, long[] roleIds, String actionId) Returnstrueif the roles have permission at the scope to perform the action on the resources.booleanUserLocalService.hasRoleUser(long companyId, String name, long userId, boolean inherited) Returnstrueif the user has the role with the name, optionally through inheritance.static booleanUserLocalServiceUtil.hasRoleUser(long companyId, String name, long userId, boolean inherited) Returnstrueif the user has the role with the name, optionally through inheritance.booleanUserLocalServiceWrapper.hasRoleUser(long companyId, String name, long userId, boolean inherited) Returnstrueif the user has the role with the name, optionally through inheritance.booleanUserService.hasRoleUser(long roleId, long userId) Returnstrueif the user is a member of the role.booleanUserService.hasRoleUser(long companyId, String name, long userId, boolean inherited) Returnstrueif the user has the role with the name, optionally through inheritance.static booleanUserServiceUtil.hasRoleUser(long roleId, long userId) Returnstrueif the user is a member of the role.static booleanUserServiceUtil.hasRoleUser(long companyId, String name, long userId, boolean inherited) Returnstrueif the user has the role with the name, optionally through inheritance.booleanUserServiceWrapper.hasRoleUser(long roleId, long userId) Returnstrueif the user is a member of the role.booleanUserServiceWrapper.hasRoleUser(long companyId, String name, long userId, boolean inherited) Returnstrueif the user has the role with the name, optionally through inheritance.booleanResourcePermissionLocalService.hasScopeResourcePermission(long companyId, String name, int scope, long roleId, String actionId) Returnstrueif the role has permission at the scope to perform the action on the resource.static booleanResourcePermissionLocalServiceUtil.hasScopeResourcePermission(long companyId, String name, int scope, long roleId, String actionId) Returnstrueif the role has permission at the scope to perform the action on the resource.booleanResourcePermissionLocalServiceWrapper.hasScopeResourcePermission(long companyId, String name, int scope, long roleId, String actionId) Returnstrueif the role has permission at the scope to perform the action on the resource.booleanGroupService.hasUserGroup(long userId, long groupId) Returnstrueif the user is associated with the group, including the user's inherited organizations and user groups.static booleanGroupServiceUtil.hasUserGroup(long userId, long groupId) Returnstrueif the user is associated with the group, including the user's inherited organizations and user groups.booleanGroupServiceWrapper.hasUserGroup(long userId, long groupId) Returnstrueif the user is associated with the group, including the user's inherited organizations and user groups.booleanUserGroupGroupRoleLocalService.hasUserGroupGroupRole(long userGroupId, long groupId, String roleName) static booleanUserGroupGroupRoleLocalServiceUtil.hasUserGroupGroupRole(long userGroupId, long groupId, String roleName) booleanUserGroupGroupRoleLocalServiceWrapper.hasUserGroupGroupRole(long userGroupId, long groupId, String roleName) booleanUserGroupRoleLocalService.hasUserGroupRole(long userId, long groupId, String roleName) booleanUserGroupRoleLocalService.hasUserGroupRole(long userId, long groupId, String roleName, boolean inherit) static booleanUserGroupRoleLocalServiceUtil.hasUserGroupRole(long userId, long groupId, String roleName) static booleanUserGroupRoleLocalServiceUtil.hasUserGroupRole(long userId, long groupId, String roleName, boolean inherit) booleanUserGroupRoleLocalServiceWrapper.hasUserGroupRole(long userId, long groupId, String roleName) booleanUserGroupRoleLocalServiceWrapper.hasUserGroupRole(long userId, long groupId, String roleName, boolean inherit) booleanOrganizationLocalService.hasUserOrganization(long userId, long organizationId, boolean inheritSuborganizations, boolean includeSpecifiedOrganization) Returnstrueif the user is a member of the organization, optionally focusing on suborganizations or the specified organization.static booleanOrganizationLocalServiceUtil.hasUserOrganization(long userId, long organizationId, boolean inheritSuborganizations, boolean includeSpecifiedOrganization) Returnstrueif the user is a member of the organization, optionally focusing on suborganizations or the specified organization.booleanOrganizationLocalServiceWrapper.hasUserOrganization(long userId, long organizationId, boolean inheritSuborganizations, boolean includeSpecifiedOrganization) Returnstrueif the user is a member of the organization, optionally focusing on suborganizations or the specified organization.booleanResourceLocalService.hasUserPermissions(long userId, long resourceId, List<Resource> resources, String actionId, long[] roleIds) Returnstrueif the roles have permission to perform the action on the resources.static booleanResourceLocalServiceUtil.hasUserPermissions(long userId, long resourceId, List<Resource> resources, String actionId, long[] roleIds) Returnstrueif the roles have permission to perform the action on the resources.booleanResourceLocalServiceWrapper.hasUserPermissions(long userId, long resourceId, List<Resource> resources, String actionId, long[] roleIds) Returnstrueif the roles have permission to perform the action on the resources.booleanRoleLocalService.hasUserRole(long userId, long companyId, String name, boolean inherited) Returnstrueif the user is associated with the named regular role.static booleanRoleLocalServiceUtil.hasUserRole(long userId, long companyId, String name, boolean inherited) Returnstrueif the user is associated with the named regular role.booleanRoleLocalServiceWrapper.hasUserRole(long userId, long companyId, String name, boolean inherited) Returnstrueif the user is associated with the named regular role.booleanRoleService.hasUserRole(long userId, long companyId, String name, boolean inherited) Returnstrueif the user is associated with the named regular role.static booleanRoleServiceUtil.hasUserRole(long userId, long companyId, String name, boolean inherited) Returnstrueif the user is associated with the named regular role.booleanRoleServiceWrapper.hasUserRole(long userId, long companyId, String name, boolean inherited) Returnstrueif the user is associated with the named regular role.booleanRoleLocalService.hasUserRoles(long userId, long companyId, String[] names, boolean inherited) Returnstrueif the user has any one of the named regular roles.static booleanRoleLocalServiceUtil.hasUserRoles(long userId, long companyId, String[] names, boolean inherited) Returnstrueif the user has any one of the named regular roles.booleanRoleLocalServiceWrapper.hasUserRoles(long userId, long companyId, String[] names, boolean inherited) Returnstrueif the user has any one of the named regular roles.booleanRoleService.hasUserRoles(long userId, long companyId, String[] names, boolean inherited) Returnstrueif the user has any one of the named regular roles.static booleanRoleServiceUtil.hasUserRoles(long userId, long companyId, String[] names, boolean inherited) Returnstrueif the user has any one of the named regular roles.booleanRoleServiceWrapper.hasUserRoles(long userId, long companyId, String[] names, boolean inherited) Returnstrueif the user has any one of the named regular roles.booleanTeamService.hasUserTeam(long userId, long teamId) static booleanTeamServiceUtil.hasUserTeam(long userId, long teamId) booleanTeamServiceWrapper.hasUserTeam(long userId, long teamId) voidResourcePermissionLocalService.initDefaultModelResourcePermissions(long companyId, Collection<String> modelResources) static voidResourcePermissionLocalServiceUtil.initDefaultModelResourcePermissions(long companyId, Collection<String> modelResources) voidResourcePermissionLocalServiceWrapper.initDefaultModelResourcePermissions(long companyId, Collection<String> modelResources) voidResourcePermissionLocalService.initPortletDefaultPermissions(Portlet portlet) static voidResourcePermissionLocalServiceUtil.initPortletDefaultPermissions(Portlet portlet) voidResourcePermissionLocalServiceWrapper.initPortletDefaultPermissions(Portlet portlet) ServiceComponentLocalService.initServiceComponent(ServiceComponentConfiguration serviceComponentConfiguration, ClassLoader classLoader, String buildNamespace, long buildNumber, long buildDate) static ServiceComponentServiceComponentLocalServiceUtil.initServiceComponent(ServiceComponentConfiguration serviceComponentConfiguration, ClassLoader classLoader, String buildNamespace, long buildNumber, long buildDate) ServiceComponentLocalServiceWrapper.initServiceComponent(ServiceComponentConfiguration serviceComponentConfiguration, ClassLoader classLoader, String buildNamespace, long buildNumber, long buildDate) booleanWorkflowInstanceLinkLocalService.isEnded(long companyId, long groupId, String className, long classPK) static booleanWorkflowInstanceLinkLocalServiceUtil.isEnded(long companyId, long groupId, String className, long classPK) booleanWorkflowInstanceLinkLocalServiceWrapper.isEnded(long companyId, long groupId, String className, long classPK) booleanUserLocalService.isPasswordExpired(User user) Returnstrueif the user's password is expired.static booleanUserLocalServiceUtil.isPasswordExpired(User user) Returnstrueif the user's password is expired.booleanUserLocalServiceWrapper.isPasswordExpired(User user) Returnstrueif the user's password is expired.booleanPasswordTrackerLocalService.isSameAsCurrentPassword(long userId, String newClearTextPwd) static booleanPasswordTrackerLocalServiceUtil.isSameAsCurrentPassword(long userId, String newClearTextPwd) booleanPasswordTrackerLocalServiceWrapper.isSameAsCurrentPassword(long userId, String newClearTextPwd) booleanPasswordTrackerLocalService.isValidPassword(long userId, String newClearTextPwd) static booleanPasswordTrackerLocalServiceUtil.isValidPassword(long userId, String newClearTextPwd) booleanPasswordTrackerLocalServiceWrapper.isValidPassword(long userId, String newClearTextPwd) GroupLocalService.loadGetGroup(long companyId, String groupKey) Returns the group with the matching group key.static GroupGroupLocalServiceUtil.loadGetGroup(long companyId, String groupKey) Returns the group with the matching group key.GroupLocalServiceWrapper.loadGetGroup(long companyId, String groupKey) Returns the group with the matching group key.UserLocalService.loadGetGuestUser(long companyId) Returns the guest user for the company.static UserUserLocalServiceUtil.loadGetGuestUser(long companyId) Returns the guest user for the company.UserLocalServiceWrapper.loadGetGuestUser(long companyId) Returns the guest user for the company.LayoutSetBranchLocalService.mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) static LayoutSetBranchLayoutSetBranchLocalServiceUtil.mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) LayoutSetBranchLocalServiceWrapper.mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) LayoutSetBranchService.mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) static LayoutSetBranchLayoutSetBranchServiceUtil.mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) LayoutSetBranchServiceWrapper.mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) voidResourcePermissionLocalService.mergePermissions(long fromRoleId, long toRoleId) Reassigns all the resource permissions from the source role to the destination role, and deletes the source role.static voidResourcePermissionLocalServiceUtil.mergePermissions(long fromRoleId, long toRoleId) Reassigns all the resource permissions from the source role to the destination role, and deletes the source role.voidResourcePermissionLocalServiceWrapper.mergePermissions(long fromRoleId, long toRoleId) Reassigns all the resource permissions from the source role to the destination role, and deletes the source role.ImageLocalService.moveImage(long imageId, byte[] bytes) static ImageImageLocalServiceUtil.moveImage(long imageId, byte[] bytes) ImageLocalServiceWrapper.moveImage(long imageId, byte[] bytes) voidResourcePermissionLocalService.reassignPermissions(long resourcePermissionId, long toRoleId) Grants the role default permissions to all the resources of the type and at the scope stored in the resource permission, deletes the resource permission, and deletes the resource permission's role if it has no permissions remaining.static voidResourcePermissionLocalServiceUtil.reassignPermissions(long resourcePermissionId, long toRoleId) Grants the role default permissions to all the resources of the type and at the scope stored in the resource permission, deletes the resource permission, and deletes the resource permission's role if it has no permissions remaining.voidResourcePermissionLocalServiceWrapper.reassignPermissions(long resourcePermissionId, long toRoleId) Grants the role default permissions to all the resources of the type and at the scope stored in the resource permission, deletes the resource permission, and deletes the resource permission's role if it has no permissions remaining.voidGroupLocalService.rebuildTree(long companyId) Rebuilds the group tree.static voidGroupLocalServiceUtil.rebuildTree(long companyId) Rebuilds the group tree.voidGroupLocalServiceWrapper.rebuildTree(long companyId) Rebuilds the group tree.voidOrganizationLocalService.rebuildTree(long companyId) Rebuilds the organization's tree.static voidOrganizationLocalServiceUtil.rebuildTree(long companyId) Rebuilds the organization's tree.voidOrganizationLocalServiceWrapper.rebuildTree(long companyId) Rebuilds the organization's tree.voidCompanyService.removePreferences(long companyId, String[] keys) Removes the values that match the keys of the company's preferences.static voidCompanyServiceUtil.removePreferences(long companyId, String[] keys) Removes the values that match the keys of the company's preferences.voidCompanyServiceWrapper.removePreferences(long companyId, String[] keys) Removes the values that match the keys of the company's preferences.voidResourceLocalService.removeResource(long companyId, String name, int scope, String primKey, long roleId, String actionId) static voidResourceLocalServiceUtil.removeResource(long companyId, String name, int scope, String primKey, long roleId, String actionId) voidResourceLocalServiceWrapper.removeResource(long companyId, String name, int scope, String primKey, long roleId, String actionId) voidResourcePermissionLocalService.removeResourcePermission(long companyId, String name, int scope, String primKey, long roleId, String actionId) Revokes permission at the scope from the role to perform the action on resources of the type.static voidResourcePermissionLocalServiceUtil.removeResourcePermission(long companyId, String name, int scope, String primKey, long roleId, String actionId) Revokes permission at the scope from the role to perform the action on resources of the type.voidResourcePermissionLocalServiceWrapper.removeResourcePermission(long companyId, String name, int scope, String primKey, long roleId, String actionId) Revokes permission at the scope from the role to perform the action on resources of the type.voidResourcePermissionService.removeResourcePermission(long groupId, long companyId, String name, int scope, String primKey, long roleId, String actionId) Revokes permission at the scope from the role to perform the action on resources of the type.static voidResourcePermissionServiceUtil.removeResourcePermission(long groupId, long companyId, String name, int scope, String primKey, long roleId, String actionId) Revokes permission at the scope from the role to perform the action on resources of the type.voidResourcePermissionServiceWrapper.removeResourcePermission(long groupId, long companyId, String name, int scope, String primKey, long roleId, String actionId) Revokes permission at the scope from the role to perform the action on resources of the type.voidResourcePermissionLocalService.removeResourcePermissions(long companyId, String name, int scope, long roleId, String actionId) Revokes all permissions at the scope from the role to perform the action on resources of the type.static voidResourcePermissionLocalServiceUtil.removeResourcePermissions(long companyId, String name, int scope, long roleId, String actionId) Revokes all permissions at the scope from the role to perform the action on resources of the type.voidResourcePermissionLocalServiceWrapper.removeResourcePermissions(long companyId, String name, int scope, long roleId, String actionId) Revokes all permissions at the scope from the role to perform the action on resources of the type.voidResourcePermissionService.removeResourcePermissions(long groupId, long companyId, String name, int scope, long roleId, String actionId) Revokes all permissions at the scope from the role to perform the action on resources of the type.static voidResourcePermissionServiceUtil.removeResourcePermissions(long groupId, long companyId, String name, int scope, long roleId, String actionId) Revokes all permissions at the scope from the role to perform the action on resources of the type.voidResourcePermissionServiceWrapper.removeResourcePermissions(long groupId, long companyId, String name, int scope, long roleId, String actionId) Revokes all permissions at the scope from the role to perform the action on resources of the type.voidPortletPreferencesService.restoreArchivedPreferences(long groupId, Layout layout, String portletId, long portletItemId, PortletPreferences jxPortletPreferences) voidPortletPreferencesService.restoreArchivedPreferences(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences jxPortletPreferences) voidPortletPreferencesService.restoreArchivedPreferences(long groupId, String name, Layout layout, String portletId, PortletPreferences jxPortletPreferences) static voidPortletPreferencesServiceUtil.restoreArchivedPreferences(long groupId, Layout layout, String portletId, long portletItemId, PortletPreferences jxPortletPreferences) static voidPortletPreferencesServiceUtil.restoreArchivedPreferences(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences jxPortletPreferences) static voidPortletPreferencesServiceUtil.restoreArchivedPreferences(long groupId, String name, Layout layout, String portletId, PortletPreferences jxPortletPreferences) voidPortletPreferencesServiceWrapper.restoreArchivedPreferences(long groupId, Layout layout, String portletId, long portletItemId, PortletPreferences jxPortletPreferences) voidPortletPreferencesServiceWrapper.restoreArchivedPreferences(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences jxPortletPreferences) voidPortletPreferencesServiceWrapper.restoreArchivedPreferences(long groupId, String name, Layout layout, String portletId, PortletPreferences jxPortletPreferences) voidLayoutService.schedulePublishToLive(long sourceGroupId, long targetGroupId, boolean privateLayout, long[] layoutIds, Map<String, String[]> parameterMap, String groupName, String cronText, Date schedulerStartDate, Date schedulerEndDate, String description) Schedules a range of layouts to be published.static voidLayoutServiceUtil.schedulePublishToLive(long sourceGroupId, long targetGroupId, boolean privateLayout, long[] layoutIds, Map<String, String[]> parameterMap, String groupName, String cronText, Date schedulerStartDate, Date schedulerEndDate, String description) Schedules a range of layouts to be published.voidLayoutServiceWrapper.schedulePublishToLive(long sourceGroupId, long targetGroupId, boolean privateLayout, long[] layoutIds, Map<String, String[]> parameterMap, String groupName, String cronText, Date schedulerStartDate, Date schedulerEndDate, String description) Schedules a range of layouts to be published.voidLayoutService.schedulePublishToRemote(long sourceGroupId, boolean privateLayout, Map<Long, Boolean> layoutIdMap, Map<String, String[]> parameterMap, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, boolean remotePrivateLayout, Date startDate, Date endDate, String groupName, String cronText, Date schedulerStartDate, Date schedulerEndDate, String description) Schedules a range of layouts to be stored.static voidLayoutServiceUtil.schedulePublishToRemote(long sourceGroupId, boolean privateLayout, Map<Long, Boolean> layoutIdMap, Map<String, String[]> parameterMap, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, boolean remotePrivateLayout, Date startDate, Date endDate, String groupName, String cronText, Date schedulerStartDate, Date schedulerEndDate, String description) Schedules a range of layouts to be stored.voidLayoutServiceWrapper.schedulePublishToRemote(long sourceGroupId, boolean privateLayout, Map<Long, Boolean> layoutIdMap, Map<String, String[]> parameterMap, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, boolean remotePrivateLayout, Date startDate, Date endDate, String groupName, String cronText, Date schedulerStartDate, Date schedulerEndDate, String description) Schedules a range of layouts to be stored.GroupService.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) GroupService.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) GroupService.search(long companyId, String name, String description, String[] params, int start, int end) Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.GroupServiceUtil.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) GroupServiceUtil.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) GroupServiceUtil.search(long companyId, String name, String description, String[] params, int start, int end) Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.GroupServiceWrapper.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) GroupServiceWrapper.search(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) GroupServiceWrapper.search(long companyId, String name, String description, String[] params, int start, int end) Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.LayoutLocalService.search(long groupId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalService.search(long groupId, long userId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalService.search(long groupId, long userId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalServiceUtil.search(long groupId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalServiceUtil.search(long groupId, long userId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalServiceUtil.search(long groupId, long userId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalServiceWrapper.search(long groupId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalServiceWrapper.search(long groupId, long userId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalServiceWrapper.search(long groupId, long userId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutPrototypeService.search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> orderByComparator) static List<LayoutPrototype>LayoutPrototypeServiceUtil.search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> orderByComparator) LayoutPrototypeServiceWrapper.search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> orderByComparator) LayoutSetPrototypeService.search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) static List<LayoutSetPrototype>LayoutSetPrototypeServiceUtil.search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) LayoutSetPrototypeServiceWrapper.search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) AddressLocalService.searchAddresses(long companyId, String className, long classPK, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) static BaseModelSearchResult<Address>AddressLocalServiceUtil.searchAddresses(long companyId, String className, long classPK, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) AddressLocalServiceWrapper.searchAddresses(long companyId, String className, long classPK, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) UserLocalService.searchBySocial(long[] groupIds, long userId, int[] socialRelationTypes, String keywords, int start, int end) UserLocalService.searchBySocial(long userId, int[] socialRelationTypes, String keywords, int start, int end) UserLocalServiceUtil.searchBySocial(long[] groupIds, long userId, int[] socialRelationTypes, String keywords, int start, int end) UserLocalServiceUtil.searchBySocial(long userId, int[] socialRelationTypes, String keywords, int start, int end) UserLocalServiceWrapper.searchBySocial(long[] groupIds, long userId, int[] socialRelationTypes, String keywords, int start, int end) UserLocalServiceWrapper.searchBySocial(long userId, int[] socialRelationTypes, String keywords, int start, int end) intLayoutLocalService.searchCount(long groupId, long userId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types) intLayoutLocalService.searchCount(Group group, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types) static intLayoutLocalServiceUtil.searchCount(long groupId, long userId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types) static intLayoutLocalServiceUtil.searchCount(Group group, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types) intLayoutLocalServiceWrapper.searchCount(long groupId, long userId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types) intLayoutLocalServiceWrapper.searchCount(Group group, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types) CountryLocalService.searchCountries(long companyId, Boolean active, String keywords, int start, int end, OrderByComparator<Country> orderByComparator) static BaseModelSearchResult<Country>CountryLocalServiceUtil.searchCountries(long companyId, Boolean active, String keywords, int start, int end, OrderByComparator<Country> orderByComparator) CountryLocalServiceWrapper.searchCountries(long companyId, Boolean active, String keywords, int start, int end, OrderByComparator<Country> orderByComparator) CountryService.searchCountries(long companyId, Boolean active, String keywords, int start, int end, OrderByComparator<Country> orderByComparator) static BaseModelSearchResult<Country>CountryServiceUtil.searchCountries(long companyId, Boolean active, String keywords, int start, int end, OrderByComparator<Country> orderByComparator) CountryServiceWrapper.searchCountries(long companyId, Boolean active, String keywords, int start, int end, OrderByComparator<Country> orderByComparator) OrganizationLocalService.searchOrganizations(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, String region, String country, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) OrganizationLocalService.searchOrganizations(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) static BaseModelSearchResult<Organization>OrganizationLocalServiceUtil.searchOrganizations(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, String region, String country, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) static BaseModelSearchResult<Organization>OrganizationLocalServiceUtil.searchOrganizations(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) OrganizationLocalServiceWrapper.searchOrganizations(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, String region, String country, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) OrganizationLocalServiceWrapper.searchOrganizations(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) OrganizationLocalService.searchOrganizationsAndUsers(long companyId, long parentOrganizationId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort[] sorts) Returns the organizations and users that match the keywords specified for them and belong to the parent organization.static HitsOrganizationLocalServiceUtil.searchOrganizationsAndUsers(long companyId, long parentOrganizationId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort[] sorts) Returns the organizations and users that match the keywords specified for them and belong to the parent organization.OrganizationLocalServiceWrapper.searchOrganizationsAndUsers(long companyId, long parentOrganizationId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort[] sorts) Returns the organizations and users that match the keywords specified for them and belong to the parent organization.intOrganizationLocalService.searchOrganizationsAndUsersCount(long companyId, long parentOrganizationId, String keywords, int status, LinkedHashMap<String, Object> params) Returns the number of organizations and users that match the keywords specified for them and belong to the parent organization.static intOrganizationLocalServiceUtil.searchOrganizationsAndUsersCount(long companyId, long parentOrganizationId, String keywords, int status, LinkedHashMap<String, Object> params) Returns the number of organizations and users that match the keywords specified for them and belong to the parent organization.intOrganizationLocalServiceWrapper.searchOrganizationsAndUsersCount(long companyId, long parentOrganizationId, String keywords, int status, LinkedHashMap<String, Object> params) Returns the number of organizations and users that match the keywords specified for them and belong to the parent organization.RegionLocalService.searchRegions(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) static BaseModelSearchResult<Region>RegionLocalServiceUtil.searchRegions(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalServiceWrapper.searchRegions(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) RegionService.searchRegions(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) static BaseModelSearchResult<Region>RegionServiceUtil.searchRegions(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) RegionServiceWrapper.searchRegions(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) UserGroupLocalService.searchUserGroups(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) UserGroupLocalService.searchUserGroups(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) static BaseModelSearchResult<UserGroup>UserGroupLocalServiceUtil.searchUserGroups(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) static BaseModelSearchResult<UserGroup>UserGroupLocalServiceUtil.searchUserGroups(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) UserGroupLocalServiceWrapper.searchUserGroups(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) UserGroupLocalServiceWrapper.searchUserGroups(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) UserLocalService.searchUsers(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort sort) UserLocalService.searchUsers(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort[] sorts) UserLocalService.searchUsers(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) UserLocalService.searchUsers(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort[] sorts) static BaseModelSearchResult<User>UserLocalServiceUtil.searchUsers(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort sort) static BaseModelSearchResult<User>UserLocalServiceUtil.searchUsers(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort[] sorts) static BaseModelSearchResult<User>UserLocalServiceUtil.searchUsers(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) static BaseModelSearchResult<User>UserLocalServiceUtil.searchUsers(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort[] sorts) UserLocalServiceWrapper.searchUsers(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort sort) UserLocalServiceWrapper.searchUsers(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort[] sorts) UserLocalServiceWrapper.searchUsers(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) UserLocalServiceWrapper.searchUsers(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort[] sorts) voidUserLocalService.sendEmailAddressVerification(User user, String emailAddress, ServiceContext serviceContext) Sends an email address verification to the user.static voidUserLocalServiceUtil.sendEmailAddressVerification(User user, String emailAddress, ServiceContext serviceContext) Sends an email address verification to the user.voidUserLocalServiceWrapper.sendEmailAddressVerification(User user, String emailAddress, ServiceContext serviceContext) Sends an email address verification to the user.booleanUserLocalService.sendEmailUserCreationAttempt(long companyId, String emailAddress, String fromName, String fromAddress, String subject, String body, ServiceContext serviceContext) static booleanUserLocalServiceUtil.sendEmailUserCreationAttempt(long companyId, String emailAddress, String fromName, String fromAddress, String subject, String body, ServiceContext serviceContext) booleanUserLocalServiceWrapper.sendEmailUserCreationAttempt(long companyId, String emailAddress, String fromName, String fromAddress, String subject, String body, ServiceContext serviceContext) booleanUserLocalService.sendPassword(long companyId, String emailAddress, String fromName, String fromAddress, String subject, String body, ServiceContext serviceContext) static booleanUserLocalServiceUtil.sendPassword(long companyId, String emailAddress, String fromName, String fromAddress, String subject, String body, ServiceContext serviceContext) booleanUserLocalServiceWrapper.sendPassword(long companyId, String emailAddress, String fromName, String fromAddress, String subject, String body, ServiceContext serviceContext) booleanUserLocalService.sendPasswordByEmailAddress(long companyId, String emailAddress) Sends a password notification email to the user matching the email address.static booleanUserLocalServiceUtil.sendPasswordByEmailAddress(long companyId, String emailAddress) Sends a password notification email to the user matching the email address.booleanUserLocalServiceWrapper.sendPasswordByEmailAddress(long companyId, String emailAddress) Sends a password notification email to the user matching the email address.booleanUserService.sendPasswordByEmailAddress(long companyId, String emailAddress) Sends a password notification email to the user matching the email address.static booleanUserServiceUtil.sendPasswordByEmailAddress(long companyId, String emailAddress) Sends a password notification email to the user matching the email address.booleanUserServiceWrapper.sendPasswordByEmailAddress(long companyId, String emailAddress) Sends a password notification email to the user matching the email address.booleanUserLocalService.sendPasswordByScreenName(long companyId, String screenName) Sends a password notification email to the user matching the screen name.static booleanUserLocalServiceUtil.sendPasswordByScreenName(long companyId, String screenName) Sends a password notification email to the user matching the screen name.booleanUserLocalServiceWrapper.sendPasswordByScreenName(long companyId, String screenName) Sends a password notification email to the user matching the screen name.booleanUserService.sendPasswordByScreenName(long companyId, String screenName) Sends a password notification email to the user matching the screen name.static booleanUserServiceUtil.sendPasswordByScreenName(long companyId, String screenName) Sends a password notification email to the user matching the screen name.booleanUserServiceWrapper.sendPasswordByScreenName(long companyId, String screenName) Sends a password notification email to the user matching the screen name.booleanUserLocalService.sendPasswordByUserId(long userId) Sends a password notification email to the user matching the ID.static booleanUserLocalServiceUtil.sendPasswordByUserId(long userId) Sends a password notification email to the user matching the ID.booleanUserLocalServiceWrapper.sendPasswordByUserId(long userId) Sends a password notification email to the user matching the ID.booleanUserService.sendPasswordByUserId(long userId) Sends a password notification email to the user matching the ID.static booleanUserServiceUtil.sendPasswordByUserId(long userId) Sends a password notification email to the user matching the ID.booleanUserServiceWrapper.sendPasswordByUserId(long userId) Sends a password notification email to the user matching the ID.booleanUserLocalService.sendPasswordLockout(long companyId, String emailAddress, String fromName, String fromAddress, String subject, String body, ServiceContext serviceContext) static booleanUserLocalServiceUtil.sendPasswordLockout(long companyId, String emailAddress, String fromName, String fromAddress, String subject, String body, ServiceContext serviceContext) booleanUserLocalServiceWrapper.sendPasswordLockout(long companyId, String emailAddress, String fromName, String fromAddress, String subject, String body, ServiceContext serviceContext) UserNotificationEventLocalService.sendUserNotificationEvents(long userId, String portletId, int deliveryType, boolean delivered, boolean actionRequired, JSONObject notificationEventJSONObject) UserNotificationEventLocalService.sendUserNotificationEvents(long userId, String portletId, int deliveryType, boolean actionRequired, JSONObject notificationEventJSONObject) UserNotificationEventLocalService.sendUserNotificationEvents(long userId, String portletId, int deliveryType, JSONObject notificationEventJSONObject) static UserNotificationEventUserNotificationEventLocalServiceUtil.sendUserNotificationEvents(long userId, String portletId, int deliveryType, boolean delivered, boolean actionRequired, JSONObject notificationEventJSONObject) static UserNotificationEventUserNotificationEventLocalServiceUtil.sendUserNotificationEvents(long userId, String portletId, int deliveryType, boolean actionRequired, JSONObject notificationEventJSONObject) static UserNotificationEventUserNotificationEventLocalServiceUtil.sendUserNotificationEvents(long userId, String portletId, int deliveryType, JSONObject notificationEventJSONObject) UserNotificationEventLocalServiceWrapper.sendUserNotificationEvents(long userId, String portletId, int deliveryType, boolean delivered, boolean actionRequired, JSONObject notificationEventJSONObject) UserNotificationEventLocalServiceWrapper.sendUserNotificationEvents(long userId, String portletId, int deliveryType, boolean actionRequired, JSONObject notificationEventJSONObject) UserNotificationEventLocalServiceWrapper.sendUserNotificationEvents(long userId, String portletId, int deliveryType, JSONObject notificationEventJSONObject) voidOrganizationService.setGroupOrganizations(long groupId, long[] organizationIds) Sets the organizations in the group, removing and adding organizations to the group as necessary.static voidOrganizationServiceUtil.setGroupOrganizations(long groupId, long[] organizationIds) Sets the organizations in the group, removing and adding organizations to the group as necessary.voidOrganizationServiceWrapper.setGroupOrganizations(long groupId, long[] organizationIds) Sets the organizations in the group, removing and adding organizations to the group as necessary.voidResourcePermissionService.setIndividualResourcePermissions(long groupId, long companyId, String name, String primKey, long roleId, String[] actionIds) Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type.voidResourcePermissionService.setIndividualResourcePermissions(long groupId, long companyId, String name, String primKey, Map<Long, String[]> roleIdsToActionIds) Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type.static voidResourcePermissionServiceUtil.setIndividualResourcePermissions(long groupId, long companyId, String name, String primKey, long roleId, String[] actionIds) Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type.static voidResourcePermissionServiceUtil.setIndividualResourcePermissions(long groupId, long companyId, String name, String primKey, Map<Long, String[]> roleIdsToActionIds) Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type.voidResourcePermissionServiceWrapper.setIndividualResourcePermissions(long groupId, long companyId, String name, String primKey, long roleId, String[] actionIds) Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type.voidResourcePermissionServiceWrapper.setIndividualResourcePermissions(long groupId, long companyId, String name, String primKey, Map<Long, String[]> roleIdsToActionIds) Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type.voidLayoutLocalService.setLayouts(long groupId, boolean privateLayout, long parentLayoutId, long[] layoutIds, ServiceContext serviceContext) Sets the layouts for the group, replacing and prioritizing all layouts of the parent layout.static voidLayoutLocalServiceUtil.setLayouts(long groupId, boolean privateLayout, long parentLayoutId, long[] layoutIds, ServiceContext serviceContext) Sets the layouts for the group, replacing and prioritizing all layouts of the parent layout.voidLayoutLocalServiceWrapper.setLayouts(long groupId, boolean privateLayout, long parentLayoutId, long[] layoutIds, ServiceContext serviceContext) Sets the layouts for the group, replacing and prioritizing all layouts of the parent layout.voidLayoutService.setLayouts(long groupId, boolean privateLayout, long parentLayoutId, long[] layoutIds, ServiceContext serviceContext) Sets the layouts for the group, replacing and prioritizing all layouts of the parent layout.static voidLayoutServiceUtil.setLayouts(long groupId, boolean privateLayout, long parentLayoutId, long[] layoutIds, ServiceContext serviceContext) Sets the layouts for the group, replacing and prioritizing all layouts of the parent layout.voidLayoutServiceWrapper.setLayouts(long groupId, boolean privateLayout, long parentLayoutId, long[] layoutIds, ServiceContext serviceContext) Sets the layouts for the group, replacing and prioritizing all layouts of the parent layout.voidResourcePermissionLocalService.setOwnerResourcePermissions(long companyId, String name, int scope, String primKey, long roleId, long ownerId, String[] actionIds) Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type, also setting the owner of any newly created resource permissions.static voidResourcePermissionLocalServiceUtil.setOwnerResourcePermissions(long companyId, String name, int scope, String primKey, long roleId, long ownerId, String[] actionIds) Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type, also setting the owner of any newly created resource permissions.voidResourcePermissionLocalServiceWrapper.setOwnerResourcePermissions(long companyId, String name, int scope, String primKey, long roleId, long ownerId, String[] actionIds) Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type, also setting the owner of any newly created resource permissions.voidResourcePermissionLocalService.setResourcePermissions(long companyId, String name, int scope, String primKey, long roleId, String[] actionIds) Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type.voidResourcePermissionLocalService.setResourcePermissions(long companyId, String name, int scope, String primKey, Map<Long, String[]> roleIdsToActionIds) Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type.static voidResourcePermissionLocalServiceUtil.setResourcePermissions(long companyId, String name, int scope, String primKey, long roleId, String[] actionIds) Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type.static voidResourcePermissionLocalServiceUtil.setResourcePermissions(long companyId, String name, int scope, String primKey, Map<Long, String[]> roleIdsToActionIds) Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type.voidResourcePermissionLocalServiceWrapper.setResourcePermissions(long companyId, String name, int scope, String primKey, long roleId, String[] actionIds) Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type.voidResourcePermissionLocalServiceWrapper.setResourcePermissions(long companyId, String name, int scope, String primKey, Map<Long, String[]> roleIdsToActionIds) Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type.voidGroupService.setRoleGroups(long roleId, long[] groupIds) Sets the groups associated with the role, removing and adding associations as necessary.static voidGroupServiceUtil.setRoleGroups(long roleId, long[] groupIds) Sets the groups associated with the role, removing and adding associations as necessary.voidGroupServiceWrapper.setRoleGroups(long roleId, long[] groupIds) Sets the groups associated with the role, removing and adding associations as necessary.voidUserLocalService.setRoleUsers(long roleId, long[] userIds) static voidUserLocalServiceUtil.setRoleUsers(long roleId, long[] userIds) voidUserLocalServiceWrapper.setRoleUsers(long roleId, long[] userIds) voidUserService.setRoleUsers(long roleId, long[] userIds) Sets the users in the role, removing and adding users to the role as necessary.static voidUserServiceUtil.setRoleUsers(long roleId, long[] userIds) Sets the users in the role, removing and adding users to the role as necessary.voidUserServiceWrapper.setRoleUsers(long roleId, long[] userIds) Sets the users in the role, removing and adding users to the role as necessary.voidUserLocalService.setUserGroupUsers(long userGroupId, long[] userIds) static voidUserLocalServiceUtil.setUserGroupUsers(long userGroupId, long[] userIds) voidUserLocalServiceWrapper.setUserGroupUsers(long userGroupId, long[] userIds) voidUserService.setUserGroupUsers(long userGroupId, long[] userIds) Sets the users in the user group, removing and adding users to the user group as necessary.static voidUserServiceUtil.setUserGroupUsers(long userGroupId, long[] userIds) Sets the users in the user group, removing and adding users to the user group as necessary.voidUserServiceWrapper.setUserGroupUsers(long userGroupId, long[] userIds) Sets the users in the user group, removing and adding users to the user group as necessary.voidRoleLocalService.setUserRoles(long userId, long[] roleIds) static voidRoleLocalServiceUtil.setUserRoles(long userId, long[] roleIds) voidRoleLocalServiceWrapper.setUserRoles(long userId, long[] roleIds) voidUserGroupLocalService.setUserUserGroups(long userId, long[] userGroupIds) static voidUserGroupLocalServiceUtil.setUserUserGroups(long userId, long[] userGroupIds) voidUserGroupLocalServiceWrapper.setUserUserGroups(long userId, long[] userGroupIds) voidWorkflowInstanceLinkLocalService.startWorkflowInstance(long companyId, long groupId, long userId, String className, long classPK, Map<String, Serializable> workflowContext) voidWorkflowInstanceLinkLocalService.startWorkflowInstance(long companyId, long groupId, long userId, String className, long classPK, Map<String, Serializable> workflowContext, boolean waitForCompletion) static voidWorkflowInstanceLinkLocalServiceUtil.startWorkflowInstance(long companyId, long groupId, long userId, String className, long classPK, Map<String, Serializable> workflowContext) static voidWorkflowInstanceLinkLocalServiceUtil.startWorkflowInstance(long companyId, long groupId, long userId, String className, long classPK, Map<String, Serializable> workflowContext, boolean waitForCompletion) voidWorkflowInstanceLinkLocalServiceWrapper.startWorkflowInstance(long companyId, long groupId, long userId, String className, long classPK, Map<String, Serializable> workflowContext) voidWorkflowInstanceLinkLocalServiceWrapper.startWorkflowInstance(long companyId, long groupId, long userId, String className, long classPK, Map<String, Serializable> workflowContext, boolean waitForCompletion) voidWebDAVPropsLocalService.storeWebDAVProps(WebDAVProps webDAVProps) static voidWebDAVPropsLocalServiceUtil.storeWebDAVProps(WebDAVProps webDAVProps) voidWebDAVPropsLocalServiceWrapper.storeWebDAVProps(WebDAVProps webDAVProps) voidPortalService.testDeleteClassName()static voidPortalServiceUtil.testDeleteClassName()voidPortalServiceWrapper.testDeleteClassName()voidPasswordTrackerLocalService.trackPassword(long userId, String encPassword) static voidPasswordTrackerLocalServiceUtil.trackPassword(long userId, String encPassword) voidPasswordTrackerLocalServiceWrapper.trackPassword(long userId, String encPassword) voidLayoutService.unschedulePublishToLive(long groupId, String jobName, String groupName) Deletes the job from the scheduler's queue.static voidLayoutServiceUtil.unschedulePublishToLive(long groupId, String jobName, String groupName) Deletes the job from the scheduler's queue.voidLayoutServiceWrapper.unschedulePublishToLive(long groupId, String jobName, String groupName) Deletes the job from the scheduler's queue.voidLayoutService.unschedulePublishToRemote(long groupId, String jobName, String groupName) Deletes the job from the scheduler's persistent queue.static voidLayoutServiceUtil.unschedulePublishToRemote(long groupId, String jobName, String groupName) Deletes the job from the scheduler's persistent queue.voidLayoutServiceWrapper.unschedulePublishToRemote(long groupId, String jobName, String groupName) Deletes the job from the scheduler's persistent queue.voidOrganizationService.unsetGroupOrganizations(long groupId, long[] organizationIds) Removes the organizations from the group.static voidOrganizationServiceUtil.unsetGroupOrganizations(long groupId, long[] organizationIds) Removes the organizations from the group.voidOrganizationServiceWrapper.unsetGroupOrganizations(long groupId, long[] organizationIds) Removes the organizations from the group.voidUserLocalService.unsetGroupTeamsUsers(long groupId, long[] userIds) Removes the users from the teams of a group.static voidUserLocalServiceUtil.unsetGroupTeamsUsers(long groupId, long[] userIds) Removes the users from the teams of a group.voidUserLocalServiceWrapper.unsetGroupTeamsUsers(long groupId, long[] userIds) Removes the users from the teams of a group.voidUserService.unsetGroupTeamsUsers(long groupId, long[] userIds) Removes the users from the teams of a group.static voidUserServiceUtil.unsetGroupTeamsUsers(long groupId, long[] userIds) Removes the users from the teams of a group.voidUserServiceWrapper.unsetGroupTeamsUsers(long groupId, long[] userIds) Removes the users from the teams of a group.voidUserGroupService.unsetGroupUserGroups(long groupId, long[] userGroupIds) Removes the user groups from the group.static voidUserGroupServiceUtil.unsetGroupUserGroups(long groupId, long[] userGroupIds) Removes the user groups from the group.voidUserGroupServiceWrapper.unsetGroupUserGroups(long groupId, long[] userGroupIds) Removes the user groups from the group.voidUserLocalService.unsetGroupUsers(long groupId, long[] userIds, ServiceContext serviceContext) Removes the users from the group.static voidUserLocalServiceUtil.unsetGroupUsers(long groupId, long[] userIds, ServiceContext serviceContext) Removes the users from the group.voidUserLocalServiceWrapper.unsetGroupUsers(long groupId, long[] userIds, ServiceContext serviceContext) Removes the users from the group.voidUserService.unsetGroupUsers(long groupId, long[] userIds, ServiceContext serviceContext) Removes the users from the group.static voidUserServiceUtil.unsetGroupUsers(long groupId, long[] userIds, ServiceContext serviceContext) Removes the users from the group.voidUserServiceWrapper.unsetGroupUsers(long groupId, long[] userIds, ServiceContext serviceContext) Removes the users from the group.voidUserLocalService.unsetOrganizationUsers(long organizationId, long[] userIds) Removes the users from the organization.static voidUserLocalServiceUtil.unsetOrganizationUsers(long organizationId, long[] userIds) Removes the users from the organization.voidUserLocalServiceWrapper.unsetOrganizationUsers(long organizationId, long[] userIds) Removes the users from the organization.voidUserService.unsetOrganizationUsers(long organizationId, long[] userIds) Removes the users from the organization.static voidUserServiceUtil.unsetOrganizationUsers(long organizationId, long[] userIds) Removes the users from the organization.voidUserServiceWrapper.unsetOrganizationUsers(long organizationId, long[] userIds) Removes the users from the organization.voidOrganizationService.unsetPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds) Removes the organizations from the password policy.static voidOrganizationServiceUtil.unsetPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds) Removes the organizations from the password policy.voidOrganizationServiceWrapper.unsetPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds) Removes the organizations from the password policy.voidUserService.unsetPasswordPolicyUsers(long passwordPolicyId, long[] userIds) Removes the users from the password policy.static voidUserServiceUtil.unsetPasswordPolicyUsers(long passwordPolicyId, long[] userIds) Removes the users from the password policy.voidUserServiceWrapper.unsetPasswordPolicyUsers(long passwordPolicyId, long[] userIds) Removes the users from the password policy.voidGroupService.unsetRoleGroups(long roleId, long[] groupIds) Removes the groups from the role.static voidGroupServiceUtil.unsetRoleGroups(long roleId, long[] groupIds) Removes the groups from the role.voidGroupServiceWrapper.unsetRoleGroups(long roleId, long[] groupIds) Removes the groups from the role.voidUserLocalService.unsetRoleUsers(long roleId, long[] userIds) Removes the users from the role.voidUserLocalService.unsetRoleUsers(long roleId, List<User> users) Removes the users from the role.static voidUserLocalServiceUtil.unsetRoleUsers(long roleId, long[] userIds) Removes the users from the role.static voidUserLocalServiceUtil.unsetRoleUsers(long roleId, List<User> users) Removes the users from the role.voidUserLocalServiceWrapper.unsetRoleUsers(long roleId, long[] userIds) Removes the users from the role.voidUserLocalServiceWrapper.unsetRoleUsers(long roleId, List<User> users) Removes the users from the role.voidUserService.unsetRoleUsers(long roleId, long[] userIds) Removes the users from the role.static voidUserServiceUtil.unsetRoleUsers(long roleId, long[] userIds) Removes the users from the role.voidUserServiceWrapper.unsetRoleUsers(long roleId, long[] userIds) Removes the users from the role.voidUserGroupService.unsetTeamUserGroups(long teamId, long[] userGroupIds) Removes the user groups from the team.static voidUserGroupServiceUtil.unsetTeamUserGroups(long teamId, long[] userGroupIds) Removes the user groups from the team.voidUserGroupServiceWrapper.unsetTeamUserGroups(long teamId, long[] userGroupIds) Removes the user groups from the team.voidUserLocalService.unsetTeamUsers(long teamId, long[] userIds) Removes the users from the team.static voidUserLocalServiceUtil.unsetTeamUsers(long teamId, long[] userIds) Removes the users from the team.voidUserLocalServiceWrapper.unsetTeamUsers(long teamId, long[] userIds) Removes the users from the team.voidUserService.unsetTeamUsers(long teamId, long[] userIds) Removes the users from the team.static voidUserServiceUtil.unsetTeamUsers(long teamId, long[] userIds) Removes the users from the team.voidUserServiceWrapper.unsetTeamUsers(long teamId, long[] userIds) Removes the users from the team.voidUserLocalService.unsetUserGroupUsers(long userGroupId, long[] userIds) Removes the users from the user group.static voidUserLocalServiceUtil.unsetUserGroupUsers(long userGroupId, long[] userIds) Removes the users from the user group.voidUserLocalServiceWrapper.unsetUserGroupUsers(long userGroupId, long[] userIds) Removes the users from the user group.voidUserService.unsetUserGroupUsers(long userGroupId, long[] userIds) Removes the users from the user group.static voidUserServiceUtil.unsetUserGroupUsers(long userGroupId, long[] userIds) Removes the users from the user group.voidUserServiceWrapper.unsetUserGroupUsers(long userGroupId, long[] userIds) Removes the users from the user group.voidRoleLocalService.unsetUserRoles(long userId, long[] roleIds) Removes the matching roles associated with the user.static voidRoleLocalServiceUtil.unsetUserRoles(long userId, long[] roleIds) Removes the matching roles associated with the user.voidRoleLocalServiceWrapper.unsetUserRoles(long userId, long[] roleIds) Removes the matching roles associated with the user.voidRoleService.unsetUserRoles(long userId, long[] roleIds) Removes the matching roles associated with the user.static voidRoleServiceUtil.unsetUserRoles(long userId, long[] roleIds) Removes the matching roles associated with the user.voidRoleServiceWrapper.unsetUserRoles(long userId, long[] roleIds) Removes the matching roles associated with the user.CountryLocalService.updateActive(long countryId, boolean active) static CountryCountryLocalServiceUtil.updateActive(long countryId, boolean active) CountryLocalServiceWrapper.updateActive(long countryId, boolean active) CountryService.updateActive(long countryId, boolean active) static CountryCountryServiceUtil.updateActive(long countryId, boolean active) CountryServiceWrapper.updateActive(long countryId, boolean active) RegionLocalService.updateActive(long regionId, boolean active) static RegionRegionLocalServiceUtil.updateActive(long regionId, boolean active) RegionLocalServiceWrapper.updateActive(long regionId, boolean active) RegionService.updateActive(long regionId, boolean active) static RegionRegionServiceUtil.updateActive(long regionId, boolean active) RegionServiceWrapper.updateActive(long regionId, boolean active) AddressLocalService.updateAddress(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary) AddressLocalService.updateAddress(long addressId, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber) static AddressAddressLocalServiceUtil.updateAddress(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary) static AddressAddressLocalServiceUtil.updateAddress(long addressId, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber) AddressLocalServiceWrapper.updateAddress(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary) AddressLocalServiceWrapper.updateAddress(long addressId, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber) AddressService.updateAddress(long addressId, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber) static AddressAddressServiceUtil.updateAddress(long addressId, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber) AddressServiceWrapper.updateAddress(long addressId, String name, String description, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary, String phoneNumber) UserLocalService.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse) Updates whether the user has agreed to the terms of use.static UserUserLocalServiceUtil.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse) Updates whether the user has agreed to the terms of use.UserLocalServiceWrapper.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse) Updates whether the user has agreed to the terms of use.UserService.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse) Updates the user's response to the terms of use agreement.static UserUserServiceUtil.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse) Updates the user's response to the terms of use agreement.UserServiceWrapper.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse) Updates the user's response to the terms of use agreement.voidPortletPreferencesService.updateArchivePreferences(long userId, long groupId, String name, String portletId, PortletPreferences jxPortletPreferences) static voidPortletPreferencesServiceUtil.updateArchivePreferences(long userId, long groupId, String name, String portletId, PortletPreferences jxPortletPreferences) voidPortletPreferencesServiceWrapper.updateArchivePreferences(long userId, long groupId, String name, String portletId, PortletPreferences jxPortletPreferences) voidGroupLocalService.updateAsset(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames) Updates the group's asset replacing categories and tag names.static voidGroupLocalServiceUtil.updateAsset(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames) Updates the group's asset replacing categories and tag names.voidGroupLocalServiceWrapper.updateAsset(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames) Updates the group's asset replacing categories and tag names.voidLayoutLocalService.updateAsset(long userId, Layout layout, long[] assetCategoryIds, String[] assetTagNames) static voidLayoutLocalServiceUtil.updateAsset(long userId, Layout layout, long[] assetCategoryIds, String[] assetTagNames) voidLayoutLocalServiceWrapper.updateAsset(long userId, Layout layout, long[] assetCategoryIds, String[] assetTagNames) voidOrganizationLocalService.updateAsset(long userId, Organization organization, long[] assetCategoryIds, String[] assetTagNames) Updates the organization's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary.static voidOrganizationLocalServiceUtil.updateAsset(long userId, Organization organization, long[] assetCategoryIds, String[] assetTagNames) Updates the organization's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary.voidOrganizationLocalServiceWrapper.updateAsset(long userId, Organization organization, long[] assetCategoryIds, String[] assetTagNames) Updates the organization's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary.voidUserLocalService.updateAsset(long userId, User user, long[] assetCategoryIds, String[] assetTagNames) Updates the user's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary.static voidUserLocalServiceUtil.updateAsset(long userId, User user, long[] assetCategoryIds, String[] assetTagNames) Updates the user's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary.voidUserLocalServiceWrapper.updateAsset(long userId, User user, long[] assetCategoryIds, String[] assetTagNames) Updates the user's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary.voidWorkflowInstanceLinkLocalService.updateClassPK(long companyId, long groupId, String className, long oldClassPK, long newClassPK) static voidWorkflowInstanceLinkLocalServiceUtil.updateClassPK(long companyId, long groupId, String className, long oldClassPK, long newClassPK) voidWorkflowInstanceLinkLocalServiceWrapper.updateClassPK(long companyId, long groupId, String className, long oldClassPK, long newClassPK) CompanyLocalService.updateCompany(long companyId, String virtualHostname, String mx, int maxUsers, boolean active) Updates the company.CompanyLocalService.updateCompany(long companyId, String virtualHostname, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size) Update the company with additional account information.static CompanyCompanyLocalServiceUtil.updateCompany(long companyId, String virtualHostname, String mx, int maxUsers, boolean active) Updates the company.static CompanyCompanyLocalServiceUtil.updateCompany(long companyId, String virtualHostname, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size) Update the company with additional account information.CompanyLocalServiceWrapper.updateCompany(long companyId, String virtualHostname, String mx, int maxUsers, boolean active) Updates the company.CompanyLocalServiceWrapper.updateCompany(long companyId, String virtualHostname, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size) Update the company with additional account information.CompanyService.updateCompany(long companyId, String virtualHost, String mx, int maxUsers, boolean active) Updates the companyCompanyService.updateCompany(long companyId, String virtualHost, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size) Updates the company with additional account information.CompanyService.updateCompany(long companyId, String virtualHost, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties unicodeProperties) Updates the company with addition information.static CompanyCompanyServiceUtil.updateCompany(long companyId, String virtualHost, String mx, int maxUsers, boolean active) Updates the companystatic CompanyCompanyServiceUtil.updateCompany(long companyId, String virtualHost, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size) Updates the company with additional account information.static CompanyCompanyServiceUtil.updateCompany(long companyId, String virtualHost, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties unicodeProperties) Updates the company with addition information.CompanyServiceWrapper.updateCompany(long companyId, String virtualHost, String mx, int maxUsers, boolean active) Updates the companyCompanyServiceWrapper.updateCompany(long companyId, String virtualHost, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size) Updates the company with additional account information.CompanyServiceWrapper.updateCompany(long companyId, String virtualHost, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties unicodeProperties) Updates the company with addition information.ContactLocalService.updateContact(long contactId, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) static ContactContactLocalServiceUtil.updateContact(long contactId, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) ContactLocalServiceWrapper.updateContact(long contactId, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) ContactService.updateContact(long contactId, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) static ContactContactServiceUtil.updateContact(long contactId, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) ContactServiceWrapper.updateContact(long contactId, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) CountryLocalService.updateCountry(long countryId, String a2, String a3, boolean active, boolean billingAllowed, String idd, String name, String number, double position, boolean shippingAllowed, boolean subjectToVAT) static CountryCountryLocalServiceUtil.updateCountry(long countryId, String a2, String a3, boolean active, boolean billingAllowed, String idd, String name, String number, double position, boolean shippingAllowed, boolean subjectToVAT) CountryLocalServiceWrapper.updateCountry(long countryId, String a2, String a3, boolean active, boolean billingAllowed, String idd, String name, String number, double position, boolean shippingAllowed, boolean subjectToVAT) CountryService.updateCountry(long countryId, String a2, String a3, boolean active, boolean billingAllowed, String idd, String name, String number, double position, boolean shippingAllowed, boolean subjectToVAT) static CountryCountryServiceUtil.updateCountry(long countryId, String a2, String a3, boolean active, boolean billingAllowed, String idd, String name, String number, double position, boolean shippingAllowed, boolean subjectToVAT) CountryServiceWrapper.updateCountry(long countryId, String a2, String a3, boolean active, boolean billingAllowed, String idd, String name, String number, double position, boolean shippingAllowed, boolean subjectToVAT) CountryLocalService.updateCountryLocalization(Country country, String languageId, String title) static CountryLocalizationCountryLocalServiceUtil.updateCountryLocalization(Country country, String languageId, String title) CountryLocalServiceWrapper.updateCountryLocalization(Country country, String languageId, String title) CountryLocalService.updateCountryLocalizations(Country country, Map<String, String> titleMap) static List<CountryLocalization>CountryLocalServiceUtil.updateCountryLocalizations(Country country, Map<String, String> titleMap) CountryLocalServiceWrapper.updateCountryLocalizations(Country country, Map<String, String> titleMap) UserLocalService.updateCreateDate(long userId, Date createDate) Updates the user's creation date.static UserUserLocalServiceUtil.updateCreateDate(long userId, Date createDate) Updates the user's creation date.UserLocalServiceWrapper.updateCreateDate(long userId, Date createDate) Updates the user's creation date.voidCompanyLocalService.updateDisplay(long companyId, String languageId, String timeZoneId) Update the company's display.static voidCompanyLocalServiceUtil.updateDisplay(long companyId, String languageId, String timeZoneId) Update the company's display.voidCompanyLocalServiceWrapper.updateDisplay(long companyId, String languageId, String timeZoneId) Update the company's display.voidCompanyService.updateDisplay(long companyId, String languageId, String timeZoneId) Update the company's display.static voidCompanyServiceUtil.updateDisplay(long companyId, String languageId, String timeZoneId) Update the company's display.voidCompanyServiceWrapper.updateDisplay(long companyId, String languageId, String timeZoneId) Update the company's display.voidCompanyLocalService.updateDisplayGroupNames(long companyId) static voidCompanyLocalServiceUtil.updateDisplayGroupNames(long companyId) voidCompanyLocalServiceWrapper.updateDisplayGroupNames(long companyId) EmailAddressLocalService.updateEmailAddress(String externalReferenceCode, long emailAddressId, String address, long listTypeId, boolean primary) static EmailAddressEmailAddressLocalServiceUtil.updateEmailAddress(String externalReferenceCode, long emailAddressId, String address, long listTypeId, boolean primary) EmailAddressLocalServiceWrapper.updateEmailAddress(String externalReferenceCode, long emailAddressId, String address, long listTypeId, boolean primary) EmailAddressService.updateEmailAddress(String externalReferenceCode, long emailAddressId, String address, long typeId, boolean primary) static EmailAddressEmailAddressServiceUtil.updateEmailAddress(String externalReferenceCode, long emailAddressId, String address, long typeId, boolean primary) EmailAddressServiceWrapper.updateEmailAddress(String externalReferenceCode, long emailAddressId, String address, long typeId, boolean primary) UserLocalService.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2) Updates the user's email address.UserLocalService.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2, ServiceContext serviceContext) Updates the user's email address or sends verification email.static UserUserLocalServiceUtil.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2) Updates the user's email address.static UserUserLocalServiceUtil.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2, ServiceContext serviceContext) Updates the user's email address or sends verification email.UserLocalServiceWrapper.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2) Updates the user's email address.UserLocalServiceWrapper.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2, ServiceContext serviceContext) Updates the user's email address or sends verification email.UserService.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2, ServiceContext serviceContext) Updates the user's email address.static UserUserServiceUtil.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2, ServiceContext serviceContext) Updates the user's email address.UserServiceWrapper.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2, ServiceContext serviceContext) Updates the user's email address.UserLocalService.updateEmailAddressVerified(long userId, boolean emailAddressVerified) Updates whether the user has verified email address.static UserUserLocalServiceUtil.updateEmailAddressVerified(long userId, boolean emailAddressVerified) Updates whether the user has verified email address.UserLocalServiceWrapper.updateEmailAddressVerified(long userId, boolean emailAddressVerified) Updates whether the user has verified email address.AddressLocalService.updateExternalReferenceCode(long addressId, String externalReferenceCode) AddressLocalService.updateExternalReferenceCode(Address address, String externalReferenceCode) static AddressAddressLocalServiceUtil.updateExternalReferenceCode(long addressId, String externalReferenceCode) static AddressAddressLocalServiceUtil.updateExternalReferenceCode(Address address, String externalReferenceCode) AddressLocalServiceWrapper.updateExternalReferenceCode(long addressId, String externalReferenceCode) AddressLocalServiceWrapper.updateExternalReferenceCode(Address address, String externalReferenceCode) AddressService.updateExternalReferenceCode(long addressId, String externalReferenceCode) AddressService.updateExternalReferenceCode(Address address, String externalReferenceCode) static AddressAddressServiceUtil.updateExternalReferenceCode(long addressId, String externalReferenceCode) static AddressAddressServiceUtil.updateExternalReferenceCode(Address address, String externalReferenceCode) AddressServiceWrapper.updateExternalReferenceCode(long addressId, String externalReferenceCode) AddressServiceWrapper.updateExternalReferenceCode(Address address, String externalReferenceCode) RoleLocalService.updateExternalReferenceCode(long roleId, String externalReferenceCode) RoleLocalService.updateExternalReferenceCode(Role role, String externalReferenceCode) static RoleRoleLocalServiceUtil.updateExternalReferenceCode(long roleId, String externalReferenceCode) static RoleRoleLocalServiceUtil.updateExternalReferenceCode(Role role, String externalReferenceCode) RoleLocalServiceWrapper.updateExternalReferenceCode(long roleId, String externalReferenceCode) RoleLocalServiceWrapper.updateExternalReferenceCode(Role role, String externalReferenceCode) RoleService.updateExternalReferenceCode(long roleId, String externalReferenceCode) RoleService.updateExternalReferenceCode(Role role, String externalReferenceCode) static RoleRoleServiceUtil.updateExternalReferenceCode(long roleId, String externalReferenceCode) static RoleRoleServiceUtil.updateExternalReferenceCode(Role role, String externalReferenceCode) RoleServiceWrapper.updateExternalReferenceCode(long roleId, String externalReferenceCode) RoleServiceWrapper.updateExternalReferenceCode(Role role, String externalReferenceCode) UserGroupLocalService.updateExternalReferenceCode(UserGroup userGroup, String externalReferenceCode) static UserGroupUserGroupLocalServiceUtil.updateExternalReferenceCode(UserGroup userGroup, String externalReferenceCode) UserGroupLocalServiceWrapper.updateExternalReferenceCode(UserGroup userGroup, String externalReferenceCode) UserGroupService.updateExternalReferenceCode(UserGroup userGroup, String externalReferenceCode) static UserGroupUserGroupServiceUtil.updateExternalReferenceCode(UserGroup userGroup, String externalReferenceCode) UserGroupServiceWrapper.updateExternalReferenceCode(UserGroup userGroup, String externalReferenceCode) UserLocalService.updateExternalReferenceCode(long userId, String externalReferenceCode) UserLocalService.updateExternalReferenceCode(User user, String externalReferenceCode) static UserUserLocalServiceUtil.updateExternalReferenceCode(long userId, String externalReferenceCode) static UserUserLocalServiceUtil.updateExternalReferenceCode(User user, String externalReferenceCode) UserLocalServiceWrapper.updateExternalReferenceCode(long userId, String externalReferenceCode) UserLocalServiceWrapper.updateExternalReferenceCode(User user, String externalReferenceCode) UserService.updateExternalReferenceCode(long userId, String externalReferenceCode) UserService.updateExternalReferenceCode(User user, String externalReferenceCode) static UserUserServiceUtil.updateExternalReferenceCode(long userId, String externalReferenceCode) static UserUserServiceUtil.updateExternalReferenceCode(User user, String externalReferenceCode) UserServiceWrapper.updateExternalReferenceCode(long userId, String externalReferenceCode) UserServiceWrapper.updateExternalReferenceCode(User user, String externalReferenceCode) UserLocalService.updateFacebookId(long userId, long facebookId) Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic UserUserLocalServiceUtil.updateFacebookId(long userId, long facebookId) Deprecated.As of Athanasius (7.3.x), with no direct replacementUserLocalServiceWrapper.updateFacebookId(long userId, long facebookId) Deprecated.As of Athanasius (7.3.x), with no direct replacementLayoutSetLocalService.updateFaviconFileEntryId(long groupId, boolean privateLayout, long faviconFileEntryId) static LayoutSetLayoutSetLocalServiceUtil.updateFaviconFileEntryId(long groupId, boolean privateLayout, long faviconFileEntryId) LayoutSetLocalServiceWrapper.updateFaviconFileEntryId(long groupId, boolean privateLayout, long faviconFileEntryId) voidLayoutSetService.updateFaviconFileEntryId(long groupId, boolean privateLayout, long faviconFileEntryId) static voidLayoutSetServiceUtil.updateFaviconFileEntryId(long groupId, boolean privateLayout, long faviconFileEntryId) voidLayoutSetServiceWrapper.updateFaviconFileEntryId(long groupId, boolean privateLayout, long faviconFileEntryId) GroupLocalService.updateFriendlyURL(long groupId, String friendlyURL) Updates the group's friendly URL.static GroupGroupLocalServiceUtil.updateFriendlyURL(long groupId, String friendlyURL) Updates the group's friendly URL.GroupLocalServiceWrapper.updateFriendlyURL(long groupId, String friendlyURL) Updates the group's friendly URL.GroupService.updateFriendlyURL(long groupId, String friendlyURL) Updates the group's friendly URL.static GroupGroupServiceUtil.updateFriendlyURL(long groupId, String friendlyURL) Updates the group's friendly URL.GroupServiceWrapper.updateFriendlyURL(long groupId, String friendlyURL) Updates the group's friendly URL.LayoutLocalService.updateFriendlyURL(long userId, long plid, String friendlyURL, String languageId) Updates the friendly URL of the layout.static LayoutLayoutLocalServiceUtil.updateFriendlyURL(long userId, long plid, String friendlyURL, String languageId) Updates the friendly URL of the layout.LayoutLocalServiceWrapper.updateFriendlyURL(long userId, long plid, String friendlyURL, String languageId) Updates the friendly URL of the layout.UserLocalService.updateGoogleUserId(long userId, String googleUserId) Updates the user's Google user ID.static UserUserLocalServiceUtil.updateGoogleUserId(long userId, String googleUserId) Updates the user's Google user ID.UserLocalServiceWrapper.updateGoogleUserId(long userId, String googleUserId) Updates the user's Google user ID.GroupLocalService.updateGroup(long groupId, long parentGroupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean inheritContent, boolean active, ServiceContext serviceContext) GroupLocalService.updateGroup(long groupId, String typeSettings) Updates the group's type settings.static GroupGroupLocalServiceUtil.updateGroup(long groupId, long parentGroupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean inheritContent, boolean active, ServiceContext serviceContext) static GroupGroupLocalServiceUtil.updateGroup(long groupId, String typeSettings) Updates the group's type settings.GroupLocalServiceWrapper.updateGroup(long groupId, long parentGroupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean inheritContent, boolean active, ServiceContext serviceContext) GroupLocalServiceWrapper.updateGroup(long groupId, String typeSettings) Updates the group's type settings.GroupService.updateGroup(long groupId, long parentGroupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean inheritContent, boolean active, ServiceContext serviceContext) GroupService.updateGroup(long groupId, String typeSettings) Updates the group's type settings.static GroupGroupServiceUtil.updateGroup(long groupId, long parentGroupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean inheritContent, boolean active, ServiceContext serviceContext) static GroupGroupServiceUtil.updateGroup(long groupId, String typeSettings) Updates the group's type settings.GroupServiceWrapper.updateGroup(long groupId, long parentGroupId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int type, boolean manualMembership, int membershipRestriction, String friendlyURL, boolean inheritContent, boolean active, ServiceContext serviceContext) GroupServiceWrapper.updateGroup(long groupId, String typeSettings) Updates the group's type settings.CountryLocalService.updateGroupFilterEnabled(long countryId, boolean groupFilterEnabled) static CountryCountryLocalServiceUtil.updateGroupFilterEnabled(long countryId, boolean groupFilterEnabled) CountryLocalServiceWrapper.updateGroupFilterEnabled(long countryId, boolean groupFilterEnabled) CountryService.updateGroupFilterEnabled(long countryId, boolean groupFilterEnabled) static CountryCountryServiceUtil.updateGroupFilterEnabled(long countryId, boolean groupFilterEnabled) CountryServiceWrapper.updateGroupFilterEnabled(long countryId, boolean groupFilterEnabled) voidUserLocalService.updateGroups(long userId, long[] newGroupIds, ServiceContext serviceContext) Sets the groups the user is in, removing and adding groups as necessary.static voidUserLocalServiceUtil.updateGroups(long userId, long[] newGroupIds, ServiceContext serviceContext) Sets the groups the user is in, removing and adding groups as necessary.voidUserLocalServiceWrapper.updateGroups(long userId, long[] newGroupIds, ServiceContext serviceContext) Sets the groups the user is in, removing and adding groups as necessary.LayoutLocalService.updateIconImage(long plid, byte[] bytes) static LayoutLayoutLocalServiceUtil.updateIconImage(long plid, byte[] bytes) LayoutLocalServiceWrapper.updateIconImage(long plid, byte[] bytes) LayoutService.updateIconImage(long plid, byte[] bytes) static LayoutLayoutServiceUtil.updateIconImage(long plid, byte[] bytes) LayoutServiceWrapper.updateIconImage(long plid, byte[] bytes) ImageLocalService.updateImage(long imageId, byte[] bytes) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalService.updateImage(long, long, byte[])ImageLocalService.updateImage(long imageId, byte[] bytes, String type, int height, int width, int size) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalService.updateImage(long, long, byte[], String, int, int, int)ImageLocalService.updateImage(long companyId, long imageId, byte[] bytes) ImageLocalService.updateImage(long companyId, long imageId, byte[] bytes, String type, int height, int width, int size) ImageLocalService.updateImage(long companyId, long imageId, File file) ImageLocalService.updateImage(long companyId, long imageId, InputStream inputStream) ImageLocalService.updateImage(long companyId, long imageId, InputStream inputStream, boolean cleanUpStream) ImageLocalService.updateImage(long imageId, File file) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalService.updateImage(long, long, File)ImageLocalService.updateImage(long imageId, InputStream inputStream) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalService.updateImage(long, long, InputStream)ImageLocalService.updateImage(long imageId, InputStream inputStream, boolean cleanUpStream) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalService.updateImage(long, long, InputStream, boolean)static ImageImageLocalServiceUtil.updateImage(long imageId, byte[] bytes) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceUtil.updateImage(long, long, byte[])static ImageImageLocalServiceUtil.updateImage(long imageId, byte[] bytes, String type, int height, int width, int size) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceUtil.updateImage(long, long, byte[], String, int, int, int)static ImageImageLocalServiceUtil.updateImage(long companyId, long imageId, byte[] bytes) static ImageImageLocalServiceUtil.updateImage(long companyId, long imageId, byte[] bytes, String type, int height, int width, int size) static ImageImageLocalServiceUtil.updateImage(long companyId, long imageId, File file) static ImageImageLocalServiceUtil.updateImage(long companyId, long imageId, InputStream inputStream) static ImageImageLocalServiceUtil.updateImage(long companyId, long imageId, InputStream inputStream, boolean cleanUpStream) static ImageImageLocalServiceUtil.updateImage(long imageId, File file) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceUtil.updateImage(long, long, File)static ImageImageLocalServiceUtil.updateImage(long imageId, InputStream inputStream) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceUtil.updateImage(long, long, InputStream)static ImageImageLocalServiceUtil.updateImage(long imageId, InputStream inputStream, boolean cleanUpStream) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceUtil.updateImage(long, long, InputStream, boolean)ImageLocalServiceWrapper.updateImage(long imageId, byte[] bytes) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceWrapper.updateImage(long, long, byte[])ImageLocalServiceWrapper.updateImage(long imageId, byte[] bytes, String type, int height, int width, int size) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceWrapper.updateImage(long, long, byte[], String, int, int, int)ImageLocalServiceWrapper.updateImage(long companyId, long imageId, byte[] bytes) ImageLocalServiceWrapper.updateImage(long companyId, long imageId, byte[] bytes, String type, int height, int width, int size) ImageLocalServiceWrapper.updateImage(long companyId, long imageId, File file) ImageLocalServiceWrapper.updateImage(long companyId, long imageId, InputStream inputStream) ImageLocalServiceWrapper.updateImage(long companyId, long imageId, InputStream inputStream, boolean cleanUpStream) ImageLocalServiceWrapper.updateImage(long imageId, File file) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceWrapper.updateImage(long, long, File)ImageLocalServiceWrapper.updateImage(long imageId, InputStream inputStream) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceWrapper.updateImage(long, long, InputStream)ImageLocalServiceWrapper.updateImage(long imageId, InputStream inputStream, boolean cleanUpStream) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceWrapper.updateImage(long, long, InputStream, boolean)UserLocalService.updateIncompleteUser(long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, boolean updateUserInformation, boolean sendEmail, ServiceContext serviceContext) Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address.static UserUserLocalServiceUtil.updateIncompleteUser(long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, boolean updateUserInformation, boolean sendEmail, ServiceContext serviceContext) Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address.UserLocalServiceWrapper.updateIncompleteUser(long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, boolean updateUserInformation, boolean sendEmail, ServiceContext serviceContext) Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address.UserService.updateIncompleteUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, boolean updateUserInformation, boolean sendEmail, ServiceContext serviceContext) Deprecated.As of Athanasius (7.3.x), replaced by#updateIncompleteUser(long, long, boolean, String, String, boolean, String, String, Locale, String, String, String, long, long, boolean, int, int, int, String, boolean, boolean, ServiceContext)UserService.updateIncompleteUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, boolean updateUserInformation, boolean sendEmail, ServiceContext serviceContext) Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address.static UserUserServiceUtil.updateIncompleteUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, boolean updateUserInformation, boolean sendEmail, ServiceContext serviceContext) Deprecated.As of Athanasius (7.3.x), replaced by#updateIncompleteUser(long, long, boolean, String, String, boolean, String, String, Locale, String, String, String, long, long, boolean, int, int, int, String, boolean, boolean, ServiceContext)static UserUserServiceUtil.updateIncompleteUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, boolean updateUserInformation, boolean sendEmail, ServiceContext serviceContext) Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address.UserServiceWrapper.updateIncompleteUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, boolean updateUserInformation, boolean sendEmail, ServiceContext serviceContext) Deprecated.As of Athanasius (7.3.x), replaced by#updateIncompleteUser(long, long, boolean, String, String, boolean, String, String, Locale, String, String, String, long, long, boolean, int, int, int, String, boolean, boolean, ServiceContext)UserServiceWrapper.updateIncompleteUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, Locale locale, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, boolean updateUserInformation, boolean sendEmail, ServiceContext serviceContext) Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address.CompanyLocalService.updateIndexNameNext(long companyId, String indexNameNext) static CompanyCompanyLocalServiceUtil.updateIndexNameNext(long companyId, String indexNameNext) CompanyLocalServiceWrapper.updateIndexNameNext(long companyId, String indexNameNext) CompanyLocalService.updateIndexNames(long companyId, String indexNameCurrent, String indexNameNext) static CompanyCompanyLocalServiceUtil.updateIndexNames(long companyId, String indexNameCurrent, String indexNameNext) CompanyLocalServiceWrapper.updateIndexNames(long companyId, String indexNameCurrent, String indexNameNext) UserLocalService.updateJobTitle(long userId, String jobTitle) Updates the user's job title.static UserUserLocalServiceUtil.updateJobTitle(long userId, String jobTitle) Updates the user's job title.UserLocalServiceWrapper.updateJobTitle(long userId, String jobTitle) Updates the user's job title.UserLocalService.updateLanguageId(long userId, String languageId) static UserUserLocalServiceUtil.updateLanguageId(long userId, String languageId) UserLocalServiceWrapper.updateLanguageId(long userId, String languageId) UserService.updateLanguageId(long userId, String languageId) static UserUserServiceUtil.updateLanguageId(long userId, String languageId) UserServiceWrapper.updateLanguageId(long userId, String languageId) UserLocalService.updateLastLogin(long userId, String loginIP) Updates the user's last login with the current time and the IP address.UserLocalService.updateLastLogin(User user, String loginIP) static UserUserLocalServiceUtil.updateLastLogin(long userId, String loginIP) Updates the user's last login with the current time and the IP address.static UserUserLocalServiceUtil.updateLastLogin(User user, String loginIP) UserLocalServiceWrapper.updateLastLogin(long userId, String loginIP) Updates the user's last login with the current time and the IP address.UserLocalServiceWrapper.updateLastLogin(User user, String loginIP) LayoutLocalService.updateLayout(long groupId, boolean privateLayout, long layoutId, long classNameId, long classPK) Updates the layout replacing its entity class name ID and primary key.LayoutLocalService.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale, String> nameMap, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, boolean hidden, Map<Locale, String> friendlyURLMap, boolean hasIconImage, byte[] iconBytes, long styleBookEntryId, long faviconFileEntryId, long masterLayoutPlid, ServiceContext serviceContext) Updates the layout.LayoutLocalService.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings) Updates the layout replacing its type settings.LayoutLocalService.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings, byte[] iconBytes, String themeId, String colorSchemeId, long styleBookEntryId, String css, long faviconFileEntryId, long masterLayoutPlid) LayoutLocalService.updateLayout(long groupId, boolean privateLayout, long layoutId, Date publishDate) Updates the layout replacing its draft publish date.static LayoutLayoutLocalServiceUtil.updateLayout(long groupId, boolean privateLayout, long layoutId, long classNameId, long classPK) Updates the layout replacing its entity class name ID and primary key.static LayoutLayoutLocalServiceUtil.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale, String> nameMap, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, boolean hidden, Map<Locale, String> friendlyURLMap, boolean hasIconImage, byte[] iconBytes, long styleBookEntryId, long faviconFileEntryId, long masterLayoutPlid, ServiceContext serviceContext) Updates the layout.static LayoutLayoutLocalServiceUtil.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings) Updates the layout replacing its type settings.static LayoutLayoutLocalServiceUtil.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings, byte[] iconBytes, String themeId, String colorSchemeId, long styleBookEntryId, String css, long faviconFileEntryId, long masterLayoutPlid) static LayoutLayoutLocalServiceUtil.updateLayout(long groupId, boolean privateLayout, long layoutId, Date publishDate) Updates the layout replacing its draft publish date.LayoutLocalServiceWrapper.updateLayout(long groupId, boolean privateLayout, long layoutId, long classNameId, long classPK) Updates the layout replacing its entity class name ID and primary key.LayoutLocalServiceWrapper.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale, String> nameMap, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, boolean hidden, Map<Locale, String> friendlyURLMap, boolean hasIconImage, byte[] iconBytes, long styleBookEntryId, long faviconFileEntryId, long masterLayoutPlid, ServiceContext serviceContext) Updates the layout.LayoutLocalServiceWrapper.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings) Updates the layout replacing its type settings.LayoutLocalServiceWrapper.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings, byte[] iconBytes, String themeId, String colorSchemeId, long styleBookEntryId, String css, long faviconFileEntryId, long masterLayoutPlid) LayoutLocalServiceWrapper.updateLayout(long groupId, boolean privateLayout, long layoutId, Date publishDate) Updates the layout replacing its draft publish date.LayoutService.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale, String> localeNamesMap, Map<Locale, String> localeTitlesMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, boolean hidden, Map<Locale, String> friendlyURLMap, boolean hasIconImage, byte[] iconBytes, long styleBookEntryId, long faviconFileEntryId, long masterLayoutPlid, ServiceContext serviceContext) Updates the layout with additional parameters.LayoutService.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings) Updates the layout replacing its type settings.static LayoutLayoutServiceUtil.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale, String> localeNamesMap, Map<Locale, String> localeTitlesMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, boolean hidden, Map<Locale, String> friendlyURLMap, boolean hasIconImage, byte[] iconBytes, long styleBookEntryId, long faviconFileEntryId, long masterLayoutPlid, ServiceContext serviceContext) Updates the layout with additional parameters.static LayoutLayoutServiceUtil.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings) Updates the layout replacing its type settings.LayoutServiceWrapper.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale, String> localeNamesMap, Map<Locale, String> localeTitlesMap, Map<Locale, String> descriptionMap, Map<Locale, String> keywordsMap, Map<Locale, String> robotsMap, String type, boolean hidden, Map<Locale, String> friendlyURLMap, boolean hasIconImage, byte[] iconBytes, long styleBookEntryId, long faviconFileEntryId, long masterLayoutPlid, ServiceContext serviceContext) Updates the layout with additional parameters.LayoutServiceWrapper.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings) Updates the layout replacing its type settings.LayoutBranchLocalService.updateLayoutBranch(long layoutBranchId, String name, String description, ServiceContext serviceContext) static LayoutBranchLayoutBranchLocalServiceUtil.updateLayoutBranch(long layoutBranchId, String name, String description, ServiceContext serviceContext) LayoutBranchLocalServiceWrapper.updateLayoutBranch(long layoutBranchId, String name, String description, ServiceContext serviceContext) LayoutBranchService.updateLayoutBranch(long layoutBranchId, String name, String description, ServiceContext serviceContext) static LayoutBranchLayoutBranchServiceUtil.updateLayoutBranch(long layoutBranchId, String name, String description, ServiceContext serviceContext) LayoutBranchServiceWrapper.updateLayoutBranch(long layoutBranchId, String name, String description, ServiceContext serviceContext) LayoutFriendlyURLLocalService.updateLayoutFriendlyURL(long userId, long companyId, long groupId, long plid, boolean privateLayout, String friendlyURL, String languageId, ServiceContext serviceContext) static LayoutFriendlyURLLayoutFriendlyURLLocalServiceUtil.updateLayoutFriendlyURL(long userId, long companyId, long groupId, long plid, boolean privateLayout, String friendlyURL, String languageId, ServiceContext serviceContext) LayoutFriendlyURLLocalServiceWrapper.updateLayoutFriendlyURL(long userId, long companyId, long groupId, long plid, boolean privateLayout, String friendlyURL, String languageId, ServiceContext serviceContext) LayoutFriendlyURLLocalService.updateLayoutFriendlyURLs(long userId, long companyId, long groupId, long plid, boolean privateLayout, Map<Locale, String> friendlyURLMap, ServiceContext serviceContext) static List<LayoutFriendlyURL>LayoutFriendlyURLLocalServiceUtil.updateLayoutFriendlyURLs(long userId, long companyId, long groupId, long plid, boolean privateLayout, Map<Locale, String> friendlyURLMap, ServiceContext serviceContext) LayoutFriendlyURLLocalServiceWrapper.updateLayoutFriendlyURLs(long userId, long companyId, long groupId, long plid, boolean privateLayout, Map<Locale, String> friendlyURLMap, ServiceContext serviceContext) LayoutPrototypeLocalService.updateLayoutPrototype(long layoutPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) static LayoutPrototypeLayoutPrototypeLocalServiceUtil.updateLayoutPrototype(long layoutPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(long layoutPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) LayoutPrototypeService.updateLayoutPrototype(long layoutPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) static LayoutPrototypeLayoutPrototypeServiceUtil.updateLayoutPrototype(long layoutPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) LayoutPrototypeServiceWrapper.updateLayoutPrototype(long layoutPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) LayoutRevisionLocalService.updateLayoutRevision(long userId, long layoutRevisionId, long layoutBranchId, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String css, ServiceContext serviceContext) static LayoutRevisionLayoutRevisionLocalServiceUtil.updateLayoutRevision(long userId, long layoutRevisionId, long layoutBranchId, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String css, ServiceContext serviceContext) LayoutRevisionLocalServiceWrapper.updateLayoutRevision(long userId, long layoutRevisionId, long layoutBranchId, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String css, ServiceContext serviceContext) LayoutSetBranchLocalService.updateLayoutSetBranch(long layoutSetBranchId, String name, String description, ServiceContext serviceContext) static LayoutSetBranchLayoutSetBranchLocalServiceUtil.updateLayoutSetBranch(long layoutSetBranchId, String name, String description, ServiceContext serviceContext) LayoutSetBranchLocalServiceWrapper.updateLayoutSetBranch(long layoutSetBranchId, String name, String description, ServiceContext serviceContext) LayoutSetBranchService.updateLayoutSetBranch(long groupId, long layoutSetBranchId, String name, String description, ServiceContext serviceContext) static LayoutSetBranchLayoutSetBranchServiceUtil.updateLayoutSetBranch(long groupId, long layoutSetBranchId, String name, String description, ServiceContext serviceContext) LayoutSetBranchServiceWrapper.updateLayoutSetBranch(long groupId, long layoutSetBranchId, String name, String description, ServiceContext serviceContext) LayoutSetPrototypeLocalService.updateLayoutSetPrototype(long layoutSetPrototypeId, String settings) LayoutSetPrototypeLocalService.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) LayoutSetPrototypeLocalService.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) static LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId, String settings) static LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) static LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId, String settings) LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) LayoutSetPrototypeService.updateLayoutSetPrototype(long layoutSetPrototypeId, String settings) LayoutSetPrototypeService.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) LayoutSetPrototypeService.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) static LayoutSetPrototypeLayoutSetPrototypeServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId, String settings) static LayoutSetPrototypeLayoutSetPrototypeServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) static LayoutSetPrototypeLayoutSetPrototypeServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) LayoutSetPrototypeServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId, String settings) LayoutSetPrototypeServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) LayoutSetPrototypeServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) voidLayoutSetLocalService.updateLayoutSetPrototypeLinkEnabled(long groupId, boolean privateLayout, boolean layoutSetPrototypeLinkEnabled, String layoutSetPrototypeUuid) Updates the state of the layout set prototype link.static voidLayoutSetLocalServiceUtil.updateLayoutSetPrototypeLinkEnabled(long groupId, boolean privateLayout, boolean layoutSetPrototypeLinkEnabled, String layoutSetPrototypeUuid) Updates the state of the layout set prototype link.voidLayoutSetLocalServiceWrapper.updateLayoutSetPrototypeLinkEnabled(long groupId, boolean privateLayout, boolean layoutSetPrototypeLinkEnabled, String layoutSetPrototypeUuid) Updates the state of the layout set prototype link.voidLayoutSetService.updateLayoutSetPrototypeLinkEnabled(long groupId, boolean privateLayout, boolean layoutSetPrototypeLinkEnabled, String layoutSetPrototypeUuid) Updates the state of the layout set prototype link.static voidLayoutSetServiceUtil.updateLayoutSetPrototypeLinkEnabled(long groupId, boolean privateLayout, boolean layoutSetPrototypeLinkEnabled, String layoutSetPrototypeUuid) Updates the state of the layout set prototype link.voidLayoutSetServiceWrapper.updateLayoutSetPrototypeLinkEnabled(long groupId, boolean privateLayout, boolean layoutSetPrototypeLinkEnabled, String layoutSetPrototypeUuid) Updates the state of the layout set prototype link.UserLocalService.updateLockout(User user, boolean lockout) Updates whether the user is locked out from logging in.static UserUserLocalServiceUtil.updateLockout(User user, boolean lockout) Updates whether the user is locked out from logging in.UserLocalServiceWrapper.updateLockout(User user, boolean lockout) Updates whether the user is locked out from logging in.UserLocalService.updateLockoutByEmailAddress(long companyId, String emailAddress, boolean lockout) Updates whether the user is locked out from logging in.static UserUserLocalServiceUtil.updateLockoutByEmailAddress(long companyId, String emailAddress, boolean lockout) Updates whether the user is locked out from logging in.UserLocalServiceWrapper.updateLockoutByEmailAddress(long companyId, String emailAddress, boolean lockout) Updates whether the user is locked out from logging in.UserLocalService.updateLockoutById(long userId, boolean lockout) Updates whether the user is locked out from logging in.static UserUserLocalServiceUtil.updateLockoutById(long userId, boolean lockout) Updates whether the user is locked out from logging in.UserLocalServiceWrapper.updateLockoutById(long userId, boolean lockout) Updates whether the user is locked out from logging in.UserService.updateLockoutById(long userId, boolean lockout) Updates whether the user is locked out from logging in.static UserUserServiceUtil.updateLockoutById(long userId, boolean lockout) Updates whether the user is locked out from logging in.UserServiceWrapper.updateLockoutById(long userId, boolean lockout) Updates whether the user is locked out from logging in.UserLocalService.updateLockoutByScreenName(long companyId, String screenName, boolean lockout) Updates whether the user is locked out from logging in.static UserUserLocalServiceUtil.updateLockoutByScreenName(long companyId, String screenName, boolean lockout) Updates whether the user is locked out from logging in.UserLocalServiceWrapper.updateLockoutByScreenName(long companyId, String screenName, boolean lockout) Updates whether the user is locked out from logging in.CompanyLocalService.updateLogo(long companyId, byte[] bytes) Updates the company's logo.CompanyLocalService.updateLogo(long companyId, File file) Updates the company's logo.CompanyLocalService.updateLogo(long companyId, InputStream inputStream) Update the company's logo.static CompanyCompanyLocalServiceUtil.updateLogo(long companyId, byte[] bytes) Updates the company's logo.static CompanyCompanyLocalServiceUtil.updateLogo(long companyId, File file) Updates the company's logo.static CompanyCompanyLocalServiceUtil.updateLogo(long companyId, InputStream inputStream) Update the company's logo.CompanyLocalServiceWrapper.updateLogo(long companyId, byte[] bytes) Updates the company's logo.CompanyLocalServiceWrapper.updateLogo(long companyId, File file) Updates the company's logo.CompanyLocalServiceWrapper.updateLogo(long companyId, InputStream inputStream) Update the company's logo.CompanyService.updateLogo(long companyId, byte[] bytes) Updates the company's logo.CompanyService.updateLogo(long companyId, InputStream inputStream) Updates the company's logo.static CompanyCompanyServiceUtil.updateLogo(long companyId, byte[] bytes) Updates the company's logo.static CompanyCompanyServiceUtil.updateLogo(long companyId, InputStream inputStream) Updates the company's logo.CompanyServiceWrapper.updateLogo(long companyId, byte[] bytes) Updates the company's logo.CompanyServiceWrapper.updateLogo(long companyId, InputStream inputStream) Updates the company's logo.LayoutSetLocalService.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, byte[] bytes) LayoutSetLocalService.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, File file) LayoutSetLocalService.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream) LayoutSetLocalService.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream, boolean cleanUpStream) static LayoutSetLayoutSetLocalServiceUtil.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, byte[] bytes) static LayoutSetLayoutSetLocalServiceUtil.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, File file) static LayoutSetLayoutSetLocalServiceUtil.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream) static LayoutSetLayoutSetLocalServiceUtil.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream, boolean cleanUpStream) LayoutSetLocalServiceWrapper.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, byte[] bytes) LayoutSetLocalServiceWrapper.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, File file) LayoutSetLocalServiceWrapper.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream) LayoutSetLocalServiceWrapper.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream, boolean cleanUpStream) voidLayoutSetService.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, byte[] bytes) voidLayoutSetService.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, File file) voidLayoutSetService.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream) voidLayoutSetService.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream, boolean cleanUpStream) static voidLayoutSetServiceUtil.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, byte[] bytes) static voidLayoutSetServiceUtil.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, File file) static voidLayoutSetServiceUtil.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream) static voidLayoutSetServiceUtil.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream, boolean cleanUpStream) voidLayoutSetServiceWrapper.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, byte[] bytes) voidLayoutSetServiceWrapper.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, File file) voidLayoutSetServiceWrapper.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream) voidLayoutSetServiceWrapper.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream, boolean cleanUpStream) OrganizationLocalService.updateLogo(long organizationId, byte[] logoBytes) static OrganizationOrganizationLocalServiceUtil.updateLogo(long organizationId, byte[] logoBytes) OrganizationLocalServiceWrapper.updateLogo(long organizationId, byte[] logoBytes) OrganizationService.updateLogo(long organizationId, byte[] logoBytes) static OrganizationOrganizationServiceUtil.updateLogo(long organizationId, byte[] logoBytes) OrganizationServiceWrapper.updateLogo(long organizationId, byte[] logoBytes) LayoutLocalService.updateLookAndFeel(long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css) Updates the look and feel of the layout.static LayoutLayoutLocalServiceUtil.updateLookAndFeel(long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css) Updates the look and feel of the layout.LayoutLocalServiceWrapper.updateLookAndFeel(long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css) Updates the look and feel of the layout.LayoutService.updateLookAndFeel(long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css) Updates the look and feel of the layout.static LayoutLayoutServiceUtil.updateLookAndFeel(long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css) Updates the look and feel of the layout.LayoutServiceWrapper.updateLookAndFeel(long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css) Updates the look and feel of the layout.LayoutSetLocalService.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css) voidLayoutSetLocalService.updateLookAndFeel(long groupId, String themeId, String colorSchemeId, String css) static LayoutSetLayoutSetLocalServiceUtil.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css) static voidLayoutSetLocalServiceUtil.updateLookAndFeel(long groupId, String themeId, String colorSchemeId, String css) LayoutSetLocalServiceWrapper.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css) voidLayoutSetLocalServiceWrapper.updateLookAndFeel(long groupId, String themeId, String colorSchemeId, String css) LayoutSetService.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css) static LayoutSetLayoutSetServiceUtil.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css) LayoutSetServiceWrapper.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css) LayoutLocalService.updateMasterLayoutPlid(long groupId, boolean privateLayout, long layoutId, long masterLayoutPlid) Updates the layout replacing its master layout plid.static LayoutLayoutLocalServiceUtil.updateMasterLayoutPlid(long groupId, boolean privateLayout, long layoutId, long masterLayoutPlid) Updates the layout replacing its master layout plid.LayoutLocalServiceWrapper.updateMasterLayoutPlid(long groupId, boolean privateLayout, long layoutId, long masterLayoutPlid) Updates the layout replacing its master layout plid.voidResourcePermissionLocalService.updateModelResourcePermissions(AuditedModel auditedModel, ServiceContext serviceContext) Updates the resources for the model, replacing their group and guest permissions with new ones from the service context.static voidResourcePermissionLocalServiceUtil.updateModelResourcePermissions(AuditedModel auditedModel, ServiceContext serviceContext) Updates the resources for the model, replacing their group and guest permissions with new ones from the service context.voidResourcePermissionLocalServiceWrapper.updateModelResourcePermissions(AuditedModel auditedModel, ServiceContext serviceContext) Updates the resources for the model, replacing their group and guest permissions with new ones from the service context.voidResourceLocalService.updateModelResources(AuditedModel auditedModel, ServiceContext serviceContext) Updates the resources for the model, replacing their group and guest permissions with new ones from the service context.static voidResourceLocalServiceUtil.updateModelResources(AuditedModel auditedModel, ServiceContext serviceContext) Updates the resources for the model, replacing their group and guest permissions with new ones from the service context.voidResourceLocalServiceWrapper.updateModelResources(AuditedModel auditedModel, ServiceContext serviceContext) Updates the resources for the model, replacing their group and guest permissions with new ones from the service context.UserLocalService.updateModifiedDate(long userId, Date modifiedDate) Updates the user's modified date.static UserUserLocalServiceUtil.updateModifiedDate(long userId, Date modifiedDate) Updates the user's modified date.UserLocalServiceWrapper.updateModifiedDate(long userId, Date modifiedDate) Updates the user's modified date.LayoutLocalService.updateName(long groupId, boolean privateLayout, long layoutId, String name, String languageId) Updates the name of the layout matching the group, layout ID, and privacy.LayoutLocalService.updateName(long plid, String name, String languageId) Updates the name of the layout matching the primary key.LayoutLocalService.updateName(Layout layout, String name, String languageId) Updates the name of the layout.static LayoutLayoutLocalServiceUtil.updateName(long groupId, boolean privateLayout, long layoutId, String name, String languageId) Updates the name of the layout matching the group, layout ID, and privacy.static LayoutLayoutLocalServiceUtil.updateName(long plid, String name, String languageId) Updates the name of the layout matching the primary key.static LayoutLayoutLocalServiceUtil.updateName(Layout layout, String name, String languageId) Updates the name of the layout.LayoutLocalServiceWrapper.updateName(long groupId, boolean privateLayout, long layoutId, String name, String languageId) Updates the name of the layout matching the group, layout ID, and privacy.LayoutLocalServiceWrapper.updateName(long plid, String name, String languageId) Updates the name of the layout matching the primary key.LayoutLocalServiceWrapper.updateName(Layout layout, String name, String languageId) Updates the name of the layout.LayoutService.updateName(long groupId, boolean privateLayout, long layoutId, String name, String languageId) Updates the name of the layout matching the group, layout ID, and privacy.LayoutService.updateName(long plid, String name, String languageId) Updates the name of the layout matching the primary key.static LayoutLayoutServiceUtil.updateName(long groupId, boolean privateLayout, long layoutId, String name, String languageId) Updates the name of the layout matching the group, layout ID, and privacy.static LayoutLayoutServiceUtil.updateName(long plid, String name, String languageId) Updates the name of the layout matching the primary key.LayoutServiceWrapper.updateName(long groupId, boolean privateLayout, long layoutId, String name, String languageId) Updates the name of the layout matching the group, layout ID, and privacy.LayoutServiceWrapper.updateName(long plid, String name, String languageId) Updates the name of the layout matching the primary key.UserLocalService.updateOpenId(long userId, String openId) Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic UserUserLocalServiceUtil.updateOpenId(long userId, String openId) Deprecated.As of Athanasius (7.3.x), with no direct replacementUserLocalServiceWrapper.updateOpenId(long userId, String openId) Deprecated.As of Athanasius (7.3.x), with no direct replacementUserService.updateOpenId(long userId, String openId) Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic UserUserServiceUtil.updateOpenId(long userId, String openId) Deprecated.As of Athanasius (7.3.x), with no direct replacementUserServiceWrapper.updateOpenId(long userId, String openId) Deprecated.As of Athanasius (7.3.x), with no direct replacementOrganizationLocalService.updateOrganization(String externalReferenceCode, long companyId, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, ServiceContext serviceContext) Updates the organization.static OrganizationOrganizationLocalServiceUtil.updateOrganization(String externalReferenceCode, long companyId, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, ServiceContext serviceContext) Updates the organization.OrganizationLocalServiceWrapper.updateOrganization(String externalReferenceCode, long companyId, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, ServiceContext serviceContext) Updates the organization.OrganizationService.updateOrganization(String externalReferenceCode, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) Updates the organization with additional parameters.OrganizationService.updateOrganization(String externalReferenceCode, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, ServiceContext serviceContext) Updates the organization.static OrganizationOrganizationServiceUtil.updateOrganization(String externalReferenceCode, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) Updates the organization with additional parameters.static OrganizationOrganizationServiceUtil.updateOrganization(String externalReferenceCode, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, ServiceContext serviceContext) Updates the organization.OrganizationServiceWrapper.updateOrganization(String externalReferenceCode, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean hasLogo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext) Updates the organization with additional parameters.OrganizationServiceWrapper.updateOrganization(String externalReferenceCode, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusListTypeId, String comments, boolean site, ServiceContext serviceContext) Updates the organization.voidUserLocalService.updateOrganizations(long userId, long[] newOrganizationIds, ServiceContext serviceContext) Sets the organizations that the user is in, removing and adding organizations as necessary.static voidUserLocalServiceUtil.updateOrganizations(long userId, long[] newOrganizationIds, ServiceContext serviceContext) Sets the organizations that the user is in, removing and adding organizations as necessary.voidUserLocalServiceWrapper.updateOrganizations(long userId, long[] newOrganizationIds, ServiceContext serviceContext) Sets the organizations that the user is in, removing and adding organizations as necessary.voidUserService.updateOrganizations(long userId, long[] organizationIds, ServiceContext serviceContext) Sets the organizations that the user is in, removing and adding organizations as necessary.static voidUserServiceUtil.updateOrganizations(long userId, long[] organizationIds, ServiceContext serviceContext) Sets the organizations that the user is in, removing and adding organizations as necessary.voidUserServiceWrapper.updateOrganizations(long userId, long[] organizationIds, ServiceContext serviceContext) Sets the organizations that the user is in, removing and adding organizations as necessary.OrgLaborLocalService.updateOrgLabor(long orgLaborId, long listTypeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose) static OrgLaborOrgLaborLocalServiceUtil.updateOrgLabor(long orgLaborId, long listTypeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose) OrgLaborLocalServiceWrapper.updateOrgLabor(long orgLaborId, long listTypeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose) OrgLaborService.updateOrgLabor(long orgLaborId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose) static OrgLaborOrgLaborServiceUtil.updateOrgLabor(long orgLaborId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose) OrgLaborServiceWrapper.updateOrgLabor(long orgLaborId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose) LayoutLocalService.updateParentLayoutId(long groupId, boolean privateLayout, long layoutId, long parentLayoutId) Updates the parent layout ID of the layout matching the group, layout ID, and privacy.LayoutLocalService.updateParentLayoutId(long plid, long parentPlid) Updates the parent layout ID of the layout matching the primary key.static LayoutLayoutLocalServiceUtil.updateParentLayoutId(long groupId, boolean privateLayout, long layoutId, long parentLayoutId) Updates the parent layout ID of the layout matching the group, layout ID, and privacy.static LayoutLayoutLocalServiceUtil.updateParentLayoutId(long plid, long parentPlid) Updates the parent layout ID of the layout matching the primary key.LayoutLocalServiceWrapper.updateParentLayoutId(long groupId, boolean privateLayout, long layoutId, long parentLayoutId) Updates the parent layout ID of the layout matching the group, layout ID, and privacy.LayoutLocalServiceWrapper.updateParentLayoutId(long plid, long parentPlid) Updates the parent layout ID of the layout matching the primary key.LayoutService.updateParentLayoutId(long groupId, boolean privateLayout, long layoutId, long parentLayoutId) Updates the parent layout ID of the layout matching the group, layout ID, and privacy.LayoutService.updateParentLayoutId(long plid, long parentPlid) Updates the parent layout ID of the layout matching the primary key.static LayoutLayoutServiceUtil.updateParentLayoutId(long groupId, boolean privateLayout, long layoutId, long parentLayoutId) Updates the parent layout ID of the layout matching the group, layout ID, and privacy.static LayoutLayoutServiceUtil.updateParentLayoutId(long plid, long parentPlid) Updates the parent layout ID of the layout matching the primary key.LayoutServiceWrapper.updateParentLayoutId(long groupId, boolean privateLayout, long layoutId, long parentLayoutId) Updates the parent layout ID of the layout matching the group, layout ID, and privacy.LayoutServiceWrapper.updateParentLayoutId(long plid, long parentPlid) Updates the parent layout ID of the layout matching the primary key.LayoutLocalService.updateParentLayoutIdAndPriority(long plid, long parentPlid, int priority) Updates the parent layout ID and priority of the layout.static LayoutLayoutLocalServiceUtil.updateParentLayoutIdAndPriority(long plid, long parentPlid, int priority) Updates the parent layout ID and priority of the layout.LayoutLocalServiceWrapper.updateParentLayoutIdAndPriority(long plid, long parentPlid, int priority) Updates the parent layout ID and priority of the layout.LayoutService.updateParentLayoutIdAndPriority(long plid, long parentPlid, int priority) Updates the parent layout ID and priority of the layout.static LayoutLayoutServiceUtil.updateParentLayoutIdAndPriority(long plid, long parentPlid, int priority) Updates the parent layout ID and priority of the layout.LayoutServiceWrapper.updateParentLayoutIdAndPriority(long plid, long parentPlid, int priority) Updates the parent layout ID and priority of the layout.UserLocalService.updatePassword(long userId, String password1, String password2, boolean passwordReset) Updates the user's password without tracking or validation of the change.UserLocalService.updatePassword(long userId, String password1, String password2, boolean passwordReset, boolean silentUpdate) Updates the user's password, optionally with tracking and validation of the change.static UserUserLocalServiceUtil.updatePassword(long userId, String password1, String password2, boolean passwordReset) Updates the user's password without tracking or validation of the change.static UserUserLocalServiceUtil.updatePassword(long userId, String password1, String password2, boolean passwordReset, boolean silentUpdate) Updates the user's password, optionally with tracking and validation of the change.UserLocalServiceWrapper.updatePassword(long userId, String password1, String password2, boolean passwordReset) Updates the user's password without tracking or validation of the change.UserLocalServiceWrapper.updatePassword(long userId, String password1, String password2, boolean passwordReset, boolean silentUpdate) Updates the user's password, optionally with tracking and validation of the change.UserService.updatePassword(long userId, String password1, String password2, boolean passwordReset) Updates the user's password without tracking or validation of the change.static UserUserServiceUtil.updatePassword(long userId, String password1, String password2, boolean passwordReset) Updates the user's password without tracking or validation of the change.UserServiceWrapper.updatePassword(long userId, String password1, String password2, boolean passwordReset) Updates the user's password without tracking or validation of the change.UserLocalService.updatePasswordManually(long userId, String password, boolean passwordEncrypted, boolean passwordReset, Date passwordModifiedDate) Updates the user's password with manually input information.static UserUserLocalServiceUtil.updatePasswordManually(long userId, String password, boolean passwordEncrypted, boolean passwordReset, Date passwordModifiedDate) Updates the user's password with manually input information.UserLocalServiceWrapper.updatePasswordManually(long userId, String password, boolean passwordEncrypted, boolean passwordReset, Date passwordModifiedDate) Updates the user's password with manually input information.PasswordPolicyLocalService.updatePasswordPolicy(long passwordPolicyId, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) static PasswordPolicyPasswordPolicyLocalServiceUtil.updatePasswordPolicy(long passwordPolicyId, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) PasswordPolicyLocalServiceWrapper.updatePasswordPolicy(long passwordPolicyId, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) PasswordPolicyService.updatePasswordPolicy(long passwordPolicyId, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) static PasswordPolicyPasswordPolicyServiceUtil.updatePasswordPolicy(long passwordPolicyId, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) PasswordPolicyServiceWrapper.updatePasswordPolicy(long passwordPolicyId, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, String regex, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge, ServiceContext serviceContext) UserLocalService.updatePasswordReset(long userId, boolean passwordReset) Updates whether the user should be asked to reset their password the next time they login.static UserUserLocalServiceUtil.updatePasswordReset(long userId, boolean passwordReset) Updates whether the user should be asked to reset their password the next time they login.UserLocalServiceWrapper.updatePasswordReset(long userId, boolean passwordReset) Updates whether the user should be asked to reset their password the next time they login.PhoneLocalService.updatePhone(String externalReferenceCode, long phoneId, String number, String extension, long listTypeId, boolean primary) static PhonePhoneLocalServiceUtil.updatePhone(String externalReferenceCode, long phoneId, String number, String extension, long listTypeId, boolean primary) PhoneLocalServiceWrapper.updatePhone(String externalReferenceCode, long phoneId, String number, String extension, long listTypeId, boolean primary) PhoneService.updatePhone(String externalReferenceCode, long phoneId, String number, String extension, long typeId, boolean primary) static PhonePhoneServiceUtil.updatePhone(String externalReferenceCode, long phoneId, String number, String extension, long typeId, boolean primary) PhoneServiceWrapper.updatePhone(String externalReferenceCode, long phoneId, String number, String extension, long typeId, boolean primary) PluginSettingService.updatePluginSetting(long companyId, String pluginId, String pluginType, String roles, boolean active) static PluginSettingPluginSettingServiceUtil.updatePluginSetting(long companyId, String pluginId, String pluginType, String roles, boolean active) PluginSettingServiceWrapper.updatePluginSetting(long companyId, String pluginId, String pluginType, String roles, boolean active) PortletService.updatePortlet(long companyId, String portletId, String roles, boolean active) static PortletPortletServiceUtil.updatePortlet(long companyId, String portletId, String roles, boolean active) PortletServiceWrapper.updatePortlet(long companyId, String portletId, String roles, boolean active) PortletItemLocalService.updatePortletItem(long userId, long groupId, String name, String portletId, String className) static PortletItemPortletItemLocalServiceUtil.updatePortletItem(long userId, long groupId, String name, String portletId, String className) PortletItemLocalServiceWrapper.updatePortletItem(long userId, long groupId, String name, String portletId, String className) UserLocalService.updatePortrait(long userId, byte[] bytes) Updates the user's portrait image.static UserUserLocalServiceUtil.updatePortrait(long userId, byte[] bytes) Updates the user's portrait image.UserLocalServiceWrapper.updatePortrait(long userId, byte[] bytes) Updates the user's portrait image.UserService.updatePortrait(long userId, byte[] bytes) Updates the user's portrait image.static UserUserServiceUtil.updatePortrait(long userId, byte[] bytes) Updates the user's portrait image.UserServiceWrapper.updatePortrait(long userId, byte[] bytes) Updates the user's portrait image.voidCompanyLocalService.updatePreferences(long companyId, UnicodeProperties unicodeProperties) Updates the company's preferences.static voidCompanyLocalServiceUtil.updatePreferences(long companyId, UnicodeProperties unicodeProperties) Updates the company's preferences.voidCompanyLocalServiceWrapper.updatePreferences(long companyId, UnicodeProperties unicodeProperties) Updates the company's preferences.voidCompanyService.updatePreferences(long companyId, UnicodeProperties unicodeProperties) Updates the company's preferences.static voidCompanyServiceUtil.updatePreferences(long companyId, UnicodeProperties unicodeProperties) Updates the company's preferences.voidCompanyServiceWrapper.updatePreferences(long companyId, UnicodeProperties unicodeProperties) Updates the company's preferences.voidLayoutLocalService.updatePriorities(long groupId, boolean privateLayout) Updates the priorities of the layouts.static voidLayoutLocalServiceUtil.updatePriorities(long groupId, boolean privateLayout) Updates the priorities of the layouts.voidLayoutLocalServiceWrapper.updatePriorities(long groupId, boolean privateLayout) Updates the priorities of the layouts.LayoutLocalService.updatePriority(long groupId, boolean privateLayout, long layoutId, int priority) Updates the priority of the layout matching the group, layout ID, and privacy.LayoutLocalService.updatePriority(long groupId, boolean privateLayout, long layoutId, long nextLayoutId, long previousLayoutId) Updates the priority of the layout matching the group, layout ID, and privacy, setting the layout's priority based on the priorities of the next and previous layouts.LayoutLocalService.updatePriority(long plid, int priority) Updates the priority of the layout matching the primary key.LayoutLocalService.updatePriority(Layout layout, int priority) Updates the priority of the layout.static LayoutLayoutLocalServiceUtil.updatePriority(long groupId, boolean privateLayout, long layoutId, int priority) Updates the priority of the layout matching the group, layout ID, and privacy.static LayoutLayoutLocalServiceUtil.updatePriority(long groupId, boolean privateLayout, long layoutId, long nextLayoutId, long previousLayoutId) Updates the priority of the layout matching the group, layout ID, and privacy, setting the layout's priority based on the priorities of the next and previous layouts.static LayoutLayoutLocalServiceUtil.updatePriority(long plid, int priority) Updates the priority of the layout matching the primary key.static LayoutLayoutLocalServiceUtil.updatePriority(Layout layout, int priority) Updates the priority of the layout.LayoutLocalServiceWrapper.updatePriority(long groupId, boolean privateLayout, long layoutId, int priority) Updates the priority of the layout matching the group, layout ID, and privacy.LayoutLocalServiceWrapper.updatePriority(long groupId, boolean privateLayout, long layoutId, long nextLayoutId, long previousLayoutId) Updates the priority of the layout matching the group, layout ID, and privacy, setting the layout's priority based on the priorities of the next and previous layouts.LayoutLocalServiceWrapper.updatePriority(long plid, int priority) Updates the priority of the layout matching the primary key.LayoutLocalServiceWrapper.updatePriority(Layout layout, int priority) Updates the priority of the layout.LayoutService.updatePriority(long groupId, boolean privateLayout, long layoutId, int priority) Updates the priority of the layout matching the group, layout ID, and privacy.LayoutService.updatePriority(long groupId, boolean privateLayout, long layoutId, long nextLayoutId, long previousLayoutId) Updates the priority of the layout matching the group, layout ID, and privacy, setting the layout's priority based on the priorities of the next and previous layouts.LayoutService.updatePriority(long plid, int priority) Updates the priority of the layout matching the primary key.static LayoutLayoutServiceUtil.updatePriority(long groupId, boolean privateLayout, long layoutId, int priority) Updates the priority of the layout matching the group, layout ID, and privacy.static LayoutLayoutServiceUtil.updatePriority(long groupId, boolean privateLayout, long layoutId, long nextLayoutId, long previousLayoutId) Updates the priority of the layout matching the group, layout ID, and privacy, setting the layout's priority based on the priorities of the next and previous layouts.static LayoutLayoutServiceUtil.updatePriority(long plid, int priority) Updates the priority of the layout matching the primary key.LayoutServiceWrapper.updatePriority(long groupId, boolean privateLayout, long layoutId, int priority) Updates the priority of the layout matching the group, layout ID, and privacy.LayoutServiceWrapper.updatePriority(long groupId, boolean privateLayout, long layoutId, long nextLayoutId, long previousLayoutId) Updates the priority of the layout matching the group, layout ID, and privacy, setting the layout's priority based on the priorities of the next and previous layouts.LayoutServiceWrapper.updatePriority(long plid, int priority) Updates the priority of the layout matching the primary key.RegionLocalService.updateRegion(long regionId, boolean active, String name, double position, String regionCode) static RegionRegionLocalServiceUtil.updateRegion(long regionId, boolean active, String name, double position, String regionCode) RegionLocalServiceWrapper.updateRegion(long regionId, boolean active, String name, double position, String regionCode) RegionService.updateRegion(long regionId, boolean active, String name, double position, String regionCode) static RegionRegionServiceUtil.updateRegion(long regionId, boolean active, String name, double position, String regionCode) RegionServiceWrapper.updateRegion(long regionId, boolean active, String name, double position, String regionCode) RegionLocalService.updateRegionLocalization(Region region, String languageId, String title) static RegionLocalizationRegionLocalServiceUtil.updateRegionLocalization(Region region, String languageId, String title) RegionLocalServiceWrapper.updateRegionLocalization(Region region, String languageId, String title) RegionLocalService.updateRegionLocalizations(Region region, Map<String, String> titleMap) static List<RegionLocalization>RegionLocalServiceUtil.updateRegionLocalizations(Region region, Map<String, String> titleMap) RegionLocalServiceWrapper.updateRegionLocalizations(Region region, Map<String, String> titleMap) ReleaseLocalService.updateRelease(long releaseId, String schemaVersion, int buildNumber, Date buildDate, boolean verified) static ReleaseReleaseLocalServiceUtil.updateRelease(long releaseId, String schemaVersion, int buildNumber, Date buildDate, boolean verified) ReleaseLocalServiceWrapper.updateRelease(long releaseId, String schemaVersion, int buildNumber, Date buildDate, boolean verified) UserLocalService.updateReminderQuery(long userId, String question, String answer) Updates the user's password reset question and answer.static UserUserLocalServiceUtil.updateReminderQuery(long userId, String question, String answer) Updates the user's password reset question and answer.UserLocalServiceWrapper.updateReminderQuery(long userId, String question, String answer) Updates the user's password reset question and answer.UserService.updateReminderQuery(long userId, String question, String answer) Updates the user's password reset question and answer.static UserUserServiceUtil.updateReminderQuery(long userId, String question, String answer) Updates the user's password reset question and answer.UserServiceWrapper.updateReminderQuery(long userId, String question, String answer) Updates the user's password reset question and answer.voidRepositoryLocalService.updateRepository(long repositoryId, UnicodeProperties typeSettingsUnicodeProperties) voidRepositoryLocalService.updateRepository(long repositoryId, String name, String description) static voidRepositoryLocalServiceUtil.updateRepository(long repositoryId, UnicodeProperties typeSettingsUnicodeProperties) static voidRepositoryLocalServiceUtil.updateRepository(long repositoryId, String name, String description) voidRepositoryLocalServiceWrapper.updateRepository(long repositoryId, UnicodeProperties typeSettingsUnicodeProperties) voidRepositoryLocalServiceWrapper.updateRepository(long repositoryId, String name, String description) voidRepositoryService.updateRepository(long repositoryId, String name, String description) static voidRepositoryServiceUtil.updateRepository(long repositoryId, String name, String description) voidRepositoryServiceWrapper.updateRepository(long repositoryId, String name, String description) RepositoryEntryLocalService.updateRepositoryEntry(long repositoryEntryId, String mappedId) static RepositoryEntryRepositoryEntryLocalServiceUtil.updateRepositoryEntry(long repositoryEntryId, String mappedId) RepositoryEntryLocalServiceWrapper.updateRepositoryEntry(long repositoryEntryId, String mappedId) voidResourcePermissionLocalService.updateResourcePermissions(long companyId, long groupId, String name, long primKey, String[] groupPermissions, String[] guestPermissions) Updates resources matching the group, name, and primary key at the individual scope, setting new group and guest permissions.voidResourcePermissionLocalService.updateResourcePermissions(long companyId, long groupId, String name, String primKey, ModelPermissions modelPermissions) voidResourcePermissionLocalService.updateResourcePermissions(long companyId, long groupId, String name, String primKey, String[] groupPermissions, String[] guestPermissions) static voidResourcePermissionLocalServiceUtil.updateResourcePermissions(long companyId, long groupId, String name, long primKey, String[] groupPermissions, String[] guestPermissions) Updates resources matching the group, name, and primary key at the individual scope, setting new group and guest permissions.static voidResourcePermissionLocalServiceUtil.updateResourcePermissions(long companyId, long groupId, String name, String primKey, ModelPermissions modelPermissions) static voidResourcePermissionLocalServiceUtil.updateResourcePermissions(long companyId, long groupId, String name, String primKey, String[] groupPermissions, String[] guestPermissions) voidResourcePermissionLocalServiceWrapper.updateResourcePermissions(long companyId, long groupId, String name, long primKey, String[] groupPermissions, String[] guestPermissions) Updates resources matching the group, name, and primary key at the individual scope, setting new group and guest permissions.voidResourcePermissionLocalServiceWrapper.updateResourcePermissions(long companyId, long groupId, String name, String primKey, ModelPermissions modelPermissions) voidResourcePermissionLocalServiceWrapper.updateResourcePermissions(long companyId, long groupId, String name, String primKey, String[] groupPermissions, String[] guestPermissions) voidResourceLocalService.updateResources(long companyId, long groupId, String name, long primKey, ModelPermissions modelPermissions) Updates resources matching the group, name, and primary key at the individual scope, setting new permissions.voidResourceLocalService.updateResources(long companyId, long groupId, String name, long primKey, String[] groupPermissions, String[] guestPermissions) Updates resources matching the group, name, and primary key at the individual scope, setting new group and guest permissions.voidResourceLocalService.updateResources(long companyId, long groupId, String name, String primKey, ModelPermissions modelPermissions) Updates resources matching the group, name, and primary key string at the individual scope, setting new permissions.voidResourceLocalService.updateResources(long companyId, long groupId, String name, String primKey, String[] groupPermissions, String[] guestPermissions) Updates resources matching the group, name, and primary key string at the individual scope, setting new group and guest permissions.static voidResourceLocalServiceUtil.updateResources(long companyId, long groupId, String name, long primKey, ModelPermissions modelPermissions) Updates resources matching the group, name, and primary key at the individual scope, setting new permissions.static voidResourceLocalServiceUtil.updateResources(long companyId, long groupId, String name, long primKey, String[] groupPermissions, String[] guestPermissions) Updates resources matching the group, name, and primary key at the individual scope, setting new group and guest permissions.static voidResourceLocalServiceUtil.updateResources(long companyId, long groupId, String name, String primKey, ModelPermissions modelPermissions) Updates resources matching the group, name, and primary key string at the individual scope, setting new permissions.static voidResourceLocalServiceUtil.updateResources(long companyId, long groupId, String name, String primKey, String[] groupPermissions, String[] guestPermissions) Updates resources matching the group, name, and primary key string at the individual scope, setting new group and guest permissions.voidResourceLocalServiceWrapper.updateResources(long companyId, long groupId, String name, long primKey, ModelPermissions modelPermissions) Updates resources matching the group, name, and primary key at the individual scope, setting new permissions.voidResourceLocalServiceWrapper.updateResources(long companyId, long groupId, String name, long primKey, String[] groupPermissions, String[] guestPermissions) Updates resources matching the group, name, and primary key at the individual scope, setting new group and guest permissions.voidResourceLocalServiceWrapper.updateResources(long companyId, long groupId, String name, String primKey, ModelPermissions modelPermissions) Updates resources matching the group, name, and primary key string at the individual scope, setting new permissions.voidResourceLocalServiceWrapper.updateResources(long companyId, long groupId, String name, String primKey, String[] groupPermissions, String[] guestPermissions) Updates resources matching the group, name, and primary key string at the individual scope, setting new group and guest permissions.RoleLocalService.updateRole(long roleId, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String subtype, ServiceContext serviceContext) Updates the role with the primary key.static RoleRoleLocalServiceUtil.updateRole(long roleId, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String subtype, ServiceContext serviceContext) Updates the role with the primary key.RoleLocalServiceWrapper.updateRole(long roleId, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String subtype, ServiceContext serviceContext) Updates the role with the primary key.RoleService.updateRole(long roleId, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String subtype, ServiceContext serviceContext) Updates the role with the primary key.static RoleRoleServiceUtil.updateRole(long roleId, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String subtype, ServiceContext serviceContext) Updates the role with the primary key.RoleServiceWrapper.updateRole(long roleId, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String subtype, ServiceContext serviceContext) Updates the role with the primary key.UserLocalService.updateScreenName(long userId, String screenName) Updates the user's screen name.static UserUserLocalServiceUtil.updateScreenName(long userId, String screenName) Updates the user's screen name.UserLocalServiceWrapper.updateScreenName(long userId, String screenName) Updates the user's screen name.UserService.updateScreenName(long userId, String screenName) Updates the user's screen name.static UserUserServiceUtil.updateScreenName(long userId, String screenName) Updates the user's screen name.UserServiceWrapper.updateScreenName(long userId, String screenName) Updates the user's screen name.voidCompanyService.updateSecurity(long companyId, String authType, boolean autoLogin, boolean sendPassword, boolean strangers, boolean strangersWithMx, boolean strangersVerify, boolean siteLogo) Updates the company's security properties.static voidCompanyServiceUtil.updateSecurity(long companyId, String authType, boolean autoLogin, boolean sendPassword, boolean strangers, boolean strangersWithMx, boolean strangersVerify, boolean siteLogo) Updates the company's security properties.voidCompanyServiceWrapper.updateSecurity(long companyId, String authType, boolean autoLogin, boolean sendPassword, boolean strangers, boolean strangersWithMx, boolean strangersVerify, boolean siteLogo) Updates the company's security properties.LayoutSetLocalService.updateSettings(long groupId, boolean privateLayout, String settings) static LayoutSetLayoutSetLocalServiceUtil.updateSettings(long groupId, boolean privateLayout, String settings) LayoutSetLocalServiceWrapper.updateSettings(long groupId, boolean privateLayout, String settings) LayoutSetService.updateSettings(long groupId, boolean privateLayout, String settings) static LayoutSetLayoutSetServiceUtil.updateSettings(long groupId, boolean privateLayout, String settings) LayoutSetServiceWrapper.updateSettings(long groupId, boolean privateLayout, String settings) GroupLocalService.updateSite(long groupId, boolean site) Associates the group with a main site if the group is an organization.static GroupGroupLocalServiceUtil.updateSite(long groupId, boolean site) Associates the group with a main site if the group is an organization.GroupLocalServiceWrapper.updateSite(long groupId, boolean site) Associates the group with a main site if the group is an organization.voidGroupService.updateStagedPortlets(long groupId, Map<String, String> stagedPortletIds) static voidGroupServiceUtil.updateStagedPortlets(long groupId, Map<String, String> stagedPortletIds) voidGroupServiceWrapper.updateStagedPortlets(long groupId, Map<String, String> stagedPortletIds) LayoutLocalService.updateStatus(long userId, long plid, int status, ServiceContext serviceContext) static LayoutLayoutLocalServiceUtil.updateStatus(long userId, long plid, int status, ServiceContext serviceContext) LayoutLocalServiceWrapper.updateStatus(long userId, long plid, int status, ServiceContext serviceContext) LayoutRevisionLocalService.updateStatus(long userId, long layoutRevisionId, int status, ServiceContext serviceContext) static LayoutRevisionLayoutRevisionLocalServiceUtil.updateStatus(long userId, long layoutRevisionId, int status, ServiceContext serviceContext) LayoutRevisionLocalServiceWrapper.updateStatus(long userId, long layoutRevisionId, int status, ServiceContext serviceContext) voidMembershipRequestLocalService.updateStatus(long replierUserId, long membershipRequestId, String replyComments, long statusId, boolean addUserToGroup, ServiceContext serviceContext) static voidMembershipRequestLocalServiceUtil.updateStatus(long replierUserId, long membershipRequestId, String replyComments, long statusId, boolean addUserToGroup, ServiceContext serviceContext) voidMembershipRequestLocalServiceWrapper.updateStatus(long replierUserId, long membershipRequestId, String replyComments, long statusId, boolean addUserToGroup, ServiceContext serviceContext) voidMembershipRequestService.updateStatus(long membershipRequestId, String reviewComments, long statusId, ServiceContext serviceContext) static voidMembershipRequestServiceUtil.updateStatus(long membershipRequestId, String reviewComments, long statusId, ServiceContext serviceContext) voidMembershipRequestServiceWrapper.updateStatus(long membershipRequestId, String reviewComments, long statusId, ServiceContext serviceContext) UserLocalService.updateStatus(long userId, int status, ServiceContext serviceContext) Updates the user's workflow status.UserLocalService.updateStatus(User user, int status, ServiceContext serviceContext) static UserUserLocalServiceUtil.updateStatus(long userId, int status, ServiceContext serviceContext) Updates the user's workflow status.static UserUserLocalServiceUtil.updateStatus(User user, int status, ServiceContext serviceContext) UserLocalServiceWrapper.updateStatus(long userId, int status, ServiceContext serviceContext) Updates the user's workflow status.UserLocalServiceWrapper.updateStatus(User user, int status, ServiceContext serviceContext) UserService.updateStatus(long userId, int status, ServiceContext serviceContext) Updates the user's workflow status.UserService.updateStatus(User user, int status, ServiceContext serviceContext) static UserUserServiceUtil.updateStatus(long userId, int status, ServiceContext serviceContext) Updates the user's workflow status.static UserUserServiceUtil.updateStatus(User user, int status, ServiceContext serviceContext) UserServiceWrapper.updateStatus(long userId, int status, ServiceContext serviceContext) Updates the user's workflow status.UserServiceWrapper.updateStatus(User user, int status, ServiceContext serviceContext) LayoutLocalService.updateStyleBookEntryId(long groupId, boolean privateLayout, long layoutId, long styleBookEntryId) Updates the layout replacing its style book entry ID.static LayoutLayoutLocalServiceUtil.updateStyleBookEntryId(long groupId, boolean privateLayout, long layoutId, long styleBookEntryId) Updates the layout replacing its style book entry ID.LayoutLocalServiceWrapper.updateStyleBookEntryId(long groupId, boolean privateLayout, long layoutId, long styleBookEntryId) Updates the layout replacing its style book entry ID.TeamLocalService.updateTeam(long teamId, String name, String description) static TeamTeamLocalServiceUtil.updateTeam(long teamId, String name, String description) TeamLocalServiceWrapper.updateTeam(long teamId, String name, String description) TeamService.updateTeam(long teamId, String name, String description) static TeamTeamServiceUtil.updateTeam(long teamId, String name, String description) TeamServiceWrapper.updateTeam(long teamId, String name, String description) TicketLocalService.updateTicket(long ticketId, String className, long classPK, int type, String extraInfo, Date expirationDate) static TicketTicketLocalServiceUtil.updateTicket(long ticketId, String className, long classPK, int type, String extraInfo, Date expirationDate) TicketLocalServiceWrapper.updateTicket(long ticketId, String className, long classPK, int type, String extraInfo, Date expirationDate) LayoutLocalService.updateType(long plid, String type) static LayoutLayoutLocalServiceUtil.updateType(long plid, String type) LayoutLocalServiceWrapper.updateType(long plid, String type) LayoutService.updateType(long plid, String type) static LayoutLayoutServiceUtil.updateType(long plid, String type) LayoutServiceWrapper.updateType(long plid, String type) UserLocalService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, boolean hasPortrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext) Updates the user.static UserUserLocalServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, boolean hasPortrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext) Updates the user.UserLocalServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, boolean hasPortrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext) Updates the user.UserService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, boolean hasPortrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext) Updates the user with additional parameters.UserService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, boolean hasPortrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext) Deprecated.As of Athanasius (7.3.x), replaced byUserService.updateUser(long, String, String, String, boolean, String, String, String, String, boolean, byte[], String, String, String, String, String, String, String, long, long, boolean, int, int, int, String, String, String, String, String, String, long[], long[], long[], List, long[], List, List, List, List, List, ServiceContext)UserService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext) Deprecated.As of Athanasius (7.3.x), replaced byUserService.updateUser(long, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, long, long, boolean, int, int, int, String, String, String, String, String, String, long[], long[], long[], List, long[], ServiceContext)UserService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext) Updates the user.static UserUserServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, boolean hasPortrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext) Updates the user with additional parameters.static UserUserServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, boolean hasPortrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext) Deprecated.As of Athanasius (7.3.x), replaced byUserServiceUtil.updateUser(long, String, String, String, boolean, String, String, String, String, boolean, byte[], String, String, String, String, String, String, String, long, long, boolean, int, int, int, String, String, String, String, String, String, long[], long[], long[], List, long[], List, List, List, List, List, ServiceContext)static UserUserServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext) Deprecated.As of Athanasius (7.3.x), replaced byUserServiceUtil.updateUser(long, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, long, long, boolean, int, int, int, String, String, String, String, String, String, long[], long[], long[], List, long[], ServiceContext)static UserUserServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext) Updates the user.UserServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, boolean hasPortrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext) Updates the user with additional parameters.UserServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, boolean hasPortrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext) Deprecated.As of Athanasius (7.3.x), replaced byUserServiceWrapper.updateUser(long, String, String, String, boolean, String, String, String, String, boolean, byte[], String, String, String, String, String, String, String, long, long, boolean, int, int, int, String, String, String, String, String, String, long[], long[], long[], List, long[], List, List, List, List, List, ServiceContext)UserServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext) Deprecated.As of Athanasius (7.3.x), replaced byUserServiceWrapper.updateUser(long, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, long, long, boolean, int, int, int, String, String, String, String, String, String, long[], long[], long[], List, long[], ServiceContext)UserServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext) Updates the user.UserGroupLocalService.updateUserGroup(long companyId, long userGroupId, String name, String description, ServiceContext serviceContext) Updates the user group.static UserGroupUserGroupLocalServiceUtil.updateUserGroup(long companyId, long userGroupId, String name, String description, ServiceContext serviceContext) Updates the user group.UserGroupLocalServiceWrapper.updateUserGroup(long companyId, long userGroupId, String name, String description, ServiceContext serviceContext) Updates the user group.UserGroupService.updateUserGroup(long userGroupId, String name, String description, ServiceContext serviceContext) Updates the user group.static UserGroupUserGroupServiceUtil.updateUserGroup(long userGroupId, String name, String description, ServiceContext serviceContext) Updates the user group.UserGroupServiceWrapper.updateUserGroup(long userGroupId, String name, String description, ServiceContext serviceContext) Updates the user group.voidUserGroupRoleService.updateUserGroupRoles(long userId, long groupId, long[] addedRoleIds, long[] deletedRoleIds) static voidUserGroupRoleServiceUtil.updateUserGroupRoles(long userId, long groupId, long[] addedRoleIds, long[] deletedRoleIds) voidUserGroupRoleServiceWrapper.updateUserGroupRoles(long userId, long groupId, long[] addedRoleIds, long[] deletedRoleIds) UserNotificationEventService.updateUserNotificationEvent(String uuid, long companyId, boolean archive) static UserNotificationEventUserNotificationEventServiceUtil.updateUserNotificationEvent(String uuid, long companyId, boolean archive) UserNotificationEventServiceWrapper.updateUserNotificationEvent(String uuid, long companyId, boolean archive) LayoutSetLocalService.updateVirtualHosts(long groupId, boolean privateLayout, TreeMap<String, String> virtualHostnames) static LayoutSetLayoutSetLocalServiceUtil.updateVirtualHosts(long groupId, boolean privateLayout, TreeMap<String, String> virtualHostnames) LayoutSetLocalServiceWrapper.updateVirtualHosts(long groupId, boolean privateLayout, TreeMap<String, String> virtualHostnames) LayoutSetService.updateVirtualHosts(long groupId, boolean privateLayout, TreeMap<String, String> virtualHostnames) static LayoutSetLayoutSetServiceUtil.updateVirtualHosts(long groupId, boolean privateLayout, TreeMap<String, String> virtualHostnames) LayoutSetServiceWrapper.updateVirtualHosts(long groupId, boolean privateLayout, TreeMap<String, String> virtualHostnames) WebsiteLocalService.updateWebsite(String externalReferenceCode, long websiteId, String url, long listTypeId, boolean primary) static WebsiteWebsiteLocalServiceUtil.updateWebsite(String externalReferenceCode, long websiteId, String url, long listTypeId, boolean primary) WebsiteLocalServiceWrapper.updateWebsite(String externalReferenceCode, long websiteId, String url, long listTypeId, boolean primary) WebsiteService.updateWebsite(String externalReferenceCode, long websiteId, String url, long typeId, boolean primary) static WebsiteWebsiteServiceUtil.updateWebsite(String externalReferenceCode, long websiteId, String url, long typeId, boolean primary) WebsiteServiceWrapper.updateWebsite(String externalReferenceCode, long websiteId, String url, long typeId, boolean primary) voidWorkflowDefinitionLinkLocalService.updateWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinition) WorkflowDefinitionLinkLocalService.updateWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) WorkflowDefinitionLinkLocalService.updateWorkflowDefinitionLink(String externalReferenceCode, long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) static voidWorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinition) static WorkflowDefinitionLinkWorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) static WorkflowDefinitionLinkWorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLink(String externalReferenceCode, long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) voidWorkflowDefinitionLinkLocalServiceWrapper.updateWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinition) WorkflowDefinitionLinkLocalServiceWrapper.updateWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) WorkflowDefinitionLinkLocalServiceWrapper.updateWorkflowDefinitionLink(String externalReferenceCode, long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) WorkflowDefinitionLinkService.updateWorkflowDefinitionLink(String externalReferenceCode, long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) static WorkflowDefinitionLinkWorkflowDefinitionLinkServiceUtil.updateWorkflowDefinitionLink(String externalReferenceCode, long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) WorkflowDefinitionLinkServiceWrapper.updateWorkflowDefinitionLink(String externalReferenceCode, long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) voidWorkflowDefinitionLinkLocalService.updateWorkflowDefinitionLinks(long userId, long companyId, long groupId, String className, long classPK, List<ObjectValuePair<Long, String>> workflowDefinitionOVPs) static voidWorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLinks(long userId, long companyId, long groupId, String className, long classPK, List<ObjectValuePair<Long, String>> workflowDefinitionOVPs) voidWorkflowDefinitionLinkLocalServiceWrapper.updateWorkflowDefinitionLinks(long userId, long companyId, long groupId, String className, long classPK, List<ObjectValuePair<Long, String>> workflowDefinitionOVPs) voidvoidstatic voidstatic voidvoidvoidvoidvoidstatic voidstatic voidvoidvoidvoidLayoutFriendlyURLEntryValidator.validateFriendlyURLEntry(long groupId, boolean privateLayout, long classPK, String urlTitle) booleanSystemEventLocalService.validateGroup(long groupId) static booleanSystemEventLocalServiceUtil.validateGroup(long groupId) booleanSystemEventLocalServiceWrapper.validateGroup(long groupId) voidUserLocalService.validateMaxUsers(long companyId) static voidUserLocalServiceUtil.validateMaxUsers(long companyId) voidUserLocalServiceWrapper.validateMaxUsers(long companyId) voidServiceContext.validateModifiedDate(AuditedModel auditedModel, Class<? extends PortalException> clazz) voidRoleLocalService.validateName(String name) static voidRoleLocalServiceUtil.validateName(String name) voidRoleLocalServiceWrapper.validateName(String name) voidGroupLocalService.validateRemote(long groupId, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId) static voidGroupLocalServiceUtil.validateRemote(long groupId, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId) voidGroupLocalServiceWrapper.validateRemote(long groupId, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId) voidUserLocalService.verifyEmailAddress(String ticketKey) Verifies the email address of the ticket.static voidUserLocalServiceUtil.verifyEmailAddress(String ticketKey) Verifies the email address of the ticket.voidUserLocalServiceWrapper.verifyEmailAddress(String ticketKey) Verifies the email address of the ticket. -
Uses of PortalException in com.liferay.portal.kernel.service.permission
Methods in com.liferay.portal.kernel.service.permission that throw PortalExceptionModifier and TypeMethodDescriptionvoidGroupPermissionUtil_IW.check(PermissionChecker permissionChecker, long groupId, String actionId) voidGroupPermissionUtil_IW.check(PermissionChecker permissionChecker, Group group, String actionId) voidGroupPermissionUtil_IW.check(PermissionChecker permissionChecker, String actionId) static voidGroupPermissionUtil.check(PermissionChecker permissionChecker, long groupId, String actionId) static voidGroupPermissionUtil.check(PermissionChecker permissionChecker, Group group, String actionId) static voidGroupPermissionUtil.check(PermissionChecker permissionChecker, String actionId) voidLayoutBranchPermission.check(PermissionChecker permissionChecker, long layoutBranchId, String actionId) voidLayoutBranchPermission.check(PermissionChecker permissionChecker, LayoutBranch layoutBranch, String actionId) static voidLayoutBranchPermissionUtil.check(PermissionChecker permissionChecker, long layoutBranchId, String actionId) static voidLayoutBranchPermissionUtil.check(PermissionChecker permissionChecker, LayoutBranch layoutBranch, String actionId) voidLayoutPermission.check(PermissionChecker permissionChecker, long groupId, boolean privateLayout, long layoutId, String actionId) voidLayoutPermission.check(PermissionChecker permissionChecker, long plid, String actionId) voidLayoutPermission.check(PermissionChecker permissionChecker, Layout layout, boolean checkViewableGroup, String actionId) voidLayoutPermission.check(PermissionChecker permissionChecker, Layout layout, String actionId) static voidLayoutPermissionUtil.check(PermissionChecker permissionChecker, long groupId, boolean privateLayout, long layoutId, String actionId) static voidLayoutPermissionUtil.check(PermissionChecker permissionChecker, long plid, String actionId) static voidLayoutPermissionUtil.check(PermissionChecker permissionChecker, Layout layout, boolean checkViewableGroup, String actionId) static voidLayoutPermissionUtil.check(PermissionChecker permissionChecker, Layout layout, String actionId) voidLayoutSetBranchPermission.check(PermissionChecker permissionChecker, long layoutSetBranchId, String actionId) voidLayoutSetBranchPermission.check(PermissionChecker permissionChecker, LayoutSetBranch layoutSetBranch, String actionId) static voidLayoutSetBranchPermissionUtil.check(PermissionChecker permissionChecker, long layoutSetBranchId, String actionId) static voidLayoutSetBranchPermissionUtil.check(PermissionChecker permissionChecker, LayoutSetBranch layoutSetBranch, String actionId) voidOrganizationPermissionUtil_IW.check(PermissionChecker permissionChecker, long organizationId, String actionId) voidOrganizationPermissionUtil_IW.check(PermissionChecker permissionChecker, Organization organization, String actionId) static voidOrganizationPermissionUtil.check(PermissionChecker permissionChecker, long organizationId, String actionId) static voidOrganizationPermissionUtil.check(PermissionChecker permissionChecker, Organization organization, String actionId) voidPortletPermissionUtil_IW.check(PermissionChecker permissionChecker, long groupId, long plid, String portletId, String actionId) voidPortletPermissionUtil_IW.check(PermissionChecker permissionChecker, long groupId, long plid, String portletId, String actionId, boolean strict) voidPortletPermissionUtil_IW.check(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId) voidPortletPermissionUtil_IW.check(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict) voidPortletPermissionUtil_IW.check(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict, boolean checkStagingPermission) voidPortletPermissionUtil_IW.check(PermissionChecker permissionChecker, long plid, String portletId, String actionId) voidPortletPermissionUtil_IW.check(PermissionChecker permissionChecker, long plid, String portletId, String actionId, boolean strict) voidPortletPermissionUtil_IW.check(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId) voidPortletPermissionUtil_IW.check(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId, boolean strict) voidPortletPermissionUtil_IW.check(PermissionChecker permissionChecker, String portletId, String actionId) static voidPortletPermissionUtil.check(PermissionChecker permissionChecker, long groupId, long plid, String portletId, String actionId) static voidPortletPermissionUtil.check(PermissionChecker permissionChecker, long groupId, long plid, String portletId, String actionId, boolean strict) static voidPortletPermissionUtil.check(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId) static voidPortletPermissionUtil.check(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict) static voidPortletPermissionUtil.check(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict, boolean checkStagingPermission) static voidPortletPermissionUtil.check(PermissionChecker permissionChecker, long plid, String portletId, String actionId) static voidPortletPermissionUtil.check(PermissionChecker permissionChecker, long plid, String portletId, String actionId, boolean strict) static voidPortletPermissionUtil.check(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId) static voidPortletPermissionUtil.check(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId, boolean strict) static voidPortletPermissionUtil.check(PermissionChecker permissionChecker, String portletId, String actionId) static voidTeamPermissionUtil.check(PermissionChecker permissionChecker, long teamId, String actionId) static voidTeamPermissionUtil.check(PermissionChecker permissionChecker, Team team, String actionId) static voidUserGroupRolePermissionUtil.check(PermissionChecker permissionChecker, long groupId, long roleId) static voidUserGroupRolePermissionUtil.check(PermissionChecker permissionChecker, Group group, Role role) voidLayoutPermission.checkLayoutRestrictedUpdatePermission(PermissionChecker permissionChecker, long plid) voidLayoutPermission.checkLayoutRestrictedUpdatePermission(PermissionChecker permissionChecker, Layout layout) static voidLayoutPermissionUtil.checkLayoutRestrictedUpdatePermission(PermissionChecker permissionChecker, long plid) static voidLayoutPermissionUtil.checkLayoutRestrictedUpdatePermission(PermissionChecker permissionChecker, Layout layout) voidLayoutPermission.checkLayoutUpdatePermission(PermissionChecker permissionChecker, long plid) voidLayoutPermission.checkLayoutUpdatePermission(PermissionChecker permissionChecker, Layout layout) static voidLayoutPermissionUtil.checkLayoutUpdatePermission(PermissionChecker permissionChecker, long plid) static voidLayoutPermissionUtil.checkLayoutUpdatePermission(PermissionChecker permissionChecker, Layout layout) booleanGroupPermissionUtil_IW.contains(PermissionChecker permissionChecker, long groupId, String actionId) booleanGroupPermissionUtil_IW.contains(PermissionChecker permissionChecker, Group group, String actionId) static booleanGroupPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, String actionId) static booleanGroupPermissionUtil.contains(PermissionChecker permissionChecker, Group group, String actionId) booleanLayoutBranchPermission.contains(PermissionChecker permissionChecker, long layoutBranchId, String actionId) static booleanLayoutBranchPermissionUtil.contains(PermissionChecker permissionChecker, long layoutBranchId, String actionId) booleanLayoutPermission.contains(PermissionChecker permissionChecker, long groupId, boolean privateLayout, long layoutId, String actionId) booleanLayoutPermission.contains(PermissionChecker permissionChecker, long plid, String actionId) booleanLayoutPermission.contains(PermissionChecker permissionChecker, Layout layout, boolean checkViewableGroup, String actionId) booleanLayoutPermission.contains(PermissionChecker permissionChecker, Layout layout, String actionId) static booleanLayoutPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, boolean privateLayout, long layoutId, String actionId) static booleanLayoutPermissionUtil.contains(PermissionChecker permissionChecker, long plid, String actionId) static booleanLayoutPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, boolean checkViewableGroup, String actionId) static booleanLayoutPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, String actionId) booleanLayoutSetBranchPermission.contains(PermissionChecker permissionChecker, long layoutSetBranchId, String actionId) static booleanLayoutSetBranchPermissionUtil.contains(PermissionChecker permissionChecker, long layoutSetBranchId, String actionId) booleanOrganizationPermissionUtil_IW.contains(PermissionChecker permissionChecker, long[] organizationIds, String actionId) booleanOrganizationPermissionUtil_IW.contains(PermissionChecker permissionChecker, long organizationId, String actionId) booleanOrganizationPermissionUtil_IW.contains(PermissionChecker permissionChecker, Organization organization, String actionId) static booleanOrganizationPermissionUtil.contains(PermissionChecker permissionChecker, long[] organizationIds, String actionId) static booleanOrganizationPermissionUtil.contains(PermissionChecker permissionChecker, long organizationId, String actionId) static booleanOrganizationPermissionUtil.contains(PermissionChecker permissionChecker, Organization organization, String actionId) booleanPortletPermissionUtil_IW.contains(PermissionChecker permissionChecker, long groupId, long plid, String portletId, String actionId, boolean strict) booleanPortletPermissionUtil_IW.contains(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId) booleanPortletPermissionUtil_IW.contains(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId, boolean strict) booleanPortletPermissionUtil_IW.contains(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId, boolean strict, boolean checkStagingPermission) booleanPortletPermissionUtil_IW.contains(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId) booleanPortletPermissionUtil_IW.contains(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict) booleanPortletPermissionUtil_IW.contains(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict, boolean checkStagingPermission) booleanPortletPermissionUtil_IW.contains(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId) booleanPortletPermissionUtil_IW.contains(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId, boolean strict) booleanPortletPermissionUtil_IW.contains(PermissionChecker permissionChecker, long plid, String portletId, String actionId) booleanPortletPermissionUtil_IW.contains(PermissionChecker permissionChecker, long plid, String portletId, String actionId, boolean strict) booleanPortletPermissionUtil_IW.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId) booleanPortletPermissionUtil_IW.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId, boolean strict) booleanPortletPermissionUtil_IW.contains(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId) booleanPortletPermissionUtil_IW.contains(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId, boolean strict) booleanPortletPermissionUtil_IW.contains(PermissionChecker permissionChecker, String portletId, String actionId) static booleanPortletPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, long plid, String portletId, String actionId, boolean strict) static booleanPortletPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId) static booleanPortletPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId, boolean strict) static booleanPortletPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId, boolean strict, boolean checkStagingPermission) static booleanPortletPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId) static booleanPortletPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict) static booleanPortletPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict, boolean checkStagingPermission) static booleanPortletPermissionUtil.contains(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId) static booleanPortletPermissionUtil.contains(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId, boolean strict) static booleanPortletPermissionUtil.contains(PermissionChecker permissionChecker, long plid, String portletId, String actionId) static booleanPortletPermissionUtil.contains(PermissionChecker permissionChecker, long plid, String portletId, String actionId, boolean strict) static booleanPortletPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId) static booleanPortletPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId, boolean strict) static booleanPortletPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId) static booleanPortletPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId, boolean strict) static booleanPortletPermissionUtil.contains(PermissionChecker permissionChecker, String portletId, String actionId) static booleanTeamPermissionUtil.contains(PermissionChecker permissionChecker, long teamId, String actionId) static booleanTeamPermissionUtil.contains(PermissionChecker permissionChecker, Team team, String actionId) static booleanUserGroupRolePermissionUtil.contains(PermissionChecker permissionChecker, long groupId, long roleId) static booleanUserGroupRolePermissionUtil.contains(PermissionChecker permissionChecker, Group group, Role role) booleanLayoutPermission.containsLayoutPreviewDraftPermission(PermissionChecker permissionChecker, long plid) booleanLayoutPermission.containsLayoutPreviewDraftPermission(PermissionChecker permissionChecker, Layout layout) static booleanLayoutPermissionUtil.containsLayoutPreviewDraftPermission(PermissionChecker permissionChecker, long plid) static booleanLayoutPermissionUtil.containsLayoutPreviewDraftPermission(PermissionChecker permissionChecker, Layout layout) booleanLayoutPermission.containsLayoutRestrictedUpdatePermission(PermissionChecker permissionChecker, long plid) booleanLayoutPermission.containsLayoutRestrictedUpdatePermission(PermissionChecker permissionChecker, Layout layout) static booleanLayoutPermissionUtil.containsLayoutRestrictedUpdatePermission(PermissionChecker permissionChecker, long plid) static booleanLayoutPermissionUtil.containsLayoutRestrictedUpdatePermission(PermissionChecker permissionChecker, Layout layout) booleanLayoutPermission.containsLayoutUpdatePermission(PermissionChecker permissionChecker, long plid) booleanLayoutPermission.containsLayoutUpdatePermission(PermissionChecker permissionChecker, Layout layout) static booleanLayoutPermissionUtil.containsLayoutUpdatePermission(PermissionChecker permissionChecker, long plid) static booleanLayoutPermissionUtil.containsLayoutUpdatePermission(PermissionChecker permissionChecker, Layout layout) booleanLayoutPermission.containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, boolean checkLayoutUpdateable, String actionId) booleanLayoutPermission.containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, String actionId) static booleanLayoutPermissionUtil.containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, boolean checkLayoutUpdateable, String actionId) static booleanLayoutPermissionUtil.containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, String actionId) booleanPortletPermissionUtil_IW.hasAccessPermission(PermissionChecker permissionChecker, long scopeGroupId, Layout layout, Portlet portlet, PortletMode portletMode) static booleanPortletPermissionUtil.hasAccessPermission(PermissionChecker permissionChecker, long scopeGroupId, Layout layout, Portlet portlet, PortletMode portletMode) booleanPortletPermissionUtil_IW.hasConfigurationPermission(PermissionChecker permissionChecker, long groupId, Layout layout, String actionId) static booleanPortletPermissionUtil.hasConfigurationPermission(PermissionChecker permissionChecker, long groupId, Layout layout, String actionId) booleanPortletPermissionUtil_IW.hasControlPanelAccessPermission(PermissionChecker permissionChecker, long scopeGroupId, Portlet portlet) booleanPortletPermissionUtil_IW.hasControlPanelAccessPermission(PermissionChecker permissionChecker, long scopeGroupId, String portletId) booleanPortletPermissionUtil_IW.hasControlPanelAccessPermission(PermissionChecker permissionChecker, long scopeGroupId, Collection<Portlet> portlets) static booleanPortletPermissionUtil.hasControlPanelAccessPermission(PermissionChecker permissionChecker, long scopeGroupId, Portlet portlet) static booleanPortletPermissionUtil.hasControlPanelAccessPermission(PermissionChecker permissionChecker, long scopeGroupId, String portletId) static booleanPortletPermissionUtil.hasControlPanelAccessPermission(PermissionChecker permissionChecker, long scopeGroupId, Collection<Portlet> portlets) -
Uses of PortalException in com.liferay.portal.kernel.service.version
Methods in com.liferay.portal.kernel.service.version that throw PortalExceptionModifier and TypeMethodDescriptionvoidBaseVersionServiceListener.afterCheckout(E draftVersionedModel, int version) voidVersionServiceListener.afterCheckout(E draftVersionedModel, int version) voidBaseVersionServiceListener.afterCreateDraft(E draftVersionedModel) voidVersionServiceListener.afterCreateDraft(E draftVersionedModel) voidBaseVersionServiceListener.afterDelete(E publishedVersionedModel) voidVersionServiceListener.afterDelete(E publishedVersionedModel) voidBaseVersionServiceListener.afterDeleteDraft(E draftVersionedModel) voidVersionServiceListener.afterDeleteDraft(E draftVersionedModel) voidBaseVersionServiceListener.afterDeleteVersion(V versionModel) voidVersionServiceListener.afterDeleteVersion(V versionModel) voidBaseVersionServiceListener.afterPublishDraft(E draftVersionedModel, int version) voidVersionServiceListener.afterPublishDraft(E draftVersionedModel, int version) voidBaseVersionServiceListener.afterUpdateDraft(E draftVersionedModel) voidVersionServiceListener.afterUpdateDraft(E draftVersionedModel) Checks out the previous version of the versioned model and saves it as a draft.Deletes theVersionedModel.VersionService.deleteDraft(E draftVersionedModel) Deletes theVersionedModelif it is a draft.VersionService.deleteVersion(V versionModel) Deletes theVersionModelif it is not the latest version.VersionService.getDraft(long primaryKey) Returns the versioned model draft with the primary key.Returns the versioned model draft.VersionService.getVersion(E versionedModel, int version) Returns theVersionModelfor theVersionedModelmatching the version.VersionService.publishDraft(E draftVersionedModel) Publishes the draft and creates a new version model for the new version.VersionService.updateDraft(E draftVersionedModel) Updates the draft. -
Uses of PortalException in com.liferay.portal.kernel.settings
Subclasses of PortalException in com.liferay.portal.kernel.settings -
Uses of PortalException in com.liferay.portal.kernel.social
Methods in com.liferay.portal.kernel.social that throw PortalExceptionModifier and TypeMethodDescriptionvoidBaseSocialActivityManager.addActivity(long userId, T model, int type, String extraData, long receiverUserId) voidSocialActivityManager.addActivity(long userId, T model, int type, String extraData, long receiverUserId) static <T extends ClassedModel & GroupedModel>
voidSocialActivityManagerUtil.addActivity(long userId, T classedModel, int type, String extraData, long receiverUserId) voidBaseSocialActivityManager.addUniqueActivity(long userId, Date createDate, T model, int type, String extraData, long receiverUserId) voidBaseSocialActivityManager.addUniqueActivity(long userId, T model, int type, String extraData, long receiverUserId) voidSocialActivityManager.addUniqueActivity(long userId, Date createDate, T model, int type, String extraData, long receiverUserId) voidSocialActivityManager.addUniqueActivity(long userId, T model, int type, String extraData, long receiverUserId) static <T extends ClassedModel & GroupedModel>
voidSocialActivityManagerUtil.addUniqueActivity(long userId, Date createDate, T classedModel, int type, String extraData, long receiverUserId) static <T extends ClassedModel & GroupedModel>
voidSocialActivityManagerUtil.addUniqueActivity(long userId, T classedModel, int type, String extraData, long receiverUserId) voidBaseSocialActivityManager.deleteActivities(T model) voidSocialActivityManager.deleteActivities(T model) static <T extends ClassedModel & GroupedModel>
voidSocialActivityManagerUtil.deleteActivities(T classedModel) voidSocialActivityManager.updateLastSocialActivity(long userId, T model, int type, Date createDate) static <T extends ClassedModel & GroupedModel>
voidSocialActivityManagerUtil.updateLastSocialActivity(long userId, T classedModel, int type, Date createDate) -
Uses of PortalException in com.liferay.portal.kernel.template
Subclasses of PortalException in com.liferay.portal.kernel.template -
Uses of PortalException in com.liferay.portal.kernel.templateparser
Subclasses of PortalException in com.liferay.portal.kernel.templateparser -
Uses of PortalException in com.liferay.portal.kernel.theme
Methods in com.liferay.portal.kernel.theme that throw PortalExceptionModifier and TypeMethodDescriptionNavItem.fromLayouts(javax.servlet.http.HttpServletRequest httpServletRequest, List<Layout> parentLayouts, ThemeDisplay themeDisplay) ThemeDisplay.getDefaultUser()Deprecated.As of Cavanaugh (7.4.x), replaced byThemeDisplay.getGuestUser()longThemeDisplay.getDefaultUserId()Deprecated.As of Cavanaugh (7.4.x), replaced byThemeDisplay.getGuestUserId()ThemeDisplay.getGuestUser()Returns the portal instance's guest user.longThemeDisplay.getGuestUserId()Returns the ID of the portal instance's guest user.ThemeDisplay.getNavItems()ThemeDisplay.getScopeGroupName()Returns the name of the scoped or sub-scoped active group (e.g. site).ThemeDisplay.getScopeLayout()ThemeDisplay.getSiteGroupName()booleanNavItem.isChildSelected()voidThemeDisplay.setCompany(Company company) -
Uses of PortalException in com.liferay.portal.kernel.trash
Methods in com.liferay.portal.kernel.trash that throw PortalExceptionModifier and TypeMethodDescriptionTrashHandler.addDeletionSystemEvent(long userId, long groupId, long classPK, String classUuid, String referrerClassName) voidTrashHandler.checkRestorableEntry(long classPK, long containerModelId, String newName) voidTrashHandler.checkRestorableEntry(TrashEntry trashEntry, long containerModelId, String newName) Checks if a duplicate trash entry already exists in the destination container.voidTrashHandler.deleteTrashEntry(long classPK) Deletes the model entity with the primary key.TrashHandler.getContainerModel(long containerModelId) Returns the container model with the primary key.TrashHandler.getContainerModels(long classPK, long containerModelId, int start, int end) Returns a range of all the container models that are children of the parent container model identified by the container model ID.intTrashHandler.getContainerModelsCount(long classPK, long containerModelId) Returns the number of container models that are children of the parent container model identified by the container model ID.TrashHandler.getParentContainerModel(long classPK) Returns the parent container model of the model entity with the primary key.TrashHandler.getParentContainerModel(TrashedModel trashedModel) TrashHandler.getParentContainerModels(long classPK) Returns all the parent container models of the model entity with the primary key ordered by hierarchy.TrashHandler.getRestoreContainedModelLink(PortletRequest portletRequest, long classPK) TrashHandler.getRestoreContainerModelLink(PortletRequest portletRequest, long classPK) Returns the link to the location to which the model entity was restored.TrashHandler.getRestoreMessage(PortletRequest portletRequest, long classPK) Returns the message describing the location to which the model entity was restored.intTrashHandler.getTrashContainedModelsCount(long classPK) Returns the number of model entities (excluding container model entities) that are children of the parent container model identified by the primary key.intTrashHandler.getTrashContainerModelsCount(long classPK) Returns the number of container models that are children of the parent container model identified by the primary key.intTrashHandler.getTrashModelsCount(long classPK) default List<TrashedModel>TrashHandler.getTrashModelTrashedModels(long classPK, int start, int end, OrderByComparator<?> orderByComparator) TrashHandler.getTrashRenderer(long classPK) Returns the trash renderer associated to the model entity with the primary key.booleanTrashHandler.hasTrashPermission(PermissionChecker permissionChecker, long groupId, long classPK, String trashActionId) Returnstrueif the user has the required permission to perform the trash action on the model entity with the primary key.booleanTrashHandler.isDeletable(long classPK) Returnstrueif the entity can be deleted from the Recycle Bin.default booleanTrashHandler.isInTrash(long classPK) Returnstrueif the model entity with the primary key is in the Recycle Bin.booleanTrashHandler.isMovable(long classPK) Returnstrueif the entity can be moved from one container model (such as a folder) to another.booleanTrashHandler.isRestorable(long classPK) Returnstrueif the model entity can be restored to its original location.voidTrashHandler.moveEntry(long userId, long classPK, long containerModelId, ServiceContext serviceContext) Moves the entity with the class primary key to the container model with the class primary keyvoidTrashHandler.moveTrashEntry(long userId, long classPK, long containerModelId, ServiceContext serviceContext) Moves the model entity with the primary key out of the Recycle Bin to a new destination identified by the container model ID.voidTrashHandler.restoreRelatedTrashEntry(String className, long classPK) Restores the model entity that is related to the model entity with the class name and class PK.voidTrashHandler.restoreTrashEntry(long userId, long classPK) Restores the model entity with the primary key.voidTrashHandler.updateTitle(long classPK, String title) Updates the title of the model entity with the primary key. -
Uses of PortalException in com.liferay.portal.kernel.trash.helper
Methods in com.liferay.portal.kernel.trash.helper that throw PortalExceptionModifier and TypeMethodDescriptionTrashHelper.getViewContentURL(javax.servlet.http.HttpServletRequest httpServletRequest, String className, long classPK) -
Uses of PortalException in com.liferay.portal.kernel.tree
Methods in com.liferay.portal.kernel.tree that throw PortalExceptionModifier and TypeMethodDescriptionvoidTreeModelTasks.rebuildDependentModelsTreePaths(long parentPrimaryKey, String treePath) voidTreeModelTasksAdapter.rebuildDependentModelsTreePaths(long parentPrimaryKey, String treePath) static voidTreePathUtil.rebuildTree(long companyId, long parentPrimaryKey, String parentTreePath, TreeModelTasks<?> treeModelTasks) -
Uses of PortalException in com.liferay.portal.kernel.upgrade
Subclasses of PortalException in com.liferay.portal.kernel.upgradeModifier and TypeClassDescriptionclassclassclassMethods in com.liferay.portal.kernel.upgrade that throw PortalExceptionModifier and TypeMethodDescriptionprotected voidBaseStagingGroupTypeSettingsUpgradeProcess.updateStagedPortletNames()protected voidBaseStagingGroupTypeSettingsUpgradeProcess.updateStagedPortletNames(Long companyId) -
Uses of PortalException in com.liferay.portal.kernel.upload
Subclasses of PortalException in com.liferay.portal.kernel.uploadModifier and TypeClassDescriptionclassclassclass -
Uses of PortalException in com.liferay.portal.kernel.util
Subclasses of PortalException in com.liferay.portal.kernel.utilMethod parameters in com.liferay.portal.kernel.util with type arguments of type PortalExceptionModifier and TypeMethodDescriptionPortal.getDate(int month, int day, int year, int hour, int min, Class<? extends PortalException> clazz) Returns the date object for the specified month, day, year, hour, and minute, optionally throwing an exception if the date is invalid.Portal.getDate(int month, int day, int year, int hour, int min, TimeZone timeZone, Class<? extends PortalException> clazz) Returns the date object for the specified month, day, year, hour, minute, and time zone, optionally throwing an exception if the date is invalid.Portal.getDate(int month, int day, int year, Class<? extends PortalException> clazz) Returns the date object for the specified month, day, and year, optionally throwing an exception if the date is invalid.Portal.getDate(int month, int day, int year, TimeZone timeZone, Class<? extends PortalException> clazz) Returns the date object for the specified month, day, year, and time zone, optionally throwing an exception if the date is invalid.static DatePortalUtil.getDate(int month, int day, int year, int hour, int min, Class<? extends PortalException> clazz) Returns the date object for the specified month, day, year, hour, and minute, optionally throwing an exception if the date is invalid.static DatePortalUtil.getDate(int month, int day, int year, int hour, int min, TimeZone timeZone, Class<? extends PortalException> clazz) Returns the date object for the specified month, day, year, hour, minute, and time zone, optionally throwing an exception if the date is invalid.static DatePortalUtil.getDate(int month, int day, int year, Class<? extends PortalException> clazz) Returns the date object for the specified month, day, and year, optionally throwing an exception if the date is invalid.static DatePortalUtil.getDate(int month, int day, int year, TimeZone timeZone, Class<? extends PortalException> clazz) Returns the date object for the specified month, day, year, and time zone, optionally throwing an exception if the date is invalid.Methods in com.liferay.portal.kernel.util that throw PortalExceptionModifier and TypeMethodDescriptionvoidPortal.addPortletDefaultResource(long companyId, Layout layout, Portlet portlet) voidPortal.addPortletDefaultResource(javax.servlet.http.HttpServletRequest httpServletRequest, Portlet portlet) Adds the default resource permissions for the portlet to the page.static voidPortalUtil.addPortletDefaultResource(long companyId, Layout layout, Portlet portlet) static voidPortalUtil.addPortletDefaultResource(javax.servlet.http.HttpServletRequest httpServletRequest, Portlet portlet) Adds the default resource permissions for the portlet to the page in the request.static FileEntryTempFileEntryUtil.addTempFileEntry(long groupId, long userId, String folderName, String fileName, File file, String mimeType) static FileEntryTempFileEntryUtil.addTempFileEntry(long groupId, long userId, String folderName, String fileName, InputStream inputStream, String mimeType) static voidTempFileEntryUtil.deleteTempFileEntry(long fileEntryId) static voidTempFileEntryUtil.deleteTempFileEntry(long groupId, long userId, String folderName, String fileName) Portal.getActualLayoutQueryStringComposite(long groupId, boolean privateLayout, String friendlyURL, Map<String, String[]> params, Map<String, Object> requestContext) static LayoutQueryStringCompositePortalUtil.getActualLayoutQueryStringComposite(long groupId, boolean privateLayout, String friendlyURL, Map<String, String[]> params, Map<String, Object> requestContext) Portal.getActualURL(long groupId, boolean privateLayout, String mainPath, String friendlyURL, Map<String, String[]> params, Map<String, Object> requestContext) static StringPortalUtil.getActualURL(long groupId, boolean privateLayout, String mainPath, String friendlyURL, Map<String, String[]> params, Map<String, Object> requestContext) Portal.getAlternateURL(String canonicalURL, ThemeDisplay themeDisplay, Locale locale, Layout layout) Returns the alternate URL for the requested canonical URL in the given locale.static StringPortalUtil.getAlternateURL(String canonicalURL, ThemeDisplay themeDisplay, Locale locale, Layout layout) Returns the alternate URL for the requested canonical URL in the given locale.Portal.getAlternateURLs(String canonicalURL, ThemeDisplay themeDisplay, Layout layout) Portal.getAlternateURLs(String canonicalURL, ThemeDisplay themeDisplay, Layout layout, Set<Locale> availableLocales) PortalUtil.getAlternateURLs(String canonicalURL, ThemeDisplay themeDisplay, Layout layout) PortalUtil.getAlternateURLs(String canonicalURL, ThemeDisplay themeDisplay, Layout layout, Set<Locale> availableLocales) Portal.getCanonicalURL(String completeURL, ThemeDisplay themeDisplay, Layout layout) Returns the canonical URL of the page, to distinguish it among its translations.Portal.getCanonicalURL(String completeURL, ThemeDisplay themeDisplay, Layout layout, boolean forceLayoutFriendlyURL) Returns the canonical URL of the page, to distinguish it among its translations.Portal.getCanonicalURL(String completeURL, ThemeDisplay themeDisplay, Layout layout, boolean forceLayoutFriendlyURL, boolean includeQueryString) Returns the canonical URL of the page.static StringPortalUtil.getCanonicalURL(String completeURL, ThemeDisplay themeDisplay, Layout layout) Returns the canonical URL for the page.static StringPortalUtil.getCanonicalURL(String completeURL, ThemeDisplay themeDisplay, Layout layout, boolean forceLayoutFriendlyURL) Returns the canonical URL of the page, optionally including the page's friendly URL.static StringPortalUtil.getCanonicalURL(String completeURL, ThemeDisplay themeDisplay, Layout layout, boolean forceLayoutFriendlyURL, boolean includeQueryString) Returns the canonical URL of the page.Portal.getCDNHost(javax.servlet.http.HttpServletRequest httpServletRequest) static StringPortalUtil.getCDNHost(javax.servlet.http.HttpServletRequest httpServletRequest) Portal.getCompany(PortletRequest portletRequest) Portal.getCompany(javax.servlet.http.HttpServletRequest httpServletRequest) static CompanyPortalUtil.getCompany(PortletRequest portletRequest) static CompanyPortalUtil.getCompany(javax.servlet.http.HttpServletRequest httpServletRequest) Portal.getControlPanelFullURL(long scopeGroupId, String ppid, Map<String, String[]> params) static StringPortalUtil.getControlPanelFullURL(long scopeGroupId, String ppid, Map<String, String[]> params) longPortal.getControlPanelPlid(long companyId) longPortal.getControlPanelPlid(PortletRequest portletRequest) static longPortalUtil.getControlPanelPlid(long companyId) static longPortalUtil.getControlPanelPlid(PortletRequest portletRequest) Portal.getDate(int month, int day, int year, int hour, int min, Class<? extends PortalException> clazz) Returns the date object for the specified month, day, year, hour, and minute, optionally throwing an exception if the date is invalid.Portal.getDate(int month, int day, int year, int hour, int min, TimeZone timeZone, Class<? extends PortalException> clazz) Returns the date object for the specified month, day, year, hour, minute, and time zone, optionally throwing an exception if the date is invalid.Portal.getDate(int month, int day, int year, Class<? extends PortalException> clazz) Returns the date object for the specified month, day, and year, optionally throwing an exception if the date is invalid.Portal.getDate(int month, int day, int year, TimeZone timeZone, Class<? extends PortalException> clazz) Returns the date object for the specified month, day, year, and time zone, optionally throwing an exception if the date is invalid.static DatePortalUtil.getDate(int month, int day, int year, int hour, int min, Class<? extends PortalException> clazz) Returns the date object for the specified month, day, year, hour, and minute, optionally throwing an exception if the date is invalid.static DatePortalUtil.getDate(int month, int day, int year, int hour, int min, TimeZone timeZone, Class<? extends PortalException> clazz) Returns the date object for the specified month, day, year, hour, minute, and time zone, optionally throwing an exception if the date is invalid.static DatePortalUtil.getDate(int month, int day, int year, Class<? extends PortalException> clazz) Returns the date object for the specified month, day, and year, optionally throwing an exception if the date is invalid.static DatePortalUtil.getDate(int month, int day, int year, TimeZone timeZone, Class<? extends PortalException> clazz) Returns the date object for the specified month, day, year, and time zone, optionally throwing an exception if the date is invalid.Portal.getGoogleGadgetURL(Portlet portlet, ThemeDisplay themeDisplay) static StringPortalUtil.getGoogleGadgetURL(Portlet portlet, ThemeDisplay themeDisplay) Portal.getGroupFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay, boolean canonicalURL, boolean controlPanel) Portal.getGroupFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay, Locale locale) static StringPortalUtil.getGroupFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay, boolean canonicalURL, boolean controlPanel) static StringPortalUtil.getGroupFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay, Locale locale) Portal.getHomeURL(javax.servlet.http.HttpServletRequest httpServletRequest) static StringPortalUtil.getHomeURL(javax.servlet.http.HttpServletRequest httpServletRequest) Portal.getLayoutActualURL(long groupId, boolean privateLayout, String mainPath, String friendlyURL, Map<String, String[]> params, Map<String, Object> requestContext) static StringPortalUtil.getLayoutActualURL(long groupId, boolean privateLayout, String mainPath, String friendlyURL, Map<String, String[]> params, Map<String, Object> requestContext) Portal.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay) Portal.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay, Locale locale) Portal.getLayoutFriendlyURL(ThemeDisplay themeDisplay) static StringPortalUtil.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay) static StringPortalUtil.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay, Locale locale) static StringPortalUtil.getLayoutFriendlyURL(ThemeDisplay themeDisplay) Portal.getLayoutFriendlyURLSeparatorComposite(long groupId, boolean privateLayout, String friendlyURL, Map<String, String[]> params, Map<String, Object> requestContext) PortalUtil.getLayoutFriendlyURLSeparatorComposite(long groupId, boolean privateLayout, String friendlyURL, Map<String, String[]> params, Map<String, Object> requestContext) Portal.getLayoutFullURL(long groupId, String portletId) Portal.getLayoutFullURL(long groupId, String portletId, boolean secure) Portal.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay) Portal.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser) Portal.getLayoutFullURL(ThemeDisplay themeDisplay) static StringPortalUtil.getLayoutFullURL(long groupId, String portletId) static StringPortalUtil.getLayoutFullURL(long groupId, String portletId, boolean secure) static StringPortalUtil.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay) static StringPortalUtil.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser) static StringPortalUtil.getLayoutFullURL(ThemeDisplay themeDisplay) Portal.getLayoutRelativeURL(Layout layout, ThemeDisplay themeDisplay) Portal.getLayoutRelativeURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser) static StringPortalUtil.getLayoutRelativeURL(Layout layout, ThemeDisplay themeDisplay) static StringPortalUtil.getLayoutRelativeURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser) Portal.getLayoutSetDisplayURL(LayoutSet layoutSet, boolean secureConnection) static StringPortalUtil.getLayoutSetDisplayURL(LayoutSet layoutSet, boolean secureConnection) Portal.getLayoutSetFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay) static StringPortalUtil.getLayoutSetFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay) Portal.getLayoutURL(Layout layout, ThemeDisplay themeDisplay) Portal.getLayoutURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser) Portal.getLayoutURL(Layout layout, ThemeDisplay themeDisplay, Locale locale) Portal.getLayoutURL(ThemeDisplay themeDisplay) static StringPortalUtil.getLayoutURL(Layout layout, ThemeDisplay themeDisplay) static StringPortalUtil.getLayoutURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser) static StringPortalUtil.getLayoutURL(Layout layout, ThemeDisplay themeDisplay, Locale locale) static StringPortalUtil.getLayoutURL(ThemeDisplay themeDisplay) Portal.getNetvibesURL(Portlet portlet, ThemeDisplay themeDisplay) static StringPortalUtil.getNetvibesURL(Portlet portlet, ThemeDisplay themeDisplay) longPortal.getPlidFromPortletId(long groupId, boolean privateLayout, String portletId) longPortal.getPlidFromPortletId(long groupId, String portletId) static longPortalUtil.getPlidFromPortletId(long groupId, boolean privateLayout, String portletId) static longPortalUtil.getPlidFromPortletId(long groupId, String portletId) Portal.getPortalURL(Layout layout, ThemeDisplay themeDisplay) Portal.getPortalURL(ThemeDisplay themeDisplay) static StringPortalUtil.getPortalURL(Layout layout, ThemeDisplay themeDisplay) static StringPortalUtil.getPortalURL(ThemeDisplay themeDisplay) Portal.getRelativeHomeURL(javax.servlet.http.HttpServletRequest httpServletRequest) static StringPortalUtil.getRelativeHomeURL(javax.servlet.http.HttpServletRequest httpServletRequest) longPortal.getScopeGroupId(PortletRequest portletRequest) longPortal.getScopeGroupId(javax.servlet.http.HttpServletRequest httpServletRequest) longPortal.getScopeGroupId(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId) longPortal.getScopeGroupId(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId, boolean checkStagingGroup) static longPortalUtil.getScopeGroupId(PortletRequest portletRequest) static longPortalUtil.getScopeGroupId(javax.servlet.http.HttpServletRequest httpServletRequest) static longPortalUtil.getScopeGroupId(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId) static longPortalUtil.getScopeGroupId(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId, boolean checkStagingGroup) Portal.getSelectedUser(PortletRequest portletRequest) Portal.getSelectedUser(PortletRequest portletRequest, boolean checkPermission) Portal.getSelectedUser(javax.servlet.http.HttpServletRequest httpServletRequest) Portal.getSelectedUser(javax.servlet.http.HttpServletRequest httpServletRequest, boolean checkPermission) static UserPortalUtil.getSelectedUser(PortletRequest portletRequest) static UserPortalUtil.getSelectedUser(PortletRequest portletRequest, boolean checkPermission) static UserPortalUtil.getSelectedUser(javax.servlet.http.HttpServletRequest httpServletRequest) static UserPortalUtil.getSelectedUser(javax.servlet.http.HttpServletRequest httpServletRequest, boolean checkPermission) long[]Portal.getSharedContentSiteGroupIds(long companyId, long groupId, long userId) static long[]PortalUtil.getSharedContentSiteGroupIds(long companyId, long groupId, long userId) Portal.getSiteAdminURL(ThemeDisplay themeDisplay, String ppid, Map<String, String[]> params) static StringPortalUtil.getSiteAdminURL(ThemeDisplay themeDisplay, String ppid, Map<String, String[]> params) Portal.getSiteDefaultLocale(long groupId) Portal.getSiteDefaultLocale(Group group) static LocalePortalUtil.getSiteDefaultLocale(long groupId) static LocalePortalUtil.getSiteDefaultLocale(Group group) Portal.getSiteLoginURL(ThemeDisplay themeDisplay) Returns the URL of the login page for the current site if one is available.static StringPortalUtil.getSiteLoginURL(ThemeDisplay themeDisplay) static FileEntryTempFileEntryUtil.getTempFileEntry(long groupId, long userId, String folderName, String fileName) static String[]TempFileEntryUtil.getTempFileNames(long groupId, long userId, String folderName) Portal.getUser(PortletRequest portletRequest) Portal.getUser(javax.servlet.http.HttpServletRequest httpServletRequest) static UserPortalUtil.getUser(PortletRequest portletRequest) static UserPortalUtil.getUser(javax.servlet.http.HttpServletRequest httpServletRequest) longPortal.getValidUserId(long companyId, long userId) static longPortalUtil.getValidUserId(long companyId, long userId) Portal.getWidgetURL(Portlet portlet, ThemeDisplay themeDisplay) static StringPortalUtil.getWidgetURL(Portlet portlet, ThemeDisplay themeDisplay) protected BooleanGroupSubscriptionCheckSubscriptionSender.hasSubscribePermission(PermissionChecker permissionChecker, Subscription subscription) protected BooleanSubscriptionSender.hasSubscribePermission(PermissionChecker permissionChecker, Subscription subscription) booleanPortal.isCDNDynamicResourcesEnabled(javax.servlet.http.HttpServletRequest httpServletRequest) static booleanPortalUtil.isCDNDynamicResourcesEnabled(javax.servlet.http.HttpServletRequest httpServletRequest) booleanPortal.isLayoutDescendant(Layout layout, long layoutId) static booleanPortalUtil.isLayoutDescendant(Layout layout, long layoutId) voidPortal.updateImageId(BaseModel<?> baseModel, boolean image, byte[] bytes, String fieldName, long maxSize, int maxHeight, int maxWidth) static voidPortalUtil.updateImageId(BaseModel<?> baseModel, boolean hasImage, byte[] bytes, String fieldName, long maxSize, int maxHeight, int maxWidth) Portal.updatePortletMode(String portletId, User user, Layout layout, PortletMode portletMode, javax.servlet.http.HttpServletRequest httpServletRequest) static PortletModePortalUtil.updatePortletMode(String portletId, User user, Layout layout, PortletMode portletMode, javax.servlet.http.HttpServletRequest httpServletRequest) -
Uses of PortalException in com.liferay.portal.kernel.view.count
Methods in com.liferay.portal.kernel.view.count that throw PortalExceptionModifier and TypeMethodDescriptionvoidViewCountManager.deleteViewCount(long companyId, long classNameId, long classPK) static voidViewCountManagerUtil.deleteViewCount(long companyId, long classNameId, long classPK) -
Uses of PortalException in com.liferay.portal.kernel.webcache
Subclasses of PortalException in com.liferay.portal.kernel.webcache -
Uses of PortalException in com.liferay.portal.kernel.webdav
Subclasses of PortalException in com.liferay.portal.kernel.webdav -
Uses of PortalException in com.liferay.portal.kernel.workflow
Subclasses of PortalException in com.liferay.portal.kernel.workflowModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in com.liferay.portal.kernel.workflow that throw PortalExceptionModifier and TypeMethodDescriptionWorkflowTaskManager.assignWorkflowTaskToUser(long companyId, long userId, long workflowTaskId, long assigneeUserId, String comment, Date dueDate, Map<String, Serializable> workflowContext) static WorkflowTaskWorkflowTaskManagerUtil.assignWorkflowTaskToUser(long companyId, long userId, long workflowTaskId, long assigneeUserId, String comment, Date dueDate, Map<String, Serializable> workflowContext) WorkflowTaskManager.completeWorkflowTask(long companyId, long userId, long workflowTaskId, String transitionName, String comment, Map<String, Serializable> workflowContext) default WorkflowTaskWorkflowTaskManager.completeWorkflowTask(long companyId, long userId, long workflowTaskId, String transitionName, String comment, Map<String, Serializable> workflowContext, boolean waitForCompletion) static WorkflowTaskWorkflowTaskManagerUtil.completeWorkflowTask(long companyId, long userId, long workflowTaskId, String transitionName, String comment, Map<String, Serializable> workflowContext) static WorkflowTaskWorkflowTaskManagerUtil.completeWorkflowTask(long companyId, long userId, long workflowTaskId, String transitionName, String comment, Map<String, Serializable> workflowContext, boolean waitForCompletion) default voidWorkflowHandler.contributeWorkflowContext(Map<String, Serializable> workflowContext) BaseWorkflowHandler.getAssetRenderer(long classPK) WorkflowHandler.getAssetRenderer(long classPK) WorkflowHandlerWrapper.getAssetRenderer(long classPK) BaseWorkflowHandler.getNotificationLink(long workflowTaskId, ServiceContext serviceContext) default StringWorkflowHandler.getNotificationLink(long workflowTaskId, ServiceContext serviceContext) WorkflowHandlerWrapper.getNotificationLink(long workflowTaskId, ServiceContext serviceContext) BaseWorkflowHandler.getWorkflowDefinitionLink(long companyId, long groupId, long classPK) WorkflowHandler.getWorkflowDefinitionLink(long companyId, long groupId, long classPK) WorkflowHandlerWrapper.getWorkflowDefinitionLink(long companyId, long groupId, long classPK) default booleanWorkflowTaskManager.isNotifiableUser(long userId, long workflowTaskId) static booleanWorkflowTaskManagerUtil.isNotifiableUser(long userId, long workflowTaskId) voidBaseWorkflowHandler.startWorkflowInstance(long companyId, long groupId, long userId, long classPK, T model, Map<String, Serializable> workflowContext) voidWorkflowHandler.startWorkflowInstance(long companyId, long groupId, long userId, long classPK, T model, Map<String, Serializable> workflowContext) static <T> voidWorkflowHandlerRegistryUtil.startWorkflowInstance(long companyId, long groupId, long userId, String className, long classPK, T model, ServiceContext serviceContext) static <T> TWorkflowHandlerRegistryUtil.startWorkflowInstance(long companyId, long groupId, long userId, String className, long classPK, T model, ServiceContext serviceContext, Map<String, Serializable> workflowContext) static <T> voidWorkflowHandlerRegistryUtil.startWorkflowInstance(long companyId, long userId, String className, long classPK, T model, ServiceContext serviceContext) static <T> voidWorkflowHandlerRegistryUtil.startWorkflowInstance(long companyId, long userId, String className, long classPK, T model, ServiceContext serviceContext, Map<String, Serializable> workflowContext) voidWorkflowHandlerWrapper.startWorkflowInstance(long companyId, long groupId, long userId, long classPK, T model, Map<String, Serializable> workflowContext) WorkflowHandler.updateStatus(int status, Map<String, Serializable> workflowContext) default TWorkflowHandler.updateStatus(T model, int status, Map<String, Serializable> workflowContext) static <T> TWorkflowHandlerRegistryUtil.updateStatus(int status, Map<String, Serializable> workflowContext) WorkflowHandlerWrapper.updateStatus(int status, Map<String, Serializable> workflowContext) WorkflowHandlerWrapper.updateStatus(T model, int status, Map<String, Serializable> workflowContext) -
Uses of PortalException in com.liferay.portal.kernel.xmlrpc
Subclasses of PortalException in com.liferay.portal.kernel.xmlrpc -
Uses of PortalException in com.liferay.ratings.kernel.definition
Methods in com.liferay.ratings.kernel.definition that throw PortalExceptionModifier and TypeMethodDescriptionstatic RatingsTypePortletRatingsDefinitionUtil.getRatingsType(long companyId, long groupId, String className) -
Uses of PortalException in com.liferay.ratings.kernel.exception
Subclasses of PortalException in com.liferay.ratings.kernel.exceptionModifier and TypeClassDescriptionclassclassclass -
Uses of PortalException in com.liferay.ratings.kernel.service
Methods in com.liferay.ratings.kernel.service that throw PortalExceptionModifier and TypeMethodDescriptionRatingsEntryLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelRatingsEntryLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) RatingsEntryLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) RatingsStatsLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelRatingsStatsLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) RatingsStatsLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) voidRatingsEntryLocalService.deleteEntry(long userId, String className, long classPK) voidRatingsEntryLocalService.deleteEntry(RatingsEntry entry, long userId, String className, long classPK) static voidRatingsEntryLocalServiceUtil.deleteEntry(long userId, String className, long classPK) static voidRatingsEntryLocalServiceUtil.deleteEntry(RatingsEntry entry, long userId, String className, long classPK) voidRatingsEntryLocalServiceWrapper.deleteEntry(long userId, String className, long classPK) voidRatingsEntryLocalServiceWrapper.deleteEntry(RatingsEntry entry, long userId, String className, long classPK) voidRatingsEntryService.deleteEntry(String className, long classPK) static voidRatingsEntryServiceUtil.deleteEntry(String className, long classPK) voidRatingsEntryServiceWrapper.deleteEntry(String className, long classPK) RatingsEntryLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelRatingsEntryLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) RatingsEntryLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) RatingsStatsLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelRatingsStatsLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) RatingsStatsLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) RatingsEntryLocalService.deleteRatingsEntry(long entryId) Deletes the ratings entry with the primary key from the database.static RatingsEntryRatingsEntryLocalServiceUtil.deleteRatingsEntry(long entryId) Deletes the ratings entry with the primary key from the database.RatingsEntryLocalServiceWrapper.deleteRatingsEntry(long entryId) Deletes the ratings entry with the primary key from the database.RatingsStatsLocalService.deleteRatingsStats(long statsId) Deletes the ratings stats with the primary key from the database.static RatingsStatsRatingsStatsLocalServiceUtil.deleteRatingsStats(long statsId) Deletes the ratings stats with the primary key from the database.RatingsStatsLocalServiceWrapper.deleteRatingsStats(long statsId) Deletes the ratings stats with the primary key from the database.static RatingsEntryRatingsEntryLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelRatingsEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) RatingsEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) RatingsStatsLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelRatingsStatsLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) RatingsStatsLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) RatingsEntryLocalService.getRatingsEntry(long entryId) Returns the ratings entry with the primary key.static RatingsEntryRatingsEntryLocalServiceUtil.getRatingsEntry(long entryId) Returns the ratings entry with the primary key.RatingsEntryLocalServiceWrapper.getRatingsEntry(long entryId) Returns the ratings entry with the primary key.RatingsEntryLocalService.getRatingsEntryByUuidAndCompanyId(String uuid, long companyId) Returns the ratings entry with the matching UUID and company.static RatingsEntryRatingsEntryLocalServiceUtil.getRatingsEntryByUuidAndCompanyId(String uuid, long companyId) Returns the ratings entry with the matching UUID and company.RatingsEntryLocalServiceWrapper.getRatingsEntryByUuidAndCompanyId(String uuid, long companyId) Returns the ratings entry with the matching UUID and company.RatingsStatsLocalService.getRatingsStats(long statsId) Returns the ratings stats with the primary key.static RatingsStatsRatingsStatsLocalServiceUtil.getRatingsStats(long statsId) Returns the ratings stats with the primary key.RatingsStatsLocalServiceWrapper.getRatingsStats(long statsId) Returns the ratings stats with the primary key.RatingsStatsLocalService.getStats(long statsId) static RatingsStatsRatingsStatsLocalServiceUtil.getStats(long statsId) static RatingsStatsRatingsStatsLocalServiceWrapper.getStats(long statsId) RatingsEntryLocalService.updateEntry(long userId, String className, long classPK, double score, ServiceContext serviceContext) static RatingsEntryRatingsEntryLocalServiceUtil.updateEntry(long userId, String className, long classPK, double score, ServiceContext serviceContext) RatingsEntryLocalServiceWrapper.updateEntry(long userId, String className, long classPK, double score, ServiceContext serviceContext) RatingsEntryService.updateEntry(String className, long classPK, double score) static RatingsEntryRatingsEntryServiceUtil.updateEntry(String className, long classPK, double score) RatingsEntryServiceWrapper.updateEntry(String className, long classPK, double score) -
Uses of PortalException in com.liferay.ratings.kernel.transformer
Methods in com.liferay.ratings.kernel.transformer that throw PortalExceptionModifier and TypeMethodDescriptionstatic voidRatingsDataTransformerUtil.transformCompanyRatingsData(long companyId, PortletPreferences oldPortletPreferences, UnicodeProperties unicodeProperties) static voidRatingsDataTransformerUtil.transformGroupRatingsData(long groupId, UnicodeProperties oldUnicodeProperties, UnicodeProperties unicodeProperties) RatingsDataTransformer.transformRatingsData(RatingsType fromRatingsType, RatingsType toRatingsType) Defines the transformations to be applied on a ratings entry when the ratings type is changed from the previous ratings type to the new ratings type. -
Uses of PortalException in com.liferay.sites.kernel.util
Methods in com.liferay.sites.kernel.util that throw PortalExceptionModifier and TypeMethodDescriptionbooleanSites.isLayoutModifiedSinceLastMerge(Layout layout) booleanSites.isLayoutSetMergeable(Group group, LayoutSet layoutSet) static booleanSitesUtil.isUserGroupLayoutSetViewable(PermissionChecker permissionChecker, Group userGroupGroup) voidSites.removeMergeFailFriendlyURLLayouts(LayoutSet layoutSet) -
Uses of PortalException in com.liferay.social.kernel.exception
Subclasses of PortalException in com.liferay.social.kernel.exceptionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclass -
Uses of PortalException in com.liferay.social.kernel.model
Methods in com.liferay.social.kernel.model that throw PortalExceptionModifier and TypeMethodDescriptionprotected voidBaseSocialAchievement.doProcessActivity(SocialActivity activity) voidBaseSocialActivityInterpreter.updateActivitySet(long activityId) voidSocialActivityInterpreter.updateActivitySet(long activityId) -
Uses of PortalException in com.liferay.social.kernel.model.impl
Methods in com.liferay.social.kernel.model.impl that throw PortalExceptionModifier and TypeMethodDescriptionvoidSocialActivityInterpreterImpl.updateActivitySet(long activityId) -
Uses of PortalException in com.liferay.social.kernel.service
Methods in com.liferay.social.kernel.service that throw PortalExceptionModifier and TypeMethodDescriptionvoidSocialActivityLocalService.addActivity(long userId, long groupId, String className, long classPK, int type, String extraData, long receiverUserId) Records an activity in the database, using a time based on the current time in an attempt to make the activity's time unique.voidSocialActivityLocalService.addActivity(long userId, long groupId, Date createDate, String className, long classPK, int type, String extraData, long receiverUserId) Records an activity with the given time in the database.voidSocialActivityLocalService.addActivity(SocialActivity activity, SocialActivity mirrorActivity) static voidSocialActivityLocalServiceUtil.addActivity(long userId, long groupId, String className, long classPK, int type, String extraData, long receiverUserId) Records an activity in the database, using a time based on the current time in an attempt to make the activity's time unique.static voidSocialActivityLocalServiceUtil.addActivity(long userId, long groupId, Date createDate, String className, long classPK, int type, String extraData, long receiverUserId) Records an activity with the given time in the database.static voidSocialActivityLocalServiceUtil.addActivity(SocialActivity activity, SocialActivity mirrorActivity) voidSocialActivityLocalServiceWrapper.addActivity(long userId, long groupId, String className, long classPK, int type, String extraData, long receiverUserId) Records an activity in the database, using a time based on the current time in an attempt to make the activity's time unique.voidSocialActivityLocalServiceWrapper.addActivity(long userId, long groupId, Date createDate, String className, long classPK, int type, String extraData, long receiverUserId) Records an activity with the given time in the database.voidSocialActivityLocalServiceWrapper.addActivity(SocialActivity activity, SocialActivity mirrorActivity) voidSocialActivityAchievementLocalService.addActivityAchievement(long userId, long groupId, SocialAchievement achievement) static voidSocialActivityAchievementLocalServiceUtil.addActivityAchievement(long userId, long groupId, SocialAchievement achievement) voidSocialActivityAchievementLocalServiceWrapper.addActivityAchievement(long userId, long groupId, SocialAchievement achievement) SocialActivityCounterLocalService.addActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int totalValue, long previousActivityCounterId, int periodLength) Adds an activity counter specifying a previous activity and period length.static SocialActivityCounterSocialActivityCounterLocalServiceUtil.addActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int totalValue, long previousActivityCounterId, int periodLength) Adds an activity counter specifying a previous activity and period length.SocialActivityCounterLocalServiceWrapper.addActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int totalValue, long previousActivityCounterId, int periodLength) Adds an activity counter specifying a previous activity and period length.voidSocialActivityCounterLocalService.addActivityCounters(SocialActivity activity) Adds or increments activity counters related to an activity.static voidSocialActivityCounterLocalServiceUtil.addActivityCounters(SocialActivity activity) Adds or increments activity counters related to an activity.voidSocialActivityCounterLocalServiceWrapper.addActivityCounters(SocialActivity activity) Adds or increments activity counters related to an activity.SocialActivityLimitLocalService.addActivityLimit(long userId, long groupId, long classNameId, long classPK, int activityType, String activityCounterName, int limitPeriod) static SocialActivityLimitSocialActivityLimitLocalServiceUtil.addActivityLimit(long userId, long groupId, long classNameId, long classPK, int activityType, String activityCounterName, int limitPeriod) SocialActivityLimitLocalServiceWrapper.addActivityLimit(long userId, long groupId, long classNameId, long classPK, int activityType, String activityCounterName, int limitPeriod) SocialActivitySetLocalService.addActivitySet(long activityId) static SocialActivitySetSocialActivitySetLocalServiceUtil.addActivitySet(long activityId) SocialActivitySetLocalServiceWrapper.addActivitySet(long activityId) SocialRelationLocalService.addRelation(long userId1, long userId2, int type) Adds a social relation between the two users to the database.static SocialRelationSocialRelationLocalServiceUtil.addRelation(long userId1, long userId2, int type) Adds a social relation between the two users to the database.SocialRelationLocalServiceWrapper.addRelation(long userId1, long userId2, int type) Adds a social relation between the two users to the database.SocialRequestLocalService.addRequest(long userId, long groupId, String className, long classPK, int type, String extraData, long receiverUserId) Adds a social request to the database.static SocialRequestSocialRequestLocalServiceUtil.addRequest(long userId, long groupId, String className, long classPK, int type, String extraData, long receiverUserId) Adds a social request to the database.SocialRequestLocalServiceWrapper.addRequest(long userId, long groupId, String className, long classPK, int type, String extraData, long receiverUserId) Adds a social request to the database.voidSocialActivityLocalService.addUniqueActivity(long userId, long groupId, String className, long classPK, int type, String extraData, long receiverUserId) Records an activity with the current time in the database, but only if there isn't one with the same parameters.voidSocialActivityLocalService.addUniqueActivity(long userId, long groupId, Date createDate, String className, long classPK, int type, String extraData, long receiverUserId) Records an activity in the database, but only if there isn't already an activity with the same parameters.static voidSocialActivityLocalServiceUtil.addUniqueActivity(long userId, long groupId, String className, long classPK, int type, String extraData, long receiverUserId) Records an activity with the current time in the database, but only if there isn't one with the same parameters.static voidSocialActivityLocalServiceUtil.addUniqueActivity(long userId, long groupId, Date createDate, String className, long classPK, int type, String extraData, long receiverUserId) Records an activity in the database, but only if there isn't already an activity with the same parameters.voidSocialActivityLocalServiceWrapper.addUniqueActivity(long userId, long groupId, String className, long classPK, int type, String extraData, long receiverUserId) Records an activity with the current time in the database, but only if there isn't one with the same parameters.voidSocialActivityLocalServiceWrapper.addUniqueActivity(long userId, long groupId, Date createDate, String className, long classPK, int type, String extraData, long receiverUserId) Records an activity in the database, but only if there isn't already an activity with the same parameters.SocialActivityAchievementLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelSocialActivityAchievementLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) SocialActivityAchievementLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) SocialActivityCounterLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelSocialActivityCounterLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) SocialActivityCounterLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) SocialActivityLimitLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelSocialActivityLimitLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) SocialActivityLimitLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) SocialActivityLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelSocialActivityLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) SocialActivityLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) SocialActivitySetLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelSocialActivitySetLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) SocialActivitySetLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) SocialActivitySettingLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelSocialActivitySettingLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) SocialActivitySettingLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) SocialRelationLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelSocialRelationLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) SocialRelationLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) SocialRequestLocalService.createPersistedModel(Serializable primaryKeyObj) static PersistedModelSocialRequestLocalServiceUtil.createPersistedModel(Serializable primaryKeyObj) SocialRequestLocalServiceWrapper.createPersistedModel(Serializable primaryKeyObj) voidSocialActivitySetLocalService.decrementActivityCount(long activitySetId) voidSocialActivitySetLocalService.decrementActivityCount(long classNameId, long classPK) static voidSocialActivitySetLocalServiceUtil.decrementActivityCount(long activitySetId) static voidSocialActivitySetLocalServiceUtil.decrementActivityCount(long classNameId, long classPK) voidSocialActivitySetLocalServiceWrapper.decrementActivityCount(long activitySetId) voidSocialActivitySetLocalServiceWrapper.decrementActivityCount(long classNameId, long classPK) voidSocialActivityLocalService.deleteActivities(AssetEntry assetEntry) Removes stored activities for the asset.voidSocialActivityLocalService.deleteActivities(String className, long classPK) Removes stored activities for the asset identified by the class name and class primary key.static voidSocialActivityLocalServiceUtil.deleteActivities(AssetEntry assetEntry) Removes stored activities for the asset.static voidSocialActivityLocalServiceUtil.deleteActivities(String className, long classPK) Removes stored activities for the asset identified by the class name and class primary key.voidSocialActivityLocalServiceWrapper.deleteActivities(AssetEntry assetEntry) Removes stored activities for the asset.voidSocialActivityLocalServiceWrapper.deleteActivities(String className, long classPK) Removes stored activities for the asset identified by the class name and class primary key.voidSocialActivityLocalService.deleteActivity(long activityId) Removes the stored activity from the database.voidSocialActivityLocalService.deleteActivity(SocialActivity activity) Removes the stored activity and its mirror activity from the database.static voidSocialActivityLocalServiceUtil.deleteActivity(long activityId) Removes the stored activity from the database.static voidSocialActivityLocalServiceUtil.deleteActivity(SocialActivity activity) Removes the stored activity and its mirror activity from the database.voidSocialActivityLocalServiceWrapper.deleteActivity(long activityId) Removes the stored activity from the database.voidSocialActivityLocalServiceWrapper.deleteActivity(SocialActivity activity) Removes the stored activity and its mirror activity from the database.voidSocialActivityCounterLocalService.deleteActivityCounters(long classNameId, long classPK) Deletes all activity counters, limits, and settings related to the entity identified by the class name ID and class primary key.voidSocialActivityCounterLocalService.deleteActivityCounters(AssetEntry assetEntry) Deletes all activity counters, limits, and settings related to the asset.voidSocialActivityCounterLocalService.deleteActivityCounters(String className, long classPK) Deletes all activity counters for the entity identified by the class name and class primary key.static voidSocialActivityCounterLocalServiceUtil.deleteActivityCounters(long classNameId, long classPK) Deletes all activity counters, limits, and settings related to the entity identified by the class name ID and class primary key.static voidSocialActivityCounterLocalServiceUtil.deleteActivityCounters(AssetEntry assetEntry) Deletes all activity counters, limits, and settings related to the asset.static voidSocialActivityCounterLocalServiceUtil.deleteActivityCounters(String className, long classPK) Deletes all activity counters for the entity identified by the class name and class primary key.voidSocialActivityCounterLocalServiceWrapper.deleteActivityCounters(long classNameId, long classPK) Deletes all activity counters, limits, and settings related to the entity identified by the class name ID and class primary key.voidSocialActivityCounterLocalServiceWrapper.deleteActivityCounters(AssetEntry assetEntry) Deletes all activity counters, limits, and settings related to the asset.voidSocialActivityCounterLocalServiceWrapper.deleteActivityCounters(String className, long classPK) Deletes all activity counters for the entity identified by the class name and class primary key.SocialActivityAchievementLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelSocialActivityAchievementLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) SocialActivityAchievementLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) SocialActivityCounterLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelSocialActivityCounterLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) SocialActivityCounterLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) SocialActivityLimitLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelSocialActivityLimitLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) SocialActivityLimitLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) SocialActivityLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelSocialActivityLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) SocialActivityLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) SocialActivitySetLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelSocialActivitySetLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) SocialActivitySetLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) SocialActivitySettingLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelSocialActivitySettingLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) SocialActivitySettingLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) SocialRelationLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelSocialRelationLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) SocialRelationLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) SocialRequestLocalService.deletePersistedModel(PersistedModel persistedModel) static PersistedModelSocialRequestLocalServiceUtil.deletePersistedModel(PersistedModel persistedModel) SocialRequestLocalServiceWrapper.deletePersistedModel(PersistedModel persistedModel) voidSocialRelationLocalService.deleteRelation(long relationId) Removes the relation (and its inverse in case of a bidirectional relation) from the database.voidSocialRelationLocalService.deleteRelation(long userId1, long userId2, int type) Removes the matching relation (and its inverse in case of a bidirectional relation) from the database.voidSocialRelationLocalService.deleteRelation(SocialRelation relation) Removes the relation (and its inverse in case of a bidirectional relation) from the database.static voidSocialRelationLocalServiceUtil.deleteRelation(long relationId) Removes the relation (and its inverse in case of a bidirectional relation) from the database.static voidSocialRelationLocalServiceUtil.deleteRelation(long userId1, long userId2, int type) Removes the matching relation (and its inverse in case of a bidirectional relation) from the database.static voidSocialRelationLocalServiceUtil.deleteRelation(SocialRelation relation) Removes the relation (and its inverse in case of a bidirectional relation) from the database.voidSocialRelationLocalServiceWrapper.deleteRelation(long relationId) Removes the relation (and its inverse in case of a bidirectional relation) from the database.voidSocialRelationLocalServiceWrapper.deleteRelation(long userId1, long userId2, int type) Removes the matching relation (and its inverse in case of a bidirectional relation) from the database.voidSocialRelationLocalServiceWrapper.deleteRelation(SocialRelation relation) Removes the relation (and its inverse in case of a bidirectional relation) from the database.voidSocialRelationLocalService.deleteRelations(long userId1, long userId2) Removes all relations between User1 and User2.static voidSocialRelationLocalServiceUtil.deleteRelations(long userId1, long userId2) Removes all relations between User1 and User2.voidSocialRelationLocalServiceWrapper.deleteRelations(long userId1, long userId2) Removes all relations between User1 and User2.voidSocialRequestLocalService.deleteRequest(long requestId) Removes the social request identified by its primary key from the database.static voidSocialRequestLocalServiceUtil.deleteRequest(long requestId) Removes the social request identified by its primary key from the database.voidSocialRequestLocalServiceWrapper.deleteRequest(long requestId) Removes the social request identified by its primary key from the database.SocialActivityLocalService.deleteSocialActivity(long activityId) Deletes the social activity with the primary key from the database.static SocialActivitySocialActivityLocalServiceUtil.deleteSocialActivity(long activityId) Deletes the social activity with the primary key from the database.SocialActivityLocalServiceWrapper.deleteSocialActivity(long activityId) Deletes the social activity with the primary key from the database.SocialActivityAchievementLocalService.deleteSocialActivityAchievement(long activityAchievementId) Deletes the social activity achievement with the primary key from the database.static SocialActivityAchievementSocialActivityAchievementLocalServiceUtil.deleteSocialActivityAchievement(long activityAchievementId) Deletes the social activity achievement with the primary key from the database.SocialActivityAchievementLocalServiceWrapper.deleteSocialActivityAchievement(long activityAchievementId) Deletes the social activity achievement with the primary key from the database.SocialActivityCounterLocalService.deleteSocialActivityCounter(long activityCounterId) Deletes the social activity counter with the primary key from the database.static SocialActivityCounterSocialActivityCounterLocalServiceUtil.deleteSocialActivityCounter(long activityCounterId) Deletes the social activity counter with the primary key from the database.SocialActivityCounterLocalServiceWrapper.deleteSocialActivityCounter(long activityCounterId) Deletes the social activity counter with the primary key from the database.SocialActivityLimitLocalService.deleteSocialActivityLimit(long activityLimitId) Deletes the social activity limit with the primary key from the database.static SocialActivityLimitSocialActivityLimitLocalServiceUtil.deleteSocialActivityLimit(long activityLimitId) Deletes the social activity limit with the primary key from the database.SocialActivityLimitLocalServiceWrapper.deleteSocialActivityLimit(long activityLimitId) Deletes the social activity limit with the primary key from the database.SocialActivitySetLocalService.deleteSocialActivitySet(long activitySetId) Deletes the social activity set with the primary key from the database.static SocialActivitySetSocialActivitySetLocalServiceUtil.deleteSocialActivitySet(long activitySetId) Deletes the social activity set with the primary key from the database.SocialActivitySetLocalServiceWrapper.deleteSocialActivitySet(long activitySetId) Deletes the social activity set with the primary key from the database.SocialActivitySettingLocalService.deleteSocialActivitySetting(long activitySettingId) Deletes the social activity setting with the primary key from the database.static SocialActivitySettingSocialActivitySettingLocalServiceUtil.deleteSocialActivitySetting(long activitySettingId) Deletes the social activity setting with the primary key from the database.SocialActivitySettingLocalServiceWrapper.deleteSocialActivitySetting(long activitySettingId) Deletes the social activity setting with the primary key from the database.SocialRelationLocalService.deleteSocialRelation(long relationId) Deletes the social relation with the primary key from the database.static SocialRelationSocialRelationLocalServiceUtil.deleteSocialRelation(long relationId) Deletes the social relation with the primary key from the database.SocialRelationLocalServiceWrapper.deleteSocialRelation(long relationId) Deletes the social relation with the primary key from the database.SocialRequestLocalService.deleteSocialRequest(long requestId) Deletes the social request with the primary key from the database.static SocialRequestSocialRequestLocalServiceUtil.deleteSocialRequest(long requestId) Deletes the social request with the primary key from the database.SocialRequestLocalServiceWrapper.deleteSocialRequest(long requestId) Deletes the social request with the primary key from the database.voidSocialActivityLocalService.deleteUserActivities(long userId) Removes the user's stored activities from the database.static voidSocialActivityLocalServiceUtil.deleteUserActivities(long userId) Removes the user's stored activities from the database.voidSocialActivityLocalServiceWrapper.deleteUserActivities(long userId) Removes the user's stored activities from the database.voidSocialActivityCounterLocalService.disableActivityCounters(long classNameId, long classPK) Disables all the counters of an asset identified by the class name ID and class primary key.voidSocialActivityCounterLocalService.disableActivityCounters(String className, long classPK) Disables all the counters of an asset identified by the class name and class primary key.static voidSocialActivityCounterLocalServiceUtil.disableActivityCounters(long classNameId, long classPK) Disables all the counters of an asset identified by the class name ID and class primary key.static voidSocialActivityCounterLocalServiceUtil.disableActivityCounters(String className, long classPK) Disables all the counters of an asset identified by the class name and class primary key.voidSocialActivityCounterLocalServiceWrapper.disableActivityCounters(long classNameId, long classPK) Disables all the counters of an asset identified by the class name ID and class primary key.voidSocialActivityCounterLocalServiceWrapper.disableActivityCounters(String className, long classPK) Disables all the counters of an asset identified by the class name and class primary key.voidSocialActivityCounterLocalService.enableActivityCounters(long classNameId, long classPK) Enables all activity counters of an asset identified by the class name ID and class primary key.voidSocialActivityCounterLocalService.enableActivityCounters(String className, long classPK) Enables all the counters of an asset identified by the class name and class primary key.static voidSocialActivityCounterLocalServiceUtil.enableActivityCounters(long classNameId, long classPK) Enables all activity counters of an asset identified by the class name ID and class primary key.static voidSocialActivityCounterLocalServiceUtil.enableActivityCounters(String className, long classPK) Enables all the counters of an asset identified by the class name and class primary key.voidSocialActivityCounterLocalServiceWrapper.enableActivityCounters(long classNameId, long classPK) Enables all activity counters of an asset identified by the class name ID and class primary key.voidSocialActivityCounterLocalServiceWrapper.enableActivityCounters(String className, long classPK) Enables all the counters of an asset identified by the class name and class primary key.SocialActivityService.getActivities(long classNameId, int start, int end) Returns a range of all the activities done on assets identified by the class name ID.SocialActivityService.getActivities(long mirrorActivityId, long classNameId, long classPK, int start, int end) Returns a range of all the activities done on the asset identified by the class name ID and class primary key that are mirrors of the activity identified by the mirror activity ID.SocialActivityService.getActivities(long mirrorActivityId, String className, long classPK, int start, int end) Returns a range of all the activities done on the asset identified by the class name and the class primary key that are mirrors of the activity identified by the mirror activity ID.SocialActivityService.getActivities(String className, int start, int end) Returns a range of all the activities done on assets identified by the class name.static List<SocialActivity>SocialActivityServiceUtil.getActivities(long classNameId, int start, int end) Returns a range of all the activities done on assets identified by the class name ID.static List<SocialActivity>SocialActivityServiceUtil.getActivities(long mirrorActivityId, long classNameId, long classPK, int start, int end) Returns a range of all the activities done on the asset identified by the class name ID and class primary key that are mirrors of the activity identified by the mirror activity ID.static List<SocialActivity>SocialActivityServiceUtil.getActivities(long mirrorActivityId, String className, long classPK, int start, int end) Returns a range of all the activities done on the asset identified by the class name and the class primary key that are mirrors of the activity identified by the mirror activity ID.static List<SocialActivity>SocialActivityServiceUtil.getActivities(String className, int start, int end) Returns a range of all the activities done on assets identified by the class name.SocialActivityServiceWrapper.getActivities(long classNameId, int start, int end) Returns a range of all the activities done on assets identified by the class name ID.SocialActivityServiceWrapper.getActivities(long mirrorActivityId, long classNameId, long classPK, int start, int end) Returns a range of all the activities done on the asset identified by the class name ID and class primary key that are mirrors of the activity identified by the mirror activity ID.SocialActivityServiceWrapper.getActivities(long mirrorActivityId, String className, long classPK, int start, int end) Returns a range of all the activities done on the asset identified by the class name and the class primary key that are mirrors of the activity identified by the mirror activity ID.SocialActivityServiceWrapper.getActivities(String className, int start, int end) Returns a range of all the activities done on assets identified by the class name.SocialActivityLocalService.getActivity(long activityId) Returns the activity identified by its primary key.static SocialActivitySocialActivityLocalServiceUtil.getActivity(long activityId) Returns the activity identified by its primary key.SocialActivityLocalServiceWrapper.getActivity(long activityId) Returns the activity identified by its primary key.SocialActivityService.getActivity(long activityId) Returns the activity identified by its primary key.static SocialActivitySocialActivityServiceUtil.getActivity(long activityId) Returns the activity identified by its primary key.SocialActivityServiceWrapper.getActivity(long activityId) Returns the activity identified by its primary key.SocialActivitySettingService.getActivityDefinition(long groupId, String className, int activityType) static SocialActivityDefinitionSocialActivitySettingServiceUtil.getActivityDefinition(long groupId, String className, int activityType) SocialActivitySettingServiceWrapper.getActivityDefinition(long groupId, String className, int activityType) SocialActivitySettingService.getActivityDefinitions(long groupId, String className) static List<SocialActivityDefinition>SocialActivitySettingServiceUtil.getActivityDefinitions(long groupId, String className) SocialActivitySettingServiceWrapper.getActivityDefinitions(long groupId, String className) SocialActivityService.getActivitySetActivities(long activitySetId, int start, int end) static List<SocialActivity>SocialActivityServiceUtil.getActivitySetActivities(long activitySetId, int start, int end) SocialActivityServiceWrapper.getActivitySetActivities(long activitySetId, int start, int end) SocialActivitySettingService.getActivitySettings(long groupId) static List<SocialActivitySetting>SocialActivitySettingServiceUtil.getActivitySettings(long groupId) SocialActivitySettingServiceWrapper.getActivitySettings(long groupId) SocialActivityService.getGroupActivities(long groupId, int start, int end) Returns a range of all the activities done in the group.static List<SocialActivity>SocialActivityServiceUtil.getGroupActivities(long groupId, int start, int end) Returns a range of all the activities done in the group.SocialActivityServiceWrapper.getGroupActivities(long groupId, int start, int end) Returns a range of all the activities done in the group.SocialActivityService.getGroupUsersActivities(long groupId, int start, int end) Returns a range of activities done by users that are members of the group.static List<SocialActivity>SocialActivityServiceUtil.getGroupUsersActivities(long groupId, int start, int end) Returns a range of activities done by users that are members of the group.SocialActivityServiceWrapper.getGroupUsersActivities(long groupId, int start, int end) Returns a range of activities done by users that are members of the group.SocialActivitySettingService.getJSONActivityDefinitions(long groupId, String className) static JSONArraySocialActivitySettingServiceUtil.getJSONActivityDefinitions(long groupId, String className) SocialActivitySettingServiceWrapper.getJSONActivityDefinitions(long groupId, String className) SocialActivityLocalService.getMirrorActivity(long mirrorActivityId) Returns the activity that has the mirror activity.static SocialActivitySocialActivityLocalServiceUtil.getMirrorActivity(long mirrorActivityId) Returns the activity that has the mirror activity.SocialActivityLocalServiceWrapper.getMirrorActivity(long mirrorActivityId) Returns the activity that has the mirror activity.SocialActivityService.getMirrorActivity(long mirrorActivityId) Returns the activity that has the mirror activity.static SocialActivitySocialActivityServiceUtil.getMirrorActivity(long mirrorActivityId) Returns the activity that has the mirror activity.SocialActivityServiceWrapper.getMirrorActivity(long mirrorActivityId) Returns the activity that has the mirror activity.SocialActivityService.getOrganizationActivities(long organizationId, int start, int end) Returns a range of all the activities done in the organization.static List<SocialActivity>SocialActivityServiceUtil.getOrganizationActivities(long organizationId, int start, int end) Returns a range of all the activities done in the organization.SocialActivityServiceWrapper.getOrganizationActivities(long organizationId, int start, int end) Returns a range of all the activities done in the organization.SocialActivityService.getOrganizationUsersActivities(long organizationId, int start, int end) Returns a range of all the activities done by users of the organization.static List<SocialActivity>SocialActivityServiceUtil.getOrganizationUsersActivities(long organizationId, int start, int end) Returns a range of all the activities done by users of the organization.SocialActivityServiceWrapper.getOrganizationUsersActivities(long organizationId, int start, int end) Returns a range of all the activities done by users of the organization.SocialActivityAchievementLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelSocialActivityAchievementLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) SocialActivityAchievementLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) SocialActivityCounterLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelSocialActivityCounterLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) SocialActivityCounterLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) SocialActivityLimitLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelSocialActivityLimitLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) SocialActivityLimitLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) SocialActivityLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelSocialActivityLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) SocialActivityLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) SocialActivitySetLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelSocialActivitySetLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) SocialActivitySetLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) SocialActivitySettingLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelSocialActivitySettingLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) SocialActivitySettingLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) SocialRelationLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelSocialRelationLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) SocialRelationLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) SocialRequestLocalService.getPersistedModel(Serializable primaryKeyObj) static PersistedModelSocialRequestLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj) SocialRequestLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj) SocialRelationLocalService.getRelation(long relationId) Returns the relation identified by its primary key.SocialRelationLocalService.getRelation(long userId1, long userId2, int type) Returns the relation of the given type between User1 and User2.static SocialRelationSocialRelationLocalServiceUtil.getRelation(long relationId) Returns the relation identified by its primary key.static SocialRelationSocialRelationLocalServiceUtil.getRelation(long userId1, long userId2, int type) Returns the relation of the given type between User1 and User2.SocialRelationLocalServiceWrapper.getRelation(long relationId) Returns the relation identified by its primary key.SocialRelationLocalServiceWrapper.getRelation(long userId1, long userId2, int type) Returns the relation of the given type between User1 and User2.SocialActivityService.getRelationActivities(long userId, int start, int end) Returns a range of all the activities done by users in a relationship with the user identified by the user ID.SocialActivityService.getRelationActivities(long userId, int type, int start, int end) Returns a range of all the activities done by users in a relationship of typetypewith the user identified byuserId.static List<SocialActivity>SocialActivityServiceUtil.getRelationActivities(long userId, int start, int end) Returns a range of all the activities done by users in a relationship with the user identified by the user ID.static List<SocialActivity>SocialActivityServiceUtil.getRelationActivities(long userId, int type, int start, int end) Returns a range of all the activities done by users in a relationship of typetypewith the user identified byuserId.SocialActivityServiceWrapper.getRelationActivities(long userId, int start, int end) Returns a range of all the activities done by users in a relationship with the user identified by the user ID.SocialActivityServiceWrapper.getRelationActivities(long userId, int type, int start, int end) Returns a range of all the activities done by users in a relationship of typetypewith the user identified byuserId.SocialActivityLocalService.getSocialActivity(long activityId) Returns the social activity with the primary key.static SocialActivitySocialActivityLocalServiceUtil.getSocialActivity(long activityId) Returns the social activity with the primary key.SocialActivityLocalServiceWrapper.getSocialActivity(long activityId) Returns the social activity with the primary key.SocialActivityAchievementLocalService.getSocialActivityAchievement(long activityAchievementId) Returns the social activity achievement with the primary key.static SocialActivityAchievementSocialActivityAchievementLocalServiceUtil.getSocialActivityAchievement(long activityAchievementId) Returns the social activity achievement with the primary key.SocialActivityAchievementLocalServiceWrapper.getSocialActivityAchievement(long activityAchievementId) Returns the social activity achievement with the primary key.SocialActivityCounterLocalService.getSocialActivityCounter(long activityCounterId) Returns the social activity counter with the primary key.static SocialActivityCounterSocialActivityCounterLocalServiceUtil.getSocialActivityCounter(long activityCounterId) Returns the social activity counter with the primary key.SocialActivityCounterLocalServiceWrapper.getSocialActivityCounter(long activityCounterId) Returns the social activity counter with the primary key.SocialActivityLimitLocalService.getSocialActivityLimit(long activityLimitId) Returns the social activity limit with the primary key.static SocialActivityLimitSocialActivityLimitLocalServiceUtil.getSocialActivityLimit(long activityLimitId) Returns the social activity limit with the primary key.SocialActivityLimitLocalServiceWrapper.getSocialActivityLimit(long activityLimitId) Returns the social activity limit with the primary key.SocialActivitySetLocalService.getSocialActivitySet(long activitySetId) Returns the social activity set with the primary key.static SocialActivitySetSocialActivitySetLocalServiceUtil.getSocialActivitySet(long activitySetId) Returns the social activity set with the primary key.SocialActivitySetLocalServiceWrapper.getSocialActivitySet(long activitySetId) Returns the social activity set with the primary key.SocialActivitySettingLocalService.getSocialActivitySetting(long activitySettingId) Returns the social activity setting with the primary key.static SocialActivitySettingSocialActivitySettingLocalServiceUtil.getSocialActivitySetting(long activitySettingId) Returns the social activity setting with the primary key.SocialActivitySettingLocalServiceWrapper.getSocialActivitySetting(long activitySettingId) Returns the social activity setting with the primary key.SocialRelationLocalService.getSocialRelation(long relationId) Returns the social relation with the primary key.static SocialRelationSocialRelationLocalServiceUtil.getSocialRelation(long relationId) Returns the social relation with the primary key.SocialRelationLocalServiceWrapper.getSocialRelation(long relationId) Returns the social relation with the primary key.SocialRelationLocalService.getSocialRelationByUuidAndCompanyId(String uuid, long companyId) Returns the social relation with the matching UUID and company.static SocialRelationSocialRelationLocalServiceUtil.getSocialRelationByUuidAndCompanyId(String uuid, long companyId) Returns the social relation with the matching UUID and company.SocialRelationLocalServiceWrapper.getSocialRelationByUuidAndCompanyId(String uuid, long companyId) Returns the social relation with the matching UUID and company.SocialRequestLocalService.getSocialRequest(long requestId) Returns the social request with the primary key.static SocialRequestSocialRequestLocalServiceUtil.getSocialRequest(long requestId) Returns the social request with the primary key.SocialRequestLocalServiceWrapper.getSocialRequest(long requestId) Returns the social request with the primary key.SocialRequestLocalService.getSocialRequestByUuidAndGroupId(String uuid, long groupId) Returns the social request matching the UUID and group.static SocialRequestSocialRequestLocalServiceUtil.getSocialRequestByUuidAndGroupId(String uuid, long groupId) Returns the social request matching the UUID and group.SocialRequestLocalServiceWrapper.getSocialRequestByUuidAndGroupId(String uuid, long groupId) Returns the social request matching the UUID and group.SocialActivityService.getUserActivities(long userId, int start, int end) Returns a range of all the activities done by the user.static List<SocialActivity>SocialActivityServiceUtil.getUserActivities(long userId, int start, int end) Returns a range of all the activities done by the user.SocialActivityServiceWrapper.getUserActivities(long userId, int start, int end) Returns a range of all the activities done by the user.SocialActivityService.getUserGroupsActivities(long userId, int start, int end) Returns a range of all the activities done in the user's groups.static List<SocialActivity>SocialActivityServiceUtil.getUserGroupsActivities(long userId, int start, int end) Returns a range of all the activities done in the user's groups.SocialActivityServiceWrapper.getUserGroupsActivities(long userId, int start, int end) Returns a range of all the activities done in the user's groups.SocialActivityService.getUserGroupsAndOrganizationsActivities(long userId, int start, int end) Returns a range of all the activities done in the user's groups and organizations.static List<SocialActivity>SocialActivityServiceUtil.getUserGroupsAndOrganizationsActivities(long userId, int start, int end) Returns a range of all the activities done in the user's groups and organizations.SocialActivityServiceWrapper.getUserGroupsAndOrganizationsActivities(long userId, int start, int end) Returns a range of all the activities done in the user's groups and organizations.SocialActivityService.getUserOrganizationsActivities(long userId, int start, int end) Returns a range of all activities done in the user's organizations.static List<SocialActivity>SocialActivityServiceUtil.getUserOrganizationsActivities(long userId, int start, int end) Returns a range of all activities done in the user's organizations.SocialActivityServiceWrapper.getUserOrganizationsActivities(long userId, int start, int end) Returns a range of all activities done in the user's organizations.voidSocialActivitySetLocalService.incrementActivityCount(long activitySetId, long activityId) static voidSocialActivitySetLocalServiceUtil.incrementActivityCount(long activitySetId, long activityId) voidSocialActivitySetLocalServiceWrapper.incrementActivityCount(long activitySetId, long activityId) voidSocialActivityCounterLocalService.incrementUserAchievementCounter(long userId, long groupId) Increments theuser.achievementscounter for a user.static voidSocialActivityCounterLocalServiceUtil.incrementUserAchievementCounter(long userId, long groupId) Increments theuser.achievementscounter for a user.voidSocialActivityCounterLocalServiceWrapper.incrementUserAchievementCounter(long userId, long groupId) Increments theuser.achievementscounter for a user.voidSocialActivityInterpreterLocalService.updateActivitySet(long activityId) static voidSocialActivityInterpreterLocalServiceUtil.updateActivitySet(long activityId) voidSocialActivityInterpreterLocalServiceWrapper.updateActivitySet(long activityId) voidSocialActivitySettingLocalService.updateActivitySetting(long groupId, String className, boolean enabled) voidSocialActivitySettingLocalService.updateActivitySetting(long groupId, String className, int activityType, SocialActivityCounterDefinition activityCounterDefinition) voidSocialActivitySettingLocalService.updateActivitySetting(long groupId, String className, long classPK, boolean enabled) static voidSocialActivitySettingLocalServiceUtil.updateActivitySetting(long groupId, String className, boolean enabled) static voidSocialActivitySettingLocalServiceUtil.updateActivitySetting(long groupId, String className, int activityType, SocialActivityCounterDefinition activityCounterDefinition) static voidSocialActivitySettingLocalServiceUtil.updateActivitySetting(long groupId, String className, long classPK, boolean enabled) voidSocialActivitySettingLocalServiceWrapper.updateActivitySetting(long groupId, String className, boolean enabled) voidSocialActivitySettingLocalServiceWrapper.updateActivitySetting(long groupId, String className, int activityType, SocialActivityCounterDefinition activityCounterDefinition) voidSocialActivitySettingLocalServiceWrapper.updateActivitySetting(long groupId, String className, long classPK, boolean enabled) voidSocialActivitySettingService.updateActivitySetting(long groupId, String className, boolean enabled) voidSocialActivitySettingService.updateActivitySetting(long groupId, String className, int activityType, SocialActivityCounterDefinition activityCounterDefinition) static voidSocialActivitySettingServiceUtil.updateActivitySetting(long groupId, String className, boolean enabled) static voidSocialActivitySettingServiceUtil.updateActivitySetting(long groupId, String className, int activityType, SocialActivityCounterDefinition activityCounterDefinition) voidSocialActivitySettingServiceWrapper.updateActivitySetting(long groupId, String className, boolean enabled) voidSocialActivitySettingServiceWrapper.updateActivitySetting(long groupId, String className, int activityType, SocialActivityCounterDefinition activityCounterDefinition) voidSocialActivitySettingLocalService.updateActivitySettings(long groupId, String className, int activityType, List<SocialActivityCounterDefinition> activityCounterDefinitions) static voidSocialActivitySettingLocalServiceUtil.updateActivitySettings(long groupId, String className, int activityType, List<SocialActivityCounterDefinition> activityCounterDefinitions) voidSocialActivitySettingLocalServiceWrapper.updateActivitySettings(long groupId, String className, int activityType, List<SocialActivityCounterDefinition> activityCounterDefinitions) voidSocialActivitySettingService.updateActivitySettings(long groupId, String className, int activityType, List<SocialActivityCounterDefinition> activityCounterDefinitions) static voidSocialActivitySettingServiceUtil.updateActivitySettings(long groupId, String className, int activityType, List<SocialActivityCounterDefinition> activityCounterDefinitions) voidSocialActivitySettingServiceWrapper.updateActivitySettings(long groupId, String className, int activityType, List<SocialActivityCounterDefinition> activityCounterDefinitions) SocialRequestLocalService.updateRequest(long requestId, int status, ThemeDisplay themeDisplay) Updates the social request replacing its status.static SocialRequestSocialRequestLocalServiceUtil.updateRequest(long requestId, int status, ThemeDisplay themeDisplay) Updates the social request replacing its status.SocialRequestLocalServiceWrapper.updateRequest(long requestId, int status, ThemeDisplay themeDisplay) Updates the social request replacing its status.SocialRequestService.updateRequest(long requestId, int status, ThemeDisplay themeDisplay) static SocialRequestSocialRequestServiceUtil.updateRequest(long requestId, int status, ThemeDisplay themeDisplay) SocialRequestServiceWrapper.updateRequest(long requestId, int status, ThemeDisplay themeDisplay) -
Uses of PortalException in com.liferay.social.kernel.service.permission
Methods in com.liferay.social.kernel.service.permission that throw PortalExceptionModifier and TypeMethodDescriptionstatic voidSocialActivityPermissionUtil.check(PermissionChecker permissionChecker, long groupId, String actionId)
DLFileEntryTypeUtil#getDDMStructures(DLFileEntryType)