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 TypeClassDescriptionclass
class
class
class
class
class
class
class
-
Uses of PortalException in com.liferay.announcements.kernel.model
Methods in com.liferay.announcements.kernel.model that throw PortalExceptionModifier and TypeMethodDescriptionlong
AnnouncementsEntry.getGroupId()
long
AnnouncementsEntryWrapper.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 AnnouncementsEntry
AnnouncementsEntryLocalServiceUtil.addEntry
(long userId, long classNameId, long classPK, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority, boolean alert) 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 AnnouncementsEntry
AnnouncementsEntryServiceUtil.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) void
AnnouncementsFlagService.addFlag
(long entryId, int value) static void
AnnouncementsFlagServiceUtil.addFlag
(long entryId, int value) void
AnnouncementsFlagServiceWrapper.addFlag
(long entryId, int value) AnnouncementsDeliveryLocalService.addUserDelivery
(long userId, String type) static AnnouncementsDelivery
AnnouncementsDeliveryLocalServiceUtil.addUserDelivery
(long userId, String type) AnnouncementsDeliveryLocalServiceWrapper.addUserDelivery
(long userId, String type) void
AnnouncementsEntryLocalService.checkEntries()
void
AnnouncementsEntryLocalService.checkEntries
(Date startDate, Date endDate) static void
AnnouncementsEntryLocalServiceUtil.checkEntries()
static void
AnnouncementsEntryLocalServiceUtil.checkEntries
(Date startDate, Date endDate) void
AnnouncementsEntryLocalServiceWrapper.checkEntries()
void
AnnouncementsEntryLocalServiceWrapper.checkEntries
(Date startDate, Date endDate) AnnouncementsDeliveryLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
AnnouncementsDeliveryLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) AnnouncementsDeliveryLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) AnnouncementsEntryLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
AnnouncementsEntryLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) AnnouncementsEntryLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) AnnouncementsFlagLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
AnnouncementsFlagLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) AnnouncementsFlagLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) AnnouncementsDeliveryLocalService.deleteAnnouncementsDelivery
(long deliveryId) Deletes the announcements delivery with the primary key from the database.static AnnouncementsDelivery
AnnouncementsDeliveryLocalServiceUtil.deleteAnnouncementsDelivery
(long deliveryId) Deletes the announcements delivery with the primary key from the database.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 AnnouncementsEntry
AnnouncementsEntryLocalServiceUtil.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 AnnouncementsFlag
AnnouncementsFlagLocalServiceUtil.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.void
AnnouncementsDeliveryLocalService.deleteDelivery
(long deliveryId) static void
AnnouncementsDeliveryLocalServiceUtil.deleteDelivery
(long deliveryId) void
AnnouncementsDeliveryLocalServiceWrapper.deleteDelivery
(long deliveryId) void
AnnouncementsEntryLocalService.deleteEntries
(long classNameId, long classPK) void
AnnouncementsEntryLocalService.deleteEntries
(long companyId, long classNameId, long classPK) static void
AnnouncementsEntryLocalServiceUtil.deleteEntries
(long classNameId, long classPK) static void
AnnouncementsEntryLocalServiceUtil.deleteEntries
(long companyId, long classNameId, long classPK) void
AnnouncementsEntryLocalServiceWrapper.deleteEntries
(long classNameId, long classPK) void
AnnouncementsEntryLocalServiceWrapper.deleteEntries
(long companyId, long classNameId, long classPK) void
AnnouncementsEntryLocalService.deleteEntry
(long entryId) void
AnnouncementsEntryLocalService.deleteEntry
(AnnouncementsEntry entry) static void
AnnouncementsEntryLocalServiceUtil.deleteEntry
(long entryId) static void
AnnouncementsEntryLocalServiceUtil.deleteEntry
(AnnouncementsEntry entry) void
AnnouncementsEntryLocalServiceWrapper.deleteEntry
(long entryId) void
AnnouncementsEntryLocalServiceWrapper.deleteEntry
(AnnouncementsEntry entry) void
AnnouncementsEntryService.deleteEntry
(long entryId) static void
AnnouncementsEntryServiceUtil.deleteEntry
(long entryId) void
AnnouncementsEntryServiceWrapper.deleteEntry
(long entryId) void
AnnouncementsFlagLocalService.deleteFlag
(long flagId) static void
AnnouncementsFlagLocalServiceUtil.deleteFlag
(long flagId) void
AnnouncementsFlagLocalServiceWrapper.deleteFlag
(long flagId) void
AnnouncementsFlagService.deleteFlag
(long flagId) static void
AnnouncementsFlagServiceUtil.deleteFlag
(long flagId) void
AnnouncementsFlagServiceWrapper.deleteFlag
(long flagId) AnnouncementsDeliveryLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
AnnouncementsDeliveryLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) AnnouncementsDeliveryLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) AnnouncementsEntryLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
AnnouncementsEntryLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) AnnouncementsEntryLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) AnnouncementsFlagLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
AnnouncementsFlagLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) AnnouncementsFlagLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) AnnouncementsDeliveryLocalService.getAnnouncementsDelivery
(long deliveryId) Returns the announcements delivery with the primary key.static AnnouncementsDelivery
AnnouncementsDeliveryLocalServiceUtil.getAnnouncementsDelivery
(long deliveryId) Returns the announcements delivery with the primary key.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 AnnouncementsEntry
AnnouncementsEntryLocalServiceUtil.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 AnnouncementsEntry
AnnouncementsEntryLocalServiceUtil.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 AnnouncementsFlag
AnnouncementsFlagLocalServiceUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryLocalServiceUtil.getDelivery
(long deliveryId) AnnouncementsDeliveryLocalServiceWrapper.getDelivery
(long deliveryId) AnnouncementsEntryLocalService.getEntry
(long entryId) static AnnouncementsEntry
AnnouncementsEntryLocalServiceUtil.getEntry
(long entryId) AnnouncementsEntryLocalServiceWrapper.getEntry
(long entryId) AnnouncementsEntryService.getEntry
(long entryId) static AnnouncementsEntry
AnnouncementsEntryServiceUtil.getEntry
(long entryId) AnnouncementsEntryServiceWrapper.getEntry
(long entryId) AnnouncementsFlagLocalService.getFlag
(long userId, long entryId, int value) static AnnouncementsFlag
AnnouncementsFlagLocalServiceUtil.getFlag
(long userId, long entryId, int value) AnnouncementsFlagLocalServiceWrapper.getFlag
(long userId, long entryId, int value) AnnouncementsFlagService.getFlag
(long entryId, int value) static AnnouncementsFlag
AnnouncementsFlagServiceUtil.getFlag
(long entryId, int value) AnnouncementsFlagServiceWrapper.getFlag
(long entryId, int value) AnnouncementsDeliveryLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
AnnouncementsDeliveryLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) AnnouncementsDeliveryLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) AnnouncementsEntryLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
AnnouncementsEntryLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) AnnouncementsEntryLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) AnnouncementsFlagLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
AnnouncementsFlagLocalServiceUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryLocalServiceUtil.getUserDelivery
(long userId, String type) AnnouncementsDeliveryLocalServiceWrapper.getUserDelivery
(long userId, String type) AnnouncementsDeliveryLocalService.updateDelivery
(long userId, String type, boolean email, boolean sms) static AnnouncementsDelivery
AnnouncementsDeliveryLocalServiceUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryServiceUtil.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 AnnouncementsEntry
AnnouncementsEntryLocalServiceUtil.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 AnnouncementsEntry
AnnouncementsEntryServiceUtil.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 TypeClassDescriptionclass
class
-
Uses of PortalException in com.liferay.asset.kernel.exception
Subclasses of PortalException in com.liferay.asset.kernel.exceptionModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of PortalException in com.liferay.asset.kernel.manager
Methods in com.liferay.asset.kernel.manager that throw PortalExceptionModifier and TypeMethodDescriptionvoid
AssetLinkManager.updateLinks
(long[] assetLinkEntryIds, long entryId, long userId) static void
AssetLinkManagerUtil.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 AssetEntry
AssetRendererFactory.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) int
ClassType.getClassTypeFieldsCount()
protected long
BaseAssetRenderer.getControlPanelPlid
(LiferayPortletRequest liferayPortletRequest) protected long
BaseAssetRenderer.getControlPanelPlid
(ThemeDisplay themeDisplay) protected long
BaseAssetRendererFactory.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) boolean
AssetRenderer.hasEditPermission
(PermissionChecker permissionChecker) boolean
BaseAssetRenderer.hasEditPermission
(PermissionChecker permissionChecker) boolean
AssetRenderer.hasViewPermission
(PermissionChecker permissionChecker) boolean
BaseAssetRenderer.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 AssetCategory
AssetCategoryLocalServiceUtil.addCategory
(long userId, long groupId, String title, long vocabularyId, ServiceContext serviceContext) static AssetCategory
AssetCategoryLocalServiceUtil.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 AssetCategory
AssetCategoryServiceUtil.addCategory
(long groupId, long parentCategoryId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) static AssetCategory
AssetCategoryServiceUtil.addCategory
(long groupId, String title, long vocabularyId, ServiceContext serviceContext) static AssetCategory
AssetCategoryServiceUtil.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) void
AssetCategoryLocalService.addCategoryResources
(AssetCategory category, boolean addGroupPermissions, boolean addGuestPermissions) void
AssetCategoryLocalService.addCategoryResources
(AssetCategory category, ModelPermissions modelPermissions) static void
AssetCategoryLocalServiceUtil.addCategoryResources
(AssetCategory category, boolean addGroupPermissions, boolean addGuestPermissions) static void
AssetCategoryLocalServiceUtil.addCategoryResources
(AssetCategory category, ModelPermissions modelPermissions) void
AssetCategoryLocalServiceWrapper.addCategoryResources
(AssetCategory category, boolean addGroupPermissions, boolean addGuestPermissions) void
AssetCategoryLocalServiceWrapper.addCategoryResources
(AssetCategory category, ModelPermissions modelPermissions) AssetVocabularyLocalService.addDefaultVocabulary
(long groupId) static AssetVocabulary
AssetVocabularyLocalServiceUtil.addDefaultVocabulary
(long groupId) AssetVocabularyLocalServiceWrapper.addDefaultVocabulary
(long groupId) AssetTagLocalService.addTag
(String externalReferenceCode, long userId, long groupId, String name, ServiceContext serviceContext) Adds an asset tag.static AssetTag
AssetTagLocalServiceUtil.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 AssetTag
AssetTagServiceUtil.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 AssetVocabulary
AssetVocabularyLocalServiceUtil.addVocabulary
(long userId, long groupId, String title, ServiceContext serviceContext) static AssetVocabulary
AssetVocabularyLocalServiceUtil.addVocabulary
(long userId, long groupId, String name, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) static AssetVocabulary
AssetVocabularyLocalServiceUtil.addVocabulary
(long userId, long groupId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, int visibilityType, ServiceContext serviceContext) static AssetVocabulary
AssetVocabularyLocalServiceUtil.addVocabulary
(long userId, long groupId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) static AssetVocabulary
AssetVocabularyLocalServiceUtil.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 AssetVocabulary
AssetVocabularyServiceUtil.addVocabulary
(long groupId, String title, ServiceContext serviceContext) static AssetVocabulary
AssetVocabularyServiceUtil.addVocabulary
(long groupId, String name, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) static AssetVocabulary
AssetVocabularyServiceUtil.addVocabulary
(long groupId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, int visibilityType, ServiceContext serviceContext) static AssetVocabulary
AssetVocabularyServiceUtil.addVocabulary
(long groupId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) static AssetVocabulary
AssetVocabularyServiceUtil.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) void
AssetVocabularyLocalService.addVocabularyResources
(AssetVocabulary vocabulary, boolean addGroupPermissions, boolean addGuestPermissions) void
AssetVocabularyLocalService.addVocabularyResources
(AssetVocabulary vocabulary, ModelPermissions modelPermissions) static void
AssetVocabularyLocalServiceUtil.addVocabularyResources
(AssetVocabulary vocabulary, boolean addGroupPermissions, boolean addGuestPermissions) static void
AssetVocabularyLocalServiceUtil.addVocabularyResources
(AssetVocabulary vocabulary, ModelPermissions modelPermissions) void
AssetVocabularyLocalServiceWrapper.addVocabularyResources
(AssetVocabulary vocabulary, boolean addGroupPermissions, boolean addGuestPermissions) void
AssetVocabularyLocalServiceWrapper.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 PersistedModel
AssetCategoryLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) AssetCategoryLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) AssetEntryLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
AssetEntryLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) AssetEntryLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) AssetTagLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
AssetTagLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) AssetTagLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) AssetVocabularyLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
AssetVocabularyLocalServiceUtil.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 AssetTag
AssetTagLocalServiceUtil.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 AssetCategory
AssetCategoryLocalServiceUtil.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 AssetEntry
AssetEntryLocalServiceUtil.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 AssetTag
AssetTagLocalServiceUtil.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 AssetVocabulary
AssetVocabularyLocalServiceUtil.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.void
AssetCategoryLocalService.deleteCategories
(long[] categoryIds) void
AssetCategoryLocalService.deleteCategories
(List<AssetCategory> categories) static void
AssetCategoryLocalServiceUtil.deleteCategories
(long[] categoryIds) static void
AssetCategoryLocalServiceUtil.deleteCategories
(List<AssetCategory> categories) void
AssetCategoryLocalServiceWrapper.deleteCategories
(long[] categoryIds) void
AssetCategoryLocalServiceWrapper.deleteCategories
(List<AssetCategory> categories) void
AssetCategoryService.deleteCategories
(long[] categoryIds) static void
AssetCategoryServiceUtil.deleteCategories
(long[] categoryIds) void
AssetCategoryServiceWrapper.deleteCategories
(long[] categoryIds) AssetCategoryLocalService.deleteCategory
(long categoryId) AssetCategoryLocalService.deleteCategory
(AssetCategory category) AssetCategoryLocalService.deleteCategory
(AssetCategory category, boolean skipRebuildTree) static AssetCategory
AssetCategoryLocalServiceUtil.deleteCategory
(long categoryId) static AssetCategory
AssetCategoryLocalServiceUtil.deleteCategory
(AssetCategory category) static AssetCategory
AssetCategoryLocalServiceUtil.deleteCategory
(AssetCategory category, boolean skipRebuildTree) AssetCategoryLocalServiceWrapper.deleteCategory
(long categoryId) AssetCategoryLocalServiceWrapper.deleteCategory
(AssetCategory category) AssetCategoryLocalServiceWrapper.deleteCategory
(AssetCategory category, boolean skipRebuildTree) void
AssetCategoryService.deleteCategory
(long categoryId) static void
AssetCategoryServiceUtil.deleteCategory
(long categoryId) void
AssetCategoryServiceWrapper.deleteCategory
(long categoryId) void
AssetEntryLocalService.deleteEntries
(long companyId, String className) static void
AssetEntryLocalServiceUtil.deleteEntries
(long companyId, String className) void
AssetEntryLocalServiceWrapper.deleteEntries
(long companyId, String className) AssetEntryLocalService.deleteEntry
(long entryId) AssetEntryLocalService.deleteEntry
(AssetEntry entry) AssetEntryLocalService.deleteEntry
(String className, long classPK) static AssetEntry
AssetEntryLocalServiceUtil.deleteEntry
(long entryId) static AssetEntry
AssetEntryLocalServiceUtil.deleteEntry
(AssetEntry entry) static AssetEntry
AssetEntryLocalServiceUtil.deleteEntry
(String className, long classPK) AssetEntryLocalServiceWrapper.deleteEntry
(long entryId) AssetEntryLocalServiceWrapper.deleteEntry
(AssetEntry entry) AssetEntryLocalServiceWrapper.deleteEntry
(String className, long classPK) void
AssetEntryLocalService.deleteGroupEntries
(long groupId) static void
AssetEntryLocalServiceUtil.deleteGroupEntries
(long groupId) void
AssetEntryLocalServiceWrapper.deleteGroupEntries
(long groupId) void
AssetTagLocalService.deleteGroupTags
(long groupId) Deletes all asset tags in the group.static void
AssetTagLocalServiceUtil.deleteGroupTags
(long groupId) Deletes all asset tags in the group.void
AssetTagLocalServiceWrapper.deleteGroupTags
(long groupId) Deletes all asset tags in the group.AssetCategoryLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
AssetCategoryLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) AssetCategoryLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) AssetEntryLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
AssetEntryLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) AssetEntryLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) AssetTagLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
AssetTagLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) AssetTagLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) AssetVocabularyLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
AssetVocabularyLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) AssetVocabularyLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) void
AssetTagLocalService.deleteTag
(long tagId) Deletes the asset tag.void
Deletes the asset tag.static void
AssetTagLocalServiceUtil.deleteTag
(long tagId) Deletes the asset tag.static void
Deletes the asset tag.void
AssetTagLocalServiceWrapper.deleteTag
(long tagId) Deletes the asset tag.void
Deletes the asset tag.void
AssetTagService.deleteTag
(long tagId) static void
AssetTagServiceUtil.deleteTag
(long tagId) void
AssetTagServiceWrapper.deleteTag
(long tagId) void
AssetTagService.deleteTags
(long[] tagIds) static void
AssetTagServiceUtil.deleteTags
(long[] tagIds) void
AssetTagServiceWrapper.deleteTags
(long[] tagIds) void
AssetVocabularyLocalService.deleteVocabularies
(long groupId) static void
AssetVocabularyLocalServiceUtil.deleteVocabularies
(long groupId) void
AssetVocabularyLocalServiceWrapper.deleteVocabularies
(long groupId) AssetVocabularyService.deleteVocabularies
(long[] vocabularyIds, ServiceContext serviceContext) static List<AssetVocabulary>
AssetVocabularyServiceUtil.deleteVocabularies
(long[] vocabularyIds, ServiceContext serviceContext) AssetVocabularyServiceWrapper.deleteVocabularies
(long[] vocabularyIds, ServiceContext serviceContext) void
AssetVocabularyLocalService.deleteVocabulary
(long vocabularyId) AssetVocabularyLocalService.deleteVocabulary
(AssetVocabulary vocabulary) static void
AssetVocabularyLocalServiceUtil.deleteVocabulary
(long vocabularyId) static AssetVocabulary
AssetVocabularyLocalServiceUtil.deleteVocabulary
(AssetVocabulary vocabulary) void
AssetVocabularyLocalServiceWrapper.deleteVocabulary
(long vocabularyId) AssetVocabularyLocalServiceWrapper.deleteVocabulary
(AssetVocabulary vocabulary) void
AssetVocabularyService.deleteVocabulary
(long vocabularyId) static void
AssetVocabularyServiceUtil.deleteVocabulary
(long vocabularyId) void
AssetVocabularyServiceWrapper.deleteVocabulary
(long vocabularyId) void
AssetCategoryLocalService.deleteVocabularyCategories
(long vocabularyId) static void
AssetCategoryLocalServiceUtil.deleteVocabularyCategories
(long vocabularyId) void
AssetCategoryLocalServiceWrapper.deleteVocabularyCategories
(long vocabularyId) AssetCategoryService.fetchCategory
(long categoryId) static AssetCategory
AssetCategoryServiceUtil.fetchCategory
(long categoryId) AssetCategoryServiceWrapper.fetchCategory
(long categoryId) AssetCategoryService.fetchCategoryByExternalReferenceCode
(String externalReferenceCode, long groupId) static AssetCategory
AssetCategoryServiceUtil.fetchCategoryByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetCategoryServiceWrapper.fetchCategoryByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetEntryService.fetchEntry
(long entryId) static AssetEntry
AssetEntryServiceUtil.fetchEntry
(long entryId) AssetEntryServiceWrapper.fetchEntry
(long entryId) AssetVocabularyService.fetchVocabulary
(long vocabularyId) static AssetVocabulary
AssetVocabularyServiceUtil.fetchVocabulary
(long vocabularyId) AssetVocabularyServiceWrapper.fetchVocabulary
(long vocabularyId) AssetCategoryLocalService.getAssetCategory
(long categoryId) Returns the asset category with the primary key.static AssetCategory
AssetCategoryLocalServiceUtil.getAssetCategory
(long categoryId) Returns the asset category with the primary key.AssetCategoryLocalServiceWrapper.getAssetCategory
(long categoryId) Returns the asset category with the primary key.AssetCategoryLocalService.getAssetCategoryByExternalReferenceCode
(String externalReferenceCode, long groupId) static AssetCategory
AssetCategoryLocalServiceUtil.getAssetCategoryByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetCategoryLocalServiceWrapper.getAssetCategoryByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetCategoryService.getAssetCategoryByExternalReferenceCode
(long groupId, String externalReferenceCode) static AssetCategory
AssetCategoryServiceUtil.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 AssetCategory
AssetCategoryLocalServiceUtil.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 AssetEntry
AssetEntryLocalServiceUtil.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 AssetTag
AssetTagLocalServiceUtil.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 AssetTag
AssetTagLocalServiceUtil.getAssetTagByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetTagLocalServiceWrapper.getAssetTagByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetTagService.getAssetTagByExternalReferenceCode
(String externalReferenceCode, long groupId) static AssetTag
AssetTagServiceUtil.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 AssetTag
AssetTagLocalServiceUtil.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 AssetVocabulary
AssetVocabularyLocalServiceUtil.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 AssetVocabulary
AssetVocabularyLocalServiceUtil.getAssetVocabularyByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetVocabularyLocalServiceWrapper.getAssetVocabularyByExternalReferenceCode
(String externalReferenceCode, long groupId) AssetVocabularyService.getAssetVocabularyByExternalReferenceCode
(long groupId, String externalReferenceCode) static AssetVocabulary
AssetVocabularyServiceUtil.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 AssetVocabulary
AssetVocabularyLocalServiceUtil.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 AssetCategory
AssetCategoryLocalServiceUtil.getCategory
(long categoryId) static AssetCategory
AssetCategoryLocalServiceUtil.getCategory
(String uuid, long groupId) AssetCategoryLocalServiceWrapper.getCategory
(long categoryId) AssetCategoryLocalServiceWrapper.getCategory
(String uuid, long groupId) AssetCategoryService.getCategory
(long categoryId) static AssetCategory
AssetCategoryServiceUtil.getCategory
(long categoryId) AssetCategoryServiceWrapper.getCategory
(long categoryId) AssetCategoryService.getCategoryPath
(long categoryId) static String
AssetCategoryServiceUtil.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.int
AssetCategoryService.getChildCategoriesCount
(long parentCategoryId) Returns the number of child categoriesstatic int
AssetCategoryServiceUtil.getChildCategoriesCount
(long parentCategoryId) Returns the number of child categoriesint
AssetCategoryServiceWrapper.getChildCategoriesCount
(long parentCategoryId) Returns the number of child categoriesAssetEntryService.getEntries
(AssetEntryQuery entryQuery) static List<AssetEntry>
AssetEntryServiceUtil.getEntries
(AssetEntryQuery entryQuery) AssetEntryServiceWrapper.getEntries
(AssetEntryQuery entryQuery) int
AssetEntryService.getEntriesCount
(AssetEntryQuery entryQuery) static int
AssetEntryServiceUtil.getEntriesCount
(AssetEntryQuery entryQuery) int
AssetEntryServiceWrapper.getEntriesCount
(AssetEntryQuery entryQuery) AssetEntryLocalService.getEntry
(long entryId) static AssetEntry
AssetEntryLocalServiceUtil.getEntry
(long entryId) static AssetEntry
static AssetEntry
AssetEntryLocalServiceWrapper.getEntry
(long entryId) AssetEntryService.getEntry
(long entryId) static AssetEntry
AssetEntryServiceUtil.getEntry
(long entryId) static AssetEntry
AssetEntryServiceWrapper.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 AssetVocabularyDisplay
AssetVocabularyServiceUtil.getGroupVocabulariesDisplay
(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator<AssetVocabulary> orderByComparator) static AssetVocabularyDisplay
AssetVocabularyServiceUtil.getGroupVocabulariesDisplay
(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) 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 AssetVocabulary
AssetVocabularyLocalServiceUtil.getGroupVocabulary
(long groupId, String name) AssetVocabularyLocalServiceWrapper.getGroupVocabulary
(long groupId, String name) AssetCategoryLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
AssetCategoryLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) AssetCategoryLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) AssetEntryLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
AssetEntryLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) AssetEntryLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) AssetTagLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
AssetTagLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) AssetTagLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) AssetVocabularyLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
AssetVocabularyLocalServiceUtil.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 AssetTag
AssetTagLocalServiceUtil.getTag
(long tagId) Returns the asset tag with the primary key.static AssetTag
Returns 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 AssetTag
AssetTagServiceUtil.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 AssetVocabulary
AssetVocabularyLocalServiceUtil.getVocabulary
(long vocabularyId) AssetVocabularyLocalServiceWrapper.getVocabulary
(long vocabularyId) AssetVocabularyService.getVocabulary
(long vocabularyId) static AssetVocabulary
AssetVocabularyServiceUtil.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 AssetCategoryDisplay
AssetCategoryServiceUtil.getVocabularyCategoriesDisplay
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static AssetCategoryDisplay
AssetCategoryServiceUtil.getVocabularyCategoriesDisplay
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) 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 AssetTag
AssetTagLocalServiceUtil.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) void
AssetEntryLocalService.incrementViewCounter
(long userId, AssetEntry assetEntry) static AssetEntry
AssetEntryLocalServiceUtil.incrementViewCounter
(long companyId, long userId, String className, long classPK) static void
AssetEntryLocalServiceUtil.incrementViewCounter
(long userId, AssetEntry assetEntry) AssetEntryLocalServiceWrapper.incrementViewCounter
(long companyId, long userId, String className, long classPK) void
AssetEntryLocalServiceWrapper.incrementViewCounter
(long userId, AssetEntry assetEntry) AssetEntryService.incrementViewCounter
(long companyId, String className, long classPK) void
AssetEntryService.incrementViewCounter
(AssetEntry assetEntry) static AssetEntry
AssetEntryServiceUtil.incrementViewCounter
(long companyId, String className, long classPK) static void
AssetEntryServiceUtil.incrementViewCounter
(AssetEntry assetEntry) AssetEntryServiceWrapper.incrementViewCounter
(long companyId, String className, long classPK) void
AssetEntryServiceWrapper.incrementViewCounter
(AssetEntry assetEntry) AssetCategoryLocalService.mergeCategories
(long fromCategoryId, long toCategoryId) static AssetCategory
AssetCategoryLocalServiceUtil.mergeCategories
(long fromCategoryId, long toCategoryId) AssetCategoryLocalServiceWrapper.mergeCategories
(long fromCategoryId, long toCategoryId) void
AssetTagLocalService.mergeTags
(long fromTagId, long toTagId) Replaces all occurrences of the first asset tag with the second asset tag and deletes the first asset tag.static void
AssetTagLocalServiceUtil.mergeTags
(long fromTagId, long toTagId) Replaces all occurrences of the first asset tag with the second asset tag and deletes the first asset tag.void
AssetTagLocalServiceWrapper.mergeTags
(long fromTagId, long toTagId) Replaces all occurrences of the first asset tag with the second asset tag and deletes the first asset tag.void
AssetTagService.mergeTags
(long[] fromTagIds, long toTagId) void
AssetTagService.mergeTags
(long fromTagId, long toTagId) static void
AssetTagServiceUtil.mergeTags
(long[] fromTagIds, long toTagId) static void
AssetTagServiceUtil.mergeTags
(long fromTagId, long toTagId) void
AssetTagServiceWrapper.mergeTags
(long[] fromTagIds, long toTagId) void
AssetTagServiceWrapper.mergeTags
(long fromTagId, long toTagId) AssetCategoryLocalService.moveCategory
(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext) static AssetCategory
AssetCategoryLocalServiceUtil.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 AssetCategory
AssetCategoryServiceUtil.moveCategory
(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext) AssetCategoryServiceWrapper.moveCategory
(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext) void
AssetEntryLocalService.reindex
(List<AssetEntry> entries) static void
AssetEntryLocalServiceUtil.reindex
(List<AssetEntry> entries) void
AssetEntryLocalServiceWrapper.reindex
(List<AssetEntry> entries) AssetCategoryService.search
(long groupId, String name, String[] categoryProperties, int start, int end) static JSONArray
AssetCategoryServiceUtil.search
(long[] groupIds, String name, long[] vocabularyIds, int start, int end) static JSONArray
AssetCategoryServiceUtil.search
(long groupId, String name, String[] categoryProperties, int start, int end) 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 AssetCategoryDisplay
AssetCategoryServiceUtil.searchCategoriesDisplay
(long[] groupIds, String title, long[] vocabularyIds, int start, int end) static AssetCategoryDisplay
AssetCategoryServiceUtil.searchCategoriesDisplay
(long[] groupIds, String title, long[] parentCategoryIds, long[] vocabularyIds, int start, int end) static AssetCategoryDisplay
AssetCategoryServiceUtil.searchCategoriesDisplay
(long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort) static AssetCategoryDisplay
AssetCategoryServiceUtil.searchCategoriesDisplay
(long groupId, String title, long vocabularyId, int start, int end) static AssetCategoryDisplay
AssetCategoryServiceUtil.searchCategoriesDisplay
(long groupId, String title, long parentCategoryId, long vocabularyId, int start, int end) static AssetCategoryDisplay
AssetCategoryServiceUtil.searchCategoriesDisplay
(long groupId, String title, long vocabularyId, long parentCategoryId, int start, int end, Sort sort) 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 AssetVocabularyDisplay
AssetVocabularyServiceUtil.searchVocabulariesDisplay
(long groupId, String title, boolean addDefaultVocabulary, int start, int end) static AssetVocabularyDisplay
AssetVocabularyServiceUtil.searchVocabulariesDisplay
(long groupId, String title, boolean addDefaultVocabulary, int start, int end, Sort sort) 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) void
AssetTagLocalService.subscribeTag
(long userId, long groupId, long tagId) static void
AssetTagLocalServiceUtil.subscribeTag
(long userId, long groupId, long tagId) void
AssetTagLocalServiceWrapper.subscribeTag
(long userId, long groupId, long tagId) void
AssetTagService.subscribeTag
(long userId, long groupId, long tagId) static void
AssetTagServiceUtil.subscribeTag
(long userId, long groupId, long tagId) void
AssetTagServiceWrapper.subscribeTag
(long userId, long groupId, long tagId) void
AssetTagLocalService.unsubscribeTag
(long userId, long tagId) static void
AssetTagLocalServiceUtil.unsubscribeTag
(long userId, long tagId) void
AssetTagLocalServiceWrapper.unsubscribeTag
(long userId, long tagId) void
AssetTagService.unsubscribeTag
(long userId, long tagId) static void
AssetTagServiceUtil.unsubscribeTag
(long userId, long tagId) void
AssetTagServiceWrapper.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 AssetCategory
AssetCategoryLocalServiceUtil.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 AssetCategory
AssetCategoryServiceUtil.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 AssetEntry
AssetEntryLocalServiceUtil.updateEntry
(long userId, long groupId, String className, long classPK, long[] categoryIds, String[] tagNames) static AssetEntry
AssetEntryLocalServiceUtil.updateEntry
(long userId, long groupId, Date createDate, Date modifiedDate, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean listable, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Double priority) static AssetEntry
AssetEntryLocalServiceUtil.updateEntry
(long userId, long groupId, Date createDate, Date modifiedDate, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean listable, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Double priority, ServiceContext serviceContext) static AssetEntry
AssetEntryLocalServiceUtil.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 AssetEntry
AssetEntryServiceUtil.updateEntry
(long groupId, Date createDate, Date modifiedDate, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean listable, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Double priority) 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 AssetTag
AssetTagLocalServiceUtil.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 AssetTag
AssetTagServiceUtil.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 AssetEntry
AssetEntryLocalServiceUtil.updateVisible
(AssetEntry entry, boolean visible) static AssetEntry
AssetEntryLocalServiceUtil.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 AssetVocabulary
AssetVocabularyLocalServiceUtil.updateVocabulary
(long vocabularyId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) static AssetVocabulary
AssetVocabularyLocalServiceUtil.updateVocabulary
(long vocabularyId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings) static AssetVocabulary
AssetVocabularyLocalServiceUtil.updateVocabulary
(long vocabularyId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, 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 AssetVocabulary
AssetVocabularyServiceUtil.updateVocabulary
(long vocabularyId, String title, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, ServiceContext serviceContext) static AssetVocabulary
AssetVocabularyServiceUtil.updateVocabulary
(long vocabularyId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings) static AssetVocabulary
AssetVocabularyServiceUtil.updateVocabulary
(long vocabularyId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String settings, 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) void
AssetEntryLocalService.validate
(long groupId, String className, long classTypePK, long[] categoryIds, String[] tagNames) void
AssetEntryLocalService.validate
(long groupId, String className, long classPK, long classTypePK, long[] categoryIds, String[] tagNames) static void
AssetEntryLocalServiceUtil.validate
(long groupId, String className, long classTypePK, long[] categoryIds, String[] tagNames) static void
AssetEntryLocalServiceUtil.validate
(long groupId, String className, long classPK, long classTypePK, long[] categoryIds, String[] tagNames) void
AssetEntryLocalServiceWrapper.validate
(long groupId, String className, long classTypePK, long[] categoryIds, String[] tagNames) void
AssetEntryLocalServiceWrapper.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 TypeClassDescriptionclass
class
-
Uses of PortalException in com.liferay.document.library.kernel.exception
Subclasses of PortalException in com.liferay.document.library.kernel.exceptionModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
static class
static class
class
class
static class
static class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
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 TypeMethodDescriptionvoid
RawMetadataProcessor.generateMetadata
(FileVersion fileVersion) Generates the raw metadata associated with the file entry.static void
RawMetadataProcessorUtil.generateMetadata
(FileVersion fileVersion) Generates the raw metadata associated with the file entry.void
RawMetadataProcessor.saveMetadata
(FileVersion fileVersion) Saves the raw metadata present in the file version.static void
RawMetadataProcessorUtil.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 aFile
object.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 anInputStream
object.static FileEntry
DLAppLocalServiceUtil.addFileEntry
(long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, File file, ServiceContext serviceContext) Deprecated.static FileEntry
DLAppLocalServiceUtil.addFileEntry
(String externalReferenceCode, long userId, long repositoryId, long folderId, String sourceFileName, String mimeType, byte[] bytes, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) static FileEntry
DLAppLocalServiceUtil.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 FileEntry
DLAppLocalServiceUtil.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 aFile
object.static FileEntry
DLAppLocalServiceUtil.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 anInputStream
object.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 aFile
object.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 anInputStream
object.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 FileEntry
DLAppServiceUtil.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 FileEntry
DLAppServiceUtil.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 FileEntry
DLAppServiceUtil.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 FileEntry
DLAppServiceUtil.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 DLFileEntry
DLFileEntryLocalServiceUtil.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 DLFileEntry
DLFileEntryServiceUtil.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 DLFileEntryType
DLFileEntryTypeLocalServiceUtil.addFileEntryType
(String externalReferenceCode, long userId, long groupId, long dataDefinitionId, String fileEntryTypeKey, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, int scope, ServiceContext serviceContext) static DLFileEntryType
DLFileEntryTypeLocalServiceUtil.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 DLFileEntryType
DLFileEntryTypeServiceUtil.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 FileShortcut
DLAppLocalServiceUtil.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 FileShortcut
DLAppServiceUtil.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.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 DLFileShortcut
DLFileShortcutServiceUtil.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) void
DLFileShortcutLocalService.addFileShortcutResources
(long fileShortcutId, boolean addGroupPermissions, boolean addGuestPermissions) void
DLFileShortcutLocalService.addFileShortcutResources
(long fileShortcutId, ModelPermissions modelPermissions) void
DLFileShortcutLocalService.addFileShortcutResources
(DLFileShortcut fileShortcut, boolean addGroupPermissions, boolean addGuestPermissions) void
DLFileShortcutLocalService.addFileShortcutResources
(DLFileShortcut fileShortcut, ModelPermissions modelPermissions) static void
DLFileShortcutLocalServiceUtil.addFileShortcutResources
(long fileShortcutId, boolean addGroupPermissions, boolean addGuestPermissions) static void
DLFileShortcutLocalServiceUtil.addFileShortcutResources
(long fileShortcutId, ModelPermissions modelPermissions) static void
DLFileShortcutLocalServiceUtil.addFileShortcutResources
(DLFileShortcut fileShortcut, boolean addGroupPermissions, boolean addGuestPermissions) static void
DLFileShortcutLocalServiceUtil.addFileShortcutResources
(DLFileShortcut fileShortcut, ModelPermissions modelPermissions) void
DLFileShortcutLocalServiceWrapper.addFileShortcutResources
(long fileShortcutId, boolean addGroupPermissions, boolean addGuestPermissions) void
DLFileShortcutLocalServiceWrapper.addFileShortcutResources
(long fileShortcutId, ModelPermissions modelPermissions) void
DLFileShortcutLocalServiceWrapper.addFileShortcutResources
(DLFileShortcut fileShortcut, boolean addGroupPermissions, boolean addGuestPermissions) void
DLFileShortcutLocalServiceWrapper.addFileShortcutResources
(DLFileShortcut fileShortcut, ModelPermissions modelPermissions) void
DLAppHelperLocalService.addFolder
(long userId, Folder folder, ServiceContext serviceContext) static void
DLAppHelperLocalServiceUtil.addFolder
(long userId, Folder folder, ServiceContext serviceContext) void
DLAppHelperLocalServiceWrapper.addFolder
(long userId, Folder folder, ServiceContext serviceContext) DLAppLocalService.addFolder
(String externalReferenceCode, long userId, long repositoryId, long parentFolderId, String name, String description, ServiceContext serviceContext) Adds a folder.static Folder
DLAppLocalServiceUtil.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 Folder
DLAppServiceUtil.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 DLFolder
DLFolderLocalServiceUtil.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 DLFolder
DLFolderServiceUtil.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 FileEntry
DLAppServiceUtil.addTempFileEntry
(long groupId, long folderId, String folderName, String fileName, File file, String mimeType) Adds a temporary file entry.static FileEntry
DLAppServiceUtil.addTempFileEntry
(long groupId, long folderId, String folderName, String fileName, InputStream inputStream, String mimeType) Adds a temporary file entry.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.void
DLAppHelperLocalService.cancelCheckOut
(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, FileVersion draftFileVersion, ServiceContext serviceContext) static void
DLAppHelperLocalServiceUtil.cancelCheckOut
(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, FileVersion draftFileVersion, ServiceContext serviceContext) void
DLAppHelperLocalServiceWrapper.cancelCheckOut
(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, FileVersion draftFileVersion, ServiceContext serviceContext) void
DLAppService.cancelCheckOut
(long fileEntryId) Cancels the check out of the file entry.static void
DLAppServiceUtil.cancelCheckOut
(long fileEntryId) Cancels the check out of the file entry.void
DLAppServiceWrapper.cancelCheckOut
(long fileEntryId) Cancels the check out of the file entry.DLFileEntryLocalService.cancelCheckOut
(long userId, long fileEntryId) static DLFileVersion
DLFileEntryLocalServiceUtil.cancelCheckOut
(long userId, long fileEntryId) DLFileEntryLocalServiceWrapper.cancelCheckOut
(long userId, long fileEntryId) DLFileEntryService.cancelCheckOut
(long fileEntryId) static DLFileVersion
DLFileEntryServiceUtil.cancelCheckOut
(long fileEntryId) DLFileEntryServiceWrapper.cancelCheckOut
(long fileEntryId) void
DLAppHelperLocalService.cancelCheckOuts
(long groupId) static void
DLAppHelperLocalServiceUtil.cancelCheckOuts
(long groupId) void
DLAppHelperLocalServiceWrapper.cancelCheckOuts
(long groupId) void
DLFileEntryTypeLocalService.cascadeFileEntryTypes
(long userId, DLFolder dlFolder) static void
DLFileEntryTypeLocalServiceUtil.cascadeFileEntryTypes
(long userId, DLFolder dlFolder) void
DLFileEntryTypeLocalServiceWrapper.cascadeFileEntryTypes
(long userId, DLFolder dlFolder) void
DLAppHelperLocalService.checkAssetEntry
(long userId, FileEntry fileEntry, FileVersion fileVersion) static void
DLAppHelperLocalServiceUtil.checkAssetEntry
(long userId, FileEntry fileEntry, FileVersion fileVersion) void
DLAppHelperLocalServiceWrapper.checkAssetEntry
(long userId, FileEntry fileEntry, FileVersion fileVersion) void
DLFileEntryLocalService.checkFileEntries
(long companyId, long checkInterval) static void
DLFileEntryLocalServiceUtil.checkFileEntries
(long companyId, long checkInterval) void
DLFileEntryLocalServiceWrapper.checkFileEntries
(long companyId, long checkInterval) void
DLAppService.checkInFileEntry
(long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) Checks in the file entry.void
DLAppService.checkInFileEntry
(long fileEntryId, String lockUuid, ServiceContext serviceContext) Checks in the file entry using the lock's UUID.static void
DLAppServiceUtil.checkInFileEntry
(long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) Checks in the file entry.static void
DLAppServiceUtil.checkInFileEntry
(long fileEntryId, String lockUuid, ServiceContext serviceContext) Checks in the file entry using the lock's UUID.void
DLAppServiceWrapper.checkInFileEntry
(long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) Checks in the file entry.void
DLAppServiceWrapper.checkInFileEntry
(long fileEntryId, String lockUuid, ServiceContext serviceContext) Checks in the file entry using the lock's UUID.void
DLFileEntryLocalService.checkInFileEntry
(long userId, long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) void
DLFileEntryLocalService.checkInFileEntry
(long userId, long fileEntryId, String lockUuid, ServiceContext serviceContext) static void
DLFileEntryLocalServiceUtil.checkInFileEntry
(long userId, long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) static void
DLFileEntryLocalServiceUtil.checkInFileEntry
(long userId, long fileEntryId, String lockUuid, ServiceContext serviceContext) void
DLFileEntryLocalServiceWrapper.checkInFileEntry
(long userId, long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) void
DLFileEntryLocalServiceWrapper.checkInFileEntry
(long userId, long fileEntryId, String lockUuid, ServiceContext serviceContext) void
DLFileEntryService.checkInFileEntry
(long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) void
DLFileEntryService.checkInFileEntry
(long fileEntryId, String lockUuid, ServiceContext serviceContext) static void
DLFileEntryServiceUtil.checkInFileEntry
(long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) static void
DLFileEntryServiceUtil.checkInFileEntry
(long fileEntryId, String lockUuid, ServiceContext serviceContext) void
DLFileEntryServiceWrapper.checkInFileEntry
(long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) void
DLFileEntryServiceWrapper.checkInFileEntry
(long fileEntryId, String lockUuid, ServiceContext serviceContext) void
DLAppService.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 void
DLAppServiceUtil.checkOutFileEntry
(long fileEntryId, ServiceContext serviceContext) Check out a file entry.static FileEntry
DLAppServiceUtil.checkOutFileEntry
(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext) Checks out the file entry.void
DLAppServiceWrapper.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 DLFileEntry
DLFileEntryLocalServiceUtil.checkOutFileEntry
(long userId, long fileEntryId, long fileEntryTypeId, ServiceContext serviceContext) static DLFileEntry
DLFileEntryLocalServiceUtil.checkOutFileEntry
(long userId, long fileEntryId, long fileEntryTypeId, String owner, long expirationTime, ServiceContext serviceContext) static DLFileEntry
DLFileEntryLocalServiceUtil.checkOutFileEntry
(long userId, long fileEntryId, ServiceContext serviceContext) static DLFileEntry
DLFileEntryLocalServiceUtil.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 DLFileEntry
DLFileEntryServiceUtil.checkOutFileEntry
(long fileEntryId, ServiceContext serviceContext) static DLFileEntry
DLFileEntryServiceUtil.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) void
DLFileEntryLocalService.convertExtraSettings
(String[] keys) static void
DLFileEntryLocalServiceUtil.convertExtraSettings
(String[] keys) void
DLFileEntryLocalServiceWrapper.convertExtraSettings
(String[] keys) DLAppService.copyFileEntry
(long fileEntryId, long destinationFolderId, long destinationRepositoryId, long fileEntryTypeId, long[] groupIds, ServiceContext serviceContext) static FileEntry
DLAppServiceUtil.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 DLFileEntry
DLFileEntryLocalServiceUtil.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 DLFileEntry
DLFileEntryServiceUtil.copyFileEntry
(long groupId, long repositoryId, long sourceFileEntryId, long targetFolderId, ServiceContext serviceContext) DLFileEntryServiceWrapper.copyFileEntry
(long groupId, long repositoryId, long sourceFileEntryId, long targetFolderId, ServiceContext serviceContext) void
DLFileEntryLocalService.copyFileEntryMetadata
(long companyId, long fileEntryTypeId, long fileEntryId, long sourceFileVersionId, long targetFileVersionId, ServiceContext serviceContext) static void
DLFileEntryLocalServiceUtil.copyFileEntryMetadata
(long companyId, long fileEntryTypeId, long fileEntryId, long sourceFileVersionId, long targetFileVersionId, ServiceContext serviceContext) void
DLFileEntryLocalServiceWrapper.copyFileEntryMetadata
(long companyId, long fileEntryTypeId, long fileEntryId, long sourceFileVersionId, long targetFileVersionId, ServiceContext serviceContext) DLAppService.copyFileShortcut
(long fileShortcutId, long destinationFolderId, long destinationRepositoryId, ServiceContext serviceContext) static FileShortcut
DLAppServiceUtil.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 Folder
DLAppServiceUtil.copyFolder
(long sourceRepositoryId, long sourceFolderId, long destinationRepositoryId, long destinationParentFolderId, Map<Long, Long> fileEntryTypeIds, long[] groupIds, ServiceContext serviceContext) static Folder
DLAppServiceUtil.copyFolder
(long repositoryId, long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext) Performs a deep copy of the folder.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 PersistedModel
DLFileEntryLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) DLFileEntryLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) DLFileEntryMetadataLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
DLFileEntryMetadataLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) DLFileEntryMetadataLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) DLFileEntryTypeLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
DLFileEntryTypeLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) DLFileEntryTypeLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) DLFileShortcutLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
DLFileShortcutLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) DLFileShortcutLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) DLFileVersionLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
DLFileVersionLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) DLFileVersionLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) DLFolderLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
DLFolderLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) DLFolderLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) void
DLAppLocalService.deleteAll
(long repositoryId) Delete all data associated to the given repository.static void
DLAppLocalServiceUtil.deleteAll
(long repositoryId) Delete all data associated to the given repository.void
DLAppLocalServiceWrapper.deleteAll
(long repositoryId) Delete all data associated to the given repository.void
DLFolderLocalService.deleteAllByGroup
(long groupId) static void
DLFolderLocalServiceUtil.deleteAllByGroup
(long groupId) void
DLFolderLocalServiceWrapper.deleteAllByGroup
(long groupId) void
DLFolderLocalService.deleteAllByRepository
(long repositoryId) static void
DLFolderLocalServiceUtil.deleteAllByRepository
(long repositoryId) void
DLFolderLocalServiceWrapper.deleteAllByRepository
(long repositoryId) void
DLAppLocalService.deleteAllRepositories
(long groupId) static void
DLAppLocalServiceUtil.deleteAllRepositories
(long groupId) void
DLAppLocalServiceWrapper.deleteAllRepositories
(long groupId) DLFileEntryLocalService.deleteDLFileEntry
(long fileEntryId) Deletes the document library file entry with the primary key from the database.static DLFileEntry
DLFileEntryLocalServiceUtil.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 DLFileEntryMetadata
DLFileEntryMetadataLocalServiceUtil.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 DLFileEntryType
DLFileEntryTypeLocalServiceUtil.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.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 DLFileVersion
DLFileVersionLocalServiceUtil.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 DLFolder
DLFolderLocalServiceUtil.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.void
DLFileEntryLocalService.deleteFileEntries
(long groupId, long folderId) void
DLFileEntryLocalService.deleteFileEntries
(long groupId, long folderId, boolean includeTrashedEntries) static void
DLFileEntryLocalServiceUtil.deleteFileEntries
(long groupId, long folderId) static void
DLFileEntryLocalServiceUtil.deleteFileEntries
(long groupId, long folderId, boolean includeTrashedEntries) void
DLFileEntryLocalServiceWrapper.deleteFileEntries
(long groupId, long folderId) void
DLFileEntryLocalServiceWrapper.deleteFileEntries
(long groupId, long folderId, boolean includeTrashedEntries) void
DLAppHelperLocalService.deleteFileEntry
(FileEntry fileEntry) static void
DLAppHelperLocalServiceUtil.deleteFileEntry
(FileEntry fileEntry) void
DLAppHelperLocalServiceWrapper.deleteFileEntry
(FileEntry fileEntry) void
DLAppLocalService.deleteFileEntry
(long fileEntryId) Deletes the file entry.static void
DLAppLocalServiceUtil.deleteFileEntry
(long fileEntryId) Deletes the file entry.void
DLAppLocalServiceWrapper.deleteFileEntry
(long fileEntryId) Deletes the file entry.void
DLAppService.deleteFileEntry
(long fileEntryId) Deletes the file entry with the primary key.static void
DLAppServiceUtil.deleteFileEntry
(long fileEntryId) Deletes the file entry with the primary key.void
DLAppServiceWrapper.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 DLFileEntry
DLFileEntryLocalServiceUtil.deleteFileEntry
(long fileEntryId) static DLFileEntry
DLFileEntryLocalServiceUtil.deleteFileEntry
(long userId, long fileEntryId) static DLFileEntry
DLFileEntryLocalServiceUtil.deleteFileEntry
(DLFileEntry dlFileEntry) DLFileEntryLocalServiceWrapper.deleteFileEntry
(long fileEntryId) DLFileEntryLocalServiceWrapper.deleteFileEntry
(long userId, long fileEntryId) DLFileEntryLocalServiceWrapper.deleteFileEntry
(DLFileEntry dlFileEntry) void
DLFileEntryService.deleteFileEntry
(long fileEntryId) void
DLFileEntryService.deleteFileEntry
(long groupId, long folderId, String title) static void
DLFileEntryServiceUtil.deleteFileEntry
(long fileEntryId) static void
DLFileEntryServiceUtil.deleteFileEntry
(long groupId, long folderId, String title) void
DLFileEntryServiceWrapper.deleteFileEntry
(long fileEntryId) void
DLFileEntryServiceWrapper.deleteFileEntry
(long groupId, long folderId, String title) void
DLAppLocalService.deleteFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) static void
DLAppLocalServiceUtil.deleteFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) void
DLAppLocalServiceWrapper.deleteFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) void
DLAppService.deleteFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) static void
DLAppServiceUtil.deleteFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) void
DLAppServiceWrapper.deleteFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileEntryLocalService.deleteFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) static DLFileEntry
DLFileEntryLocalServiceUtil.deleteFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileEntryLocalServiceWrapper.deleteFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) void
DLFileEntryService.deleteFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) static void
DLFileEntryServiceUtil.deleteFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) void
DLFileEntryServiceWrapper.deleteFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) void
DLAppService.deleteFileEntryByTitle
(long repositoryId, long folderId, String title) Deletes the file entry with the title in the folder.static void
DLAppServiceUtil.deleteFileEntryByTitle
(long repositoryId, long folderId, String title) Deletes the file entry with the title in the folder.void
DLAppServiceWrapper.deleteFileEntryByTitle
(long repositoryId, long folderId, String title) Deletes the file entry with the title in the folder.void
DLFileEntryMetadataLocalService.deleteFileEntryMetadata
(long fileEntryId) void
DLFileEntryMetadataLocalService.deleteFileEntryMetadata
(DLFileEntryMetadata fileEntryMetadata) static void
DLFileEntryMetadataLocalServiceUtil.deleteFileEntryMetadata
(long fileEntryId) static void
DLFileEntryMetadataLocalServiceUtil.deleteFileEntryMetadata
(DLFileEntryMetadata fileEntryMetadata) void
DLFileEntryMetadataLocalServiceWrapper.deleteFileEntryMetadata
(long fileEntryId) void
DLFileEntryMetadataLocalServiceWrapper.deleteFileEntryMetadata
(DLFileEntryMetadata fileEntryMetadata) void
DLFileEntryMetadataLocalService.deleteFileEntryMetadataByExternalReferenceCode
(String externalReferenceCode, long companyId) static void
DLFileEntryMetadataLocalServiceUtil.deleteFileEntryMetadataByExternalReferenceCode
(String externalReferenceCode, long companyId) void
DLFileEntryMetadataLocalServiceWrapper.deleteFileEntryMetadataByExternalReferenceCode
(String externalReferenceCode, long companyId) void
DLFileEntryTypeLocalService.deleteFileEntryType
(long fileEntryTypeId) DLFileEntryTypeLocalService.deleteFileEntryType
(DLFileEntryType dlFileEntryType) static void
DLFileEntryTypeLocalServiceUtil.deleteFileEntryType
(long fileEntryTypeId) static DLFileEntryType
DLFileEntryTypeLocalServiceUtil.deleteFileEntryType
(DLFileEntryType dlFileEntryType) void
DLFileEntryTypeLocalServiceWrapper.deleteFileEntryType
(long fileEntryTypeId) DLFileEntryTypeLocalServiceWrapper.deleteFileEntryType
(DLFileEntryType dlFileEntryType) void
DLFileEntryTypeService.deleteFileEntryType
(long fileEntryTypeId) static void
DLFileEntryTypeServiceUtil.deleteFileEntryType
(long fileEntryTypeId) void
DLFileEntryTypeServiceWrapper.deleteFileEntryType
(long fileEntryTypeId) void
DLFileEntryTypeLocalService.deleteFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) static void
DLFileEntryTypeLocalServiceUtil.deleteFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) void
DLFileEntryTypeLocalServiceWrapper.deleteFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) void
DLFileEntryTypeService.deleteFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) static void
DLFileEntryTypeServiceUtil.deleteFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) void
DLFileEntryTypeServiceWrapper.deleteFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) void
DLFileEntryTypeLocalService.deleteFileEntryTypes
(long groupId) static void
DLFileEntryTypeLocalServiceUtil.deleteFileEntryTypes
(long groupId) void
DLFileEntryTypeLocalServiceWrapper.deleteFileEntryTypes
(long groupId) void
DLAppLocalService.deleteFileShortcut
(long fileShortcutId) Deletes the file shortcut.void
DLAppLocalService.deleteFileShortcut
(FileShortcut fileShortcut) Deletes the file shortcut.static void
DLAppLocalServiceUtil.deleteFileShortcut
(long fileShortcutId) Deletes the file shortcut.static void
DLAppLocalServiceUtil.deleteFileShortcut
(FileShortcut fileShortcut) Deletes the file shortcut.void
DLAppLocalServiceWrapper.deleteFileShortcut
(long fileShortcutId) Deletes the file shortcut.void
DLAppLocalServiceWrapper.deleteFileShortcut
(FileShortcut fileShortcut) Deletes the file shortcut.void
DLAppService.deleteFileShortcut
(long fileShortcutId) Deletes the file shortcut with the primary key.static void
DLAppServiceUtil.deleteFileShortcut
(long fileShortcutId) Deletes the file shortcut with the primary key.void
DLAppServiceWrapper.deleteFileShortcut
(long fileShortcutId) Deletes the file shortcut with the primary key.void
DLFileShortcutLocalService.deleteFileShortcut
(long fileShortcutId) void
DLFileShortcutLocalService.deleteFileShortcut
(DLFileShortcut fileShortcut) void
DLFileShortcutLocalService.deleteFileShortcut
(String externalReferenceCode, long groupId) static void
DLFileShortcutLocalServiceUtil.deleteFileShortcut
(long fileShortcutId) static void
DLFileShortcutLocalServiceUtil.deleteFileShortcut
(DLFileShortcut fileShortcut) static void
DLFileShortcutLocalServiceUtil.deleteFileShortcut
(String externalReferenceCode, long groupId) void
DLFileShortcutLocalServiceWrapper.deleteFileShortcut
(long fileShortcutId) void
DLFileShortcutLocalServiceWrapper.deleteFileShortcut
(DLFileShortcut fileShortcut) void
DLFileShortcutLocalServiceWrapper.deleteFileShortcut
(String externalReferenceCode, long groupId) void
DLFileShortcutService.deleteFileShortcut
(long fileShortcutId) void
DLFileShortcutService.deleteFileShortcut
(String externalReferenceCode, long groupId) static void
DLFileShortcutServiceUtil.deleteFileShortcut
(long fileShortcutId) static void
DLFileShortcutServiceUtil.deleteFileShortcut
(String externalReferenceCode, long groupId) void
DLFileShortcutServiceWrapper.deleteFileShortcut
(long fileShortcutId) void
DLFileShortcutServiceWrapper.deleteFileShortcut
(String externalReferenceCode, long groupId) void
DLAppService.deleteFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) static void
DLAppServiceUtil.deleteFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) void
DLAppServiceWrapper.deleteFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) void
DLAppLocalService.deleteFileShortcuts
(long toFileEntryId) Deletes all file shortcuts associated to the file entry.static void
DLAppLocalServiceUtil.deleteFileShortcuts
(long toFileEntryId) Deletes all file shortcuts associated to the file entry.void
DLAppLocalServiceWrapper.deleteFileShortcuts
(long toFileEntryId) Deletes all file shortcuts associated to the file entry.void
DLFileShortcutLocalService.deleteFileShortcuts
(long toFileEntryId) void
DLFileShortcutLocalService.deleteFileShortcuts
(long groupId, long folderId) void
DLFileShortcutLocalService.deleteFileShortcuts
(long groupId, long folderId, boolean includeTrashedEntries) static void
DLFileShortcutLocalServiceUtil.deleteFileShortcuts
(long toFileEntryId) static void
DLFileShortcutLocalServiceUtil.deleteFileShortcuts
(long groupId, long folderId) static void
DLFileShortcutLocalServiceUtil.deleteFileShortcuts
(long groupId, long folderId, boolean includeTrashedEntries) void
DLFileShortcutLocalServiceWrapper.deleteFileShortcuts
(long toFileEntryId) void
DLFileShortcutLocalServiceWrapper.deleteFileShortcuts
(long groupId, long folderId) void
DLFileShortcutLocalServiceWrapper.deleteFileShortcuts
(long groupId, long folderId, boolean includeTrashedEntries) void
DLAppLocalService.deleteFileVersion
(long fileVersionId) Deletes the file version.static void
DLAppLocalServiceUtil.deleteFileVersion
(long fileVersionId) Deletes the file version.void
DLAppLocalServiceWrapper.deleteFileVersion
(long fileVersionId) Deletes the file version.void
DLAppService.deleteFileVersion
(long fileVersionId) Deletes the file version.void
DLAppService.deleteFileVersion
(long fileEntryId, String version) Deletes the file version.static void
DLAppServiceUtil.deleteFileVersion
(long fileVersionId) Deletes the file version.static void
DLAppServiceUtil.deleteFileVersion
(long fileEntryId, String version) Deletes the file version.void
DLAppServiceWrapper.deleteFileVersion
(long fileVersionId) Deletes the file version.void
DLAppServiceWrapper.deleteFileVersion
(long fileEntryId, String version) Deletes the file version.DLFileEntryLocalService.deleteFileVersion
(long userId, long fileEntryId, String version) static DLFileEntry
DLFileEntryLocalServiceUtil.deleteFileVersion
(long userId, long fileEntryId, String version) DLFileEntryLocalServiceWrapper.deleteFileVersion
(long userId, long fileEntryId, String version) void
DLFileEntryService.deleteFileVersion
(long fileEntryId, String version) static void
DLFileEntryServiceUtil.deleteFileVersion
(long fileEntryId, String version) void
DLFileEntryServiceWrapper.deleteFileVersion
(long fileEntryId, String version) void
DLFileEntryMetadataLocalService.deleteFileVersionFileEntryMetadata
(long fileVersionId) static void
DLFileEntryMetadataLocalServiceUtil.deleteFileVersionFileEntryMetadata
(long fileVersionId) void
DLFileEntryMetadataLocalServiceWrapper.deleteFileVersionFileEntryMetadata
(long fileVersionId) void
DLAppHelperLocalService.deleteFolder
(Folder folder) static void
DLAppHelperLocalServiceUtil.deleteFolder
(Folder folder) void
DLAppHelperLocalServiceWrapper.deleteFolder
(Folder folder) void
DLAppLocalService.deleteFolder
(long folderId) Deletes the folder and all of its subfolders and file entries.static void
DLAppLocalServiceUtil.deleteFolder
(long folderId) Deletes the folder and all of its subfolders and file entries.void
DLAppLocalServiceWrapper.deleteFolder
(long folderId) Deletes the folder and all of its subfolders and file entries.void
DLAppService.deleteFolder
(long folderId) Deletes the folder with the primary key and all of its subfolders and file entries.void
DLAppService.deleteFolder
(long repositoryId, long parentFolderId, String name) Deletes the folder with the name in the parent folder and all of its subfolders and file entries.static void
DLAppServiceUtil.deleteFolder
(long folderId) Deletes the folder with the primary key and all of its subfolders and file entries.static void
DLAppServiceUtil.deleteFolder
(long repositoryId, long parentFolderId, String name) Deletes the folder with the name in the parent folder and all of its subfolders and file entries.void
DLAppServiceWrapper.deleteFolder
(long folderId) Deletes the folder with the primary key and all of its subfolders and file entries.void
DLAppServiceWrapper.deleteFolder
(long repositoryId, long parentFolderId, String name) Deletes the folder with the name in the parent folder and all of its subfolders and file entries.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 DLFolder
DLFolderLocalServiceUtil.deleteFolder
(long folderId) static DLFolder
DLFolderLocalServiceUtil.deleteFolder
(long folderId, boolean includeTrashedEntries) static DLFolder
DLFolderLocalServiceUtil.deleteFolder
(long userId, long folderId, boolean includeTrashedEntries) static DLFolder
DLFolderLocalServiceUtil.deleteFolder
(DLFolder dlFolder) static DLFolder
DLFolderLocalServiceUtil.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) void
DLFolderService.deleteFolder
(long folderId) void
DLFolderService.deleteFolder
(long folderId, boolean includeTrashedEntries) void
DLFolderService.deleteFolder
(long groupId, long parentFolderId, String name) static void
DLFolderServiceUtil.deleteFolder
(long folderId) static void
DLFolderServiceUtil.deleteFolder
(long folderId, boolean includeTrashedEntries) static void
DLFolderServiceUtil.deleteFolder
(long groupId, long parentFolderId, String name) void
DLFolderServiceWrapper.deleteFolder
(long folderId) void
DLFolderServiceWrapper.deleteFolder
(long folderId, boolean includeTrashedEntries) void
DLFolderServiceWrapper.deleteFolder
(long groupId, long parentFolderId, String name) DLFileEntryLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
DLFileEntryLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) DLFileEntryLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) DLFileEntryMetadataLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
DLFileEntryMetadataLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) DLFileEntryMetadataLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) DLFileEntryTypeLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
DLFileEntryTypeLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) DLFileEntryTypeLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) DLFileShortcutLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
DLFileShortcutLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) DLFileShortcutLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) DLFileVersionLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
DLFileVersionLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) DLFileVersionLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) DLFolderLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
DLFolderLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) DLFolderLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) void
DLAppHelperLocalService.deleteRepositoryFileEntries
(long repositoryId) static void
DLAppHelperLocalServiceUtil.deleteRepositoryFileEntries
(long repositoryId) void
DLAppHelperLocalServiceWrapper.deleteRepositoryFileEntries
(long repositoryId) void
DLFileEntryLocalService.deleteRepositoryFileEntries
(long repositoryId) void
DLFileEntryLocalService.deleteRepositoryFileEntries
(long repositoryId, long folderId) void
DLFileEntryLocalService.deleteRepositoryFileEntries
(long repositoryId, long folderId, boolean includeTrashedEntries) static void
DLFileEntryLocalServiceUtil.deleteRepositoryFileEntries
(long repositoryId) static void
DLFileEntryLocalServiceUtil.deleteRepositoryFileEntries
(long repositoryId, long folderId) static void
DLFileEntryLocalServiceUtil.deleteRepositoryFileEntries
(long repositoryId, long folderId, boolean includeTrashedEntries) void
DLFileEntryLocalServiceWrapper.deleteRepositoryFileEntries
(long repositoryId) void
DLFileEntryLocalServiceWrapper.deleteRepositoryFileEntries
(long repositoryId, long folderId) void
DLFileEntryLocalServiceWrapper.deleteRepositoryFileEntries
(long repositoryId, long folderId, boolean includeTrashedEntries) void
DLFileShortcutLocalService.deleteRepositoryFileShortcuts
(long repositoryId) static void
DLFileShortcutLocalServiceUtil.deleteRepositoryFileShortcuts
(long repositoryId) void
DLFileShortcutLocalServiceWrapper.deleteRepositoryFileShortcuts
(long repositoryId) void
DLAppService.deleteTempFileEntry
(long groupId, long folderId, String folderName, String fileName) Deletes the temporary file entry.static void
DLAppServiceUtil.deleteTempFileEntry
(long groupId, long folderId, String folderName, String fileName) Deletes the temporary file entry.void
DLAppServiceWrapper.deleteTempFileEntry
(long groupId, long folderId, String folderName, String fileName) Deletes the temporary file entry.DLFileEntryService.fetchFileEntry
(long groupId, long folderId, String title) static DLFileEntry
DLFileEntryServiceUtil.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 FileEntry
DLAppLocalServiceUtil.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 DLFileEntry
DLFileEntryServiceUtil.fetchFileEntryByExternalReferenceCode
(long groupId, String externalReferenceCode) DLFileEntryServiceWrapper.fetchFileEntryByExternalReferenceCode
(long groupId, String externalReferenceCode) DLFileEntryService.fetchFileEntryByImageId
(long imageId) static DLFileEntry
DLFileEntryServiceUtil.fetchFileEntryByImageId
(long imageId) DLFileEntryServiceWrapper.fetchFileEntryByImageId
(long imageId) DLFileEntryTypeService.fetchFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) static DLFileEntryType
DLFileEntryTypeServiceUtil.fetchFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileEntryTypeServiceWrapper.fetchFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) DLAppLocalService.fetchFileShortcut
(long fileShortcutId) static FileShortcut
DLAppLocalServiceUtil.fetchFileShortcut
(long fileShortcutId) DLAppLocalServiceWrapper.fetchFileShortcut
(long fileShortcutId) DLAppLocalService.fetchFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) static FileShortcut
DLAppLocalServiceUtil.fetchFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) DLAppLocalServiceWrapper.fetchFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) DLAppLocalService.fetchFolderByExternalReferenceCode
(String externalReferenceCode, long groupId) static Folder
DLAppLocalServiceUtil.fetchFolderByExternalReferenceCode
(String externalReferenceCode, long groupId) DLAppLocalServiceWrapper.fetchFolderByExternalReferenceCode
(String externalReferenceCode, long groupId) void
DLFileEntryLocalService.forEachFileEntry
(long companyId, long classNameId, Consumer<DLFileEntry> consumer, long maximumSize, String[] mimeTypes) void
DLFileEntryLocalService.forEachFileEntry
(long companyId, Consumer<DLFileEntry> consumer, long maximumSize, String[] mimeTypes) static void
DLFileEntryLocalServiceUtil.forEachFileEntry
(long companyId, long classNameId, Consumer<DLFileEntry> consumer, long maximumSize, String[] mimeTypes) static void
DLFileEntryLocalServiceUtil.forEachFileEntry
(long companyId, Consumer<DLFileEntry> consumer, long maximumSize, String[] mimeTypes) void
DLFileEntryLocalServiceWrapper.forEachFileEntry
(long companyId, long classNameId, Consumer<DLFileEntry> consumer, long maximumSize, String[] mimeTypes) void
DLFileEntryLocalServiceWrapper.forEachFileEntry
(long companyId, Consumer<DLFileEntry> consumer, long maximumSize, String[] mimeTypes) long
DLAppHelperLocalService.getCheckedOutFileEntriesCount
(long groupId) static long
DLAppHelperLocalServiceUtil.getCheckedOutFileEntriesCount
(long groupId) long
DLAppHelperLocalServiceWrapper.getCheckedOutFileEntriesCount
(long groupId) long
DLFileEntryTypeLocalService.getDefaultFileEntryTypeId
(long folderId) static long
DLFileEntryTypeLocalServiceUtil.getDefaultFileEntryTypeId
(long folderId) long
DLFileEntryTypeLocalServiceWrapper.getDefaultFileEntryTypeId
(long folderId) DLFileEntryLocalService.getDLFileEntry
(long fileEntryId) Returns the document library file entry with the primary key.static DLFileEntry
DLFileEntryLocalServiceUtil.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 DLFileEntry
DLFileEntryLocalServiceUtil.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 DLFileEntry
DLFileEntryLocalServiceUtil.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 DLFileEntryMetadata
DLFileEntryMetadataLocalServiceUtil.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 DLFileEntryMetadata
DLFileEntryMetadataLocalServiceUtil.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 DLFileEntryMetadata
DLFileEntryMetadataLocalServiceUtil.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 DLFileEntryType
DLFileEntryTypeLocalServiceUtil.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 DLFileEntryType
DLFileEntryTypeLocalServiceUtil.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 DLFileEntryType
DLFileEntryTypeLocalServiceUtil.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.getDLFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileShortcutLocalServiceWrapper.getDLFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileShortcutService.getDLFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) static DLFileShortcut
DLFileShortcutServiceUtil.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.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 DLFileVersion
DLFileVersionLocalServiceUtil.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 DLFileVersion
DLFileVersionLocalServiceUtil.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 DLFolder
DLFolderLocalServiceUtil.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 DLFolder
DLFolderLocalServiceUtil.getDLFolderByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFolderLocalServiceWrapper.getDLFolderByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFolderService.getDLFolderByExternalReferenceCode
(String externalReferenceCode, long groupId) static DLFolder
DLFolderServiceUtil.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 DLFolder
DLFolderLocalServiceUtil.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 InputStream
DLFileEntryLocalServiceUtil.getFileAsStream
(long fileEntryId, String version) static InputStream
DLFileEntryLocalServiceUtil.getFileAsStream
(long fileEntryId, String version, boolean incrementCounter) static InputStream
DLFileEntryLocalServiceUtil.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 InputStream
DLFileEntryServiceUtil.getFileAsStream
(long fileEntryId, String version) static InputStream
DLFileEntryServiceUtil.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) int
DLAppService.getFileEntriesAndFileShortcutsCount
(long repositoryId, long folderId, int status) Returns the number of file entries and shortcuts in the folder.int
DLAppService.getFileEntriesAndFileShortcutsCount
(long repositoryId, long folderId, int status, String[] mimeTypes) Returns the number of file entries and shortcuts in the folder.static int
DLAppServiceUtil.getFileEntriesAndFileShortcutsCount
(long repositoryId, long folderId, int status) Returns the number of file entries and shortcuts in the folder.static int
DLAppServiceUtil.getFileEntriesAndFileShortcutsCount
(long repositoryId, long folderId, int status, String[] mimeTypes) Returns the number of file entries and shortcuts in the folder.int
DLAppServiceWrapper.getFileEntriesAndFileShortcutsCount
(long repositoryId, long folderId, int status) Returns the number of file entries and shortcuts in the folder.int
DLAppServiceWrapper.getFileEntriesAndFileShortcutsCount
(long repositoryId, long folderId, int status, String[] mimeTypes) Returns the number of file entries and shortcuts in the folder.int
DLFolderService.getFileEntriesAndFileShortcutsCount
(long groupId, long folderId, int status) int
DLFolderService.getFileEntriesAndFileShortcutsCount
(long groupId, long folderId, String[] mimeTypes, int status) static int
DLFolderServiceUtil.getFileEntriesAndFileShortcutsCount
(long groupId, long folderId, int status) static int
DLFolderServiceUtil.getFileEntriesAndFileShortcutsCount
(long groupId, long folderId, String[] mimeTypes, int status) int
DLFolderServiceWrapper.getFileEntriesAndFileShortcutsCount
(long groupId, long folderId, int status) int
DLFolderServiceWrapper.getFileEntriesAndFileShortcutsCount
(long groupId, long folderId, String[] mimeTypes, int status) int
DLAppService.getFileEntriesCount
(long repositoryId, long folderId) Returns the number of file entries in the folder.int
DLAppService.getFileEntriesCount
(long repositoryId, long folderId, long fileEntryTypeId) Returns the number of file entries with the file entry type in the folder.int
DLAppService.getFileEntriesCount
(long repositoryId, long folderId, String[] mimeTypes) static int
DLAppServiceUtil.getFileEntriesCount
(long repositoryId, long folderId) Returns the number of file entries in the folder.static int
DLAppServiceUtil.getFileEntriesCount
(long repositoryId, long folderId, long fileEntryTypeId) Returns the number of file entries with the file entry type in the folder.static int
DLAppServiceUtil.getFileEntriesCount
(long repositoryId, long folderId, String[] mimeTypes) int
DLAppServiceWrapper.getFileEntriesCount
(long repositoryId, long folderId) Returns the number of file entries in the folder.int
DLAppServiceWrapper.getFileEntriesCount
(long repositoryId, long folderId, long fileEntryTypeId) Returns the number of file entries with the file entry type in the folder.int
DLAppServiceWrapper.getFileEntriesCount
(long repositoryId, long folderId, String[] mimeTypes) int
DLFileEntryService.getFileEntriesCount
(long groupId, double score) static int
DLFileEntryServiceUtil.getFileEntriesCount
(long groupId, double score) int
DLFileEntryServiceWrapper.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 FileEntry
DLAppLocalServiceUtil.getFileEntry
(long fileEntryId) Returns the file entry with the primary key.static FileEntry
DLAppLocalServiceUtil.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 FileEntry
DLAppServiceUtil.getFileEntry
(long fileEntryId) Returns the file entry with the primary key.static FileEntry
DLAppServiceUtil.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 DLFileEntry
DLFileEntryLocalServiceUtil.getFileEntry
(long fileEntryId) static DLFileEntry
DLFileEntryLocalServiceUtil.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 DLFileEntry
DLFileEntryServiceUtil.getFileEntry
(long fileEntryId) static DLFileEntry
DLFileEntryServiceUtil.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 FileEntry
DLAppLocalServiceUtil.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 FileEntry
DLAppServiceUtil.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 DLFileEntry
DLFileEntryLocalServiceUtil.getFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileEntryLocalServiceWrapper.getFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileEntryService.getFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) static DLFileEntry
DLFileEntryServiceUtil.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 FileEntry
DLAppLocalServiceUtil.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 FileEntry
DLAppServiceUtil.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 DLFileEntry
DLFileEntryLocalServiceUtil.getFileEntryByFileName
(long groupId, long folderId, String fileName) DLFileEntryLocalServiceWrapper.getFileEntryByFileName
(long groupId, long folderId, String fileName) DLFileEntryService.getFileEntryByFileName
(long groupId, long folderId, String fileName) static DLFileEntry
DLFileEntryServiceUtil.getFileEntryByFileName
(long groupId, long folderId, String fileName) DLFileEntryServiceWrapper.getFileEntryByFileName
(long groupId, long folderId, String fileName) DLFileEntryLocalService.getFileEntryByName
(long groupId, long folderId, String name) static DLFileEntry
DLFileEntryLocalServiceUtil.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 FileEntry
DLAppLocalServiceUtil.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 FileEntry
DLAppServiceUtil.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 DLFileEntry
DLFileEntryLocalServiceUtil.getFileEntryByUuidAndGroupId
(String uuid, long groupId) DLFileEntryLocalServiceWrapper.getFileEntryByUuidAndGroupId
(String uuid, long groupId) DLFileEntryService.getFileEntryByUuidAndGroupId
(String uuid, long groupId) static DLFileEntry
DLFileEntryServiceUtil.getFileEntryByUuidAndGroupId
(String uuid, long groupId) DLFileEntryServiceWrapper.getFileEntryByUuidAndGroupId
(String uuid, long groupId) DLFileEntryMetadataLocalService.getFileEntryMetadata
(long fileEntryMetadataId) DLFileEntryMetadataLocalService.getFileEntryMetadata
(long ddmStructureId, long fileVersionId) static DLFileEntryMetadata
DLFileEntryMetadataLocalServiceUtil.getFileEntryMetadata
(long fileEntryMetadataId) static DLFileEntryMetadata
DLFileEntryMetadataLocalServiceUtil.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 DLFileEntryType
DLFileEntryTypeLocalServiceUtil.getFileEntryType
(long fileEntryTypeId) static DLFileEntryType
DLFileEntryTypeLocalServiceUtil.getFileEntryType
(long groupId, String fileEntryTypeKey) DLFileEntryTypeLocalServiceWrapper.getFileEntryType
(long fileEntryTypeId) DLFileEntryTypeLocalServiceWrapper.getFileEntryType
(long groupId, String fileEntryTypeKey) DLFileEntryTypeService.getFileEntryType
(long fileEntryTypeId) static DLFileEntryType
DLFileEntryTypeServiceUtil.getFileEntryType
(long fileEntryTypeId) DLFileEntryTypeServiceWrapper.getFileEntryType
(long fileEntryTypeId) DLFileEntryTypeService.getFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) static DLFileEntryType
DLFileEntryTypeServiceUtil.getFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileEntryTypeServiceWrapper.getFileEntryTypeByExternalReferenceCode
(String externalReferenceCode, long groupId) DLAppLocalService.getFileShortcut
(long fileShortcutId) Returns the file shortcut with the primary key.static FileShortcut
DLAppLocalServiceUtil.getFileShortcut
(long fileShortcutId) Returns the file shortcut with the primary key.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 FileShortcut
DLAppServiceUtil.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.getFileShortcut
(long fileShortcutId) DLFileShortcutLocalServiceWrapper.getFileShortcut
(long fileShortcutId) DLFileShortcutService.getFileShortcut
(long fileShortcutId) static DLFileShortcut
DLFileShortcutServiceUtil.getFileShortcut
(long fileShortcutId) DLFileShortcutServiceWrapper.getFileShortcut
(long fileShortcutId) DLAppLocalService.getFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) static FileShortcut
DLAppLocalServiceUtil.getFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) DLAppLocalServiceWrapper.getFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) DLAppService.getFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) static FileShortcut
DLAppServiceUtil.getFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) DLAppServiceWrapper.getFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) DLAppLocalService.getFileVersion
(long fileVersionId) Returns the file version with the primary key.static FileVersion
DLAppLocalServiceUtil.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 FileVersion
DLAppServiceUtil.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 DLFileVersion
DLFileVersionLocalServiceUtil.getFileVersion
(long fileVersionId) static DLFileVersion
DLFileVersionLocalServiceUtil.getFileVersion
(long fileEntryId, String version) DLFileVersionLocalServiceWrapper.getFileVersion
(long fileVersionId) DLFileVersionLocalServiceWrapper.getFileVersion
(long fileEntryId, String version) DLFileVersionService.getFileVersion
(long fileVersionId) static DLFileVersion
DLFileVersionServiceUtil.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) int
DLFileVersionService.getFileVersionsCount
(long fileEntryId, int status) static int
DLFileVersionServiceUtil.getFileVersionsCount
(long fileEntryId, int status) int
DLFileVersionServiceWrapper.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 Folder
DLAppLocalServiceUtil.getFolder
(long folderId) Returns the folder with the primary key.static Folder
Returns 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 Folder
DLAppServiceUtil.getFolder
(long folderId) Returns the folder with the primary key.static Folder
Returns 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 DLFolder
DLFolderLocalServiceUtil.getFolder
(long folderId) static DLFolder
DLFolderLocalServiceWrapper.getFolder
(long folderId) DLFolderService.getFolder
(long folderId) static DLFolder
DLFolderServiceUtil.getFolder
(long folderId) static DLFolder
DLFolderServiceWrapper.getFolder
(long folderId) DLAppLocalService.getFolderByExternalReferenceCode
(String externalReferenceCode, long groupId) static Folder
DLAppLocalServiceUtil.getFolderByExternalReferenceCode
(String externalReferenceCode, long groupId) DLAppLocalServiceWrapper.getFolderByExternalReferenceCode
(String externalReferenceCode, long groupId) DLAppService.getFolderByExternalReferenceCode
(String externalReferenceCode, long groupId) static Folder
DLAppServiceUtil.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) int
DLAppService.getFoldersAndFileEntriesAndFileShortcutsCount
(long repositoryId, long folderId, int status, boolean includeMountFolders) Returns the number of immediate subfolders, file entries, and file shortcuts in the parent folder.int
DLAppService.getFoldersAndFileEntriesAndFileShortcutsCount
(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders) int
DLAppService.getFoldersAndFileEntriesAndFileShortcutsCount
(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, boolean includeOwner) static int
DLAppServiceUtil.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 int
DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount
(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders) static int
DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount
(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, boolean includeOwner) int
DLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount
(long repositoryId, long folderId, int status, boolean includeMountFolders) Returns the number of immediate subfolders, file entries, and file shortcuts in the parent folder.int
DLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount
(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders) int
DLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount
(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, boolean includeOwner) int
DLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount
(long groupId, long folderId, int status, boolean includeMountFolders) int
DLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount
(long groupId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders) Deprecated.As of Athanasius (7.3.x), replaced byDLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount(long, long, String[], boolean, int)
int
DLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount
(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, int status) int
DLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount
(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, QueryDefinition<?> queryDefinition) int
DLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount
(long groupId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status) static int
DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount
(long groupId, long folderId, int status, boolean includeMountFolders) static int
DLFolderServiceUtil.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 int
DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount
(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, int status) static int
DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount
(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, QueryDefinition<?> queryDefinition) static int
DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount
(long groupId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status) int
DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount
(long groupId, long folderId, int status, boolean includeMountFolders) int
DLFolderServiceWrapper.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)
int
DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount
(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, int status) int
DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount
(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, QueryDefinition<?> queryDefinition) int
DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount
(long groupId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status) int
DLAppService.getFoldersCount
(long repositoryId, long parentFolderId) Returns the number of immediate subfolders of the parent folder.int
DLAppService.getFoldersCount
(long repositoryId, long parentFolderId, boolean includeMountFolders) Returns the number of immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.int
DLAppService.getFoldersCount
(long repositoryId, long parentFolderId, int status, boolean includeMountFolders) Returns the number of immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.static int
DLAppServiceUtil.getFoldersCount
(long repositoryId, long parentFolderId) Returns the number of immediate subfolders of the parent folder.static int
DLAppServiceUtil.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 int
DLAppServiceUtil.getFoldersCount
(long repositoryId, long parentFolderId, int status, boolean includeMountFolders) Returns the number of immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.int
DLAppServiceWrapper.getFoldersCount
(long repositoryId, long parentFolderId) Returns the number of immediate subfolders of the parent folder.int
DLAppServiceWrapper.getFoldersCount
(long repositoryId, long parentFolderId, boolean includeMountFolders) Returns the number of immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.int
DLAppServiceWrapper.getFoldersCount
(long repositoryId, long parentFolderId, int status, boolean includeMountFolders) Returns the number of immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.int
DLFolderService.getFoldersCount
(long groupId, double score) int
DLFolderService.getFoldersCount
(long groupId, long parentFolderId) int
DLFolderService.getFoldersCount
(long groupId, long parentFolderId, boolean includeMountfolders, int status) int
DLFolderService.getFoldersCount
(long groupId, long parentFolderId, int status, boolean includeMountfolders) Deprecated.As of Athanasius (7.3.x), replaced byDLFolderService.getFoldersCount(long, long, boolean, int)
static int
DLFolderServiceUtil.getFoldersCount
(long groupId, double score) static int
DLFolderServiceUtil.getFoldersCount
(long groupId, long parentFolderId) static int
DLFolderServiceUtil.getFoldersCount
(long groupId, long parentFolderId, boolean includeMountfolders, int status) static int
DLFolderServiceUtil.getFoldersCount
(long groupId, long parentFolderId, int status, boolean includeMountfolders) Deprecated.As of Athanasius (7.3.x), replaced byDLFolderServiceUtil.getFoldersCount(long, long, boolean, int)
int
DLFolderServiceWrapper.getFoldersCount
(long groupId, double score) int
DLFolderServiceWrapper.getFoldersCount
(long groupId, long parentFolderId) int
DLFolderServiceWrapper.getFoldersCount
(long groupId, long parentFolderId, boolean includeMountfolders, int status) int
DLFolderServiceWrapper.getFoldersCount
(long groupId, long parentFolderId, int status, boolean includeMountfolders) Deprecated.As of Athanasius (7.3.x), replaced byDLFolderServiceWrapper.getFoldersCount(long, long, boolean, int)
int
DLAppService.getFoldersFileEntriesCount
(long repositoryId, List<Long> folderIds, int status) Returns the number of immediate subfolders and file entries across the folders.static int
DLAppServiceUtil.getFoldersFileEntriesCount
(long repositoryId, List<Long> folderIds, int status) Returns the number of immediate subfolders and file entries across the folders.int
DLAppServiceWrapper.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) int
DLAppService.getGroupFileEntriesCount
(long groupId, long userId) Returns the number of file entries in a group starting at the repository default parent folder that are stored within the Liferay repository.int
DLAppService.getGroupFileEntriesCount
(long groupId, long userId, long rootFolderId) Returns the number of file entries in a group starting at the root folder that are stored within the Liferay repository.int
DLAppService.getGroupFileEntriesCount
(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status) static int
DLAppServiceUtil.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 int
DLAppServiceUtil.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 int
DLAppServiceUtil.getGroupFileEntriesCount
(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status) int
DLAppServiceWrapper.getGroupFileEntriesCount
(long groupId, long userId) Returns the number of file entries in a group starting at the repository default parent folder that are stored within the Liferay repository.int
DLAppServiceWrapper.getGroupFileEntriesCount
(long groupId, long userId, long rootFolderId) Returns the number of file entries in a group starting at the root folder that are stored within the Liferay repository.int
DLAppServiceWrapper.getGroupFileEntriesCount
(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status) int
DLFileEntryService.getGroupFileEntriesCount
(long groupId, long userId, long rootFolderId) int
DLFileEntryService.getGroupFileEntriesCount
(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status) int
DLFileEntryService.getGroupFileEntriesCount
(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status) static int
DLFileEntryServiceUtil.getGroupFileEntriesCount
(long groupId, long userId, long rootFolderId) static int
DLFileEntryServiceUtil.getGroupFileEntriesCount
(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status) static int
DLFileEntryServiceUtil.getGroupFileEntriesCount
(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status) int
DLFileEntryServiceWrapper.getGroupFileEntriesCount
(long groupId, long userId, long rootFolderId) int
DLFileEntryServiceWrapper.getGroupFileEntriesCount
(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status) int
DLFileEntryServiceWrapper.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 DLFileVersion
DLFileVersionLocalServiceUtil.getLatestFileVersion
(long fileEntryId, boolean excludeWorkingCopy) static DLFileVersion
DLFileVersionLocalServiceUtil.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 DLFileVersion
DLFileVersionServiceUtil.getLatestFileVersion
(long fileEntryId) static DLFileVersion
DLFileVersionServiceUtil.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 Folder
DLAppLocalServiceUtil.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 DLFolder
DLFolderLocalServiceUtil.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) int
DLAppService.getMountFoldersCount
(long repositoryId, long parentFolderId) Returns the number of immediate subfolders of the parent folder that are used for mounting third-party repositories.static int
DLAppServiceUtil.getMountFoldersCount
(long repositoryId, long parentFolderId) Returns the number of immediate subfolders of the parent folder that are used for mounting third-party repositories.int
DLAppServiceWrapper.getMountFoldersCount
(long repositoryId, long parentFolderId) Returns the number of immediate subfolders of the parent folder that are used for mounting third-party repositories.int
DLFolderService.getMountFoldersCount
(long groupId, long parentFolderId) static int
DLFolderServiceUtil.getMountFoldersCount
(long groupId, long parentFolderId) int
DLFolderServiceWrapper.getMountFoldersCount
(long groupId, long parentFolderId) DLFileEntryLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
DLFileEntryLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) DLFileEntryLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) DLFileEntryMetadataLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
DLFileEntryMetadataLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) DLFileEntryMetadataLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) DLFileEntryTypeLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
DLFileEntryTypeLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) DLFileEntryTypeLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) DLFileShortcutLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
DLFileShortcutLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) DLFileShortcutLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) DLFileVersionLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
DLFileVersionLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) DLFileVersionLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) DLFolderLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
DLFolderLocalServiceUtil.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.void
DLAppService.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 void
DLAppServiceUtil.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.void
DLAppServiceWrapper.getSubfolderIds
(long repositoryId, List<Long> folderIds, long folderId) DLFolderService.getSubfolderIds
(long groupId, long folderId, boolean recurse) void
DLFolderService.getSubfolderIds
(List<Long> folderIds, long groupId, long folderId, boolean recurse) DLFolderServiceUtil.getSubfolderIds
(long groupId, long folderId, boolean recurse) static void
DLFolderServiceUtil.getSubfolderIds
(List<Long> folderIds, long groupId, long folderId, boolean recurse) DLFolderServiceWrapper.getSubfolderIds
(long groupId, long folderId, boolean recurse) void
DLFolderServiceWrapper.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 String
DLFileEntryLocalServiceUtil.getUniqueTitle
(long groupId, long folderId, long fileEntryId, String title, String extension) DLFileEntryLocalServiceWrapper.getUniqueTitle
(long groupId, long folderId, long fileEntryId, String title, String extension) boolean
DLFileEntryLocalService.hasFileEntryLock
(long userId, long fileEntryId) static boolean
DLFileEntryLocalServiceUtil.hasFileEntryLock
(long userId, long fileEntryId) boolean
DLFileEntryLocalServiceWrapper.hasFileEntryLock
(long userId, long fileEntryId) boolean
DLFileEntryService.hasFileEntryLock
(long fileEntryId) static boolean
DLFileEntryServiceUtil.hasFileEntryLock
(long fileEntryId) boolean
DLFileEntryServiceWrapper.hasFileEntryLock
(long fileEntryId) boolean
DLFolderService.hasFolderLock
(long folderId) static boolean
DLFolderServiceUtil.hasFolderLock
(long folderId) boolean
DLFolderServiceWrapper.hasFolderLock
(long folderId) boolean
DLFolderService.hasInheritableLock
(long folderId) static boolean
DLFolderServiceUtil.hasInheritableLock
(long folderId) boolean
DLFolderServiceWrapper.hasInheritableLock
(long folderId) boolean
DLFileEntryService.isFileEntryCheckedOut
(long fileEntryId) static boolean
DLFileEntryServiceUtil.isFileEntryCheckedOut
(long fileEntryId) boolean
DLFileEntryServiceWrapper.isFileEntryCheckedOut
(long fileEntryId) DLFileEntryLocalService.lockFileEntry
(long userId, long fileEntryId) static Lock
DLFileEntryLocalServiceUtil.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 Lock
DLAppServiceUtil.lockFolder
(long repositoryId, long folderId) Locks the folder.static Lock
DLAppServiceUtil.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 Lock
DLFolderLocalServiceUtil.lockFolder
(long userId, long folderId) static Lock
DLFolderLocalServiceUtil.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 Lock
DLFolderServiceUtil.lockFolder
(long folderId) static Lock
DLFolderServiceUtil.lockFolder
(long folderId, String owner, boolean inheritable, long expirationTime) DLFolderServiceWrapper.lockFolder
(long folderId) DLFolderServiceWrapper.lockFolder
(long folderId, String owner, boolean inheritable, long expirationTime) void
DLAppHelperLocalService.moveDependentsToTrash
(DLFolder dlFolder) static void
DLAppHelperLocalServiceUtil.moveDependentsToTrash
(DLFolder dlFolder) void
DLAppHelperLocalServiceWrapper.moveDependentsToTrash
(DLFolder dlFolder) DLAppLocalService.moveFileEntry
(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext) Moves the file entry to the new folder.static FileEntry
DLAppLocalServiceUtil.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 FileEntry
DLAppServiceUtil.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 DLFileEntry
DLFileEntryLocalServiceUtil.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 DLFileEntry
DLFileEntryServiceUtil.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 FileEntry
DLAppHelperLocalServiceUtil.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 FileEntry
DLTrashLocalServiceUtil.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 FileEntry
DLTrashServiceUtil.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 FileEntry
DLAppHelperLocalServiceUtil.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 FileEntry
DLTrashLocalServiceUtil.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 FileEntry
DLTrashServiceUtil.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 FileShortcut
DLAppHelperLocalServiceUtil.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 FileShortcut
DLTrashServiceUtil.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 FileShortcut
DLAppHelperLocalServiceUtil.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 FileShortcut
DLTrashServiceUtil.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 Folder
DLAppLocalServiceUtil.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 Folder
DLAppServiceUtil.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 DLFolder
DLFolderLocalServiceUtil.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 DLFolder
DLFolderServiceUtil.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 Folder
DLAppHelperLocalServiceUtil.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 Folder
DLTrashServiceUtil.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 Folder
DLAppHelperLocalServiceUtil.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 Folder
DLTrashServiceUtil.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.void
DLFileEntryLocalService.rebuildTree
(long companyId) static void
DLFileEntryLocalServiceUtil.rebuildTree
(long companyId) void
DLFileEntryLocalServiceWrapper.rebuildTree
(long companyId) void
DLFileShortcutLocalService.rebuildTree
(long companyId) static void
DLFileShortcutLocalServiceUtil.rebuildTree
(long companyId) void
DLFileShortcutLocalServiceWrapper.rebuildTree
(long companyId) void
DLFileVersionLocalService.rebuildTree
(long companyId) static void
DLFileVersionLocalServiceUtil.rebuildTree
(long companyId) void
DLFileVersionLocalServiceWrapper.rebuildTree
(long companyId) void
DLFolderLocalService.rebuildTree
(long companyId) void
DLFolderLocalService.rebuildTree
(long companyId, long parentFolderId, String parentTreePath, boolean reindex) static void
DLFolderLocalServiceUtil.rebuildTree
(long companyId) static void
DLFolderLocalServiceUtil.rebuildTree
(long companyId, long parentFolderId, String parentTreePath, boolean reindex) void
DLFolderLocalServiceWrapper.rebuildTree
(long companyId) void
DLFolderLocalServiceWrapper.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 Lock
DLAppServiceUtil.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 Lock
DLFileEntryServiceUtil.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 Lock
DLAppServiceUtil.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 Lock
DLFolderServiceUtil.refreshFolderLock
(String lockUuid, long companyId, long expirationTime) DLFolderServiceWrapper.refreshFolderLock
(String lockUuid, long companyId, long expirationTime) void
static void
void
void
DLAppHelperLocalService.restoreDependentsFromTrash
(DLFolder dlFolder) static void
DLAppHelperLocalServiceUtil.restoreDependentsFromTrash
(DLFolder dlFolder) void
DLAppHelperLocalServiceWrapper.restoreDependentsFromTrash
(DLFolder dlFolder) void
DLAppHelperLocalService.restoreFileEntryFromTrash
(long userId, long newFolderId, FileEntry fileEntry) void
DLAppHelperLocalService.restoreFileEntryFromTrash
(long userId, FileEntry fileEntry) static void
DLAppHelperLocalServiceUtil.restoreFileEntryFromTrash
(long userId, long newFolderId, FileEntry fileEntry) static void
DLAppHelperLocalServiceUtil.restoreFileEntryFromTrash
(long userId, FileEntry fileEntry) void
DLAppHelperLocalServiceWrapper.restoreFileEntryFromTrash
(long userId, long newFolderId, FileEntry fileEntry) void
DLAppHelperLocalServiceWrapper.restoreFileEntryFromTrash
(long userId, FileEntry fileEntry) void
DLTrashLocalService.restoreFileEntryFromTrash
(long userId, long repositoryId, long fileEntryId) static void
DLTrashLocalServiceUtil.restoreFileEntryFromTrash
(long userId, long repositoryId, long fileEntryId) void
DLTrashLocalServiceWrapper.restoreFileEntryFromTrash
(long userId, long repositoryId, long fileEntryId) void
DLTrashService.restoreFileEntryFromTrash
(long fileEntryId) Restores the file entry with the primary key from the trash portlet.static void
DLTrashServiceUtil.restoreFileEntryFromTrash
(long fileEntryId) Restores the file entry with the primary key from the trash portlet.void
DLTrashServiceWrapper.restoreFileEntryFromTrash
(long fileEntryId) Restores the file entry with the primary key from the trash portlet.void
DLAppHelperLocalService.restoreFileShortcutFromTrash
(long userId, FileShortcut fileShortcut) static void
DLAppHelperLocalServiceUtil.restoreFileShortcutFromTrash
(long userId, FileShortcut fileShortcut) void
DLAppHelperLocalServiceWrapper.restoreFileShortcutFromTrash
(long userId, FileShortcut fileShortcut) void
DLTrashService.restoreFileShortcutFromTrash
(long fileShortcutId) Restores the file shortcut with the primary key from the trash portlet.static void
DLTrashServiceUtil.restoreFileShortcutFromTrash
(long fileShortcutId) Restores the file shortcut with the primary key from the trash portlet.void
DLTrashServiceWrapper.restoreFileShortcutFromTrash
(long fileShortcutId) Restores the file shortcut with the primary key from the trash portlet.void
DLAppHelperLocalService.restoreFolderFromTrash
(long userId, Folder folder) static void
DLAppHelperLocalServiceUtil.restoreFolderFromTrash
(long userId, Folder folder) void
DLAppHelperLocalServiceWrapper.restoreFolderFromTrash
(long userId, Folder folder) void
DLTrashService.restoreFolderFromTrash
(long folderId) Restores the folder with the primary key from the trash portlet.static void
DLTrashServiceUtil.restoreFolderFromTrash
(long folderId) Restores the folder with the primary key from the trash portlet.void
DLTrashServiceWrapper.restoreFolderFromTrash
(long folderId) Restores the folder with the primary key from the trash portlet.void
DLAppService.revertFileEntry
(long fileEntryId, String version, ServiceContext serviceContext) Reverts the file entry to a previous version.static void
DLAppServiceUtil.revertFileEntry
(long fileEntryId, String version, ServiceContext serviceContext) Reverts the file entry to a previous version.void
DLAppServiceWrapper.revertFileEntry
(long fileEntryId, String version, ServiceContext serviceContext) Reverts the file entry to a previous version.void
DLFileEntryLocalService.revertFileEntry
(long userId, long fileEntryId, String version, ServiceContext serviceContext) static void
DLFileEntryLocalServiceUtil.revertFileEntry
(long userId, long fileEntryId, String version, ServiceContext serviceContext) void
DLFileEntryLocalServiceWrapper.revertFileEntry
(long userId, long fileEntryId, String version, ServiceContext serviceContext) void
DLFileEntryService.revertFileEntry
(long fileEntryId, String version, ServiceContext serviceContext) static void
DLFileEntryServiceUtil.revertFileEntry
(long fileEntryId, String version, ServiceContext serviceContext) void
DLFileEntryServiceWrapper.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 Hits
DLAppServiceUtil.search
(long repositoryId, long creatorUserId, int status, int start, int end) static Hits
DLAppServiceUtil.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 Hits
DLFileEntryLocalServiceUtil.search
(long groupId, long userId, long creatorUserId, int status, int start, int end) static Hits
DLFileEntryLocalServiceUtil.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 Hits
DLFileEntryServiceUtil.search
(long groupId, long creatorUserId, int status, int start, int end) static Hits
DLFileEntryServiceUtil.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) void
DLFileEntryLocalService.setTreePaths
(long folderId, String treePath, boolean reindex) static void
DLFileEntryLocalServiceUtil.setTreePaths
(long folderId, String treePath, boolean reindex) void
DLFileEntryLocalServiceWrapper.setTreePaths
(long folderId, String treePath, boolean reindex) void
DLFileShortcutLocalService.setTreePaths
(long folderId, String treePath) static void
DLFileShortcutLocalServiceUtil.setTreePaths
(long folderId, String treePath) void
DLFileShortcutLocalServiceWrapper.setTreePaths
(long folderId, String treePath) void
DLFileVersionLocalService.setTreePaths
(long folderId, String treePath) static void
DLFileVersionLocalServiceUtil.setTreePaths
(long folderId, String treePath) void
DLFileVersionLocalServiceWrapper.setTreePaths
(long folderId, String treePath) void
DLAppLocalService.subscribeFileEntry
(long userId, long groupId, long fileEntryId) static void
DLAppLocalServiceUtil.subscribeFileEntry
(long userId, long groupId, long fileEntryId) void
DLAppLocalServiceWrapper.subscribeFileEntry
(long userId, long groupId, long fileEntryId) void
DLAppService.subscribeFileEntry
(long groupId, long fileEntryId) static void
DLAppServiceUtil.subscribeFileEntry
(long groupId, long fileEntryId) void
DLAppServiceWrapper.subscribeFileEntry
(long groupId, long fileEntryId) void
DLAppLocalService.subscribeFileEntryType
(long userId, long groupId, long fileEntryTypeId) Subscribe the user to changes in documents of the file entry type.static void
DLAppLocalServiceUtil.subscribeFileEntryType
(long userId, long groupId, long fileEntryTypeId) Subscribe the user to changes in documents of the file entry type.void
DLAppLocalServiceWrapper.subscribeFileEntryType
(long userId, long groupId, long fileEntryTypeId) Subscribe the user to changes in documents of the file entry type.void
DLAppService.subscribeFileEntryType
(long groupId, long fileEntryTypeId) Subscribe the user to changes in documents of the file entry type.static void
DLAppServiceUtil.subscribeFileEntryType
(long groupId, long fileEntryTypeId) Subscribe the user to changes in documents of the file entry type.void
DLAppServiceWrapper.subscribeFileEntryType
(long groupId, long fileEntryTypeId) Subscribe the user to changes in documents of the file entry type.void
DLAppLocalService.subscribeFolder
(long userId, long groupId, long folderId) Subscribe the user to document changes in the folder.static void
DLAppLocalServiceUtil.subscribeFolder
(long userId, long groupId, long folderId) Subscribe the user to document changes in the folder.void
DLAppLocalServiceWrapper.subscribeFolder
(long userId, long groupId, long folderId) Subscribe the user to document changes in the folder.void
DLAppService.subscribeFolder
(long groupId, long folderId) Subscribe the user to document changes in the folder.static void
DLAppServiceUtil.subscribeFolder
(long groupId, long folderId) Subscribe the user to document changes in the folder.void
DLAppServiceWrapper.subscribeFolder
(long groupId, long folderId) Subscribe the user to document changes in the folder.void
DLAppService.unlockFolder
(long repositoryId, long folderId, String lockUuid) Unlocks the folder.void
DLAppService.unlockFolder
(long repositoryId, long parentFolderId, String name, String lockUuid) Unlocks the folder.static void
DLAppServiceUtil.unlockFolder
(long repositoryId, long folderId, String lockUuid) Unlocks the folder.static void
DLAppServiceUtil.unlockFolder
(long repositoryId, long parentFolderId, String name, String lockUuid) Unlocks the folder.void
DLAppServiceWrapper.unlockFolder
(long repositoryId, long folderId, String lockUuid) Unlocks the folder.void
DLAppServiceWrapper.unlockFolder
(long repositoryId, long parentFolderId, String name, String lockUuid) Unlocks the folder.void
DLFolderLocalService.unlockFolder
(long groupId, long parentFolderId, String name, String lockUuid) void
DLFolderLocalService.unlockFolder
(long folderId, String lockUuid) static void
DLFolderLocalServiceUtil.unlockFolder
(long groupId, long parentFolderId, String name, String lockUuid) static void
DLFolderLocalServiceUtil.unlockFolder
(long folderId, String lockUuid) void
DLFolderLocalServiceWrapper.unlockFolder
(long groupId, long parentFolderId, String name, String lockUuid) void
DLFolderLocalServiceWrapper.unlockFolder
(long folderId, String lockUuid) void
DLFolderService.unlockFolder
(long groupId, long parentFolderId, String name, String lockUuid) void
DLFolderService.unlockFolder
(long folderId, String lockUuid) static void
DLFolderServiceUtil.unlockFolder
(long groupId, long parentFolderId, String name, String lockUuid) static void
DLFolderServiceUtil.unlockFolder
(long folderId, String lockUuid) void
DLFolderServiceWrapper.unlockFolder
(long groupId, long parentFolderId, String name, String lockUuid) void
DLFolderServiceWrapper.unlockFolder
(long folderId, String lockUuid) void
DLAppLocalService.unsubscribeFileEntry
(long userId, long groupId, long fileEntryId) static void
DLAppLocalServiceUtil.unsubscribeFileEntry
(long userId, long groupId, long fileEntryId) void
DLAppLocalServiceWrapper.unsubscribeFileEntry
(long userId, long groupId, long fileEntryId) void
DLAppService.unsubscribeFileEntry
(long groupId, long fileEntryId) static void
DLAppServiceUtil.unsubscribeFileEntry
(long groupId, long fileEntryId) void
DLAppServiceWrapper.unsubscribeFileEntry
(long groupId, long fileEntryId) void
DLAppLocalService.unsubscribeFileEntryType
(long userId, long groupId, long fileEntryTypeId) Unsubscribe the user from changes in documents of the file entry type.static void
DLAppLocalServiceUtil.unsubscribeFileEntryType
(long userId, long groupId, long fileEntryTypeId) Unsubscribe the user from changes in documents of the file entry type.void
DLAppLocalServiceWrapper.unsubscribeFileEntryType
(long userId, long groupId, long fileEntryTypeId) Unsubscribe the user from changes in documents of the file entry type.void
DLAppService.unsubscribeFileEntryType
(long groupId, long fileEntryTypeId) Unsubscribe the user from changes in documents of the file entry type.static void
DLAppServiceUtil.unsubscribeFileEntryType
(long groupId, long fileEntryTypeId) Unsubscribe the user from changes in documents of the file entry type.void
DLAppServiceWrapper.unsubscribeFileEntryType
(long groupId, long fileEntryTypeId) Unsubscribe the user from changes in documents of the file entry type.void
DLAppLocalService.unsubscribeFolder
(long userId, long groupId, long folderId) Unsubscribe the user from document changes in the folder.static void
DLAppLocalServiceUtil.unsubscribeFolder
(long userId, long groupId, long folderId) Unsubscribe the user from document changes in the folder.void
DLAppLocalServiceWrapper.unsubscribeFolder
(long userId, long groupId, long folderId) Unsubscribe the user from document changes in the folder.void
DLAppService.unsubscribeFolder
(long groupId, long folderId) Unsubscribe the user from document changes in the folder.static void
DLAppServiceUtil.unsubscribeFolder
(long groupId, long folderId) Unsubscribe the user from document changes in the folder.void
DLAppServiceWrapper.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 AssetEntry
DLAppHelperLocalServiceUtil.updateAsset
(long userId, FileEntry fileEntry, FileVersion fileVersion, long assetClassPK) static AssetEntry
DLAppHelperLocalServiceUtil.updateAsset
(long userId, FileEntry fileEntry, FileVersion fileVersion, ServiceContext serviceContext) static AssetEntry
DLAppHelperLocalServiceUtil.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) void
DLAppLocalService.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 void
DLAppLocalServiceUtil.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.void
DLAppLocalServiceWrapper.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.void
DLFileShortcutLocalService.updateAsset
(long userId, DLFileShortcut fileShortcut, long[] assetCategoryIds, String[] assetTagNames) static void
DLFileShortcutLocalServiceUtil.updateAsset
(long userId, DLFileShortcut fileShortcut, long[] assetCategoryIds, String[] assetTagNames) void
DLFileShortcutLocalServiceWrapper.updateAsset
(long userId, DLFileShortcut fileShortcut, long[] assetCategoryIds, String[] assetTagNames) void
DLFileEntryTypeLocalService.updateDDMStructureLinks
(long fileEntryTypeId, Set<Long> ddmStructureIds) static void
DLFileEntryTypeLocalServiceUtil.updateDDMStructureLinks
(long fileEntryTypeId, Set<Long> ddmStructureIds) void
DLFileEntryTypeLocalServiceWrapper.updateDDMStructureLinks
(long fileEntryTypeId, Set<Long> ddmStructureIds) void
DLAppHelperLocalService.updateFileEntry
(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, long assetClassPK) void
DLAppHelperLocalService.updateFileEntry
(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, ServiceContext serviceContext) static void
DLAppHelperLocalServiceUtil.updateFileEntry
(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, long assetClassPK) static void
DLAppHelperLocalServiceUtil.updateFileEntry
(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, ServiceContext serviceContext) void
DLAppHelperLocalServiceWrapper.updateFileEntry
(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, long assetClassPK) void
DLAppHelperLocalServiceWrapper.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 aFile
object.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 anInputStream
object.static FileEntry
DLAppLocalServiceUtil.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 FileEntry
DLAppLocalServiceUtil.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 aFile
object.static FileEntry
DLAppLocalServiceUtil.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 anInputStream
object.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 aFile
object.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 anInputStream
object.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 aFile
object.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 anInputStream
object.static FileEntry
DLAppServiceUtil.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 FileEntry
DLAppServiceUtil.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 aFile
object.static FileEntry
DLAppServiceUtil.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 anInputStream
object.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 aFile
object.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 anInputStream
object.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 DLFileEntry
DLFileEntryLocalServiceUtil.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 DLFileEntry
DLFileEntryServiceUtil.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 FileEntry
DLAppServiceUtil.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 FileEntry
DLAppServiceUtil.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 DLFileEntry
DLFileEntryTypeLocalServiceUtil.updateFileEntryFileEntryType
(DLFileEntry dlFileEntry, ServiceContext serviceContext) DLFileEntryTypeLocalServiceWrapper.updateFileEntryFileEntryType
(DLFileEntry dlFileEntry, ServiceContext serviceContext) void
DLFileEntryMetadataLocalService.updateFileEntryMetadata
(String externalReferenceCode, long fileEntryTypeId, long fileEntryId, long fileVersionId, Map<String, DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext) void
DLFileEntryMetadataLocalService.updateFileEntryMetadata
(String externalReferenceCode, long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String, DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext) static void
DLFileEntryMetadataLocalServiceUtil.updateFileEntryMetadata
(String externalReferenceCode, long fileEntryTypeId, long fileEntryId, long fileVersionId, Map<String, DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext) static void
DLFileEntryMetadataLocalServiceUtil.updateFileEntryMetadata
(String externalReferenceCode, long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String, DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext) void
DLFileEntryMetadataLocalServiceWrapper.updateFileEntryMetadata
(String externalReferenceCode, long fileEntryTypeId, long fileEntryId, long fileVersionId, Map<String, DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext) void
DLFileEntryMetadataLocalServiceWrapper.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 DLFileEntry
DLFileEntryLocalServiceUtil.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 DLFileEntryType
DLFileEntryTypeLocalServiceUtil.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 DLFileEntryType
DLFileEntryTypeServiceUtil.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 FileShortcut
DLAppLocalServiceUtil.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 FileShortcut
DLAppServiceUtil.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.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 DLFileShortcut
DLFileShortcutServiceUtil.updateFileShortcut
(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) DLFileShortcutServiceWrapper.updateFileShortcut
(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) void
DLAppLocalService.updateFileShortcuts
(long oldToFileEntryId, long newToFileEntryId) Updates all file shortcuts to the existing file entry to the new file entry.static void
DLAppLocalServiceUtil.updateFileShortcuts
(long oldToFileEntryId, long newToFileEntryId) Updates all file shortcuts to the existing file entry to the new file entry.void
DLAppLocalServiceWrapper.updateFileShortcuts
(long oldToFileEntryId, long newToFileEntryId) Updates all file shortcuts to the existing file entry to the new file entry.void
DLFileShortcutService.updateFileShortcuts
(long oldToFileEntryId, long newToFileEntryId) static void
DLFileShortcutServiceUtil.updateFileShortcuts
(long oldToFileEntryId, long newToFileEntryId) void
DLFileShortcutServiceWrapper.updateFileShortcuts
(long oldToFileEntryId, long newToFileEntryId) void
DLAppHelperLocalService.updateFolder
(long userId, Folder folder, ServiceContext serviceContext) static void
DLAppHelperLocalServiceUtil.updateFolder
(long userId, Folder folder, ServiceContext serviceContext) void
DLAppHelperLocalServiceWrapper.updateFolder
(long userId, Folder folder, ServiceContext serviceContext) DLAppLocalService.updateFolder
(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext) Updates the folder.static Folder
DLAppLocalServiceUtil.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 Folder
DLAppServiceUtil.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 DLFolder
DLFolderLocalServiceUtil.updateFolder
(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) static DLFolder
DLFolderLocalServiceUtil.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 DLFolder
DLFolderServiceUtil.updateFolder
(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext) static DLFolder
DLFolderServiceUtil.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 DLFolder
DLFolderLocalServiceUtil.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) void
DLFolderLocalService.updateLastPostDate
(long folderId, Date lastPostDate) static void
DLFolderLocalServiceUtil.updateLastPostDate
(long folderId, Date lastPostDate) void
DLFolderLocalServiceWrapper.updateLastPostDate
(long folderId, Date lastPostDate) void
DLAppHelperLocalService.updateStatus
(long userId, FileEntry fileEntry, FileVersion latestFileVersion, int oldStatus, int newStatus, ServiceContext serviceContext, Map<String, Serializable> workflowContext) static void
DLAppHelperLocalServiceUtil.updateStatus
(long userId, FileEntry fileEntry, FileVersion latestFileVersion, int oldStatus, int newStatus, ServiceContext serviceContext, Map<String, Serializable> workflowContext) void
DLAppHelperLocalServiceWrapper.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 DLFileEntry
DLFileEntryLocalServiceUtil.updateStatus
(long userId, long fileVersionId, int status, ServiceContext serviceContext, Map<String, Serializable> workflowContext) static DLFileEntry
DLFileEntryLocalServiceUtil.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 DLFileEntry
DLFileEntryServiceUtil.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.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 DLFolder
DLFolderLocalServiceUtil.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) void
DLFileEntryLocalService.validateFile
(long groupId, long folderId, long fileEntryId, String fileName, String title) static void
DLFileEntryLocalServiceUtil.validateFile
(long groupId, long folderId, long fileEntryId, String fileName, String title) void
DLFileEntryLocalServiceWrapper.validateFile
(long groupId, long folderId, long fileEntryId, String fileName, String title) boolean
DLAppService.verifyFileEntryCheckOut
(long repositoryId, long fileEntryId, String lockUuid) Returnstrue
if the file entry is checked out.static boolean
DLAppServiceUtil.verifyFileEntryCheckOut
(long repositoryId, long fileEntryId, String lockUuid) Returnstrue
if the file entry is checked out.boolean
DLAppServiceWrapper.verifyFileEntryCheckOut
(long repositoryId, long fileEntryId, String lockUuid) Returnstrue
if the file entry is checked out.boolean
DLFileEntryLocalService.verifyFileEntryCheckOut
(long fileEntryId, String lockUuid) static boolean
DLFileEntryLocalServiceUtil.verifyFileEntryCheckOut
(long fileEntryId, String lockUuid) boolean
DLFileEntryLocalServiceWrapper.verifyFileEntryCheckOut
(long fileEntryId, String lockUuid) boolean
DLFileEntryService.verifyFileEntryCheckOut
(long fileEntryId, String lockUuid) static boolean
DLFileEntryServiceUtil.verifyFileEntryCheckOut
(long fileEntryId, String lockUuid) boolean
DLFileEntryServiceWrapper.verifyFileEntryCheckOut
(long fileEntryId, String lockUuid) boolean
DLAppService.verifyFileEntryLock
(long repositoryId, long fileEntryId, String lockUuid) static boolean
DLAppServiceUtil.verifyFileEntryLock
(long repositoryId, long fileEntryId, String lockUuid) boolean
DLAppServiceWrapper.verifyFileEntryLock
(long repositoryId, long fileEntryId, String lockUuid) boolean
DLFileEntryLocalService.verifyFileEntryLock
(long fileEntryId, String lockUuid) static boolean
DLFileEntryLocalServiceUtil.verifyFileEntryLock
(long fileEntryId, String lockUuid) boolean
DLFileEntryLocalServiceWrapper.verifyFileEntryLock
(long fileEntryId, String lockUuid) boolean
DLFileEntryService.verifyFileEntryLock
(long fileEntryId, String lockUuid) static boolean
DLFileEntryServiceUtil.verifyFileEntryLock
(long fileEntryId, String lockUuid) boolean
DLFileEntryServiceWrapper.verifyFileEntryLock
(long fileEntryId, String lockUuid) boolean
DLAppService.verifyInheritableLock
(long repositoryId, long folderId, String lockUuid) Returnstrue
if the inheritable lock exists.static boolean
DLAppServiceUtil.verifyInheritableLock
(long repositoryId, long folderId, String lockUuid) Returnstrue
if the inheritable lock exists.boolean
DLAppServiceWrapper.verifyInheritableLock
(long repositoryId, long folderId, String lockUuid) Returnstrue
if the inheritable lock exists.boolean
DLFolderLocalService.verifyInheritableLock
(long folderId, String lockUuid) static boolean
DLFolderLocalServiceUtil.verifyInheritableLock
(long folderId, String lockUuid) boolean
DLFolderLocalServiceWrapper.verifyInheritableLock
(long folderId, String lockUuid) boolean
DLFolderService.verifyInheritableLock
(long folderId, String lockUuid) static boolean
DLFolderServiceUtil.verifyInheritableLock
(long folderId, String lockUuid) boolean
DLFolderServiceWrapper.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 TypeMethodDescriptionvoid
DLStore.addFile
(DLStoreRequest dlStoreRequest, byte[] bytes) void
DLStore.addFile
(DLStoreRequest dlStoreRequest, File file) void
DLStore.addFile
(DLStoreRequest dlStoreRequest, InputStream inputStream) static void
DLStoreUtil.addFile
(DLStoreRequest dlStoreRequest, byte[] bytes) static void
DLStoreUtil.addFile
(DLStoreRequest dlStoreRequest, File file) static void
DLStoreUtil.addFile
(DLStoreRequest dlStoreRequest, InputStream inputStream) void
Store.addFile
(long companyId, long repositoryId, String fileName, String versionLabel, InputStream inputStream) Adds a file based on anInputStream
object.void
StoreAreaAwareStoreWrapper.addFile
(long companyId, long repositoryId, String fileName, String versionLabel, InputStream inputStream) void
DLStore.copyFileVersion
(long companyId, long repositoryId, String fileName, String fromVersionLabel, String toVersionLabel) static void
DLStoreUtil.copyFileVersion
(long companyId, long repositoryId, String fileName, String fromVersionLabel, String toVersionLabel) Creates a new copy of the file version.void
DLStore.deleteDirectory
(long companyId, long repositoryId, String dirName) static void
DLStoreUtil.deleteDirectory
(long companyId, long repositoryId, String dirName) Deletes a directory.void
DLStore.deleteFile
(long companyId, long repositoryId, String fileName) void
DLStore.deleteFile
(long companyId, long repositoryId, String fileName, String versionLabel) static void
DLStoreUtil.deleteFile
(long companyId, long repositoryId, String fileName) Deletes a file.static void
DLStoreUtil.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 InputStream
DLStoreUtil.getFileAsStream
(long companyId, long repositoryId, String fileName, String versionLabel) Returns the file as anInputStream
object.Store.getFileAsStream
(long companyId, long repositoryId, String fileName, String versionLabel) Returns the file as anInputStream
object.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.long
DLStore.getFileSize
(long companyId, long repositoryId, String fileName) static long
DLStoreUtil.getFileSize
(long companyId, long repositoryId, String fileName) Returns the size of the file.long
Store.getFileSize
(long companyId, long repositoryId, String fileName, String versionLabel) Returns the size of the file.long
StoreAreaAwareStoreWrapper.getFileSize
(long companyId, long repositoryId, String fileName, String versionLabel) boolean
static boolean
Returnstrue
if the file exists.void
DLStore.updateFile
(long companyId, long repositoryId, long newRepositoryId, String fileName) void
DLStore.updateFile
(DLStoreRequest dlStoreRequest, File file) void
DLStore.updateFile
(DLStoreRequest dlStoreRequest, InputStream inputStream) static void
DLStoreUtil.updateFile
(long companyId, long repositoryId, long newRepositoryId, String fileName) Moves a file to a new data repository.static void
DLStoreUtil.updateFile
(DLStoreRequest dlStoreRequest, File file) static void
DLStoreUtil.updateFile
(DLStoreRequest dlStoreRequest, InputStream inputStream) void
DLStore.updateFileVersion
(long companyId, long repositoryId, String fileName, String fromVersionLabel, String toVersionLabel) static void
DLStoreUtil.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 String
DLUtil.getAbsolutePath
(PortletRequest portletRequest, long rootFolderId, long folderId) void
DL.startWorkflowInstance
(long userId, DLFileVersion dlFileVersion, String syncEventType, ServiceContext serviceContext) static void
DLUtil.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 DDMStructure
DDMStructureManagerUtil.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) long
StorageEngineManager.create
(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext) static long
StorageEngineManagerUtil.create
(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext) void
StorageEngineManager.deleteByClass
(long classPK) static void
StorageEngineManagerUtil.deleteByClass
(long classPK) void
DDMStructureManager.deleteStructure
(long structureId) static void
DDMStructureManagerUtil.deleteStructure
(long structureId) void
DDMStructureLinkManager.deleteStructureLink
(long classNameId, long classPK, long structureId) static void
DDMStructureLinkManagerUtil.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 DDMFormValues
StorageEngineManagerUtil.getDDMFormValues
(long classPK) static DDMFormValues
StorageEngineManagerUtil.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) boolean
DDMStructure.getFieldRepeatable
(String fieldName) boolean
DDMStructure.getFieldRequired
(String fieldName) DDMStructure.getFieldTip
(String fieldName, String locale) DDMStructure.getFieldTip
(String fieldName, Locale locale) DDMStructure.getFieldType
(String fieldName) DDMTemplate.getSmallImageType()
DDMStructure.getTemplates()
boolean
DDMStructure.isFieldRepeatable
(String fieldName) boolean
DDMStructure.isFieldTransient
(String fieldName) void
StorageEngineManager.update
(long classPK, DDMFormValues ddmFormValues, ServiceContext serviceContext) static void
StorageEngineManagerUtil.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 DDMStructure
DDMStructureManagerUtil.updateStructure
(long userId, long structureId, long parentStructureId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, DDMForm ddmForm, ServiceContext serviceContext) void
DDMStructureManager.updateStructureKey
(long structureId, String structureKey) static void
DDMStructureManagerUtil.updateStructureKey
(long structureId, String structureKey) -
Uses of PortalException in com.liferay.expando.kernel.exception
Subclasses of PortalException in com.liferay.expando.kernel.exceptionModifier and TypeClassDescriptionclass
static class
class
class
class
class
class
class
class
class
class
static class
static class
static class
-
Uses of PortalException in com.liferay.expando.kernel.model
Methods in com.liferay.expando.kernel.model that throw PortalExceptionModifier and TypeMethodDescriptionvoid
ExpandoBridge.addAttribute
(String name) void
ExpandoBridge.addAttribute
(String name, boolean secure) void
ExpandoBridge.addAttribute
(String name, int type) void
ExpandoBridge.addAttribute
(String name, int type, boolean secure) void
ExpandoBridge.addAttribute
(String name, int type, Serializable defaultValue) void
ExpandoBridge.addAttribute
(String name, int type, Serializable defaultValue, boolean secure) default void
ExpandoBridge.addAttribute
(String name, String type) default void
ExpandoBridge.addAttribute
(String name, String type, boolean secure) default void
ExpandoBridge.addAttribute
(String name, String type, Serializable defaultValue) default void
ExpandoBridge.addAttribute
(String name, String type, Serializable defaultValue, boolean secure) ExpandoValue.getAvailableLocales()
ExpandoValueWrapper.getAvailableLocales()
boolean
ExpandoValue.getBoolean()
boolean
ExpandoValueWrapper.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()
double
ExpandoValue.getDouble()
double
ExpandoValueWrapper.getDouble()
double[]
ExpandoValue.getDoubleArray()
double[]
ExpandoValueWrapper.getDoubleArray()
float
ExpandoValue.getFloat()
float
ExpandoValueWrapper.getFloat()
float[]
ExpandoValue.getFloatArray()
float[]
ExpandoValueWrapper.getFloatArray()
ExpandoValue.getGeolocationJSONObject()
ExpandoValueWrapper.getGeolocationJSONObject()
int
ExpandoValue.getInteger()
int
ExpandoValueWrapper.getInteger()
int[]
ExpandoValue.getIntegerArray()
int[]
ExpandoValueWrapper.getIntegerArray()
long
ExpandoValue.getLong()
long
ExpandoValueWrapper.getLong()
long[]
ExpandoValue.getLongArray()
long[]
ExpandoValueWrapper.getLongArray()
ExpandoValue.getNumber()
ExpandoValueWrapper.getNumber()
Number[]
ExpandoValue.getNumberArray()
Number[]
ExpandoValueWrapper.getNumberArray()
ExpandoValue.getSerializable()
ExpandoValueWrapper.getSerializable()
short
ExpandoValue.getShort()
short
ExpandoValueWrapper.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()
void
ExpandoValue.setBoolean
(boolean data) void
ExpandoValueWrapper.setBoolean
(boolean data) void
ExpandoValue.setBooleanArray
(boolean[] data) void
ExpandoValueWrapper.setBooleanArray
(boolean[] data) void
void
void
ExpandoValue.setDateArray
(Date[] data) void
ExpandoValueWrapper.setDateArray
(Date[] data) void
ExpandoValue.setDouble
(double data) void
ExpandoValueWrapper.setDouble
(double data) void
ExpandoValue.setDoubleArray
(double[] data) void
ExpandoValueWrapper.setDoubleArray
(double[] data) void
ExpandoValue.setFloat
(float data) void
ExpandoValueWrapper.setFloat
(float data) void
ExpandoValue.setFloatArray
(float[] data) void
ExpandoValueWrapper.setFloatArray
(float[] data) void
ExpandoValue.setGeolocationJSONObject
(JSONObject dataJSONObject) void
ExpandoValueWrapper.setGeolocationJSONObject
(JSONObject dataJSONObject) void
ExpandoValue.setInteger
(int data) void
ExpandoValueWrapper.setInteger
(int data) void
ExpandoValue.setIntegerArray
(int[] data) void
ExpandoValueWrapper.setIntegerArray
(int[] data) void
ExpandoValue.setLong
(long data) void
ExpandoValueWrapper.setLong
(long data) void
ExpandoValue.setLongArray
(long[] data) void
ExpandoValueWrapper.setLongArray
(long[] data) void
void
void
ExpandoValue.setNumberArray
(Number[] data) void
ExpandoValueWrapper.setNumberArray
(Number[] data) void
ExpandoValue.setShort
(short data) void
ExpandoValueWrapper.setShort
(short data) void
ExpandoValue.setShortArray
(short[] data) void
ExpandoValueWrapper.setShortArray
(short[] data) void
void
void
void
void
ExpandoValue.setStringArray
(String[] data) void
ExpandoValue.setStringArray
(String[] data, Locale locale, Locale defaultLocale) void
ExpandoValueWrapper.setStringArray
(String[] data) void
ExpandoValueWrapper.setStringArray
(String[] data, Locale locale, Locale defaultLocale) void
ExpandoValue.setStringArrayMap
(Map<Locale, String[]> dataMap, Locale defaultLocale) void
ExpandoValueWrapper.setStringArrayMap
(Map<Locale, String[]> dataMap, Locale defaultLocale) void
ExpandoValue.setStringMap
(Map<Locale, String> dataMap, Locale defaultLocale) void
ExpandoValueWrapper.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 ExpandoColumn
static ExpandoColumn
static ExpandoColumn
static ExpandoColumn
ExpandoTableLocalService.addDefaultTable
(long companyId, long classNameId) ExpandoTableLocalService.addDefaultTable
(long companyId, String className) static ExpandoTable
ExpandoTableLocalServiceUtil.addDefaultTable
(long companyId, long classNameId) static ExpandoTable
ExpandoTableLocalServiceUtil.addDefaultTable
(long companyId, String className) ExpandoTableLocalServiceWrapper.addDefaultTable
(long companyId, long classNameId) ExpandoTableLocalServiceWrapper.addDefaultTable
(long companyId, String className) ExpandoRowLocalService.addRow
(long tableId, long classPK) static ExpandoRow
ExpandoRowLocalServiceUtil.addRow
(long tableId, long classPK) ExpandoRowLocalServiceWrapper.addRow
(long tableId, long classPK) static ExpandoTable
static ExpandoTable
ExpandoValueLocalService.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 ExpandoValue
ExpandoValueLocalServiceUtil.addValue
(long classNameId, long tableId, long columnId, long classPK, String data) static ExpandoValue
ExpandoValueLocalServiceUtil.addValue
(long companyId, String className, String tableName, String columnName, long classPK, boolean data) static ExpandoValue
ExpandoValueLocalServiceUtil.addValue
(long companyId, String className, String tableName, String columnName, long classPK, boolean[] data) static ExpandoValue
ExpandoValueLocalServiceUtil.addValue
(long companyId, String className, String tableName, String columnName, long classPK, double data) static ExpandoValue
ExpandoValueLocalServiceUtil.addValue
(long companyId, String className, String tableName, String columnName, long classPK, double[] data) static ExpandoValue
ExpandoValueLocalServiceUtil.addValue
(long companyId, String className, String tableName, String columnName, long classPK, float data) static ExpandoValue
ExpandoValueLocalServiceUtil.addValue
(long companyId, String className, String tableName, String columnName, long classPK, float[] data) static ExpandoValue
ExpandoValueLocalServiceUtil.addValue
(long companyId, String className, String tableName, String columnName, long classPK, int data) static ExpandoValue
ExpandoValueLocalServiceUtil.addValue
(long companyId, String className, String tableName, String columnName, long classPK, int[] data) static ExpandoValue
ExpandoValueLocalServiceUtil.addValue
(long companyId, String className, String tableName, String columnName, long classPK, long data) static ExpandoValue
ExpandoValueLocalServiceUtil.addValue
(long companyId, String className, String tableName, String columnName, long classPK, long[] data) static ExpandoValue
ExpandoValueLocalServiceUtil.addValue
(long companyId, String className, String tableName, String columnName, long classPK, short data) static ExpandoValue
ExpandoValueLocalServiceUtil.addValue
(long companyId, String className, String tableName, String columnName, long classPK, short[] data) static ExpandoValue
ExpandoValueLocalServiceUtil.addValue
(long companyId, String className, String tableName, String columnName, long classPK, JSONObject dataJSONObject) static ExpandoValue
ExpandoValueLocalServiceUtil.addValue
(long companyId, String className, String tableName, String columnName, long classPK, Number data) static ExpandoValue
ExpandoValueLocalServiceUtil.addValue
(long companyId, String className, String tableName, String columnName, long classPK, Number[] data) static ExpandoValue
ExpandoValueLocalServiceUtil.addValue
(long companyId, String className, String tableName, String columnName, long classPK, Object data) static ExpandoValue
ExpandoValueLocalServiceUtil.addValue
(long companyId, String className, String tableName, String columnName, long classPK, String data) static ExpandoValue
ExpandoValueLocalServiceUtil.addValue
(long companyId, String className, String tableName, String columnName, long classPK, String[] data) static ExpandoValue
ExpandoValueLocalServiceUtil.addValue
(long companyId, String className, String tableName, String columnName, long classPK, Date data) static ExpandoValue
ExpandoValueLocalServiceUtil.addValue
(long companyId, String className, String tableName, String columnName, long classPK, Date[] data) static ExpandoValue
ExpandoValueLocalServiceUtil.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 ExpandoValue
ExpandoValueServiceUtil.addValue
(long companyId, String className, String tableName, String columnName, long classPK, Object data) static ExpandoValue
ExpandoValueServiceUtil.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) void
ExpandoValueLocalService.addValues
(long companyId, long classNameId, String tableName, long classPK, Map<String, Serializable> attributes) void
ExpandoValueLocalService.addValues
(long classNameId, long tableId, List<ExpandoColumn> columns, long classPK, Map<String, String> data) void
ExpandoValueLocalService.addValues
(long companyId, String className, String tableName, long classPK, Map<String, Serializable> attributes) static void
ExpandoValueLocalServiceUtil.addValues
(long companyId, long classNameId, String tableName, long classPK, Map<String, Serializable> attributes) static void
ExpandoValueLocalServiceUtil.addValues
(long classNameId, long tableId, List<ExpandoColumn> columns, long classPK, Map<String, String> data) static void
ExpandoValueLocalServiceUtil.addValues
(long companyId, String className, String tableName, long classPK, Map<String, Serializable> attributes) void
ExpandoValueLocalServiceWrapper.addValues
(long companyId, long classNameId, String tableName, long classPK, Map<String, Serializable> attributes) void
ExpandoValueLocalServiceWrapper.addValues
(long classNameId, long tableId, List<ExpandoColumn> columns, long classPK, Map<String, String> data) void
ExpandoValueLocalServiceWrapper.addValues
(long companyId, String className, String tableName, long classPK, Map<String, Serializable> attributes) void
ExpandoValueService.addValues
(long companyId, String className, String tableName, long classPK, Map<String, Serializable> attributeValues) static void
ExpandoValueServiceUtil.addValues
(long companyId, String className, String tableName, long classPK, Map<String, Serializable> attributeValues) void
ExpandoValueServiceWrapper.addValues
(long companyId, String className, String tableName, long classPK, Map<String, Serializable> attributeValues) ExpandoColumnLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ExpandoColumnLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) ExpandoColumnLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) ExpandoRowLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ExpandoRowLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) ExpandoRowLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) ExpandoTableLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ExpandoTableLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) ExpandoTableLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) ExpandoValueLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ExpandoValueLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) ExpandoValueLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) void
ExpandoColumnLocalService.deleteColumn
(long columnId) void
ExpandoColumnLocalService.deleteColumn
(long companyId, long classNameId, String tableName, String name) void
ExpandoColumnLocalService.deleteColumn
(long tableId, String name) void
ExpandoColumnLocalService.deleteColumn
(long companyId, String className, String tableName, String name) void
ExpandoColumnLocalService.deleteColumn
(ExpandoColumn column) static void
ExpandoColumnLocalServiceUtil.deleteColumn
(long columnId) static void
ExpandoColumnLocalServiceUtil.deleteColumn
(long companyId, long classNameId, String tableName, String name) static void
ExpandoColumnLocalServiceUtil.deleteColumn
(long tableId, String name) static void
ExpandoColumnLocalServiceUtil.deleteColumn
(long companyId, String className, String tableName, String name) static void
ExpandoColumnLocalServiceUtil.deleteColumn
(ExpandoColumn column) void
ExpandoColumnLocalServiceWrapper.deleteColumn
(long columnId) void
ExpandoColumnLocalServiceWrapper.deleteColumn
(long companyId, long classNameId, String tableName, String name) void
ExpandoColumnLocalServiceWrapper.deleteColumn
(long tableId, String name) void
ExpandoColumnLocalServiceWrapper.deleteColumn
(long companyId, String className, String tableName, String name) void
ExpandoColumnLocalServiceWrapper.deleteColumn
(ExpandoColumn column) void
ExpandoColumnService.deleteColumn
(long columnId) static void
ExpandoColumnServiceUtil.deleteColumn
(long columnId) void
ExpandoColumnServiceWrapper.deleteColumn
(long columnId) void
ExpandoColumnLocalService.deleteColumns
(long tableId) void
ExpandoColumnLocalService.deleteColumns
(long companyId, long classNameId, String tableName) void
ExpandoColumnLocalService.deleteColumns
(long companyId, String className, String tableName) static void
ExpandoColumnLocalServiceUtil.deleteColumns
(long tableId) static void
ExpandoColumnLocalServiceUtil.deleteColumns
(long companyId, long classNameId, String tableName) static void
ExpandoColumnLocalServiceUtil.deleteColumns
(long companyId, String className, String tableName) void
ExpandoColumnLocalServiceWrapper.deleteColumns
(long tableId) void
ExpandoColumnLocalServiceWrapper.deleteColumns
(long companyId, long classNameId, String tableName) void
ExpandoColumnLocalServiceWrapper.deleteColumns
(long companyId, String className, String tableName) ExpandoColumnLocalService.deleteExpandoColumn
(long columnId) Deletes the expando column with the primary key from the database.static ExpandoColumn
ExpandoColumnLocalServiceUtil.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 ExpandoRow
ExpandoRowLocalServiceUtil.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 ExpandoTable
ExpandoTableLocalServiceUtil.deleteExpandoTable
(long tableId) Deletes the expando table with the primary key from the database.static ExpandoTable
ExpandoTableLocalServiceUtil.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 ExpandoValue
ExpandoValueLocalServiceUtil.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 PersistedModel
ExpandoColumnLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) ExpandoColumnLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) ExpandoRowLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
ExpandoRowLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) ExpandoRowLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) ExpandoTableLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
ExpandoTableLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) ExpandoTableLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) ExpandoValueLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
ExpandoValueLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) ExpandoValueLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) void
ExpandoRowLocalService.deleteRow
(long rowId) void
ExpandoRowLocalService.deleteRow
(long tableId, long classPK) void
void
static void
ExpandoRowLocalServiceUtil.deleteRow
(long rowId) static void
ExpandoRowLocalServiceUtil.deleteRow
(long tableId, long classPK) static void
ExpandoRowLocalServiceUtil.deleteRow
(long companyId, long classNameId, String tableName, long classPK) static void
ExpandoRowLocalServiceUtil.deleteRow
(long companyId, String className, String tableName, long classPK) void
ExpandoRowLocalServiceWrapper.deleteRow
(long rowId) void
ExpandoRowLocalServiceWrapper.deleteRow
(long tableId, long classPK) void
ExpandoRowLocalServiceWrapper.deleteRow
(long companyId, long classNameId, String tableName, long classPK) void
ExpandoRowLocalServiceWrapper.deleteRow
(long companyId, String className, String tableName, long classPK) void
ExpandoTableLocalService.deleteTable
(long tableId) void
ExpandoTableLocalService.deleteTable
(long companyId, long classNameId, String name) void
ExpandoTableLocalService.deleteTable
(long companyId, String className, String name) void
ExpandoTableLocalService.deleteTable
(ExpandoTable table) static void
ExpandoTableLocalServiceUtil.deleteTable
(long tableId) static void
ExpandoTableLocalServiceUtil.deleteTable
(long companyId, long classNameId, String name) static void
ExpandoTableLocalServiceUtil.deleteTable
(long companyId, String className, String name) static void
ExpandoTableLocalServiceUtil.deleteTable
(ExpandoTable table) void
ExpandoTableLocalServiceWrapper.deleteTable
(long tableId) void
ExpandoTableLocalServiceWrapper.deleteTable
(long companyId, long classNameId, String name) void
ExpandoTableLocalServiceWrapper.deleteTable
(long companyId, String className, String name) void
ExpandoTableLocalServiceWrapper.deleteTable
(ExpandoTable table) void
ExpandoTableLocalService.deleteTables
(long companyId, long classNameId) void
ExpandoTableLocalService.deleteTables
(long companyId, String className) static void
ExpandoTableLocalServiceUtil.deleteTables
(long companyId, long classNameId) static void
ExpandoTableLocalServiceUtil.deleteTables
(long companyId, String className) void
ExpandoTableLocalServiceWrapper.deleteTables
(long companyId, long classNameId) void
ExpandoTableLocalServiceWrapper.deleteTables
(long companyId, String className) void
ExpandoValueLocalService.deleteValue
(long valueId) void
ExpandoValueLocalService.deleteValue
(long columnId, long rowId) void
ExpandoValueLocalService.deleteValue
(long companyId, long classNameId, String tableName, String columnName, long classPK) void
ExpandoValueLocalService.deleteValue
(long companyId, String className, String tableName, String columnName, long classPK) static void
ExpandoValueLocalServiceUtil.deleteValue
(long valueId) static void
ExpandoValueLocalServiceUtil.deleteValue
(long columnId, long rowId) static void
ExpandoValueLocalServiceUtil.deleteValue
(long companyId, long classNameId, String tableName, String columnName, long classPK) static void
ExpandoValueLocalServiceUtil.deleteValue
(long companyId, String className, String tableName, String columnName, long classPK) void
ExpandoValueLocalServiceWrapper.deleteValue
(long valueId) void
ExpandoValueLocalServiceWrapper.deleteValue
(long columnId, long rowId) void
ExpandoValueLocalServiceWrapper.deleteValue
(long companyId, long classNameId, String tableName, String columnName, long classPK) void
ExpandoValueLocalServiceWrapper.deleteValue
(long companyId, String className, String tableName, String columnName, long classPK) ExpandoColumnService.fetchExpandoColumn
(long columnId) static ExpandoColumn
ExpandoColumnServiceUtil.fetchExpandoColumn
(long columnId) ExpandoColumnServiceWrapper.fetchExpandoColumn
(long columnId) ExpandoColumnLocalService.getColumn
(long columnId) ExpandoColumnLocalService.getColumn
(long companyId, long classNameId, String tableName, String name) static ExpandoColumn
ExpandoColumnLocalServiceUtil.getColumn
(long columnId) static ExpandoColumn
ExpandoColumnLocalServiceUtil.getColumn
(long companyId, long classNameId, String tableName, String name) static ExpandoColumn
ExpandoColumnLocalServiceWrapper.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) boolean
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, boolean defaultData) boolean[]
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, boolean[] defaultData) double
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, double defaultData) double[]
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, double[] defaultData) float
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, float defaultData) float[]
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, float[] defaultData) int
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, int defaultData) int[]
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, int[] defaultData) long
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, long defaultData) long[]
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, long[] defaultData) short
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, short defaultData) short[]
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, short[] defaultData) ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, JSONObject defaultDataJSONObject) ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, Number defaultData) Number[]
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, Number[] defaultData) ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, String defaultData) String[]
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, String[] defaultData) ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, Date defaultData) Date[]
ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, Date[] defaultData) Map<?,
?> ExpandoValueLocalService.getData
(long companyId, String className, String tableName, String columnName, long classPK, Map<?, ?> defaultData) ExpandoValueLocalService.getData
(long companyId, String className, String tableName, Collection<String> columnNames, long classPK) static Serializable
ExpandoValueLocalServiceUtil.getData
(long companyId, String className, String tableName, String columnName, long classPK) static boolean
ExpandoValueLocalServiceUtil.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 double
ExpandoValueLocalServiceUtil.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 float
ExpandoValueLocalServiceUtil.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 int
ExpandoValueLocalServiceUtil.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 long
ExpandoValueLocalServiceUtil.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 short
ExpandoValueLocalServiceUtil.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 JSONObject
ExpandoValueLocalServiceUtil.getData
(long companyId, String className, String tableName, String columnName, long classPK, JSONObject defaultDataJSONObject) static Number
ExpandoValueLocalServiceUtil.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 String
ExpandoValueLocalServiceUtil.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 Date
ExpandoValueLocalServiceUtil.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) boolean
ExpandoValueLocalServiceWrapper.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) double
ExpandoValueLocalServiceWrapper.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) float
ExpandoValueLocalServiceWrapper.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) int
ExpandoValueLocalServiceWrapper.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) long
ExpandoValueLocalServiceWrapper.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) short
ExpandoValueLocalServiceWrapper.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 Serializable
ExpandoValueServiceUtil.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 ExpandoTable
ExpandoTableLocalServiceUtil.getDefaultTable
(long companyId, long classNameId) static ExpandoTable
ExpandoTableLocalServiceUtil.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 ExpandoColumn
ExpandoColumnLocalServiceUtil.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 ExpandoRow
ExpandoRowLocalServiceUtil.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 ExpandoTable
ExpandoTableLocalServiceUtil.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 ExpandoValue
ExpandoValueLocalServiceUtil.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 JSONObject
ExpandoValueServiceUtil.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 PersistedModel
ExpandoColumnLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) ExpandoColumnLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) ExpandoRowLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ExpandoRowLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) ExpandoRowLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) ExpandoTableLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ExpandoTableLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) ExpandoTableLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) ExpandoValueLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ExpandoValueLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) ExpandoValueLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) ExpandoRowLocalService.getRow
(long rowId) ExpandoRowLocalService.getRow
(long tableId, long classPK) static ExpandoRow
ExpandoRowLocalServiceUtil.getRow
(long rowId) static ExpandoRow
ExpandoRowLocalServiceUtil.getRow
(long tableId, long classPK) ExpandoRowLocalServiceWrapper.getRow
(long rowId) ExpandoRowLocalServiceWrapper.getRow
(long tableId, long classPK) ExpandoTableLocalService.getTable
(long tableId) static ExpandoTable
ExpandoTableLocalServiceUtil.getTable
(long tableId) static ExpandoTable
static ExpandoTable
ExpandoTableLocalServiceWrapper.getTable
(long tableId) ExpandoValueLocalService.getValue
(long valueId) ExpandoValueLocalService.getValue
(long columnId, long rowId) static ExpandoValue
ExpandoValueLocalServiceUtil.getValue
(long valueId) static ExpandoValue
ExpandoValueLocalServiceUtil.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 ExpandoColumn
ExpandoColumnLocalServiceUtil.updateColumn
(long columnId, String name, int type) static ExpandoColumn
ExpandoColumnLocalServiceUtil.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 ExpandoColumn
ExpandoColumnServiceUtil.updateColumn
(long columnId, String name, int type) static ExpandoColumn
ExpandoColumnServiceUtil.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 ExpandoTable
ExpandoTableLocalServiceUtil.updateTable
(long tableId, String name) ExpandoTableLocalServiceWrapper.updateTable
(long tableId, String name) ExpandoColumnLocalService.updateTypeSettings
(long columnId, String typeSettings) static ExpandoColumn
ExpandoColumnLocalServiceUtil.updateTypeSettings
(long columnId, String typeSettings) ExpandoColumnLocalServiceWrapper.updateTypeSettings
(long columnId, String typeSettings) ExpandoColumnService.updateTypeSettings
(long columnId, String typeSettings) static ExpandoColumn
ExpandoColumnServiceUtil.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 void
ExpandoColumnPermissionUtil.check
(PermissionChecker permissionChecker, long columnId, String actionId) static void
ExpandoColumnPermissionUtil.check
(PermissionChecker permissionChecker, long companyId, String className, String tableName, String columnName, String actionId) static void
ExpandoColumnPermissionUtil.check
(PermissionChecker permissionChecker, ExpandoColumn column, String actionId) static boolean
ExpandoColumnPermissionUtil.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 ExportImportConfiguration
ExportImportConfigurationUtil.addExportImportConfiguration
(PortletRequest portletRequest, int type) static ExportImportConfiguration
ExportImportConfigurationUtil.addExportLayoutExportImportConfiguration
(PortletRequest portletRequest) static ExportImportConfiguration
ExportImportConfigurationUtil.addPublishLayoutLocalExportImportConfiguration
(PortletRequest portletRequest) static ExportImportConfiguration
ExportImportConfigurationUtil.addPublishLayoutRemoteExportImportConfiguration
(PortletRequest portletRequest) static ExportImportConfiguration
ExportImportConfigurationFactory.buildDefaultLocalPublishingExportImportConfiguration
(User user, long sourceGroupId, long targetGroupId, boolean privateLayout) static ExportImportConfiguration
ExportImportConfigurationFactory.buildDefaultLocalPublishingExportImportConfiguration
(User user, long sourceGroupId, long targetGroupId, boolean privateLayout, Map<String, String[]> parameterMap) static ExportImportConfiguration
ExportImportConfigurationFactory.buildDefaultLocalPublishingExportImportConfiguration
(PortletRequest portletRequest) static ExportImportConfiguration
ExportImportConfigurationFactory.buildDefaultRemotePublishingExportImportConfiguration
(User user, long sourceGroupId, boolean privateLayout, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId) protected static ExportImportConfiguration
ExportImportConfigurationFactory.buildDefaultRemotePublishingExportImportConfiguration
(User user, long sourceGroupId, boolean privateLayout, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, Map<String, String[]> parameterMap) static ExportImportConfiguration
ExportImportConfigurationFactory.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 ExportImportConfiguration
ExportImportConfigurationFactory.cloneExportImportConfiguration
(ExportImportConfiguration exportImportConfiguration) static String[]
ExportImportConfigurationUtil.getExportImportConfigurationParameter
(ExportImportConfiguration exportImportConfiguration, String parameterName) static String[]
ExportImportConfigurationUtil.getExportImportConfigurationParameter
(BackgroundTask backgroundTask, String parameterName) protected static ExportImportConfiguration
ExportImportConfigurationUtil.updateExportImportConfiguration
(PortletRequest portletRequest, int type) static ExportImportConfiguration
ExportImportConfigurationUtil.updateExportLayoutExportImportConfiguration
(PortletRequest portletRequest) static ExportImportConfiguration
ExportImportConfigurationUtil.updatePublishLayoutLocalExportImportConfiguration
(PortletRequest portletRequest) static ExportImportConfiguration
ExportImportConfigurationUtil.updatePublishLayoutRemoteExportImportConfiguration
(PortletRequest portletRequest) -
Uses of PortalException in com.liferay.exportimport.kernel.exception
Subclasses of PortalException in com.liferay.exportimport.kernel.exceptionModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
-
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 TypeMethodDescriptionvoid
PortletDataContext.addClassedModel
(Element element, String path, ClassedModel classedModel) void
PortletDataContext.addClassedModel
(Element element, String path, ClassedModel classedModel, Class<?> clazz) void
void
PortletDataContext.addPermissions
(Class<?> clazz, Serializable classPK) void
PortletDataContext.addPermissions
(String resourceName, long resourcePK) void
PortletDataContext.addPortalPermissions()
void
PortletDataContext.addPortletPermissions
(String resourceName) static void
ExportImportDateUtil.clearLastPublishDate
(long groupId, boolean privateLayout) abstract void
BaseStagedModelDataHandler.deleteStagedModel
(String uuid, long groupId, String className, String extraData) abstract void
BaseStagedModelDataHandler.deleteStagedModel
(T stagedModel) void
StagedModelDataHandler.deleteStagedModel
(String uuid, long groupId, String className, String extraData) Deletes the staged model matching the parameters.void
StagedModelDataHandler.deleteStagedModel
(T stagedModel) Deletes the staged model.static void
StagedModelDataHandlerUtil.deleteStagedModel
(PortletDataContext portletDataContext, Element deletionElement) static DateRange
ExportImportDateUtil.getDateRange
(long exportImportConfigurationId) static DateRange
ExportImportDateUtil.getDateRange
(ExportImportConfiguration exportImportConfiguration) static DateRange
ExportImportDateUtil.getDateRange
(ExportImportConfiguration exportImportConfiguration, String portletId) protected static DateRange
ExportImportDateUtil.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 DateRange
ExportImportDateUtil.getDateRange
(PortletRequest portletRequest, long groupId, boolean privateLayout, long plid, String portletId, String defaultRange) static Date
ExportImportDateUtil.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) long
ExportImportHelper.getLayoutModelDeletionCount
(PortletDataContext portletDataContext, boolean privateLayout) static long
ExportImportHelperUtil.getLayoutModelDeletionCount
(PortletDataContext portletDataContext, boolean privateLayout) ExportImportHelper.getLayoutOrCreateDummyRootLayout
(long plid) Returns the layout with the primary key or a dummy root layout.static Layout
ExportImportHelperUtil.getLayoutOrCreateDummyRootLayout
(long plid) ExportImportHelper.getMissingParentLayouts
(Layout layout, long liveGroupId) ExportImportHelperUtil.getMissingParentLayouts
(Layout layout, long liveGroupId) long
ExportImportHelper.getModelDeletionCount
(PortletDataContext portletDataContext, StagedModelType stagedModelType) static long
ExportImportHelperUtil.getModelDeletionCount
(PortletDataContext portletDataContext, StagedModelType stagedModelType) ExportImportHelper.getTempFileEntry
(long groupId, long userId, String folderName) static FileEntry
ExportImportHelperUtil.getTempFileEntry
(long groupId, long userId, String folderName) ExportImportHelper.getUserIdStrategy
(long userId, String userIdStrategy) static UserIdStrategy
ExportImportHelperUtil.getUserIdStrategy
(long userId, String userIdStrategy) void
PortletDataContext.importClassedModel
(ClassedModel classedModel, ClassedModel newClassedModel) void
PortletDataContext.importClassedModel
(ClassedModel classedModel, ClassedModel newClassedModel, Class<?> clazz) protected void
BaseStagedModelDataHandler.importComments
(PortletDataContext portletDataContext, T stagedModel) void
PortletDataContext.importLocks
(Class<?> clazz, String key, String newKey) void
PortletDataContext.importPermissions
(Class<?> clazz, Serializable classPK, Serializable newClassPK) void
PortletDataContext.importPermissions
(String resourceName, long resourcePK, long newResourcePK) void
PortletDataContext.importPortalPermissions()
void
PortletDataContext.importPortletPermissions
(String resourceName) protected void
BaseStagedModelDataHandler.importRatings
(PortletDataContext portletDataContext, T stagedModel) void
ExportImportHelper.processBackgroundTaskManifestSummary
(long userId, long sourceGroupId, BackgroundTask backgroundTask, File file) static void
ExportImportHelperUtil.processBackgroundTaskManifestSummary
(long userId, long sourceGroupId, BackgroundTask backgroundTask, File file) static void
ExportImportDateUtil.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 ExportImportConfiguration
ExportImportConfigurationLocalServiceUtil.addDraftExportImportConfiguration
(long userId, int type, Map<String, Serializable> settingsMap) static ExportImportConfiguration
ExportImportConfigurationLocalServiceUtil.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 ExportImportConfiguration
ExportImportConfigurationLocalServiceUtil.addExportImportConfiguration
(long userId, long groupId, String name, String description, int type, Map<String, Serializable> settingsMap, int status, ServiceContext serviceContext) static ExportImportConfiguration
ExportImportConfigurationLocalServiceUtil.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) void
StagingLocalService.checkDefaultLayoutSetBranches
(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, boolean remote, ServiceContext serviceContext) static void
StagingLocalServiceUtil.checkDefaultLayoutSetBranches
(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, boolean remote, ServiceContext serviceContext) void
StagingLocalServiceWrapper.checkDefaultLayoutSetBranches
(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, boolean remote, ServiceContext serviceContext) void
StagingLocalService.cleanUpStagingRequest
(long stagingRequestId) static void
StagingLocalServiceUtil.cleanUpStagingRequest
(long stagingRequestId) void
StagingLocalServiceWrapper.cleanUpStagingRequest
(long stagingRequestId) void
StagingService.cleanUpStagingRequest
(long stagingRequestId) static void
StagingServiceUtil.cleanUpStagingRequest
(long stagingRequestId) void
StagingServiceWrapper.cleanUpStagingRequest
(long stagingRequestId) ExportImportConfigurationLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ExportImportConfigurationLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) ExportImportConfigurationLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) long
StagingLocalService.createStagingRequest
(long userId, long groupId, String checksum) static long
StagingLocalServiceUtil.createStagingRequest
(long userId, long groupId, String checksum) long
StagingLocalServiceWrapper.createStagingRequest
(long userId, long groupId, String checksum) long
StagingService.createStagingRequest
(long groupId, String checksum) static long
StagingServiceUtil.createStagingRequest
(long groupId, String checksum) long
StagingServiceWrapper.createStagingRequest
(long groupId, String checksum) ExportImportConfigurationLocalService.deleteExportImportConfiguration
(long exportImportConfigurationId) Deletes the export import configuration with the primary key from the database.static ExportImportConfiguration
ExportImportConfigurationLocalServiceUtil.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.void
ExportImportConfigurationService.deleteExportImportConfiguration
(long exportImportConfigurationId) static void
ExportImportConfigurationServiceUtil.deleteExportImportConfiguration
(long exportImportConfigurationId) void
ExportImportConfigurationServiceWrapper.deleteExportImportConfiguration
(long exportImportConfigurationId) ExportImportConfigurationLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
ExportImportConfigurationLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) ExportImportConfigurationLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) void
StagingLocalService.disableStaging
(Group liveGroup, ServiceContext serviceContext) void
StagingLocalService.disableStaging
(PortletRequest portletRequest, Group liveGroup, ServiceContext serviceContext) static void
StagingLocalServiceUtil.disableStaging
(Group liveGroup, ServiceContext serviceContext) static void
StagingLocalServiceUtil.disableStaging
(PortletRequest portletRequest, Group liveGroup, ServiceContext serviceContext) void
StagingLocalServiceWrapper.disableStaging
(Group liveGroup, ServiceContext serviceContext) void
StagingLocalServiceWrapper.disableStaging
(PortletRequest portletRequest, Group liveGroup, ServiceContext serviceContext) void
StagingLocalService.enableLocalStaging
(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext) static void
StagingLocalServiceUtil.enableLocalStaging
(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext) void
StagingLocalServiceWrapper.enableLocalStaging
(long userId, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext) void
StagingService.enableLocalStaging
(long groupId, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext) static void
StagingServiceUtil.enableLocalStaging
(long groupId, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext) void
StagingServiceWrapper.enableLocalStaging
(long groupId, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext) void
StagingLocalService.enableRemoteStaging
(long userId, Group stagingGroup, boolean branchingPublic, boolean branchingPrivate, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, ServiceContext serviceContext) static void
StagingLocalServiceUtil.enableRemoteStaging
(long userId, Group stagingGroup, boolean branchingPublic, boolean branchingPrivate, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, ServiceContext serviceContext) void
StagingLocalServiceWrapper.enableRemoteStaging
(long userId, Group stagingGroup, boolean branchingPublic, boolean branchingPrivate, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, ServiceContext serviceContext) void
StagingService.enableRemoteStaging
(long groupId, boolean branchingPublic, boolean branchingPrivate, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, ServiceContext serviceContext) static void
StagingServiceUtil.enableRemoteStaging
(long groupId, boolean branchingPublic, boolean branchingPrivate, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, ServiceContext serviceContext) void
StagingServiceWrapper.enableRemoteStaging
(long groupId, boolean branchingPublic, boolean branchingPrivate, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, ServiceContext serviceContext) ExportImportLocalService.exportLayoutsAsFile
(ExportImportConfiguration exportImportConfiguration) static File
ExportImportLocalServiceUtil.exportLayoutsAsFile
(ExportImportConfiguration exportImportConfiguration) ExportImportLocalServiceWrapper.exportLayoutsAsFile
(ExportImportConfiguration exportImportConfiguration) ExportImportService.exportLayoutsAsFile
(ExportImportConfiguration exportImportConfiguration) static File
ExportImportServiceUtil.exportLayoutsAsFile
(ExportImportConfiguration exportImportConfiguration) ExportImportServiceWrapper.exportLayoutsAsFile
(ExportImportConfiguration exportImportConfiguration) long
ExportImportLocalService.exportLayoutsAsFileInBackground
(long userId, long exportImportConfigurationId) long
ExportImportLocalService.exportLayoutsAsFileInBackground
(long userId, ExportImportConfiguration exportImportConfiguration) static long
ExportImportLocalServiceUtil.exportLayoutsAsFileInBackground
(long userId, long exportImportConfigurationId) static long
ExportImportLocalServiceUtil.exportLayoutsAsFileInBackground
(long userId, ExportImportConfiguration exportImportConfiguration) long
ExportImportLocalServiceWrapper.exportLayoutsAsFileInBackground
(long userId, long exportImportConfigurationId) long
ExportImportLocalServiceWrapper.exportLayoutsAsFileInBackground
(long userId, ExportImportConfiguration exportImportConfiguration) long
ExportImportService.exportLayoutsAsFileInBackground
(long exportImportConfigurationId) long
ExportImportService.exportLayoutsAsFileInBackground
(ExportImportConfiguration exportImportConfiguration) static long
ExportImportServiceUtil.exportLayoutsAsFileInBackground
(long exportImportConfigurationId) static long
ExportImportServiceUtil.exportLayoutsAsFileInBackground
(ExportImportConfiguration exportImportConfiguration) long
ExportImportServiceWrapper.exportLayoutsAsFileInBackground
(long exportImportConfigurationId) long
ExportImportServiceWrapper.exportLayoutsAsFileInBackground
(ExportImportConfiguration exportImportConfiguration) ExportImportLocalService.exportPortletInfoAsFile
(ExportImportConfiguration exportImportConfiguration) static File
ExportImportLocalServiceUtil.exportPortletInfoAsFile
(ExportImportConfiguration exportImportConfiguration) ExportImportLocalServiceWrapper.exportPortletInfoAsFile
(ExportImportConfiguration exportImportConfiguration) ExportImportService.exportPortletInfoAsFile
(ExportImportConfiguration exportImportConfiguration) static File
ExportImportServiceUtil.exportPortletInfoAsFile
(ExportImportConfiguration exportImportConfiguration) ExportImportServiceWrapper.exportPortletInfoAsFile
(ExportImportConfiguration exportImportConfiguration) long
ExportImportLocalService.exportPortletInfoAsFileInBackground
(long userId, long exportImportConfigurationId) long
ExportImportLocalService.exportPortletInfoAsFileInBackground
(long userId, ExportImportConfiguration exportImportConfiguration) static long
ExportImportLocalServiceUtil.exportPortletInfoAsFileInBackground
(long userId, long exportImportConfigurationId) static long
ExportImportLocalServiceUtil.exportPortletInfoAsFileInBackground
(long userId, ExportImportConfiguration exportImportConfiguration) long
ExportImportLocalServiceWrapper.exportPortletInfoAsFileInBackground
(long userId, long exportImportConfigurationId) long
ExportImportLocalServiceWrapper.exportPortletInfoAsFileInBackground
(long userId, ExportImportConfiguration exportImportConfiguration) long
ExportImportService.exportPortletInfoAsFileInBackground
(ExportImportConfiguration exportImportConfiguration) static long
ExportImportServiceUtil.exportPortletInfoAsFileInBackground
(ExportImportConfiguration exportImportConfiguration) long
ExportImportServiceWrapper.exportPortletInfoAsFileInBackground
(ExportImportConfiguration exportImportConfiguration) ExportImportConfigurationLocalService.getExportImportConfiguration
(long exportImportConfigurationId) Returns the export import configuration with the primary key.static ExportImportConfiguration
ExportImportConfigurationLocalServiceUtil.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 PersistedModel
ExportImportConfigurationLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) ExportImportConfigurationLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) boolean
StagingService.hasRemoteLayout
(String uuid, long groupId, boolean privateLayout) static boolean
StagingServiceUtil.hasRemoteLayout
(String uuid, long groupId, boolean privateLayout) boolean
StagingServiceWrapper.hasRemoteLayout
(String uuid, long groupId, boolean privateLayout) void
ExportImportLocalService.importLayouts
(ExportImportConfiguration exportImportConfiguration, File file) void
ExportImportLocalService.importLayouts
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static void
ExportImportLocalServiceUtil.importLayouts
(ExportImportConfiguration exportImportConfiguration, File file) static void
ExportImportLocalServiceUtil.importLayouts
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) void
ExportImportLocalServiceWrapper.importLayouts
(ExportImportConfiguration exportImportConfiguration, File file) void
ExportImportLocalServiceWrapper.importLayouts
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) void
ExportImportService.importLayouts
(ExportImportConfiguration exportImportConfiguration, File file) void
ExportImportService.importLayouts
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static void
ExportImportServiceUtil.importLayouts
(ExportImportConfiguration exportImportConfiguration, File file) static void
ExportImportServiceUtil.importLayouts
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) void
ExportImportServiceWrapper.importLayouts
(ExportImportConfiguration exportImportConfiguration, File file) void
ExportImportServiceWrapper.importLayouts
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) void
ExportImportLocalService.importLayoutsDataDeletions
(ExportImportConfiguration exportImportConfiguration, File file) static void
ExportImportLocalServiceUtil.importLayoutsDataDeletions
(ExportImportConfiguration exportImportConfiguration, File file) void
ExportImportLocalServiceWrapper.importLayoutsDataDeletions
(ExportImportConfiguration exportImportConfiguration, File file) long
ExportImportLocalService.importLayoutSetPrototypeInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, File file) static long
ExportImportLocalServiceUtil.importLayoutSetPrototypeInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, File file) long
ExportImportLocalServiceWrapper.importLayoutSetPrototypeInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, File file) long
ExportImportLocalService.importLayoutsInBackground
(long userId, long exportImportConfigurationId, File file) long
ExportImportLocalService.importLayoutsInBackground
(long userId, long exportImportConfigurationId, InputStream inputStream) long
ExportImportLocalService.importLayoutsInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, File file) long
ExportImportLocalService.importLayoutsInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static long
ExportImportLocalServiceUtil.importLayoutsInBackground
(long userId, long exportImportConfigurationId, File file) static long
ExportImportLocalServiceUtil.importLayoutsInBackground
(long userId, long exportImportConfigurationId, InputStream inputStream) static long
ExportImportLocalServiceUtil.importLayoutsInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, File file) static long
ExportImportLocalServiceUtil.importLayoutsInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) long
ExportImportLocalServiceWrapper.importLayoutsInBackground
(long userId, long exportImportConfigurationId, File file) long
ExportImportLocalServiceWrapper.importLayoutsInBackground
(long userId, long exportImportConfigurationId, InputStream inputStream) long
ExportImportLocalServiceWrapper.importLayoutsInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, File file) long
ExportImportLocalServiceWrapper.importLayoutsInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) long
ExportImportService.importLayoutsInBackground
(ExportImportConfiguration exportImportConfiguration, File file) long
ExportImportService.importLayoutsInBackground
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static long
ExportImportServiceUtil.importLayoutsInBackground
(ExportImportConfiguration exportImportConfiguration, File file) static long
ExportImportServiceUtil.importLayoutsInBackground
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) long
ExportImportServiceWrapper.importLayoutsInBackground
(ExportImportConfiguration exportImportConfiguration, File file) long
ExportImportServiceWrapper.importLayoutsInBackground
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) void
ExportImportLocalService.importPortletDataDeletions
(ExportImportConfiguration exportImportConfiguration, File file) static void
ExportImportLocalServiceUtil.importPortletDataDeletions
(ExportImportConfiguration exportImportConfiguration, File file) void
ExportImportLocalServiceWrapper.importPortletDataDeletions
(ExportImportConfiguration exportImportConfiguration, File file) void
ExportImportLocalService.importPortletInfo
(ExportImportConfiguration exportImportConfiguration, File file) void
ExportImportLocalService.importPortletInfo
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static void
ExportImportLocalServiceUtil.importPortletInfo
(ExportImportConfiguration exportImportConfiguration, File file) static void
ExportImportLocalServiceUtil.importPortletInfo
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) void
ExportImportLocalServiceWrapper.importPortletInfo
(ExportImportConfiguration exportImportConfiguration, File file) void
ExportImportLocalServiceWrapper.importPortletInfo
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) void
ExportImportService.importPortletInfo
(ExportImportConfiguration exportImportConfiguration, File file) void
ExportImportService.importPortletInfo
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static void
ExportImportServiceUtil.importPortletInfo
(ExportImportConfiguration exportImportConfiguration, File file) static void
ExportImportServiceUtil.importPortletInfo
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) void
ExportImportServiceWrapper.importPortletInfo
(ExportImportConfiguration exportImportConfiguration, File file) void
ExportImportServiceWrapper.importPortletInfo
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) long
ExportImportLocalService.importPortletInfoInBackground
(long userId, long exportImportConfigurationId, File file) long
ExportImportLocalService.importPortletInfoInBackground
(long userId, long exportImportConfigurationId, InputStream inputStream) long
ExportImportLocalService.importPortletInfoInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, File file) long
ExportImportLocalService.importPortletInfoInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static long
ExportImportLocalServiceUtil.importPortletInfoInBackground
(long userId, long exportImportConfigurationId, File file) static long
ExportImportLocalServiceUtil.importPortletInfoInBackground
(long userId, long exportImportConfigurationId, InputStream inputStream) static long
ExportImportLocalServiceUtil.importPortletInfoInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, File file) static long
ExportImportLocalServiceUtil.importPortletInfoInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) long
ExportImportLocalServiceWrapper.importPortletInfoInBackground
(long userId, long exportImportConfigurationId, File file) long
ExportImportLocalServiceWrapper.importPortletInfoInBackground
(long userId, long exportImportConfigurationId, InputStream inputStream) long
ExportImportLocalServiceWrapper.importPortletInfoInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, File file) long
ExportImportLocalServiceWrapper.importPortletInfoInBackground
(long userId, ExportImportConfiguration exportImportConfiguration, InputStream inputStream) long
ExportImportService.importPortletInfoInBackground
(ExportImportConfiguration exportImportConfiguration, File file) long
ExportImportService.importPortletInfoInBackground
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) static long
ExportImportServiceUtil.importPortletInfoInBackground
(ExportImportConfiguration exportImportConfiguration, File file) static long
ExportImportServiceUtil.importPortletInfoInBackground
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) long
ExportImportServiceWrapper.importPortletInfoInBackground
(ExportImportConfiguration exportImportConfiguration, File file) long
ExportImportServiceWrapper.importPortletInfoInBackground
(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) long
ExportImportLocalService.mergeLayoutSetPrototypeInBackground
(long userId, long groupId, ExportImportConfiguration exportImportConfiguration) static long
ExportImportLocalServiceUtil.mergeLayoutSetPrototypeInBackground
(long userId, long groupId, ExportImportConfiguration exportImportConfiguration) long
ExportImportLocalServiceWrapper.mergeLayoutSetPrototypeInBackground
(long userId, long groupId, ExportImportConfiguration exportImportConfiguration) ExportImportConfigurationLocalService.moveExportImportConfigurationToTrash
(long userId, long exportImportConfigurationId) static ExportImportConfiguration
ExportImportConfigurationLocalServiceUtil.moveExportImportConfigurationToTrash
(long userId, long exportImportConfigurationId) ExportImportConfigurationLocalServiceWrapper.moveExportImportConfigurationToTrash
(long userId, long exportImportConfigurationId) ExportImportConfigurationService.moveExportImportConfigurationToTrash
(long exportImportConfigurationId) static ExportImportConfiguration
ExportImportConfigurationServiceUtil.moveExportImportConfigurationToTrash
(long exportImportConfigurationId) ExportImportConfigurationServiceWrapper.moveExportImportConfigurationToTrash
(long exportImportConfigurationId) void
StagingService.propagateExportImportLifecycleEvent
(int code, int processFlag, String processId, List<Serializable> arguments) static void
StagingServiceUtil.propagateExportImportLifecycleEvent
(int code, int processFlag, String processId, List<Serializable> arguments) void
StagingServiceWrapper.propagateExportImportLifecycleEvent
(int code, int processFlag, String processId, List<Serializable> arguments) StagingLocalService.publishStagingRequest
(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration) static MissingReferences
StagingLocalServiceUtil.publishStagingRequest
(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration) StagingLocalServiceWrapper.publishStagingRequest
(long userId, long stagingRequestId, ExportImportConfiguration exportImportConfiguration) StagingService.publishStagingRequest
(long stagingRequestId, ExportImportConfiguration exportImportConfiguration) static MissingReferences
StagingServiceUtil.publishStagingRequest
(long stagingRequestId, ExportImportConfiguration exportImportConfiguration) StagingServiceWrapper.publishStagingRequest
(long stagingRequestId, ExportImportConfiguration exportImportConfiguration) ExportImportConfigurationLocalService.restoreExportImportConfigurationFromTrash
(long userId, long exportImportConfigurationId) static ExportImportConfiguration
ExportImportConfigurationLocalServiceUtil.restoreExportImportConfigurationFromTrash
(long userId, long exportImportConfigurationId) ExportImportConfigurationLocalServiceWrapper.restoreExportImportConfigurationFromTrash
(long userId, long exportImportConfigurationId) ExportImportConfigurationService.restoreExportImportConfigurationFromTrash
(long exportImportConfigurationId) static ExportImportConfiguration
ExportImportConfigurationServiceUtil.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 ExportImportConfiguration
ExportImportConfigurationLocalServiceUtil.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) void
StagingLocalService.updateStagingRequest
(long userId, long stagingRequestId, String fileName, byte[] bytes) static void
StagingLocalServiceUtil.updateStagingRequest
(long userId, long stagingRequestId, String fileName, byte[] bytes) void
StagingLocalServiceWrapper.updateStagingRequest
(long userId, long stagingRequestId, String fileName, byte[] bytes) void
StagingService.updateStagingRequest
(long stagingRequestId, String fileName, byte[] bytes) static void
StagingServiceUtil.updateStagingRequest
(long stagingRequestId, String fileName, byte[] bytes) void
StagingServiceWrapper.updateStagingRequest
(long stagingRequestId, String fileName, byte[] bytes) ExportImportConfigurationLocalService.updateStatus
(long userId, long exportImportConfigurationId, int status) static ExportImportConfiguration
ExportImportConfigurationLocalServiceUtil.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 MissingReferences
ExportImportLocalServiceUtil.validateImportLayoutsFile
(ExportImportConfiguration exportImportConfiguration, File file) static MissingReferences
ExportImportLocalServiceUtil.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 MissingReferences
ExportImportServiceUtil.validateImportLayoutsFile
(ExportImportConfiguration exportImportConfiguration, File file) static MissingReferences
ExportImportServiceUtil.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 MissingReferences
ExportImportLocalServiceUtil.validateImportPortletInfo
(ExportImportConfiguration exportImportConfiguration, File file) static MissingReferences
ExportImportLocalServiceUtil.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 MissingReferences
ExportImportServiceUtil.validateImportPortletInfo
(ExportImportConfiguration exportImportConfiguration, File file) static MissingReferences
ExportImportServiceUtil.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) long
Staging.copyFromLive
(PortletRequest portletRequest) long
Staging.copyFromLive
(PortletRequest portletRequest, Portlet portlet) static long
StagingUtil.copyFromLive
(PortletRequest portletRequest) static long
StagingUtil.copyFromLive
(PortletRequest portletRequest, Portlet portlet) long
Staging.copyRemoteLayouts
(long exportImportConfigurationId) long
Staging.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) long
Staging.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) long
Staging.copyRemoteLayouts
(ExportImportConfiguration exportImportConfiguration) static long
StagingUtil.copyRemoteLayouts
(long exportImportConfigurationId) static long
StagingUtil.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 long
StagingUtil.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 long
StagingUtil.copyRemoteLayouts
(ExportImportConfiguration exportImportConfiguration) void
Staging.deleteLastImportSettings
(Group liveGroup, boolean privateLayout) static void
StagingUtil.deleteLastImportSettings
(Group liveGroup, boolean privateLayout) long
Staging.getRecentLayoutRevisionId
(User user, long layoutSetBranchId, long plid) long
Staging.getRecentLayoutRevisionId
(javax.servlet.http.HttpServletRequest httpServletRequest, long layoutSetBranchId, long plid) static long
StagingUtil.getRecentLayoutRevisionId
(User user, long layoutSetBranchId, long plid) static long
StagingUtil.getRecentLayoutRevisionId
(javax.servlet.http.HttpServletRequest httpServletRequest, long layoutSetBranchId, long plid) Staging.getRemoteLayout
(long userId, long stagingGroupId, long plid) static Layout
StagingUtil.getRemoteLayout
(long userId, long stagingGroupId, long plid) long
Staging.getRemoteLayoutPlid
(long userId, long stagingGroupId, long plid) static long
StagingUtil.getRemoteLayoutPlid
(long userId, long stagingGroupId, long plid) Staging.getRemoteSiteURL
(Group stagingGroup, boolean privateLayout) static String
StagingUtil.getRemoteSiteURL
(Group stagingGroup, boolean privateLayout) long[]
Staging.getStagingAndLiveGroupIds
(long groupId) static long[]
StagingUtil.getStagingAndLiveGroupIds
(long groupId) Staging.getWorkflowTask
(long userId, LayoutRevision layoutRevision) static WorkflowTask
StagingUtil.getWorkflowTask
(long userId, LayoutRevision layoutRevision) boolean
Staging.hasRemoteLayout
(long userId, long stagingGroupId, long plid) static boolean
StagingUtil.hasRemoteLayout
(long userId, long stagingGroupId, long plid) boolean
Staging.hasWorkflowTask
(long userId, LayoutRevision layoutRevision) static boolean
StagingUtil.hasWorkflowTask
(long userId, LayoutRevision layoutRevision) boolean
Staging.isGroupAccessible
(long groupId, long fromGroupId) static boolean
StagingUtil.isGroupAccessible
(long groupId, long fromGroupId) void
Staging.populateLastPublishDateCounts
(PortletDataContext portletDataContext, StagedModelType[] stagedModelTypes) void
Staging.populateLastPublishDateCounts
(PortletDataContext portletDataContext, String[] classNames) static void
StagingUtil.populateLastPublishDateCounts
(PortletDataContext portletDataContext, StagedModelType[] stagedModelTypes) static void
StagingUtil.populateLastPublishDateCounts
(PortletDataContext portletDataContext, String[] classNames) long
Staging.publishLayout
(long userId, long plid, long liveGroupId, boolean includeChildren) static long
StagingUtil.publishLayout
(long userId, long plid, long liveGroupId, boolean includeChildren) long
Staging.publishLayouts
(long userId, long exportImportConfigurationId) long
Staging.publishLayouts
(long userId, long sourceGroupId, long targetGroupId, boolean privateLayout, long[] layoutIds, String name, Map<String, String[]> parameterMap) long
Staging.publishLayouts
(long userId, long sourceGroupId, long targetGroupId, boolean privateLayout, long[] layoutIds, Map<String, String[]> parameterMap) long
Staging.publishLayouts
(long userId, long sourceGroupId, long targetGroupId, boolean privateLayout, Map<String, String[]> parameterMap) long
Staging.publishLayouts
(long userId, ExportImportConfiguration exportImportConfiguration) static long
StagingUtil.publishLayouts
(long userId, long exportImportConfigurationId) static long
StagingUtil.publishLayouts
(long userId, long sourceGroupId, long targetGroupId, boolean privateLayout, long[] layoutIds, String name, Map<String, String[]> parameterMap) static long
StagingUtil.publishLayouts
(long userId, long sourceGroupId, long targetGroupId, boolean privateLayout, long[] layoutIds, Map<String, String[]> parameterMap) static long
StagingUtil.publishLayouts
(long userId, long sourceGroupId, long targetGroupId, boolean privateLayout, Map<String, String[]> parameterMap) static long
StagingUtil.publishLayouts
(long userId, ExportImportConfiguration exportImportConfiguration) long
Staging.publishPortlet
(long userId, long exportImportConfigurationId) long
Staging.publishPortlet
(long userId, long sourceGroupId, long targetGroupId, long sourcePlid, long targetPlid, String portletId, Map<String, String[]> parameterMap) long
Staging.publishPortlet
(long userId, ExportImportConfiguration exportImportConfiguration) static long
StagingUtil.publishPortlet
(long userId, long exportImportConfigurationId) static long
StagingUtil.publishPortlet
(long userId, long sourceGroupId, long targetGroupId, long sourcePlid, long targetPlid, String portletId, Map<String, String[]> parameterMap) static long
StagingUtil.publishPortlet
(long userId, ExportImportConfiguration exportImportConfiguration) long
Staging.publishToLive
(PortletRequest portletRequest) long
Staging.publishToLive
(PortletRequest portletRequest, Portlet portlet) static long
StagingUtil.publishToLive
(PortletRequest portletRequest) static long
StagingUtil.publishToLive
(PortletRequest portletRequest, Portlet portlet) long
Staging.publishToRemote
(PortletRequest portletRequest) static long
StagingUtil.publishToRemote
(PortletRequest portletRequest) <T extends BaseModel>
voidStaging.removeModelFromChangesetCollection
(T model) static <T extends BaseModel>
voidStagingUtil.removeModelFromChangesetCollection
(T model) void
Staging.scheduleCopyFromLive
(PortletRequest portletRequest) static void
StagingUtil.scheduleCopyFromLive
(PortletRequest portletRequest) void
Staging.schedulePublishToLive
(PortletRequest portletRequest) static void
StagingUtil.schedulePublishToLive
(PortletRequest portletRequest) void
Staging.schedulePublishToRemote
(PortletRequest portletRequest) static void
StagingUtil.schedulePublishToRemote
(PortletRequest portletRequest) void
Staging.setRecentLayoutBranchId
(User user, long layoutSetBranchId, long plid, long layoutBranchId) void
Staging.setRecentLayoutBranchId
(javax.servlet.http.HttpServletRequest httpServletRequest, long layoutSetBranchId, long plid, long layoutBranchId) static void
StagingUtil.setRecentLayoutBranchId
(User user, long layoutSetBranchId, long plid, long layoutBranchId) static void
StagingUtil.setRecentLayoutBranchId
(javax.servlet.http.HttpServletRequest httpServletRequest, long layoutSetBranchId, long plid, long layoutBranchId) void
Staging.setRecentLayoutRevisionId
(User user, long layoutSetBranchId, long plid, long layoutRevisionId) void
Staging.setRecentLayoutRevisionId
(javax.servlet.http.HttpServletRequest httpServletRequest, long layoutSetBranchId, long plid, long layoutRevisionId) static void
StagingUtil.setRecentLayoutRevisionId
(User user, long layoutSetBranchId, long plid, long layoutRevisionId) static void
StagingUtil.setRecentLayoutRevisionId
(javax.servlet.http.HttpServletRequest httpServletRequest, long layoutSetBranchId, long plid, long layoutRevisionId) void
Staging.setRecentLayoutSetBranchId
(User user, long layoutSetId, long layoutSetBranchId) void
Staging.setRecentLayoutSetBranchId
(javax.servlet.http.HttpServletRequest httpServletRequest, long layoutSetId, long layoutSetBranchId) static void
StagingUtil.setRecentLayoutSetBranchId
(User user, long layoutSetId, long layoutSetBranchId) static void
StagingUtil.setRecentLayoutSetBranchId
(javax.servlet.http.HttpServletRequest httpServletRequest, long layoutSetId, long layoutSetBranchId) void
Staging.setRemoteSiteURL
(Group stagingGroup, boolean overrideRemoteSiteURL, String remoteSiteURL) static void
StagingUtil.setRemoteSiteURL
(Group stagingGroup, boolean overrideRemoteSiteURL, String remoteSiteURL) void
Staging.unscheduleCopyFromLive
(PortletRequest portletRequest) static void
StagingUtil.unscheduleCopyFromLive
(PortletRequest portletRequest) void
Staging.unschedulePublishToLive
(PortletRequest portletRequest) static void
StagingUtil.unschedulePublishToLive
(PortletRequest portletRequest) void
Staging.unschedulePublishToRemote
(PortletRequest portletRequest) static void
StagingUtil.unschedulePublishToRemote
(PortletRequest portletRequest) void
Staging.updateLastImportSettings
(Element layoutElement, Layout layout, PortletDataContext portletDataContext) static void
StagingUtil.updateLastImportSettings
(Element layoutElement, Layout layout, PortletDataContext portletDataContext) void
Staging.validateRemoteGroupIsSame
(long groupId, long remoteGroupId, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection) static void
StagingUtil.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 String
LayoutSEOLinkManager.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 String
LayoutSEOLinkManager.getPageTitle
(Layout layout, String portletId, String tilesTitle, ListMergeable<String> titleListMergeable, ListMergeable<String> subtitleListMergeable, Locale locale) default String
LayoutSEOLinkManager.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 Layout
LayoutUtilityPageEntryLayoutProviderUtil.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 TypeMethodDescriptionvoid
BackgroundTask.addAttachment
(long userId, String fileName, File file) void
BackgroundTask.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 BackgroundTask
BackgroundTaskManagerUtil.addBackgroundTask
(long userId, long groupId, String name, String[] servletContextNames, Class<?> taskExecutorClass, Map<String, Serializable> taskContextMap, ServiceContext serviceContext) static BackgroundTask
BackgroundTaskManagerUtil.addBackgroundTask
(long userId, long groupId, String name, String taskExecutorClassName, Map<String, Serializable> taskContextMap, ServiceContext serviceContext) void
BackgroundTaskManager.addBackgroundTaskAttachment
(long userId, long backgroundTaskId, String fileName, File file) void
BackgroundTaskManager.addBackgroundTaskAttachment
(long userId, long backgroundTaskId, String fileName, InputStream inputStream) static void
BackgroundTaskManagerUtil.addBackgroundTaskAttachment
(long userId, long backgroundTaskId, String fileName, File file) BackgroundTaskManager.deleteBackgroundTask
(long backgroundTaskId) static BackgroundTask
BackgroundTaskManagerUtil.deleteBackgroundTask
(long backgroundTaskId) void
BackgroundTaskManager.deleteCompanyBackgroundTasks
(long companyId) static void
BackgroundTaskManagerUtil.deleteCompanyBackgroundTasks
(long companyId) void
BackgroundTaskManager.deleteGroupBackgroundTasks
(long groupId) void
BackgroundTaskManager.deleteGroupBackgroundTasks
(long groupId, String name, String taskExecutorClassName) static void
BackgroundTaskManagerUtil.deleteGroupBackgroundTasks
(long groupId) static void
BackgroundTaskManagerUtil.deleteGroupBackgroundTasks
(long groupId, String name, String taskExecutorClassName) BackgroundTask.getAttachmentsFileEntries()
int
BackgroundTask.getAttachmentsFileEntriesCount()
BackgroundTaskManager.getBackgroundTask
(long backgroundTaskId) static BackgroundTask
BackgroundTaskManagerUtil.getBackgroundTask
(long backgroundTaskId) -
Uses of PortalException in com.liferay.portal.kernel.captcha
Subclasses of PortalException in com.liferay.portal.kernel.captchaModifier and TypeClassDescriptionclass
class
class
-
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 TypeMethodDescriptionlong
CommentManager.addComment
(long userId, long groupId, String className, long classPK, String body, Function<String, ServiceContext> serviceContextFunction) long
CommentManager.addComment
(String externalReferenceCode, long userId, long groupId, String className, long classPK, String userName, String subject, String body, Function<String, ServiceContext> serviceContextFunction) long
CommentManager.addComment
(String externalReferenceCode, long userId, String className, long classPK, String userName, long parentCommentId, String subject, String body, Function<String, ServiceContext> serviceContextFunction) static long
CommentManagerUtil.addComment
(long userId, long groupId, String className, long classPK, String userName, String subject, String body, Function<String, ServiceContext> serviceContextFunction) static long
CommentManagerUtil.addComment
(long userId, long groupId, String className, long classPK, String body, Function<String, ServiceContext> serviceContextFunction) static long
CommentManagerUtil.addComment
(long userId, String className, long classPK, String userName, long parentCommentId, String subject, String body, Function<String, ServiceContext> serviceContextFunction) void
CommentManager.addDiscussion
(long userId, long groupId, String className, long classPK, String userName) static void
CommentManagerUtil.addDiscussion
(long userId, long groupId, String className, long classPK, String userName) void
BaseDiscussionPermission.checkAddPermission
(PermissionChecker permissionChecker, long companyId, long groupId, String className, long classPK) void
DiscussionPermission.checkAddPermission
(PermissionChecker permissionChecker, long companyId, long groupId, String className, long classPK) void
BaseDiscussionPermission.checkDeletePermission
(PermissionChecker permissionChecker, long commentId) void
DiscussionPermission.checkDeletePermission
(PermissionChecker permissionChecker, long commentId) void
BaseDiscussionPermission.checkSubscribePermission
(PermissionChecker permissionChecker, long companyId, long groupId, String className, long classPK) void
DiscussionPermission.checkSubscribePermission
(PermissionChecker permissionChecker, long companyId, long groupId, String className, long classPK) void
BaseDiscussionPermission.checkUpdatePermission
(PermissionChecker permissionChecker, long commentId) void
DiscussionPermission.checkUpdatePermission
(PermissionChecker permissionChecker, long commentId) void
BaseDiscussionPermission.checkViewPermission
(PermissionChecker permissionChecker, long companyId, long groupId, String className, long classPK) void
DiscussionPermission.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) void
CommentManager.deleteComment
(long commentId) static void
CommentManagerUtil.deleteComment
(long commentId) void
CommentManager.deleteDiscussion
(String className, long classPK) static void
CommentManagerUtil.deleteDiscussion
(String className, long classPK) void
CommentManager.deleteGroupComments
(long groupId) static void
CommentManagerUtil.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 Discussion
CommentManagerUtil.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()
boolean
DiscussionPermission.hasAddPermission
(PermissionChecker permissionChecker, long companyId, long groupId, String className, long classPK) boolean
BaseDiscussionPermission.hasDeletePermission
(PermissionChecker permissionChecker, long commentId) boolean
DiscussionPermission.hasDeletePermission
(PermissionChecker permissionChecker, long commentId) boolean
CommentManager.hasDiscussion
(String className, long classPK) static boolean
CommentManagerUtil.hasDiscussion
(String className, long classPK) boolean
DiscussionPermission.hasPermission
(PermissionChecker permissionChecker, long commentId, String actionId) default boolean
DiscussionPermission.hasPermission
(PermissionChecker permissionChecker, Comment comment, String actionId) boolean
DiscussionPermission.hasSubscribePermission
(PermissionChecker permissionChecker, long companyId, long groupId, String className, long classPK) boolean
BaseDiscussionPermission.hasUpdatePermission
(PermissionChecker permissionChecker, long commentId) boolean
DiscussionPermission.hasUpdatePermission
(PermissionChecker permissionChecker, long commentId) boolean
DiscussionPermission.hasViewPermission
(PermissionChecker permissionChecker, long companyId, long groupId, String className, long classPK) void
CommentManager.subscribeDiscussion
(long userId, long groupId, String className, long classPK) static void
CommentManagerUtil.subscribeDiscussion
(long userId, long groupId, String className, long classPK) void
CommentManager.unsubscribeDiscussion
(long userId, String className, long classPK) static void
CommentManagerUtil.unsubscribeDiscussion
(long userId, String className, long classPK) long
CommentManager.updateComment
(long userId, String className, long classPK, long commentId, String subject, String body, Function<String, ServiceContext> serviceContextFunction) static long
CommentManagerUtil.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) boolean
CommentTreeDisplayContext.isActionControlsVisible()
boolean
CommentSectionDisplayContext.isControlsVisible()
boolean
CommentTreeDisplayContext.isDeleteActionControlVisible()
boolean
CommentSectionDisplayContext.isDiscussionVisible()
boolean
CommentTreeDisplayContext.isDiscussionVisible()
boolean
CommentTreeDisplayContext.isEditActionControlVisible()
boolean
CommentTreeDisplayContext.isEditControlsVisible()
boolean
CommentSectionDisplayContext.isMessageThreadVisible()
boolean
CommentTreeDisplayContext.isRatingsVisible()
boolean
CommentTreeDisplayContext.isReplyActionControlVisible()
boolean
CommentTreeDisplayContext.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 void
DefaultActionableDynamicQuery.actionsCompleted()
protected void
IndexableActionableDynamicQuery.actionsCompleted()
void
IndexableActionableDynamicQuery.addDocuments
(Document... documents) protected long
DefaultActionableDynamicQuery.doPerformActions
(long previousPrimaryKey) protected long
IndexableActionableDynamicQuery.doPerformActions
(long previousPrimaryKey) protected Object
DefaultActionableDynamicQuery.executeDynamicQuery
(Method dynamicQueryMethod, Object... arguments) protected void
IndexableActionableDynamicQuery.indexInterval()
protected void
DefaultActionableDynamicQuery.intervalCompleted
(long startPrimaryKey, long endPrimaryKey) void
ActionableDynamicQuery.PerformActionMethod.performAction
(T t) protected void
DefaultActionableDynamicQuery.performAction
(Object object) protected void
IndexableActionableDynamicQuery.performAction
(Object object) void
ActionableDynamicQuery.performActions()
void
DefaultActionableDynamicQuery.performActions()
void
IndexableActionableDynamicQuery.performActions()
long
ActionableDynamicQuery.performCount()
long
ActionableDynamicQuery.PerformCountMethod.performCount()
long
DefaultActionableDynamicQuery.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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
static class
static class
static class
static class
static class
class
class
class
class
class
class
class
static class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
static class
static class
static class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
static class
static class
class
static class
static class
static class
class
class
class
class
class
class
class
class
class
class
class
static class
class
class
class
class
class
class
class
static class
static class
static class
class
class
class
class
class
class
class
class
static class
static class
class
class
class
class
class
class
class
class
class
static class
class
class
class
class
class
class
class
class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
class
class
static class
static class
class
static class
static class
class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
class
static class
static class
static class
static class
static class
static class
static class
static class
class
static class
class
-
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 T
IntervalActionProcessor.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 TypeMethodDescriptionboolean
Language.isInheritLocales
(long groupId) static boolean
LanguageUtil.isInheritLocales
(long groupId) -
Uses of PortalException in com.liferay.portal.kernel.lock
Subclasses of PortalException in com.liferay.portal.kernel.lockModifier and TypeClassDescriptionclass
class
class
class
Methods in com.liferay.portal.kernel.lock that throw PortalExceptionModifier and TypeMethodDescriptionstatic Lock
static Lock
LockManager.getLockByUuidAndCompanyId
(String uuid, long companyId) static Lock
LockManagerUtil.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 Lock
LockManagerUtil.lock
(long userId, String className, long key, String owner, boolean inheritable, long expirationTime) static Lock
LockManagerUtil.lock
(long userId, String className, long key, String owner, boolean inheritable, long expirationTime, boolean renew) static Lock
LockManagerUtil.lock
(long userId, String className, String key, String owner, boolean inheritable, long expirationTime) static Lock
LockManagerUtil.lock
(long userId, String className, String key, String owner, boolean inheritable, long expirationTime, boolean renew) void
LockProtectedAction.performAction()
protected T
LockProtectedAction.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 TypeMethodDescriptionvoid
ResourcePermission.addResourceAction
(String actionId) void
ResourcePermissionWrapper.addResourceAction
(String actionId) GroupWrapper.buildTreePath()
OrganizationWrapper.buildTreePath()
TreeModel.buildTreePath()
void
LayoutTypeAccessPolicy.checkAccessAllowedToPortlet
(javax.servlet.http.HttpServletRequest httpServletRequest, Layout layout, Portlet portlet) User.getAllGroups()
UserWrapper.getAllGroups()
User.getAllRoles()
UserWrapper.getAllRoles()
long
Layout.getAncestorLayoutId()
Returns the ID of the topmost parent layout (e.g. n-th parent layout) of the current layout.long
LayoutWrapper.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()
long
Layout.getAncestorPlid()
Returns the plid of the topmost parent layout (e.g. n-th parent layout) of the current layout.long
LayoutWrapper.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.boolean
User.getFemale()
Returnstrue
if the user is female.boolean
UserWrapper.getFemale()
Returnstrue
if the user is female.default String
LayoutTypeController.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()
long
LayoutPrototype.getGroupId()
long
LayoutPrototypeWrapper.getGroupId()
long
LayoutSetPrototype.getGroupId()
long
LayoutSetPrototypeWrapper.getGroupId()
long
UserGroup.getGroupId()
long
UserGroupWrapper.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()
long
LayoutSet.getLayoutSetPrototypeId()
Returns the layout set prototype's ID, or0
if it has no layout set prototype.long
LayoutSetWrapper.getLayoutSetPrototypeId()
Returns the layout set prototype's ID, or0
if 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()
boolean
User.getMale()
Returnstrue
if the user is male.boolean
UserWrapper.getMale()
Returnstrue
if the user is male.int
LayoutPrototype.getMergeFailCount()
Returns the number of failed merge attempts for the layout prototype since its last reset or update.int
LayoutPrototypeWrapper.getMergeFailCount()
Returns the number of failed merge attempts for the layout prototype since its last reset or update.int
LayoutSetPrototype.getMergeFailCount()
Returns the number of failed merge attempts for the layout set prototype since its last reset or update.int
LayoutSetPrototypeWrapper.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) int
User.getPrivateLayoutsPageCount()
int
UserGroup.getPrivateLayoutsPageCount()
int
UserGroupWrapper.getPrivateLayoutsPageCount()
int
UserWrapper.getPrivateLayoutsPageCount()
int
User.getPublicLayoutsPageCount()
int
UserGroup.getPublicLayoutsPageCount()
int
UserGroupWrapper.getPublicLayoutsPageCount()
int
UserWrapper.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()
boolean
Layout.hasAncestor
(long layoutId) Returnstrue
if the given layout ID matches one of the current layout's hierarchical parents.boolean
LayoutWrapper.hasAncestor
(long layoutId) Returnstrue
if the given layout ID matches one of the current layout's hierarchical parents.boolean
User.hasCompanyMx()
boolean
User.hasCompanyMx
(String emailAddress) boolean
UserWrapper.hasCompanyMx()
boolean
UserWrapper.hasCompanyMx
(String emailAddress) boolean
User.hasMySites()
boolean
UserWrapper.hasMySites()
boolean
User.hasPrivateLayouts()
boolean
UserGroup.hasPrivateLayouts()
boolean
UserGroupWrapper.hasPrivateLayouts()
boolean
UserWrapper.hasPrivateLayouts()
boolean
User.hasPublicLayouts()
boolean
UserGroup.hasPublicLayouts()
boolean
UserGroupWrapper.hasPublicLayouts()
boolean
UserWrapper.hasPublicLayouts()
boolean
Layout.hasScopeGroup()
boolean
LayoutWrapper.hasScopeGroup()
boolean
LayoutTypeAccessPolicy.isAddLayoutAllowed
(PermissionChecker permissionChecker, Layout layout) boolean
Layout.isChildSelected
(boolean selectable, Layout layout) boolean
LayoutWrapper.isChildSelected
(boolean selectable, Layout layout) boolean
LayoutRevision.isCustomizable()
boolean
LayoutRevisionWrapper.isCustomizable()
boolean
LayoutTypeAccessPolicy.isCustomizeLayoutAllowed
(PermissionChecker permissionChecker, Layout layout) boolean
LayoutTypeAccessPolicy.isDeleteLayoutAllowed
(PermissionChecker permissionChecker, Layout layout) boolean
User.isFemale()
boolean
UserWrapper.isFemale()
boolean
User.isMale()
boolean
UserWrapper.isMale()
boolean
Group.isShowSite
(PermissionChecker permissionChecker, boolean privateSite) boolean
GroupWrapper.isShowSite
(PermissionChecker permissionChecker, boolean privateSite) boolean
LayoutTypeAccessPolicy.isUpdateLayoutAllowed
(PermissionChecker permissionChecker, Layout layout) boolean
LayoutTypeAccessPolicy.isViewLayoutAllowed
(PermissionChecker permissionChecker, Layout layout) void
ResourcePermission.removeResourceAction
(String actionId) void
ResourcePermissionWrapper.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 TypeMethodDescriptionvoid
DefaultLayoutTypeAccessPolicyImpl.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 boolean
DefaultLayoutTypeAccessPolicyImpl.hasAccessPermission
(javax.servlet.http.HttpServletRequest httpServletRequest, Layout layout, Portlet portlet) boolean
DefaultLayoutTypeAccessPolicyImpl.isAddLayoutAllowed
(PermissionChecker permissionChecker, Layout layout) boolean
DefaultLayoutTypeAccessPolicyImpl.isCustomizeLayoutAllowed
(PermissionChecker permissionChecker, Layout layout) boolean
DefaultLayoutTypeAccessPolicyImpl.isDeleteLayoutAllowed
(PermissionChecker permissionChecker, Layout layout) boolean
DefaultLayoutTypeAccessPolicyImpl.isUpdateLayoutAllowed
(PermissionChecker permissionChecker, Layout layout) boolean
DefaultLayoutTypeAccessPolicyImpl.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 UserNotificationFeedEntry
UserNotificationManagerUtil.interpret
(String selector, UserNotificationEvent userNotificationEvent, ServiceContext serviceContext) boolean
BaseUserNotificationHandler.isDeliver
(long userId, long classNameId, int notificationType, int deliveryType, ServiceContext serviceContext) boolean
UserNotificationHandler.isDeliver
(long userId, long classNameId, int notificationType, int deliveryType, ServiceContext serviceContext) static boolean
UserNotificationManagerUtil.isDeliver
(long userId, String portletId, long classNameId, int notificationType, int deliveryType) static boolean
UserNotificationManagerUtil.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 TypeMethodDescriptionvoid
PortletPreferencesFactory.checkControlPanelPortletPreferences
(ThemeDisplay themeDisplay, Portlet portlet) static void
PortletPreferencesFactoryUtil.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 PortletPreferences
PortletPreferencesFactoryUtil.getExistingPortletSetup
(Layout layout, String portletId) static PortletPreferences
PortletPreferencesFactoryUtil.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 PortletPreferences
PortletPreferencesFactoryUtil.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 PortletPreferencesIds
PortletPreferencesFactoryUtil.getPortletPreferencesIds
(long siteGroupId, long userId, Layout layout, String portletId, boolean modeEditGuest) static PortletPreferencesIds
PortletPreferencesFactoryUtil.getPortletPreferencesIds
(javax.servlet.http.HttpServletRequest httpServletRequest, Layout selLayout, String portletId) static PortletPreferencesIds
PortletPreferencesFactoryUtil.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 PortletPreferences
PortletPreferencesFactoryUtil.getPortletSetup
(PortletRequest portletRequest) static PortletPreferences
PortletPreferencesFactoryUtil.getPortletSetup
(PortletRequest portletRequest, String portletId) static PortletPreferences
PortletPreferencesFactoryUtil.getPortletSetup
(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId) static PortletPreferences
PortletPreferencesFactoryUtil.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 PortletURL
PortletProviderUtil.getPortletURL
(PortletRequest portletRequest, Group group, String className, PortletProvider.Action action) static PortletURL
PortletProviderUtil.getPortletURL
(PortletRequest portletRequest, String className, PortletProvider.Action action) static PortletURL
PortletProviderUtil.getPortletURL
(javax.servlet.http.HttpServletRequest httpServletRequest, Group group, String className, PortletProvider.Action action) static PortletURL
PortletProviderUtil.getPortletURL
(javax.servlet.http.HttpServletRequest httpServletRequest, String className, PortletProvider.Action action) protected Settings
SettingsConfigurationAction.getSettings
(ActionRequest actionRequest) protected boolean
BaseControlPanelEntry.hasAccessPermissionExplicitlyGranted
(PermissionChecker permissionChecker, Group group, Portlet portlet) protected void
DefaultConfigurationAction.postProcess
(long companyId, PortletRequest portletRequest, Settings settings) protected void
DefaultConfigurationAction.postProcess
(long companyId, PortletRequest portletRequest, PortletPreferences portletPreferences) protected void
SettingsConfigurationAction.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 TypeMethodDescriptionvoid
PortletFileRepository.addPortletFileEntries
(long groupId, long userId, String className, long classPK, String portletId, long folderId, List<ObjectValuePair<String, InputStream>> inputStreamOVPs) static void
PortletFileRepositoryUtil.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 FileEntry
PortletFileRepositoryUtil.addPortletFileEntry
(long groupId, long userId, String className, long classPK, String portletId, long folderId, byte[] bytes, String fileName, String mimeType, boolean indexingEnabled) static FileEntry
PortletFileRepositoryUtil.addPortletFileEntry
(String externalReferenceCode, long groupId, long userId, String className, long classPK, String portletId, long folderId, File file, String fileName, String mimeType, boolean indexingEnabled) static FileEntry
PortletFileRepositoryUtil.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 Folder
PortletFileRepositoryUtil.addPortletFolder
(long userId, long repositoryId, long parentFolderId, String folderName, ServiceContext serviceContext) static Folder
PortletFileRepositoryUtil.addPortletFolder
(long groupId, long userId, String portletId, long parentFolderId, String folderName, ServiceContext serviceContext) PortletFileRepository.addPortletRepository
(long groupId, String portletId, ServiceContext serviceContext) static Repository
PortletFileRepositoryUtil.addPortletRepository
(long groupId, String portletId, ServiceContext serviceContext) void
PortletFileRepository.deletePortletFileEntries
(long groupId, long folderId) void
PortletFileRepository.deletePortletFileEntries
(long groupId, long folderId, int status) static void
PortletFileRepositoryUtil.deletePortletFileEntries
(long groupId, long folderId) static void
PortletFileRepositoryUtil.deletePortletFileEntries
(long groupId, long folderId, int status) void
PortletFileRepository.deletePortletFileEntry
(long fileEntryId) void
PortletFileRepository.deletePortletFileEntry
(long groupId, long folderId, String fileName) static void
PortletFileRepositoryUtil.deletePortletFileEntry
(long fileEntryId) static void
PortletFileRepositoryUtil.deletePortletFileEntry
(long groupId, long folderId, String fileName) void
PortletFileRepository.deletePortletFolder
(long folderId) static void
PortletFileRepositoryUtil.deletePortletFolder
(long folderId) void
PortletFileRepository.deletePortletRepository
(long groupId, String portletId) static void
PortletFileRepositoryUtil.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) int
PortletFileRepository.getPortletFileEntriesCount
(long groupId, long folderId) int
PortletFileRepository.getPortletFileEntriesCount
(long groupId, long folderId, int status) int
PortletFileRepository.getPortletFileEntriesCount
(long groupId, long folderId, String[] mimeTypes, int status) static int
PortletFileRepositoryUtil.getPortletFileEntriesCount
(long groupId, long folderId) static int
PortletFileRepositoryUtil.getPortletFileEntriesCount
(long groupId, long folderId, int status) static int
PortletFileRepositoryUtil.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 FileEntry
PortletFileRepositoryUtil.getPortletFileEntry
(long fileEntryId) static FileEntry
PortletFileRepositoryUtil.getPortletFileEntry
(long groupId, long folderId, String fileName) static FileEntry
PortletFileRepositoryUtil.getPortletFileEntry
(String uuid, long groupId) PortletFileRepository.getPortletFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) static FileEntry
PortletFileRepositoryUtil.getPortletFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) PortletFileRepository.getPortletFolder
(long folderId) PortletFileRepository.getPortletFolder
(long repositoryId, long parentFolderId, String folderName) static Folder
PortletFileRepositoryUtil.getPortletFolder
(long folderId) static Folder
PortletFileRepositoryUtil.getPortletFolder
(long repositoryId, long parentFolderId, String folderName) PortletFileRepository.getPortletRepository
(long groupId, String portletId) static Repository
PortletFileRepositoryUtil.getPortletRepository
(long groupId, String portletId) PortletFileRepository.movePortletFileEntryToTrash
(long userId, long fileEntryId) PortletFileRepository.movePortletFileEntryToTrash
(long groupId, long userId, long folderId, String fileName) static FileEntry
PortletFileRepositoryUtil.movePortletFileEntryToTrash
(long userId, long fileEntryId) static FileEntry
PortletFileRepositoryUtil.movePortletFileEntryToTrash
(long groupId, long userId, long folderId, String fileName) PortletFileRepository.movePortletFolder
(long groupId, long userId, long folderId, long parentFolderId, ServiceContext serviceContext) static Folder
PortletFileRepositoryUtil.movePortletFolder
(long groupId, long userId, long folderId, long parentFolderId, ServiceContext serviceContext) void
PortletFileRepository.restorePortletFileEntryFromTrash
(long userId, long fileEntryId) void
PortletFileRepository.restorePortletFileEntryFromTrash
(long groupId, long userId, long folderId, String fileName) static void
PortletFileRepositoryUtil.restorePortletFileEntryFromTrash
(long userId, long fileEntryId) static void
PortletFileRepositoryUtil.restorePortletFileEntryFromTrash
(long groupId, long userId, long folderId, String fileName) PortletFileRepository.searchPortletFileEntries
(long repositoryId, SearchContext searchContext) static Hits
PortletFileRepositoryUtil.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 Folder
BaseRepositoryImpl.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 void
BaseRepositoryImpl.checkInFileEntry
(long userId, long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) void
DefaultLocalRepositoryImpl.checkInFileEntry
(long userId, long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) void
DefaultLocalRepositoryImpl.checkInFileEntry
(long userId, long fileEntryId, String lockUuid, ServiceContext serviceContext) void
DocumentRepository.checkInFileEntry
(long userId, long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) void
DocumentRepository.checkInFileEntry
(long userId, long fileEntryId, String lockUuid, ServiceContext serviceContext) abstract FileEntry
BaseRepositoryImpl.checkOutFileEntry
(long fileEntryId, ServiceContext serviceContext) abstract FileEntry
BaseRepositoryImpl.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 LocalRepository
RepositoryFactoryUtil.createLocalRepository
(long repositoryId) RepositoryFactory.createRepository
(long repositoryId) static Repository
RepositoryFactoryUtil.createRepository
(long repositoryId) void
DocumentRepository.deleteAll()
void
BaseRepositoryImpl.deleteFileEntry
(long folderId, String title) void
DefaultLocalRepositoryImpl.deleteFileEntry
(long fileEntryId) void
DocumentRepository.deleteFileEntry
(long fileEntryId) void
Repository.deleteFileEntry
(long folderId, String title) void
DefaultLocalRepositoryImpl.deleteFileShortcut
(long fileShortcutId) void
DocumentRepository.deleteFileShortcut
(long fileShortcutId) void
DefaultLocalRepositoryImpl.deleteFileShortcuts
(long toFileEntryId) void
DocumentRepository.deleteFileShortcuts
(long toFileEntryId) void
BaseRepositoryImpl.deleteFileVersion
(long fileVersionId) void
DefaultLocalRepositoryImpl.deleteFileVersion
(long fileVersionId) void
DocumentRepository.deleteFileVersion
(long fileVersionId) void
Repository.deleteFileVersion
(long fileEntryId, String version) void
BaseRepositoryImpl.deleteFolder
(long parentFolderId, String name) void
DefaultLocalRepositoryImpl.deleteFolder
(long folderId) void
DocumentRepository.deleteFolder
(long folderId) void
Repository.deleteFolder
(long parentFolderId, String name) DefaultLocalRepositoryImpl.fetchFileEntry
(long folderId, String title) default FileEntry
DocumentRepository.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) int
BaseRepositoryImpl.getFileEntriesAndFileShortcutsCount
(long folderId, int status) int
BaseRepositoryImpl.getFileEntriesAndFileShortcutsCount
(long folderId, int status, String[] mimeTypes) int
DefaultLocalRepositoryImpl.getFileEntriesAndFileShortcutsCount
(long folderId, int status) int
DocumentRepository.getFileEntriesAndFileShortcutsCount
(long folderId, int status) int
Repository.getFileEntriesAndFileShortcutsCount
(long folderId, int status, String[] mimeTypes) int
DefaultLocalRepositoryImpl.getFileEntriesCount
(long folderId) int
DefaultLocalRepositoryImpl.getFileEntriesCount
(long folderId, int status) int
DefaultLocalRepositoryImpl.getFileEntriesCount
(long folderId, String[] mimeTypes, int status) int
DocumentRepository.getFileEntriesCount
(long folderId) int
DocumentRepository.getFileEntriesCount
(long folderId, int status) default int
DocumentRepository.getFileEntriesCount
(long folderId, String[] mimeTypes, int status) int
Repository.getFileEntriesCount
(long folderId, long fileEntryTypeId) int
Repository.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 FileEntry
DocumentRepository.getFileEntryByExternalReferenceCode
(String externalReferenceCode) DefaultLocalRepositoryImpl.getFileEntryByFileName
(long folderId, String fileName) default FileEntry
DocumentRepository.getFileEntryByFileName
(long folderId, String fileName) DefaultLocalRepositoryImpl.getFileEntryByUuid
(String uuid) DocumentRepository.getFileEntryByUuid
(String uuid) RepositoryProvider.getFileEntryLocalRepository
(long fileEntryId) static LocalRepository
RepositoryProviderUtil.getFileEntryLocalRepository
(long fileEntryId) RepositoryProvider.getFileEntryRepository
(long fileEntryId) static Repository
RepositoryProviderUtil.getFileEntryRepository
(long fileEntryId) DocumentRepository.getFileShortcut
(long fileShortcutId) default FileShortcut
DocumentRepository.getFileShortcutByExternalReferenceCode
(String externalReferenceCode) RepositoryProvider.getFileShortcutLocalRepository
(long fileShortcutId) static LocalRepository
RepositoryProviderUtil.getFileShortcutLocalRepository
(long fileShortcutId) RepositoryProvider.getFileShortcutRepository
(long fileShortcutId) static Repository
RepositoryProviderUtil.getFileShortcutRepository
(long fileShortcutId) DefaultLocalRepositoryImpl.getFileVersion
(long fileVersionId) DocumentRepository.getFileVersion
(long fileVersionId) RepositoryProvider.getFileVersionLocalRepository
(long fileVersionId) static LocalRepository
RepositoryProviderUtil.getFileVersionLocalRepository
(long fileVersionId) RepositoryProvider.getFileVersionRepository
(long fileVersionId) static Repository
RepositoryProviderUtil.getFileVersionRepository
(long fileVersionId) DefaultLocalRepositoryImpl.getFolder
(long folderId) DocumentRepository.getFolder
(long folderId) default Folder
DocumentRepository.getFolderByExternalReferenceCode
(String externalReferenceCode) RepositoryProvider.getFolderLocalRepository
(long folderId) static LocalRepository
RepositoryProviderUtil.getFolderLocalRepository
(long folderId) RepositoryProvider.getFolderRepository
(long folderId) static Repository
RepositoryProviderUtil.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) int
BaseRepositoryImpl.getFoldersAndFileEntriesAndFileShortcutsCount
(long folderId, int status, String[] mimeTypes, boolean includeMountFolders) int
DefaultLocalRepositoryImpl.getFoldersAndFileEntriesAndFileShortcutsCount
(long folderId, int status, boolean includeMountFolders) int
DocumentRepository.getFoldersAndFileEntriesAndFileShortcutsCount
(long folderId, int status, boolean includeMountFolders) int
Repository.getFoldersAndFileEntriesAndFileShortcutsCount
(long folderId, int status, String[] mimeTypes, boolean includeMountFolders) default int
Repository.getFoldersAndFileEntriesAndFileShortcutsCount
(long folderId, int status, String[] mimeTypes, boolean includeMountFolders, boolean includeOwner) abstract int
BaseRepositoryImpl.getFoldersAndFileEntriesCount
(long folderId, String[] mimeTypes) int
BaseRepositoryImpl.getFoldersCount
(long parentFolderId, int status, boolean includeMountfolders) int
DefaultLocalRepositoryImpl.getFoldersCount
(long parentFolderId, boolean includeMountfolders) int
DefaultLocalRepositoryImpl.getFoldersCount
(long parentFolderId, int status, boolean includeMountfolders) int
DocumentRepository.getFoldersCount
(long parentFolderId, boolean includeMountfolders) int
DocumentRepository.getFoldersCount
(long parentFolderId, int status, boolean includeMountfolders) int
Repository.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 LocalRepository
RepositoryProviderUtil.getImageLocalRepository
(long imageId) RepositoryProvider.getImageRepository
(long imageId) static Repository
RepositoryProviderUtil.getImageRepository
(long imageId) RepositoryProvider.getLocalRepository
(long repositoryId) static LocalRepository
RepositoryProviderUtil.getLocalRepository
(long repositoryId) Repository.getMountFolders
(long parentFolderId, int start, int end, OrderByComparator<Folder> orderByComparator) int
Repository.getMountFoldersCount
(long parentFolderId) RepositoryProvider.getRepository
(long repositoryId) static Repository
RepositoryProviderUtil.getRepository
(long repositoryId) protected RepositoryEntry
BaseRepositoryImpl.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) int
BaseRepositoryImpl.getRepositoryFileEntriesCount
(long userId, long rootFolderId) int
BaseRepositoryImpl.getRepositoryFileEntriesCount
(long userId, long rootFolderId, String[] mimeTypes, int status) int
Repository.getRepositoryFileEntriesCount
(long userId, long rootFolderId) int
Repository.getRepositoryFileEntriesCount
(long userId, long rootFolderId, String[] mimeTypes, int status) Repository.getRepositoryFileShortcuts
(long groupId) Repository.getSubfolderIds
(long folderId, boolean recurse) void
Repository.getSubfolderIds
(List<Long> folderIds, long folderId) void
BaseRepository.initRepository()
abstract void
BaseRepositoryImpl.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) void
DefaultLocalRepositoryImpl.revertFileEntry
(long userId, long fileEntryId, String version, ServiceContext serviceContext) void
DocumentRepository.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) void
BaseRepositoryImpl.unlockFolder
(long parentFolderId, String name, String lockUuid) void
Repository.unlockFolder
(long folderId, String lockUuid) void
Repository.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 FileEntry
BaseRepositoryImpl.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) void
DocumentRepository.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) boolean
Repository.verifyFileEntryCheckOut
(long fileEntryId, String lockUuid) boolean
Repository.verifyFileEntryLock
(long fileEntryId, String lockUuid) boolean
Repository.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) void
void
ProcessorCapability.cleanUp
(FileVersion fileVersion) void
ProcessorCapability.copy
(FileEntry fileEntry, FileVersion fileVersion) void
TemporaryFileEntriesCapability.deleteExpiredTemporaryFileEntries()
void
TrashCapability.deleteFileEntry
(FileEntry fileEntry) void
TrashCapability.deleteFolder
(Folder folder) void
TemporaryFileEntriesCapability.deleteTemporaryFileEntry
(TemporaryFileEntriesScope temporaryFileEntriesScope, String fileName) void
BulkOperationCapability.execute
(BulkOperationCapability.Filter<?> filter, RepositoryModelOperation repositoryModelOperation) void
BulkOperationCapability.execute
(RepositoryModelOperation repositoryModelOperation) void
ProcessorCapability.generateNew
(FileEntry fileEntry) FileEntryTypeCapability.getFoldersAndFileEntriesAndFileShortcuts
(long repositoryId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) int
FileEntryTypeCapability.getFoldersAndFileEntriesAndFileShortcutsCount
(long groupId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status) TemporaryFileEntriesCapability.getTemporaryFileEntries
(TemporaryFileEntriesScope temporaryFileEntriesScope) TemporaryFileEntriesCapability.getTemporaryFileEntry
(TemporaryFileEntriesScope temporaryFileEntriesScope, String fileName) boolean
boolean
TrashCapability.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) void
TrashCapability.restoreFileEntryFromTrash
(long userId, FileEntry fileEntry) void
TrashCapability.restoreFileShortcutFromTrash
(long userId, FileShortcut fileShortcut) void
TrashCapability.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 TypeMethodDescriptionboolean
FileEntry.containsPermission
(PermissionChecker permissionChecker, String actionId) boolean
FileEntryWrapper.containsPermission
(PermissionChecker permissionChecker, String actionId) boolean
FileShortcut.containsPermission
(PermissionChecker permissionChecker, String actionId) boolean
FileShortcutWrapper.containsPermission
(PermissionChecker permissionChecker, String actionId) boolean
Folder.containsPermission
(PermissionChecker permissionChecker, String actionId) boolean
FolderWrapper.containsPermission
(PermissionChecker permissionChecker, String actionId) void
void
BaseRepositoryModelOperation.execute
(FileShortcut fileShortcut) void
BaseRepositoryModelOperation.execute
(FileVersion fileVersion) void
void
FileEntryWrapper.execute
(RepositoryModelOperation repositoryModelOperation) void
FileShortcutWrapper.execute
(RepositoryModelOperation repositoryModelOperation) void
FileVersionWrapper.execute
(RepositoryModelOperation repositoryModelOperation) void
FolderWrapper.execute
(RepositoryModelOperation repositoryModelOperation) void
RepositoryModel.execute
(RepositoryModelOperation repositoryModelOperation) void
void
RepositoryModelOperation.execute
(FileShortcut fileShortcut) void
RepositoryModelOperation.execute
(FileVersion fileVersion) void
Folder.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) void
BaseRepositoryProxyBean.checkInFileEntry
(long userId, long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) void
BaseRepositoryProxyBean.checkInFileEntry
(long userId, long fileEntryId, String lockUuid, ServiceContext serviceContext) void
LocalRepositoryProxyBean.checkInFileEntry
(long userId, long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) void
LocalRepositoryProxyBean.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) boolean
FileEntryProxyBean.containsPermission
(PermissionChecker permissionChecker, String actionId) boolean
FileShortcutProxyBean.containsPermission
(PermissionChecker permissionChecker, String actionId) boolean
FolderProxyBean.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) void
BaseRepositoryProxyBean.deleteAll()
void
LocalRepositoryProxyBean.deleteAll()
void
BaseRepositoryProxyBean.deleteFileEntry
(long fileEntryId) void
BaseRepositoryProxyBean.deleteFileEntry
(long folderId, String title) void
LocalRepositoryProxyBean.deleteFileEntry
(long fileEntryId) void
BaseRepositoryProxyBean.deleteFileShortcut
(long fileShortcutId) void
LocalRepositoryProxyBean.deleteFileShortcut
(long fileShortcutId) void
BaseRepositoryProxyBean.deleteFileShortcuts
(long toFileEntryId) void
LocalRepositoryProxyBean.deleteFileShortcuts
(long toFileEntryId) void
BaseRepositoryProxyBean.deleteFileVersion
(long fileVersionId) void
BaseRepositoryProxyBean.deleteFileVersion
(long fileEntryId, String version) void
LocalRepositoryProxyBean.deleteFileVersion
(long fileVersionId) void
BaseRepositoryProxyBean.deleteFolder
(long folderId) void
BaseRepositoryProxyBean.deleteFolder
(long parentFolderId, String name) void
LocalRepositoryProxyBean.deleteFolder
(long folderId) void
FileEntryProxyBean.execute
(RepositoryModelOperation repositoryModelOperation) void
FileShortcutProxyBean.execute
(RepositoryModelOperation repositoryModelOperation) void
FileVersionProxyBean.execute
(RepositoryModelOperation repositoryModelOperation) void
FolderProxyBean.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) int
BaseRepositoryProxyBean.getFileEntriesAndFileShortcutsCount
(long folderId, int status) int
BaseRepositoryProxyBean.getFileEntriesAndFileShortcutsCount
(long folderId, int status, String[] mimeTypes) int
LocalRepositoryProxyBean.getFileEntriesAndFileShortcutsCount
(long folderId, int status) int
BaseRepositoryProxyBean.getFileEntriesCount
(long folderId) int
BaseRepositoryProxyBean.getFileEntriesCount
(long folderId, int status) int
BaseRepositoryProxyBean.getFileEntriesCount
(long folderId, long documentTypeId) int
BaseRepositoryProxyBean.getFileEntriesCount
(long folderId, String[] mimeTypes) int
BaseRepositoryProxyBean.getFileEntriesCount
(long folderId, String[] mimeTypes, int status) int
LocalRepositoryProxyBean.getFileEntriesCount
(long folderId) int
LocalRepositoryProxyBean.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) int
BaseRepositoryProxyBean.getFoldersAndFileEntriesAndFileShortcutsCount
(long folderId, int status, boolean includeMountFolders) int
BaseRepositoryProxyBean.getFoldersAndFileEntriesAndFileShortcutsCount
(long folderId, int status, String[] mimeTypes, boolean includeMountFolders) int
LocalRepositoryProxyBean.getFoldersAndFileEntriesAndFileShortcutsCount
(long folderId, int status, boolean includeMountFolders) int
BaseRepositoryProxyBean.getFoldersCount
(long parentFolderId, boolean includeMountfolders) int
BaseRepositoryProxyBean.getFoldersCount
(long parentFolderId, int status, boolean includeMountfolders) int
LocalRepositoryProxyBean.getFoldersCount
(long parentFolderId, boolean includeMountfolders) int
LocalRepositoryProxyBean.getFoldersCount
(long parentFolderId, int status, boolean includeMountfolders) int
BaseRepositoryProxyBean.getFoldersFileEntriesCount
(List<Long> folderIds, int status) FileEntryProxyBean.getLatestFileVersion()
FileEntryProxyBean.getLatestFileVersion
(boolean trusted) BaseRepositoryProxyBean.getMountFolders
(long parentFolderId, int start, int end, OrderByComparator<Folder> orderByComparator) int
BaseRepositoryProxyBean.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) int
BaseRepositoryProxyBean.getRepositoryFileEntriesCount
(long userId, long rootFolderId) int
BaseRepositoryProxyBean.getRepositoryFileEntriesCount
(long userId, long rootFolderId, String[] mimeTypes, int status) BaseRepositoryProxyBean.getRepositoryFileShortcuts
(long groupId) BaseRepositoryProxyBean.getSubfolderIds
(long folderId, boolean recurse) void
BaseRepositoryProxyBean.getSubfolderIds
(List<Long> folderIds, long folderId) void
BaseRepositoryProxyBean.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) void
BaseRepositoryProxyBean.revertFileEntry
(long userId, long fileEntryId, String version, ServiceContext serviceContext) void
LocalRepositoryProxyBean.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) void
BaseRepositoryProxyBean.unlockFolder
(long folderId, String lockUuid) void
BaseRepositoryProxyBean.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) void
BaseRepositoryProxyBean.updateFileShortcuts
(long oldToFileEntryId, long newToFileEntryId) void
LocalRepositoryProxyBean.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) boolean
BaseRepositoryProxyBean.verifyFileEntryCheckOut
(long fileEntryId, String lockUuid) boolean
BaseRepositoryProxyBean.verifyFileEntryLock
(long fileEntryId, String lockUuid) boolean
BaseRepositoryProxyBean.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 TypeClassDescriptionclass
class
class
-
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 void
BaseIndexer.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) void
SearchResultManager.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 TypeMethodDescriptionvoid
SearchResultContributor.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.State
AccessControlUtil.verifyRequest()
-
Uses of PortalException in com.liferay.portal.kernel.security.auth
Subclasses of PortalException in com.liferay.portal.kernel.security.authModifier and TypeClassDescriptionclass
class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
Methods in com.liferay.portal.kernel.security.auth that throw PortalExceptionModifier and TypeMethodDescriptionstatic User
GuestOrUserUtil.getGuestOrUser()
static User
GuestOrUserUtil.getGuestOrUser
(long companyId) static User
GuestOrUserUtil.getGuestOrUser
(User user) static User
GuestOrUserUtil.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 TypeMethodDescriptionvoid
OrganizationMembershipPolicy.checkMembership
(long[] userIds, long[] addOrganizationIds, long[] removeOrganizationIds) Checks if the users can be added to and removed from the respective organizations.static void
OrganizationMembershipPolicyUtil.checkMembership
(long[] userIds, long[] addOrganizationIds, long[] removeOrganizationIds) void
SiteMembershipPolicy.checkMembership
(long[] userIds, long[] addGroupIds, long[] removeGroupIds) Checks if the users can be added to and removed from the respective sites.void
UserGroupMembershipPolicy.checkMembership
(long[] userIds, long[] addUserGroupIds, long[] removeUserGroupIds) Checks if the users can be added to and removed from the respective user groups.void
BaseOrganizationMembershipPolicy.checkRoles
(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) void
BaseSiteMembershipPolicy.checkRoles
(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) void
OrganizationMembershipPolicy.checkRoles
(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) Checks if the organization roles can be added to or removed from their users.static void
OrganizationMembershipPolicyUtil.checkRoles
(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) void
RoleMembershipPolicy.checkRoles
(long[] userIds, long[] addRoleIds, long[] removeRoleIds) Checks if the roles can be added to or removed from their users.void
SiteMembershipPolicy.checkRoles
(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) Checks if the site roles can be added to or removed from their users.boolean
BaseOrganizationMembershipPolicy.isMembershipAllowed
(long userId, long organizationId) boolean
BaseSiteMembershipPolicy.isMembershipAllowed
(long userId, long groupId) boolean
BaseUserGroupMembershipPolicy.isMembershipAllowed
(long userId, long userGroupId) boolean
OrganizationMembershipPolicy.isMembershipAllowed
(long userId, long organizationId) Returnstrue
if the user can be added to the organization.static boolean
OrganizationMembershipPolicyUtil.isMembershipAllowed
(long userId, long organizationId) boolean
SiteMembershipPolicy.isMembershipAllowed
(long userId, long groupId) Returnstrue
if the user can be added to the site.boolean
UserGroupMembershipPolicy.isMembershipAllowed
(long userId, long userGroupId) Returnstrue
if the user can be added to the user group.boolean
BaseOrganizationMembershipPolicy.isMembershipProtected
(PermissionChecker permissionChecker, long userId, long organizationId) boolean
BaseSiteMembershipPolicy.isMembershipProtected
(PermissionChecker permissionChecker, long userId, long groupId) boolean
OrganizationMembershipPolicy.isMembershipProtected
(PermissionChecker permissionChecker, long userId, long organizationId) Returnstrue
if the policy prevents the user from being removed from the organization by the user associated with the permission checker.static boolean
OrganizationMembershipPolicyUtil.isMembershipProtected
(PermissionChecker permissionChecker, long userId, long organizationId) boolean
SiteMembershipPolicy.isMembershipProtected
(PermissionChecker permissionChecker, long userId, long groupId) Returnstrue
if the policy prevents the user from being removed from the site by the user associated with the permission checker.boolean
BaseOrganizationMembershipPolicy.isMembershipRequired
(long userId, long organizationId) boolean
BaseSiteMembershipPolicy.isMembershipRequired
(long userId, long groupId) boolean
BaseUserGroupMembershipPolicy.isMembershipRequired
(long userId, long userGroupId) boolean
OrganizationMembershipPolicy.isMembershipRequired
(long userId, long organizationId) Returnstrue
if organization membership for the user is mandatory.static boolean
OrganizationMembershipPolicyUtil.isMembershipRequired
(long userId, long organizationId) boolean
SiteMembershipPolicy.isMembershipRequired
(long userId, long groupId) Returnstrue
if site membership for the user is mandatory.boolean
UserGroupMembershipPolicy.isMembershipRequired
(long userId, long userGroupId) Returnstrue
if user group membership for the user is mandatory.boolean
BaseOrganizationMembershipPolicy.isRoleAllowed
(long userId, long organizationId, long roleId) boolean
BaseRoleMembershipPolicy.isRoleAllowed
(long userId, long roleId) boolean
BaseSiteMembershipPolicy.isRoleAllowed
(long userId, long groupId, long roleId) boolean
OrganizationMembershipPolicy.isRoleAllowed
(long userId, long organizationId, long roleId) Returnstrue
if the role can be added to the user on the organization.static boolean
OrganizationMembershipPolicyUtil.isRoleAllowed
(long userId, long organizationId, long roleId) boolean
RoleMembershipPolicy.isRoleAllowed
(long userId, long roleId) Returnstrue
if the role can be added to the user.boolean
SiteMembershipPolicy.isRoleAllowed
(long userId, long groupId, long roleId) Returnstrue
if the role can be added to the user on the site.boolean
BaseOrganizationMembershipPolicy.isRoleProtected
(PermissionChecker permissionChecker, long userId, long organizationId, long roleId) boolean
BaseSiteMembershipPolicy.isRoleProtected
(PermissionChecker permissionChecker, long userId, long groupId, long roleId) boolean
OrganizationMembershipPolicy.isRoleProtected
(PermissionChecker permissionChecker, long userId, long organizationId, long roleId) Returnstrue
if the policy prevents the user from being removed from the role by the user associated with the permission checker.static boolean
OrganizationMembershipPolicyUtil.isRoleProtected
(PermissionChecker permissionChecker, long userId, long organizationId, long roleId) boolean
SiteMembershipPolicy.isRoleProtected
(PermissionChecker permissionChecker, long userId, long groupId, long roleId) Returnstrue
if the policy prevents the user from being removed from the role by the user associated with the permission checker.boolean
BaseOrganizationMembershipPolicy.isRoleRequired
(long userId, long organizationId, long roleId) boolean
BaseRoleMembershipPolicy.isRoleRequired
(long userId, long roleId) boolean
OrganizationMembershipPolicy.isRoleRequired
(long userId, long organizationId, long roleId) Returnstrue
if the role is mandatory for the user on the organization.static boolean
OrganizationMembershipPolicyUtil.isRoleRequired
(long userId, long organizationId, long roleId) boolean
RoleMembershipPolicy.isRoleRequired
(long userId, long roleId) Returnstrue
if the role is mandatory for the user.boolean
SiteMembershipPolicy.isRoleRequired
(long userId, long groupId, long roleId) Returnstrue
if the role is mandatory for the user on the site.void
OrganizationMembershipPolicy.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 void
OrganizationMembershipPolicyUtil.propagateMembership
(long[] userIds, long[] addOrganizationIds, long[] removeOrganizationIds) void
SiteMembershipPolicy.propagateMembership
(long[] userIds, long[] addGroupIds, long[] removeGroupIds) Performs membership policy related actions after the users are added to and removed from the respective sites.void
UserGroupMembershipPolicy.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.void
BaseSiteMembershipPolicy.propagateRoles
(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) void
OrganizationMembershipPolicy.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 void
OrganizationMembershipPolicyUtil.propagateRoles
(List<UserGroupRole> addUserGroupRoles, List<UserGroupRole> removeUserGroupRoles) void
RoleMembershipPolicy.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.void
SiteMembershipPolicy.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.void
BaseOrganizationMembershipPolicy.verifyPolicy()
void
BaseOrganizationMembershipPolicy.verifyPolicy
(Organization organization) void
BaseRoleMembershipPolicy.verifyPolicy()
void
BaseRoleMembershipPolicy.verifyPolicy
(Role role) void
BaseSiteMembershipPolicy.verifyPolicy()
void
BaseSiteMembershipPolicy.verifyPolicy
(Group group) void
BaseUserGroupMembershipPolicy.verifyPolicy()
void
BaseUserGroupMembershipPolicy.verifyPolicy
(UserGroup userGroup) void
OrganizationMembershipPolicy.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.void
OrganizationMembershipPolicy.verifyPolicy
(Organization organization) Checks the integrity of the membership policy of the organization and performs operations necessary for the organization's compliance.void
OrganizationMembershipPolicy.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.void
OrganizationMembershipPolicy.verifyPolicy
(Role role) Checks the integrity of the membership policy of the organization role and performs operations necessary for the role's compliance.void
OrganizationMembershipPolicy.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 void
OrganizationMembershipPolicyUtil.verifyPolicy()
static void
OrganizationMembershipPolicyUtil.verifyPolicy
(Organization organization) static void
OrganizationMembershipPolicyUtil.verifyPolicy
(Organization organization, Organization oldOrganization, List<AssetCategory> oldAssetCategories, List<AssetTag> oldAssetTags, Map<String, Serializable> oldExpandoAttributes) static void
OrganizationMembershipPolicyUtil.verifyPolicy
(Role role) static void
OrganizationMembershipPolicyUtil.verifyPolicy
(Role role, Role oldRole, Map<String, Serializable> oldExpandoAttributes) void
RoleMembershipPolicy.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.void
RoleMembershipPolicy.verifyPolicy
(Role role) Checks the integrity of the membership policy of the role and performs operations necessary for the compliance of the role.void
RoleMembershipPolicy.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.void
SiteMembershipPolicy.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.void
SiteMembershipPolicy.verifyPolicy
(Group group) Checks the integrity of the membership policy of the site and performs operations necessary for the site's compliance.void
SiteMembershipPolicy.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.void
SiteMembershipPolicy.verifyPolicy
(Role role) Checks the integrity of the membership policy of the site role and performs operations necessary for the role's compliance.void
SiteMembershipPolicy.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.void
UserGroupMembershipPolicy.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.void
UserGroupMembershipPolicy.verifyPolicy
(UserGroup userGroup) Checks the integrity of the membership policy of the user group and performs operations necessary for the user group's compliance.void
UserGroupMembershipPolicy.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 void
BasePermissionPropagator.propagateRolePermissions
(ActionRequest actionRequest, long roleId, String parentClassName, long parentPrimKey, String childClassName, long childPrimKey) void
PermissionPropagator.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 TypeMethodDescriptionvoid
BaseModelResourcePermissionWrapper.check
(PermissionChecker permissionChecker, long primaryKey, String actionId) void
BaseModelResourcePermissionWrapper.check
(PermissionChecker permissionChecker, T model, String actionId) void
ModelResourcePermission.check
(PermissionChecker permissionChecker, long primaryKey, String actionId) void
ModelResourcePermission.check
(PermissionChecker permissionChecker, T model, String actionId) static void
ModelResourcePermissionUtil.check
(ModelResourcePermission<?> modelResourcePermission, PermissionChecker permissionChecker, long groupId, long primaryKey, String actionId) boolean
BaseModelResourcePermissionWrapper.contains
(PermissionChecker permissionChecker, long primaryKey, String actionId) boolean
BaseModelResourcePermissionWrapper.contains
(PermissionChecker permissionChecker, T model, String actionId) DynamicInheritancePermissionLogic.contains
(PermissionChecker permissionChecker, String name, C child, String actionId) boolean
ModelResourcePermission.contains
(PermissionChecker permissionChecker, long primaryKey, String actionId) boolean
ModelResourcePermission.contains
(PermissionChecker permissionChecker, T model, String actionId) ModelResourcePermissionLogic.contains
(PermissionChecker permissionChecker, String name, T model, String actionId) static boolean
ModelResourcePermissionUtil.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 void
BasicToolkit.validate
(long userId, String password1, String password2, PasswordPolicy passwordPolicy) void
BasicToolkit.validate
(String password1, String password2, PasswordPolicy passwordPolicy) void
Toolkit.validate
(long userId, String password1, String password2, PasswordPolicy passwordPolicy) void
Toolkit.validate
(String password1, String password2, PasswordPolicy passwordPolicy) void
ToolkitWrapper.validate
(long userId, String password1, String password2, PasswordPolicy passwordPolicy) void
ToolkitWrapper.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 TypeMethodDescriptionvoid
ServiceContext.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 Address
AddressLocalServiceUtil.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 Address
AddressServiceUtil.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 Company
CompanyLocalServiceUtil.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 Company
CompanyServiceUtil.addCompany
(long companyId, String webId, String virtualHost, String mx, int maxUsers, boolean active) Adds a company.static Company
CompanyServiceUtil.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 Contact
ContactLocalServiceUtil.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 Contact
ContactServiceUtil.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 Country
CountryLocalServiceUtil.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 Country
CountryServiceUtil.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 Country
CountryServiceUtil.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 Company
CompanyLocalServiceUtil.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 User
UserLocalServiceUtil.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.boolean
UserLocalService.addDefaultGroups
(long userId) Adds the user to the default groups, unless the user is already in these groups.static boolean
UserLocalServiceUtil.addDefaultGroups
(long userId) Adds the user to the default groups, unless the user is already in these groups.boolean
UserLocalServiceWrapper.addDefaultGroups
(long userId) Adds the user to the default groups, unless the user is already in these groups.boolean
UserLocalService.addDefaultRoles
(long userId) Adds the user to the default regular roles, unless the user already has these regular roles.static boolean
UserLocalServiceUtil.addDefaultRoles
(long userId) Adds the user to the default regular roles, unless the user already has these regular roles.boolean
UserLocalServiceWrapper.addDefaultRoles
(long userId) Adds the user to the default regular roles, unless the user already has these regular roles.UserLocalService.addDefaultServiceAccountUser
(long companyId) static User
UserLocalServiceUtil.addDefaultServiceAccountUser
(long companyId) UserLocalServiceWrapper.addDefaultServiceAccountUser
(long companyId) boolean
UserLocalService.addDefaultUserGroups
(long userId) Adds the user to the default user groups, unless the user is already in these user groups.static boolean
UserLocalServiceUtil.addDefaultUserGroups
(long userId) Adds the user to the default user groups, unless the user is already in these user groups.boolean
UserLocalServiceWrapper.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 EmailAddress
EmailAddressLocalServiceUtil.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 EmailAddress
EmailAddressServiceUtil.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 Group
GroupLocalServiceUtil.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 Group
GroupLocalServiceUtil.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 Group
GroupServiceUtil.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 Group
GroupServiceUtil.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) void
OrganizationService.addGroupOrganizations
(long groupId, long[] organizationIds) Adds the organizations to the group.static void
OrganizationServiceUtil.addGroupOrganizations
(long groupId, long[] organizationIds) Adds the organizations to the group.void
OrganizationServiceWrapper.addGroupOrganizations
(long groupId, long[] organizationIds) Adds the organizations to the group.void
UserGroupService.addGroupUserGroups
(long groupId, long[] userGroupIds) Adds the user groups to the group.static void
UserGroupServiceUtil.addGroupUserGroups
(long groupId, long[] userGroupIds) Adds the user groups to the group.void
UserGroupServiceWrapper.addGroupUserGroups
(long groupId, long[] userGroupIds) Adds the user groups to the group.boolean
UserLocalService.addGroupUsers
(long groupId, long[] userIds) boolean
UserLocalService.addGroupUsers
(long groupId, List<User> users) static boolean
UserLocalServiceUtil.addGroupUsers
(long groupId, long[] userIds) static boolean
UserLocalServiceUtil.addGroupUsers
(long groupId, List<User> users) boolean
UserLocalServiceWrapper.addGroupUsers
(long groupId, long[] userIds) boolean
UserLocalServiceWrapper.addGroupUsers
(long groupId, List<User> users) void
UserService.addGroupUsers
(long groupId, long[] userIds, ServiceContext serviceContext) Adds the users to the group.static void
UserServiceUtil.addGroupUsers
(long groupId, long[] userIds, ServiceContext serviceContext) Adds the users to the group.void
UserServiceWrapper.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 Layout
LayoutLocalServiceUtil.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 Layout
LayoutLocalServiceUtil.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 Layout
LayoutLocalServiceUtil.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 Layout
LayoutLocalServiceUtil.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 Layout
LayoutLocalServiceUtil.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 Layout
LayoutServiceUtil.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 Layout
LayoutServiceUtil.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 Layout
LayoutServiceUtil.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 Layout
LayoutServiceUtil.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 LayoutBranch
LayoutBranchLocalServiceUtil.addLayoutBranch
(long layoutSetBranchId, long plid, String name, String description, boolean master, ServiceContext serviceContext) static LayoutBranch
LayoutBranchLocalServiceUtil.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 LayoutBranch
LayoutBranchServiceUtil.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 LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.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 LayoutPrototype
LayoutPrototypeLocalServiceUtil.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 LayoutPrototype
LayoutPrototypeServiceUtil.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 LayoutRevision
LayoutRevisionLocalServiceUtil.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 LayoutRevision
LayoutRevisionServiceUtil.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 LayoutSet
LayoutSetLocalServiceUtil.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 LayoutSetBranch
LayoutSetBranchLocalServiceUtil.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 LayoutSetBranch
LayoutSetBranchServiceUtil.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 LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype
(long userId, long companyId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) static LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.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 LayoutSetPrototype
LayoutSetPrototypeServiceUtil.addLayoutSetPrototype
(String name, String description, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) static LayoutSetPrototype
LayoutSetPrototypeServiceUtil.addLayoutSetPrototype
(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) static LayoutSetPrototype
LayoutSetPrototypeServiceUtil.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 MembershipRequest
MembershipRequestLocalServiceUtil.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 MembershipRequest
MembershipRequestServiceUtil.addMembershipRequest
(long groupId, String comments, ServiceContext serviceContext) MembershipRequestServiceWrapper.addMembershipRequest
(long groupId, String comments, ServiceContext serviceContext) void
ResourcePermissionLocalService.addModelResourcePermissions
(long companyId, long groupId, long userId, String name, String primKey, ModelPermissions modelPermissions) void
ResourcePermissionLocalService.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.void
ResourcePermissionLocalService.addModelResourcePermissions
(AuditedModel auditedModel, ServiceContext serviceContext) static void
ResourcePermissionLocalServiceUtil.addModelResourcePermissions
(long companyId, long groupId, long userId, String name, String primKey, ModelPermissions modelPermissions) static void
ResourcePermissionLocalServiceUtil.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 void
ResourcePermissionLocalServiceUtil.addModelResourcePermissions
(AuditedModel auditedModel, ServiceContext serviceContext) void
ResourcePermissionLocalServiceWrapper.addModelResourcePermissions
(long companyId, long groupId, long userId, String name, String primKey, ModelPermissions modelPermissions) void
ResourcePermissionLocalServiceWrapper.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.void
ResourcePermissionLocalServiceWrapper.addModelResourcePermissions
(AuditedModel auditedModel, ServiceContext serviceContext) void
ResourceLocalService.addModelResources
(long companyId, long groupId, long userId, String name, long primKey, ModelPermissions modelPermissions) void
ResourceLocalService.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.void
ResourceLocalService.addModelResources
(long companyId, long groupId, long userId, String name, String primKey, ModelPermissions modelPermissions) void
ResourceLocalService.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.void
ResourceLocalService.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 void
ResourceLocalServiceUtil.addModelResources
(long companyId, long groupId, long userId, String name, long primKey, ModelPermissions modelPermissions) static void
ResourceLocalServiceUtil.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 void
ResourceLocalServiceUtil.addModelResources
(long companyId, long groupId, long userId, String name, String primKey, ModelPermissions modelPermissions) static void
ResourceLocalServiceUtil.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 void
ResourceLocalServiceUtil.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.void
ResourceLocalServiceWrapper.addModelResources
(long companyId, long groupId, long userId, String name, long primKey, ModelPermissions modelPermissions) void
ResourceLocalServiceWrapper.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.void
ResourceLocalServiceWrapper.addModelResources
(long companyId, long groupId, long userId, String name, String primKey, ModelPermissions modelPermissions) void
ResourceLocalServiceWrapper.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.void
ResourceLocalServiceWrapper.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 Organization
OrganizationLocalServiceUtil.addOrganization
(long userId, long parentOrganizationId, String name, boolean site) Adds an organization.static Organization
OrganizationLocalServiceUtil.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 Organization
OrganizationServiceUtil.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 Organization
OrganizationServiceUtil.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.void
OrganizationLocalService.addOrganizationResources
(long userId, Organization organization) Adds a resource for each type of permission available on the organization.static void
OrganizationLocalServiceUtil.addOrganizationResources
(long userId, Organization organization) Adds a resource for each type of permission available on the organization.void
OrganizationLocalServiceWrapper.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 User
OrganizationLocalServiceUtil.addOrganizationUserByEmailAddress
(String emailAddress, long organizationId, ServiceContext serviceContext) OrganizationLocalServiceWrapper.addOrganizationUserByEmailAddress
(String emailAddress, long organizationId, ServiceContext serviceContext) OrganizationService.addOrganizationUserByEmailAddress
(String emailAddress, long organizationId, ServiceContext serviceContext) static User
OrganizationServiceUtil.addOrganizationUserByEmailAddress
(String emailAddress, long organizationId, ServiceContext serviceContext) OrganizationServiceWrapper.addOrganizationUserByEmailAddress
(String emailAddress, long organizationId, ServiceContext serviceContext) boolean
UserLocalService.addOrganizationUsers
(long organizationId, long[] userIds) boolean
UserLocalService.addOrganizationUsers
(long organizationId, List<User> users) static boolean
UserLocalServiceUtil.addOrganizationUsers
(long organizationId, long[] userIds) static boolean
UserLocalServiceUtil.addOrganizationUsers
(long organizationId, List<User> users) boolean
UserLocalServiceWrapper.addOrganizationUsers
(long organizationId, long[] userIds) boolean
UserLocalServiceWrapper.addOrganizationUsers
(long organizationId, List<User> users) void
UserService.addOrganizationUsers
(long organizationId, long[] userIds) Adds the users to the organization.static void
UserServiceUtil.addOrganizationUsers
(long organizationId, long[] userIds) Adds the users to the organization.void
UserServiceWrapper.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 OrgLabor
OrgLaborLocalServiceUtil.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 OrgLabor
OrgLaborServiceUtil.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 Organization
OrganizationLocalServiceUtil.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 Organization
OrganizationServiceUtil.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 User
UserLocalServiceUtil.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 User
UserServiceUtil.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 UserGroup
UserGroupLocalServiceUtil.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 UserGroup
UserGroupServiceUtil.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 PasswordPolicy
PasswordPolicyLocalServiceUtil.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 PasswordPolicy
PasswordPolicyServiceUtil.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) void
OrganizationService.addPasswordPolicyOrganizations
(long passwordPolicyId, long[] organizationIds) Assigns the password policy to the organizations, removing any other currently assigned password policies.static void
OrganizationServiceUtil.addPasswordPolicyOrganizations
(long passwordPolicyId, long[] organizationIds) Assigns the password policy to the organizations, removing any other currently assigned password policies.void
OrganizationServiceWrapper.addPasswordPolicyOrganizations
(long passwordPolicyId, long[] organizationIds) Assigns the password policy to the organizations, removing any other currently assigned password policies.void
UserService.addPasswordPolicyUsers
(long passwordPolicyId, long[] userIds) Assigns the password policy to the users, removing any other currently assigned password policies.static void
UserServiceUtil.addPasswordPolicyUsers
(long passwordPolicyId, long[] userIds) Assigns the password policy to the users, removing any other currently assigned password policies.void
UserServiceWrapper.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 Phone
PhoneLocalServiceUtil.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 Phone
PhoneServiceUtil.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 PortletItem
PortletItemLocalServiceUtil.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 RecentLayoutBranch
RecentLayoutBranchLocalServiceUtil.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 RecentLayoutRevision
RecentLayoutRevisionLocalServiceUtil.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 RecentLayoutSetBranch
RecentLayoutSetBranchLocalServiceUtil.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 Region
RegionLocalServiceUtil.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 Region
RegionServiceUtil.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 Repository
RepositoryLocalServiceUtil.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 Repository
RepositoryServiceUtil.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 RepositoryEntry
RepositoryEntryLocalServiceUtil.addRepositoryEntry
(long userId, long groupId, long repositoryId, String mappedId, ServiceContext serviceContext) RepositoryEntryLocalServiceWrapper.addRepositoryEntry
(long userId, long groupId, long repositoryId, String mappedId, ServiceContext serviceContext) void
ResourcePermissionLocalService.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 void
ResourcePermissionLocalServiceUtil.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.void
ResourcePermissionLocalServiceWrapper.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.void
ResourcePermissionService.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 void
ResourcePermissionServiceUtil.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.void
ResourcePermissionServiceWrapper.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.void
ResourcePermissionLocalService.addResourcePermissions
(long companyId, long groupId, long userId, String name, String[] primKeys, boolean portletActions, ServiceContext serviceContext) void
ResourcePermissionLocalService.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 void
ResourcePermissionLocalServiceUtil.addResourcePermissions
(long companyId, long groupId, long userId, String name, String[] primKeys, boolean portletActions, ServiceContext serviceContext) static void
ResourcePermissionLocalServiceUtil.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.void
ResourcePermissionLocalServiceWrapper.addResourcePermissions
(long companyId, long groupId, long userId, String name, String[] primKeys, boolean portletActions, ServiceContext serviceContext) void
ResourcePermissionLocalServiceWrapper.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.void
ResourceLocalService.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.void
ResourceLocalService.addResources
(long companyId, long groupId, long userId, String name, long primKey, boolean portletActions, ServiceContext serviceContext) void
ResourceLocalService.addResources
(long companyId, long groupId, long userId, String name, String[] primKeys, boolean portletActions, boolean addGroupPermissions, boolean addGuestPermissions) void
ResourceLocalService.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.void
ResourceLocalService.addResources
(long companyId, long groupId, String name, boolean portletActions) Adds resources for the entity with the name.static void
ResourceLocalServiceUtil.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 void
ResourceLocalServiceUtil.addResources
(long companyId, long groupId, long userId, String name, long primKey, boolean portletActions, ServiceContext serviceContext) static void
ResourceLocalServiceUtil.addResources
(long companyId, long groupId, long userId, String name, String[] primKeys, boolean portletActions, boolean addGroupPermissions, boolean addGuestPermissions) static void
ResourceLocalServiceUtil.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 void
ResourceLocalServiceUtil.addResources
(long companyId, long groupId, String name, boolean portletActions) Adds resources for the entity with the name.void
ResourceLocalServiceWrapper.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.void
ResourceLocalServiceWrapper.addResources
(long companyId, long groupId, long userId, String name, long primKey, boolean portletActions, ServiceContext serviceContext) void
ResourceLocalServiceWrapper.addResources
(long companyId, long groupId, long userId, String name, String[] primKeys, boolean portletActions, boolean addGroupPermissions, boolean addGuestPermissions) void
ResourceLocalServiceWrapper.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.void
ResourceLocalServiceWrapper.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 Role
RoleLocalServiceUtil.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 Role
RoleServiceUtil.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) void
GroupService.addRoleGroups
(long roleId, long[] groupIds) Adds the groups to the role.static void
GroupServiceUtil.addRoleGroups
(long roleId, long[] groupIds) Adds the groups to the role.void
GroupServiceWrapper.addRoleGroups
(long roleId, long[] groupIds) Adds the groups to the role.boolean
UserLocalService.addRoleUsers
(long roleId, long[] userIds) boolean
UserLocalService.addRoleUsers
(long roleId, List<User> users) static boolean
UserLocalServiceUtil.addRoleUsers
(long roleId, long[] userIds) static boolean
UserLocalServiceUtil.addRoleUsers
(long roleId, List<User> users) boolean
UserLocalServiceWrapper.addRoleUsers
(long roleId, long[] userIds) boolean
UserLocalServiceWrapper.addRoleUsers
(long roleId, List<User> users) void
UserService.addRoleUsers
(long roleId, long[] userIds) Adds the users to the role.static void
UserServiceUtil.addRoleUsers
(long roleId, long[] userIds) Adds the users to the role.void
UserServiceWrapper.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 Subscription
SubscriptionLocalServiceUtil.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 Subscription
SubscriptionLocalServiceUtil.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 SystemEvent
SystemEventLocalServiceUtil.addSystemEvent
(long userId, long groupId, String className, long classPK, String classUuid, String referrerClassName, int type, String extraData) static SystemEvent
SystemEventLocalServiceUtil.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 Team
TeamLocalServiceUtil.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 Team
TeamServiceUtil.addTeam
(long groupId, String name, String description, ServiceContext serviceContext) TeamServiceWrapper.addTeam
(long groupId, String name, String description, ServiceContext serviceContext) void
UserGroupService.addTeamUserGroups
(long teamId, long[] userGroupIds) Adds the user groups to the teamstatic void
UserGroupServiceUtil.addTeamUserGroups
(long teamId, long[] userGroupIds) Adds the user groups to the teamvoid
UserGroupServiceWrapper.addTeamUserGroups
(long teamId, long[] userGroupIds) Adds the user groups to the teamboolean
UserLocalService.addTeamUsers
(long teamId, long[] userIds) boolean
UserLocalService.addTeamUsers
(long teamId, List<User> users) static boolean
UserLocalServiceUtil.addTeamUsers
(long teamId, long[] userIds) static boolean
UserLocalServiceUtil.addTeamUsers
(long teamId, List<User> users) boolean
UserLocalServiceWrapper.addTeamUsers
(long teamId, long[] userIds) boolean
UserLocalServiceWrapper.addTeamUsers
(long teamId, List<User> users) void
UserService.addTeamUsers
(long teamId, long[] userIds) Adds the users to the team.static void
UserServiceUtil.addTeamUsers
(long teamId, long[] userIds) Adds the users to the team.void
UserServiceWrapper.addTeamUsers
(long teamId, long[] userIds) Adds the users to the team.LayoutService.addTempFileEntry
(long groupId, String folderName, String fileName, InputStream inputStream, String mimeType) static FileEntry
LayoutServiceUtil.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 User
UserLocalServiceUtil.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 User
UserServiceUtil.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 User
UserServiceUtil.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 User
UserServiceUtil.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 User
UserServiceUtil.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 UserGroup
UserGroupLocalServiceUtil.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 UserGroup
UserGroupServiceUtil.addUserGroup
(String name, String description, ServiceContext serviceContext) Adds a user group.UserGroupServiceWrapper.addUserGroup
(String name, String description, ServiceContext serviceContext) Adds a user group.void
UserGroupGroupRoleService.addUserGroupGroupRoles
(long[] userGroupIds, long groupId, long roleId) void
UserGroupGroupRoleService.addUserGroupGroupRoles
(long userGroupId, long groupId, long[] roleIds) static void
UserGroupGroupRoleServiceUtil.addUserGroupGroupRoles
(long[] userGroupIds, long groupId, long roleId) static void
UserGroupGroupRoleServiceUtil.addUserGroupGroupRoles
(long userGroupId, long groupId, long[] roleIds) void
UserGroupGroupRoleServiceWrapper.addUserGroupGroupRoles
(long[] userGroupIds, long groupId, long roleId) void
UserGroupGroupRoleServiceWrapper.addUserGroupGroupRoles
(long userGroupId, long groupId, long[] roleIds) void
UserGroupRoleService.addUserGroupRoles
(long[] userIds, long groupId, long roleId) void
UserGroupRoleService.addUserGroupRoles
(long userId, long groupId, long[] roleIds) static void
UserGroupRoleServiceUtil.addUserGroupRoles
(long[] userIds, long groupId, long roleId) static void
UserGroupRoleServiceUtil.addUserGroupRoles
(long userId, long groupId, long[] roleIds) void
UserGroupRoleServiceWrapper.addUserGroupRoles
(long[] userIds, long groupId, long roleId) void
UserGroupRoleServiceWrapper.addUserGroupRoles
(long userId, long groupId, long[] roleIds) boolean
UserLocalService.addUserGroupUsers
(long userGroupId, long[] userIds) boolean
UserLocalService.addUserGroupUsers
(long userGroupId, List<User> users) static boolean
UserLocalServiceUtil.addUserGroupUsers
(long userGroupId, long[] userIds) static boolean
UserLocalServiceUtil.addUserGroupUsers
(long userGroupId, List<User> users) boolean
UserLocalServiceWrapper.addUserGroupUsers
(long userGroupId, long[] userIds) boolean
UserLocalServiceWrapper.addUserGroupUsers
(long userGroupId, List<User> users) void
UserService.addUserGroupUsers
(long userGroupId, long[] userIds) Adds the users to the user group.static void
UserServiceUtil.addUserGroupUsers
(long userGroupId, long[] userIds) Adds the users to the user group.void
UserServiceWrapper.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 UserNotificationDelivery
UserNotificationDeliveryLocalServiceUtil.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 UserNotificationEvent
UserNotificationEventLocalServiceUtil.addUserNotificationEvent
(long userId, boolean delivered, boolean actionRequired, NotificationEvent notificationEvent) static UserNotificationEvent
UserNotificationEventLocalServiceUtil.addUserNotificationEvent
(long userId, NotificationEvent notificationEvent) static UserNotificationEvent
UserNotificationEventLocalServiceUtil.addUserNotificationEvent
(long userId, String type, long timestamp, int deliveryType, long deliverBy, boolean delivered, String payload, boolean actionRequired, boolean archived, ServiceContext serviceContext) static UserNotificationEvent
UserNotificationEventLocalServiceUtil.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) void
OrganizationLocalService.addUserOrganizationByEmailAddress
(String emailAddress, long organizationId) static void
OrganizationLocalServiceUtil.addUserOrganizationByEmailAddress
(String emailAddress, long organizationId) void
OrganizationLocalServiceWrapper.addUserOrganizationByEmailAddress
(String emailAddress, long organizationId) void
OrganizationService.addUserOrganizationByEmailAddress
(String emailAddress, long organizationId) static void
OrganizationServiceUtil.addUserOrganizationByEmailAddress
(String emailAddress, long organizationId) void
OrganizationServiceWrapper.addUserOrganizationByEmailAddress
(String emailAddress, long organizationId) boolean
RoleLocalService.addUserRole
(long userId, long roleId) boolean
RoleLocalService.addUserRole
(long userId, Role role) static boolean
RoleLocalServiceUtil.addUserRole
(long userId, long roleId) static boolean
RoleLocalServiceUtil.addUserRole
(long userId, Role role) boolean
RoleLocalServiceWrapper.addUserRole
(long userId, long roleId) boolean
RoleLocalServiceWrapper.addUserRole
(long userId, Role role) boolean
RoleLocalService.addUserRoles
(long userId, long[] roleIds) boolean
RoleLocalService.addUserRoles
(long userId, List<Role> roles) static boolean
RoleLocalServiceUtil.addUserRoles
(long userId, long[] roleIds) static boolean
RoleLocalServiceUtil.addUserRoles
(long userId, List<Role> roles) boolean
RoleLocalServiceWrapper.addUserRoles
(long userId, long[] roleIds) boolean
RoleLocalServiceWrapper.addUserRoles
(long userId, List<Role> roles) void
RoleService.addUserRoles
(long userId, long[] roleIds) Adds the roles to the user.static void
RoleServiceUtil.addUserRoles
(long userId, long[] roleIds) Adds the roles to the user.void
RoleServiceWrapper.addUserRoles
(long userId, long[] roleIds) Adds the roles to the user.boolean
UserGroupLocalService.addUserUserGroup
(long userId, long userGroupId) boolean
UserGroupLocalService.addUserUserGroup
(long userId, UserGroup userGroup) static boolean
UserGroupLocalServiceUtil.addUserUserGroup
(long userId, long userGroupId) static boolean
UserGroupLocalServiceUtil.addUserUserGroup
(long userId, UserGroup userGroup) boolean
UserGroupLocalServiceWrapper.addUserUserGroup
(long userId, long userGroupId) boolean
UserGroupLocalServiceWrapper.addUserUserGroup
(long userId, UserGroup userGroup) boolean
UserGroupLocalService.addUserUserGroups
(long userId, long[] userGroupIds) boolean
UserGroupLocalService.addUserUserGroups
(long userId, List<UserGroup> userGroups) static boolean
UserGroupLocalServiceUtil.addUserUserGroups
(long userId, long[] userGroupIds) static boolean
UserGroupLocalServiceUtil.addUserUserGroups
(long userId, List<UserGroup> userGroups) boolean
UserGroupLocalServiceWrapper.addUserUserGroups
(long userId, long[] userGroupIds) boolean
UserGroupLocalServiceWrapper.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 User
UserLocalServiceUtil.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 User
UserServiceUtil.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 User
UserServiceUtil.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 User
UserServiceUtil.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 User
UserServiceUtil.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 Website
WebsiteLocalServiceUtil.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 Website
WebsiteServiceUtil.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 WorkflowDefinitionLink
WorkflowDefinitionLinkLocalServiceUtil.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 WorkflowDefinitionLink
WorkflowDefinitionLinkServiceUtil.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 WorkflowInstanceLink
WorkflowInstanceLinkLocalServiceUtil.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) void
UserNotificationEventLocalService.archiveUserNotificationEvents
(long userId, int deliveryType, boolean actionRequired) static void
UserNotificationEventLocalServiceUtil.archiveUserNotificationEvents
(long userId, int deliveryType, boolean actionRequired) void
UserNotificationEventLocalServiceWrapper.archiveUserNotificationEvents
(long userId, int deliveryType, boolean actionRequired) int
UserLocalService.authenticateByEmailAddress
(long companyId, String emailAddress, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap, Map<String, Object> resultsMap) Attempts to authenticate the user by their email address and password, while using the AuthPipeline.static int
UserLocalServiceUtil.authenticateByEmailAddress
(long companyId, String emailAddress, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap, Map<String, Object> resultsMap) Attempts to authenticate the user by their email address and password, while using the AuthPipeline.int
UserLocalServiceWrapper.authenticateByEmailAddress
(long companyId, String emailAddress, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap, Map<String, Object> resultsMap) Attempts to authenticate the user by their email address and password, while using the AuthPipeline.int
UserLocalService.authenticateByScreenName
(long companyId, String screenName, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap, Map<String, Object> resultsMap) Attempts to authenticate the user by their screen name and password, while using the AuthPipeline.static int
UserLocalServiceUtil.authenticateByScreenName
(long companyId, String screenName, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap, Map<String, Object> resultsMap) Attempts to authenticate the user by their screen name and password, while using the AuthPipeline.int
UserLocalServiceWrapper.authenticateByScreenName
(long companyId, String screenName, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap, Map<String, Object> resultsMap) Attempts to authenticate the user by their screen name and password, while using the AuthPipeline.int
UserLocalService.authenticateByUserId
(long companyId, long userId, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap, Map<String, Object> resultsMap) Attempts to authenticate the user by their primary key and password, while using the AuthPipeline.static int
UserLocalServiceUtil.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.int
UserLocalServiceWrapper.authenticateByUserId
(long companyId, long userId, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap, Map<String, Object> resultsMap) Attempts to authenticate the user by their primary key and password, while using the AuthPipeline.long
UserLocalService.authenticateForBasic
(long companyId, String authType, String login, String password) Attempts to authenticate the user using HTTP basic access authentication, without using the AuthPipeline.static long
UserLocalServiceUtil.authenticateForBasic
(long companyId, String authType, String login, String password) Attempts to authenticate the user using HTTP basic access authentication, without using the AuthPipeline.long
UserLocalServiceWrapper.authenticateForBasic
(long companyId, String authType, String login, String password) Attempts to authenticate the user using HTTP basic access authentication, without using the AuthPipeline.long
UserLocalService.authenticateForDigest
(long companyId, String userName, String realm, String nonce, String method, String uri, String response) Deprecated.As of Cavanaugh (7.4.x), with no direct replacementstatic long
UserLocalServiceUtil.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 replacementlong
UserLocalServiceWrapper.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 Company
CompanyLocalServiceUtil.checkCompany
(String webId) Returns the company with the web domain.CompanyLocalServiceWrapper.checkCompany
(String webId) Returns the company with the web domain.void
GroupLocalService.checkCompanyGroup
(long companyId) Adds a company group if it does not exist.static void
GroupLocalServiceUtil.checkCompanyGroup
(long companyId) Adds a company group if it does not exist.void
GroupLocalServiceWrapper.checkCompanyGroup
(long companyId) Adds a company group if it does not exist.void
CompanyLocalService.checkCompanyKey
(long companyId) Checks if the company has an encryption key.static void
CompanyLocalServiceUtil.checkCompanyKey
(long companyId) Checks if the company has an encryption key.void
CompanyLocalServiceWrapper.checkCompanyKey
(long companyId) Checks if the company has an encryption key.void
PasswordPolicyLocalService.checkDefaultPasswordPolicy
(long companyId) static void
PasswordPolicyLocalServiceUtil.checkDefaultPasswordPolicy
(long companyId) void
PasswordPolicyLocalServiceWrapper.checkDefaultPasswordPolicy
(long companyId) void
UserLocalService.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 void
UserLocalServiceUtil.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.void
UserLocalServiceWrapper.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.void
UserLocalService.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 void
UserLocalServiceUtil.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.void
UserLocalServiceWrapper.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.void
UserLocalService.checkLoginFailureById
(long userId) Adds a failed login attempt to the user and updates the user's last failed login date.static void
UserLocalServiceUtil.checkLoginFailureById
(long userId) Adds a failed login attempt to the user and updates the user's last failed login date.void
UserLocalServiceWrapper.checkLoginFailureById
(long userId) Adds a failed login attempt to the user and updates the user's last failed login date.void
UserLocalService.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 void
UserLocalServiceUtil.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.void
UserLocalServiceWrapper.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.void
UserLocalService.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 void
UserLocalServiceUtil.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.void
UserLocalServiceWrapper.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.void
PermissionService.checkPermission
(long groupId, String name, long primKey) Checks to see if the group has permission to the service.void
PermissionService.checkPermission
(long groupId, String name, String primKey) Checks to see if the group has permission to the service.static void
PermissionServiceUtil.checkPermission
(long groupId, String name, long primKey) Checks to see if the group has permission to the service.static void
PermissionServiceUtil.checkPermission
(long groupId, String name, String primKey) Checks to see if the group has permission to the service.void
PermissionServiceWrapper.checkPermission
(long groupId, String name, long primKey) Checks to see if the group has permission to the service.void
PermissionServiceWrapper.checkPermission
(long groupId, String name, String primKey) Checks to see if the group has permission to the service.void
PluginSettingLocalService.checkPermission
(long userId, String pluginId, String pluginType) static void
PluginSettingLocalServiceUtil.checkPermission
(long userId, String pluginId, String pluginType) void
PluginSettingLocalServiceWrapper.checkPermission
(long userId, String pluginId, String pluginType) void
PortletLocalService.checkPortlet
(Portlet portlet) static void
PortletLocalServiceUtil.checkPortlet
(Portlet portlet) void
PortletLocalServiceWrapper.checkPortlet
(Portlet portlet) void
PortletLocalService.checkPortlets
(long companyId) static void
PortletLocalServiceUtil.checkPortlets
(long companyId) void
PortletLocalServiceWrapper.checkPortlets
(long companyId) void
GroupService.checkRemoteStagingGroup
(long groupId) Checks that the current user is permitted to use the group for Remote Staging.static void
GroupServiceUtil.checkRemoteStagingGroup
(long groupId) Checks that the current user is permitted to use the group for Remote Staging.void
GroupServiceWrapper.checkRemoteStagingGroup
(long groupId) Checks that the current user is permitted to use the group for Remote Staging.void
RepositoryService.checkRepository
(long repositoryId) static void
RepositoryServiceUtil.checkRepository
(long repositoryId) void
RepositoryServiceWrapper.checkRepository
(long repositoryId) GroupLocalService.checkScopeGroup
(Layout layout, long userId) static Group
GroupLocalServiceUtil.checkScopeGroup
(Layout layout, long userId) GroupLocalServiceWrapper.checkScopeGroup
(Layout layout, long userId) void
SystemEventLocalService.checkSystemEvents()
static void
SystemEventLocalServiceUtil.checkSystemEvents()
void
SystemEventLocalServiceWrapper.checkSystemEvents()
void
GroupLocalService.checkSystemGroups
(long companyId) Creates systems groups and other related data needed by the system on the very first startup.static void
GroupLocalServiceUtil.checkSystemGroups
(long companyId) Creates systems groups and other related data needed by the system on the very first startup.void
GroupLocalServiceWrapper.checkSystemGroups
(long companyId) Creates systems groups and other related data needed by the system on the very first startup.void
RoleLocalService.checkSystemRoles()
Checks to ensure that the system roles map has appropriate default roles in each company.void
RoleLocalService.checkSystemRoles
(long companyId) Checks to ensure that the system roles map has appropriate default roles in the company.static void
RoleLocalServiceUtil.checkSystemRoles()
Checks to ensure that the system roles map has appropriate default roles in each company.static void
RoleLocalServiceUtil.checkSystemRoles
(long companyId) Checks to ensure that the system roles map has appropriate default roles in the company.void
RoleLocalServiceWrapper.checkSystemRoles()
Checks to ensure that the system roles map has appropriate default roles in each company.void
RoleLocalServiceWrapper.checkSystemRoles
(long companyId) Checks to ensure that the system roles map has appropriate default roles in the company.void
RoleLocalService.clearUserRoles
(long userId) static void
RoleLocalServiceUtil.clearUserRoles
(long userId) void
RoleLocalServiceWrapper.clearUserRoles
(long userId) void
UserLocalService.completeUserRegistration
(User user, ServiceContext serviceContext) Completes the user's registration by generating a password and sending the confirmation email.static void
UserLocalServiceUtil.completeUserRegistration
(User user, ServiceContext serviceContext) Completes the user's registration by generating a password and sending the confirmation email.void
UserLocalServiceWrapper.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 Address
AddressLocalServiceUtil.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 Company
CompanyLocalServiceUtil.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 Layout
LayoutLocalServiceUtil.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 Layout
LayoutServiceUtil.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) void
ResourcePermissionLocalService.copyModelResourcePermissions
(long companyId, String name, long sourcePrimKey, long targetPrimKey) static void
ResourcePermissionLocalServiceUtil.copyModelResourcePermissions
(long companyId, String name, long sourcePrimKey, long targetPrimKey) void
ResourcePermissionLocalServiceWrapper.copyModelResourcePermissions
(long companyId, String name, long sourcePrimKey, long targetPrimKey) void
ResourceLocalService.copyModelResources
(long companyId, String name, long sourcePrimKey, long targetPrimKey) static void
ResourceLocalServiceUtil.copyModelResources
(long companyId, String name, long sourcePrimKey, long targetPrimKey) void
ResourceLocalServiceWrapper.copyModelResources
(long companyId, String name, long sourcePrimKey, long targetPrimKey) AddressLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
AddressLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) AddressLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) BrowserTrackerLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
BrowserTrackerLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) BrowserTrackerLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) ClassNameLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ClassNameLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) ClassNameLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) CompanyInfoLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
CompanyInfoLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) CompanyInfoLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) CompanyLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
CompanyLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) CompanyLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) ContactLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ContactLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) ContactLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) CountryLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
CountryLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) CountryLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) EmailAddressLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
EmailAddressLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) EmailAddressLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) GroupLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
GroupLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) GroupLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) ImageLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ImageLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) ImageLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) LayoutBranchLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
LayoutBranchLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) LayoutBranchLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) LayoutFriendlyURLLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
LayoutFriendlyURLLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) LayoutFriendlyURLLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) LayoutLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
LayoutLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) LayoutLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) LayoutPrototypeLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
LayoutPrototypeLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) LayoutPrototypeLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) LayoutRevisionLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
LayoutRevisionLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) LayoutRevisionLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) LayoutSetBranchLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
LayoutSetBranchLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) LayoutSetBranchLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) LayoutSetLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
LayoutSetLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) LayoutSetLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) LayoutSetPrototypeLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
LayoutSetPrototypeLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) LayoutSetPrototypeLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) ListTypeLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ListTypeLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) ListTypeLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) MembershipRequestLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
MembershipRequestLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) MembershipRequestLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) OrganizationLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
OrganizationLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) OrganizationLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) OrgLaborLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
OrgLaborLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) OrgLaborLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) PasswordPolicyLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
PasswordPolicyLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) PasswordPolicyLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) PasswordPolicyRelLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
PasswordPolicyRelLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) PasswordPolicyRelLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) PasswordTrackerLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
PasswordTrackerLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) PasswordTrackerLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) default PersistedModel
PersistedModelLocalService.createPersistedModel
(Serializable primaryKeyObj) PhoneLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
PhoneLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) PhoneLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) PluginSettingLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
PluginSettingLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) PluginSettingLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) PortalPreferencesLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
PortalPreferencesLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) PortalPreferencesLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) PortalPreferenceValueLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
PortalPreferenceValueLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) PortalPreferenceValueLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) PortletItemLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
PortletItemLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) PortletItemLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) PortletLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
PortletLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) PortletLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) PortletPreferencesLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
PortletPreferencesLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) PortletPreferencesLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) PortletPreferenceValueLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
PortletPreferenceValueLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) PortletPreferenceValueLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) RecentLayoutBranchLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
RecentLayoutBranchLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) RecentLayoutBranchLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) RecentLayoutRevisionLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
RecentLayoutRevisionLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) RecentLayoutRevisionLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) RecentLayoutSetBranchLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
RecentLayoutSetBranchLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) RecentLayoutSetBranchLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) RegionLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
RegionLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) RegionLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) ReleaseLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ReleaseLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) ReleaseLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) RememberMeTokenLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
RememberMeTokenLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) RememberMeTokenLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) RepositoryEntryLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
RepositoryEntryLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) RepositoryEntryLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) RepositoryLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
RepositoryLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) RepositoryLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) ResourceActionLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ResourceActionLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) ResourceActionLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) ResourcePermissionLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ResourcePermissionLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) ResourcePermissionLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) RoleLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
RoleLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) RoleLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) ServiceComponentLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ServiceComponentLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) ServiceComponentLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) SubscriptionLocalService.createPersistedModel
(Serializable primaryKeyObj) Deprecated.static PersistedModel
SubscriptionLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) Deprecated.SubscriptionLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) Deprecated.SystemEventLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
SystemEventLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) SystemEventLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) TeamLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
TeamLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) TeamLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) TicketLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
TicketLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) TicketLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) UserGroupGroupRoleLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
UserGroupGroupRoleLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) UserGroupGroupRoleLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) UserGroupLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
UserGroupLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) UserGroupLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) UserGroupRoleLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
UserGroupRoleLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) UserGroupRoleLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) UserIdMapperLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
UserIdMapperLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) UserIdMapperLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) UserLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
UserLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) UserLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) UserNotificationDeliveryLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
UserNotificationDeliveryLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) UserNotificationDeliveryLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) UserNotificationEventLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
UserNotificationEventLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) UserNotificationEventLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) UserTrackerLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
UserTrackerLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) UserTrackerLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) UserTrackerPathLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
UserTrackerPathLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) UserTrackerPathLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) VirtualHostLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
VirtualHostLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) VirtualHostLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) WebDAVPropsLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
WebDAVPropsLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) WebDAVPropsLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) WebsiteLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
WebsiteLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) WebsiteLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) WorkflowDefinitionLinkLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
WorkflowDefinitionLinkLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) WorkflowDefinitionLinkLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) WorkflowInstanceLinkLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
WorkflowInstanceLinkLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) WorkflowInstanceLinkLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) AddressLocalService.deleteAddress
(long addressId) Deletes the address with the primary key from the database.static Address
AddressLocalServiceUtil.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.void
AddressService.deleteAddress
(long addressId) static void
AddressServiceUtil.deleteAddress
(long addressId) void
AddressServiceWrapper.deleteAddress
(long addressId) void
PortletPreferencesService.deleteArchivedPreferences
(long portletItemId) static void
PortletPreferencesServiceUtil.deleteArchivedPreferences
(long portletItemId) void
PortletPreferencesServiceWrapper.deleteArchivedPreferences
(long portletItemId) BrowserTrackerLocalService.deleteBrowserTracker
(long browserTrackerId) Deletes the browser tracker with the primary key from the database.static BrowserTracker
BrowserTrackerLocalServiceUtil.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 ClassName
ClassNameLocalServiceUtil.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 Company
CompanyLocalServiceUtil.deleteCompany
(long companyId) Deletes the company with the primary key from the database.static Company
CompanyLocalServiceUtil.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 Company
CompanyServiceUtil.deleteCompany
(long companyId) CompanyServiceWrapper.deleteCompany
(long companyId) void
CountryLocalService.deleteCompanyCountries
(long companyId) static void
CountryLocalServiceUtil.deleteCompanyCountries
(long companyId) void
CountryLocalServiceWrapper.deleteCompanyCountries
(long companyId) CompanyInfoLocalService.deleteCompanyInfo
(long companyInfoId) Deletes the company info with the primary key from the database.static CompanyInfo
CompanyInfoLocalServiceUtil.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 Contact
ContactLocalServiceUtil.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 Country
CountryLocalServiceUtil.deleteCountry
(long countryId) Deletes the country with the primary key from the database.static Country
CountryLocalServiceUtil.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.void
CountryService.deleteCountry
(long countryId) static void
CountryServiceUtil.deleteCountry
(long countryId) void
CountryServiceWrapper.deleteCountry
(long countryId) EmailAddressLocalService.deleteEmailAddress
(long emailAddressId) Deletes the email address with the primary key from the database.static EmailAddress
EmailAddressLocalServiceUtil.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.void
EmailAddressService.deleteEmailAddress
(long emailAddressId) static void
EmailAddressServiceUtil.deleteEmailAddress
(long emailAddressId) void
EmailAddressServiceWrapper.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 Group
GroupLocalServiceUtil.deleteGroup
(long groupId) Deletes the group with the primary key from the database.static Group
GroupLocalServiceUtil.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.void
GroupService.deleteGroup
(long groupId) Deletes the group.static void
GroupServiceUtil.deleteGroup
(long groupId) Deletes the group.void
GroupServiceWrapper.deleteGroup
(long groupId) Deletes the group.ImageLocalService.deleteImage
(long imageId) Deletes the image with the primary key from the database.static Image
ImageLocalServiceUtil.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.void
LayoutLocalService.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.void
LayoutLocalService.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.void
LayoutLocalService.deleteLayout
(Layout layout, ServiceContext serviceContext) Deletes the layout, its child layouts, and its associated resources.void
LayoutLocalService.deleteLayout
(String externalReferenceCode, long groupId) static Layout
LayoutLocalServiceUtil.deleteLayout
(long plid) Deletes the layout with the primary key from the database.static void
LayoutLocalServiceUtil.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 void
LayoutLocalServiceUtil.deleteLayout
(long plid, ServiceContext serviceContext) Deletes the layout with the plid, also deleting the layout's child layouts, and associated resources.static Layout
LayoutLocalServiceUtil.deleteLayout
(Layout layout) Deletes the layout from the database.static void
LayoutLocalServiceUtil.deleteLayout
(Layout layout, ServiceContext serviceContext) Deletes the layout, its child layouts, and its associated resources.static void
LayoutLocalServiceUtil.deleteLayout
(String externalReferenceCode, long groupId) LayoutLocalServiceWrapper.deleteLayout
(long plid) Deletes the layout with the primary key from the database.void
LayoutLocalServiceWrapper.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.void
LayoutLocalServiceWrapper.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.void
LayoutLocalServiceWrapper.deleteLayout
(Layout layout, ServiceContext serviceContext) Deletes the layout, its child layouts, and its associated resources.void
LayoutLocalServiceWrapper.deleteLayout
(String externalReferenceCode, long groupId) void
LayoutService.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.void
LayoutService.deleteLayout
(long plid, ServiceContext serviceContext) Deletes the layout with the plid, also deleting the layout's child layouts, and associated resources.void
LayoutService.deleteLayout
(String externalReferenceCode, long groupId) static void
LayoutServiceUtil.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 void
LayoutServiceUtil.deleteLayout
(long plid, ServiceContext serviceContext) Deletes the layout with the plid, also deleting the layout's child layouts, and associated resources.static void
LayoutServiceUtil.deleteLayout
(String externalReferenceCode, long groupId) void
LayoutServiceWrapper.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.void
LayoutServiceWrapper.deleteLayout
(long plid, ServiceContext serviceContext) Deletes the layout with the plid, also deleting the layout's child layouts, and associated resources.void
LayoutServiceWrapper.deleteLayout
(String externalReferenceCode, long groupId) LayoutBranchLocalService.deleteLayoutBranch
(long layoutBranchId) Deletes the layout branch with the primary key from the database.static LayoutBranch
LayoutBranchLocalServiceUtil.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.void
LayoutBranchService.deleteLayoutBranch
(long layoutBranchId) static void
LayoutBranchServiceUtil.deleteLayoutBranch
(long layoutBranchId) void
LayoutBranchServiceWrapper.deleteLayoutBranch
(long layoutBranchId) void
LayoutBranchLocalService.deleteLayoutBranchesByPlid
(long plid) static void
LayoutBranchLocalServiceUtil.deleteLayoutBranchesByPlid
(long plid) void
LayoutBranchLocalServiceWrapper.deleteLayoutBranchesByPlid
(long plid) LayoutFriendlyURLLocalService.deleteLayoutFriendlyURL
(long layoutFriendlyURLId) Deletes the layout friendly url with the primary key from the database.static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.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.void
LayoutRevisionLocalService.deleteLayoutLayoutRevisions
(long plid) static void
LayoutRevisionLocalServiceUtil.deleteLayoutLayoutRevisions
(long plid) void
LayoutRevisionLocalServiceWrapper.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 LayoutPrototype
LayoutPrototypeLocalServiceUtil.deleteLayoutPrototype
(long layoutPrototypeId) Deletes the layout prototype with the primary key from the database.static LayoutPrototype
LayoutPrototypeLocalServiceUtil.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.void
LayoutPrototypeService.deleteLayoutPrototype
(long layoutPrototypeId) static void
LayoutPrototypeServiceUtil.deleteLayoutPrototype
(long layoutPrototypeId) void
LayoutPrototypeServiceWrapper.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 LayoutRevision
LayoutRevisionLocalServiceUtil.deleteLayoutRevision
(long layoutRevisionId) Deletes the layout revision with the primary key from the database.static LayoutRevision
LayoutRevisionLocalServiceUtil.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.void
LayoutRevisionLocalService.deleteLayoutRevisions
(long layoutSetBranchId, long plid) void
LayoutRevisionLocalService.deleteLayoutRevisions
(long layoutSetBranchId, long layoutBranchId, long plid) static void
LayoutRevisionLocalServiceUtil.deleteLayoutRevisions
(long layoutSetBranchId, long plid) static void
LayoutRevisionLocalServiceUtil.deleteLayoutRevisions
(long layoutSetBranchId, long layoutBranchId, long plid) void
LayoutRevisionLocalServiceWrapper.deleteLayoutRevisions
(long layoutSetBranchId, long plid) void
LayoutRevisionLocalServiceWrapper.deleteLayoutRevisions
(long layoutSetBranchId, long layoutBranchId, long plid) void
LayoutLocalService.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 void
LayoutLocalServiceUtil.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.void
LayoutLocalServiceWrapper.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.void
LayoutSetLocalService.deleteLayoutSet
(long groupId, boolean privateLayout, ServiceContext serviceContext) static LayoutSet
LayoutSetLocalServiceUtil.deleteLayoutSet
(long layoutSetId) Deletes the layout set with the primary key from the database.static void
LayoutSetLocalServiceUtil.deleteLayoutSet
(long groupId, boolean privateLayout, ServiceContext serviceContext) LayoutSetLocalServiceWrapper.deleteLayoutSet
(long layoutSetId) Deletes the layout set with the primary key from the database.void
LayoutSetLocalServiceWrapper.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 LayoutSetBranch
LayoutSetBranchLocalServiceUtil.deleteLayoutSetBranch
(long layoutSetBranchId) Deletes the layout set branch with the primary key from the database.static LayoutSetBranch
LayoutSetBranchLocalServiceUtil.deleteLayoutSetBranch
(long currentLayoutPlid, long layoutSetBranchId) static LayoutSetBranch
LayoutSetBranchLocalServiceUtil.deleteLayoutSetBranch
(long currentLayoutPlid, LayoutSetBranch layoutSetBranch, boolean includeMaster) static LayoutSetBranch
LayoutSetBranchLocalServiceUtil.deleteLayoutSetBranch
(LayoutSetBranch layoutSetBranch) Deletes the layout set branch from the database.static LayoutSetBranch
LayoutSetBranchLocalServiceUtil.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) void
LayoutSetBranchService.deleteLayoutSetBranch
(long layoutSetBranchId) void
LayoutSetBranchService.deleteLayoutSetBranch
(long currentLayoutPlid, long layoutSetBranchId) static void
LayoutSetBranchServiceUtil.deleteLayoutSetBranch
(long layoutSetBranchId) static void
LayoutSetBranchServiceUtil.deleteLayoutSetBranch
(long currentLayoutPlid, long layoutSetBranchId) void
LayoutSetBranchServiceWrapper.deleteLayoutSetBranch
(long layoutSetBranchId) void
LayoutSetBranchServiceWrapper.deleteLayoutSetBranch
(long currentLayoutPlid, long layoutSetBranchId) void
LayoutSetBranchLocalService.deleteLayoutSetBranches
(long groupId, boolean privateLayout) void
LayoutSetBranchLocalService.deleteLayoutSetBranches
(long groupId, boolean privateLayout, boolean includeMaster) static void
LayoutSetBranchLocalServiceUtil.deleteLayoutSetBranches
(long groupId, boolean privateLayout) static void
LayoutSetBranchLocalServiceUtil.deleteLayoutSetBranches
(long groupId, boolean privateLayout, boolean includeMaster) void
LayoutSetBranchLocalServiceWrapper.deleteLayoutSetBranches
(long groupId, boolean privateLayout) void
LayoutSetBranchLocalServiceWrapper.deleteLayoutSetBranches
(long groupId, boolean privateLayout, boolean includeMaster) void
LayoutBranchLocalService.deleteLayoutSetBranchLayoutBranches
(long layoutSetBranchId) static void
LayoutBranchLocalServiceUtil.deleteLayoutSetBranchLayoutBranches
(long layoutSetBranchId) void
LayoutBranchLocalServiceWrapper.deleteLayoutSetBranchLayoutBranches
(long layoutSetBranchId) void
LayoutRevisionLocalService.deleteLayoutSetBranchLayoutRevisions
(long layoutSetBranchId) static void
LayoutRevisionLocalServiceUtil.deleteLayoutSetBranchLayoutRevisions
(long layoutSetBranchId) void
LayoutRevisionLocalServiceWrapper.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 LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.deleteLayoutSetPrototype
(long layoutSetPrototypeId) Deletes the layout set prototype with the primary key from the database.static LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.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.void
LayoutSetPrototypeService.deleteLayoutSetPrototype
(long layoutSetPrototypeId) static void
LayoutSetPrototypeServiceUtil.deleteLayoutSetPrototype
(long layoutSetPrototypeId) void
LayoutSetPrototypeServiceWrapper.deleteLayoutSetPrototype
(long layoutSetPrototypeId) void
LayoutSetPrototypeLocalService.deleteLayoutSetPrototypes()
static void
LayoutSetPrototypeLocalServiceUtil.deleteLayoutSetPrototypes()
void
LayoutSetPrototypeLocalServiceWrapper.deleteLayoutSetPrototypes()
ListTypeLocalService.deleteListType
(long listTypeId) Deletes the list type with the primary key from the database.static ListType
ListTypeLocalServiceUtil.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 Company
CompanyLocalServiceUtil.deleteLogo
(long companyId) Deletes the company's logo.CompanyLocalServiceWrapper.deleteLogo
(long companyId) Deletes the company's logo.void
CompanyService.deleteLogo
(long companyId) Deletes the company's logo.static void
CompanyServiceUtil.deleteLogo
(long companyId) Deletes the company's logo.void
CompanyServiceWrapper.deleteLogo
(long companyId) Deletes the company's logo.void
OrganizationLocalService.deleteLogo
(long organizationId) Deletes the organization's logo.static void
OrganizationLocalServiceUtil.deleteLogo
(long organizationId) Deletes the organization's logo.void
OrganizationLocalServiceWrapper.deleteLogo
(long organizationId) Deletes the organization's logo.void
OrganizationService.deleteLogo
(long organizationId) Deletes the organization's logo.static void
OrganizationServiceUtil.deleteLogo
(long organizationId) Deletes the organization's logo.void
OrganizationServiceWrapper.deleteLogo
(long organizationId) Deletes the organization's logo.MembershipRequestLocalService.deleteMembershipRequest
(long membershipRequestId) Deletes the membership request with the primary key from the database.static MembershipRequest
MembershipRequestLocalServiceUtil.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.void
MembershipRequestService.deleteMembershipRequests
(long groupId, long statusId) static void
MembershipRequestServiceUtil.deleteMembershipRequests
(long groupId, long statusId) void
MembershipRequestServiceWrapper.deleteMembershipRequests
(long groupId, long statusId) void
LayoutPrototypeLocalService.deleteNondefaultLayoutPrototypes
(long companyId) static void
LayoutPrototypeLocalServiceUtil.deleteNondefaultLayoutPrototypes
(long companyId) void
LayoutPrototypeLocalServiceWrapper.deleteNondefaultLayoutPrototypes
(long companyId) void
LayoutSetPrototypeLocalService.deleteNondefaultLayoutSetPrototypes
(long companyId) static void
LayoutSetPrototypeLocalServiceUtil.deleteNondefaultLayoutSetPrototypes
(long companyId) void
LayoutSetPrototypeLocalServiceWrapper.deleteNondefaultLayoutSetPrototypes
(long companyId) void
LayoutSetPrototypeService.deleteNondefaultLayoutSetPrototypes
(long companyId) static void
LayoutSetPrototypeServiceUtil.deleteNondefaultLayoutSetPrototypes
(long companyId) void
LayoutSetPrototypeServiceWrapper.deleteNondefaultLayoutSetPrototypes
(long companyId) void
PasswordPolicyLocalService.deleteNondefaultPasswordPolicies
(long companyId) static void
PasswordPolicyLocalServiceUtil.deleteNondefaultPasswordPolicies
(long companyId) void
PasswordPolicyLocalServiceWrapper.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 Organization
OrganizationLocalServiceUtil.deleteOrganization
(long organizationId) Deletes the organization with the primary key from the database.static Organization
OrganizationLocalServiceUtil.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.void
OrganizationService.deleteOrganization
(long organizationId) Deletes the organization.static void
OrganizationServiceUtil.deleteOrganization
(long organizationId) Deletes the organization.void
OrganizationServiceWrapper.deleteOrganization
(long organizationId) Deletes the organization.OrgLaborLocalService.deleteOrgLabor
(long orgLaborId) Deletes the org labor with the primary key from the database.static OrgLabor
OrgLaborLocalServiceUtil.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.void
OrgLaborService.deleteOrgLabor
(long orgLaborId) static void
OrgLaborServiceUtil.deleteOrgLabor
(long orgLaborId) void
OrgLaborServiceWrapper.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 PasswordPolicy
PasswordPolicyLocalServiceUtil.deletePasswordPolicy
(long passwordPolicyId) Deletes the password policy with the primary key from the database.static PasswordPolicy
PasswordPolicyLocalServiceUtil.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.void
PasswordPolicyService.deletePasswordPolicy
(long passwordPolicyId) static void
PasswordPolicyServiceUtil.deletePasswordPolicy
(long passwordPolicyId) void
PasswordPolicyServiceWrapper.deletePasswordPolicy
(long passwordPolicyId) PasswordPolicyRelLocalService.deletePasswordPolicyRel
(long passwordPolicyRelId) Deletes the password policy rel with the primary key from the database.static PasswordPolicyRel
PasswordPolicyRelLocalServiceUtil.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 PasswordTracker
PasswordTrackerLocalServiceUtil.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 PersistedModel
AddressLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) AddressLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) BrowserTrackerLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
BrowserTrackerLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) BrowserTrackerLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) ClassNameLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
ClassNameLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) ClassNameLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) CompanyInfoLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
CompanyInfoLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) CompanyInfoLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) CompanyLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
CompanyLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) CompanyLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) ContactLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
ContactLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) ContactLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) CountryLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
CountryLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) CountryLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) EmailAddressLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
EmailAddressLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) EmailAddressLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) GroupLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
GroupLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) GroupLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) ImageLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
ImageLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) ImageLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) LayoutBranchLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
LayoutBranchLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) LayoutBranchLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) LayoutFriendlyURLLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
LayoutFriendlyURLLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) LayoutFriendlyURLLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) LayoutLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
LayoutLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) LayoutLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) LayoutPrototypeLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
LayoutPrototypeLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) LayoutPrototypeLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) LayoutRevisionLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
LayoutRevisionLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) LayoutRevisionLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) LayoutSetBranchLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
LayoutSetBranchLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) LayoutSetBranchLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) LayoutSetLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
LayoutSetLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) LayoutSetLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) LayoutSetPrototypeLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
LayoutSetPrototypeLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) LayoutSetPrototypeLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) ListTypeLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
ListTypeLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) ListTypeLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) MembershipRequestLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
MembershipRequestLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) MembershipRequestLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) OrganizationLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
OrganizationLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) OrganizationLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) OrgLaborLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
OrgLaborLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) OrgLaborLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) PasswordPolicyLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
PasswordPolicyLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) PasswordPolicyLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) PasswordPolicyRelLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
PasswordPolicyRelLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) PasswordPolicyRelLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) PasswordTrackerLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
PasswordTrackerLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) PasswordTrackerLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) PersistedModelLocalService.deletePersistedModel
(PersistedModel persistedModel) PhoneLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
PhoneLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) PhoneLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) PluginSettingLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
PluginSettingLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) PluginSettingLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) PortalPreferencesLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
PortalPreferencesLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) PortalPreferencesLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) PortalPreferenceValueLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
PortalPreferenceValueLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) PortalPreferenceValueLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) PortletItemLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
PortletItemLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) PortletItemLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) PortletLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
PortletLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) PortletLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) PortletPreferencesLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
PortletPreferencesLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) PortletPreferencesLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) PortletPreferenceValueLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
PortletPreferenceValueLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) PortletPreferenceValueLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) RecentLayoutBranchLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
RecentLayoutBranchLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) RecentLayoutBranchLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) RecentLayoutRevisionLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
RecentLayoutRevisionLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) RecentLayoutRevisionLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) RecentLayoutSetBranchLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
RecentLayoutSetBranchLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) RecentLayoutSetBranchLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) RegionLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
RegionLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) RegionLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) ReleaseLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
ReleaseLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) ReleaseLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) RememberMeTokenLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
RememberMeTokenLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) RememberMeTokenLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) RepositoryEntryLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
RepositoryEntryLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) RepositoryEntryLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) RepositoryLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
RepositoryLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) RepositoryLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) ResourceActionLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
ResourceActionLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) ResourceActionLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) ResourcePermissionLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
ResourcePermissionLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) ResourcePermissionLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) RoleLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
RoleLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) RoleLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) ServiceComponentLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
ServiceComponentLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) ServiceComponentLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) SubscriptionLocalService.deletePersistedModel
(PersistedModel persistedModel) Deprecated.static PersistedModel
SubscriptionLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) Deprecated.SubscriptionLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) Deprecated.SystemEventLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
SystemEventLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) SystemEventLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) TeamLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
TeamLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) TeamLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) TicketLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
TicketLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) TicketLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) UserGroupGroupRoleLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
UserGroupGroupRoleLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) UserGroupGroupRoleLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) UserGroupLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
UserGroupLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) UserGroupLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) UserGroupRoleLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
UserGroupRoleLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) UserGroupRoleLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) UserIdMapperLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
UserIdMapperLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) UserIdMapperLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) UserLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
UserLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) UserLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) UserNotificationDeliveryLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
UserNotificationDeliveryLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) UserNotificationDeliveryLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) UserNotificationEventLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
UserNotificationEventLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) UserNotificationEventLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) UserTrackerLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
UserTrackerLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) UserTrackerLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) UserTrackerPathLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
UserTrackerPathLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) UserTrackerPathLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) VirtualHostLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
VirtualHostLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) VirtualHostLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) WebDAVPropsLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
WebDAVPropsLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) WebDAVPropsLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) WebsiteLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
WebsiteLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) WebsiteLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) WorkflowDefinitionLinkLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
WorkflowDefinitionLinkLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) WorkflowDefinitionLinkLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) WorkflowInstanceLinkLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
WorkflowInstanceLinkLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) WorkflowInstanceLinkLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) PhoneLocalService.deletePhone
(long phoneId) Deletes the phone with the primary key from the database.static Phone
PhoneLocalServiceUtil.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.void
PhoneService.deletePhone
(long phoneId) static void
PhoneServiceUtil.deletePhone
(long phoneId) void
PhoneServiceWrapper.deletePhone
(long phoneId) PluginSettingLocalService.deletePluginSetting
(long pluginSettingId) Deletes the plugin setting with the primary key from the database.static PluginSetting
PluginSettingLocalServiceUtil.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 PortalPreferences
PortalPreferencesLocalServiceUtil.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 PortalPreferenceValue
PortalPreferenceValueLocalServiceUtil.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.void
PortletLocalService.deletePortlet
(long companyId, String portletId, long plid) static Portlet
PortletLocalServiceUtil.deletePortlet
(long id) Deletes the portlet with the primary key from the database.static void
PortletLocalServiceUtil.deletePortlet
(long companyId, String portletId, long plid) PortletLocalServiceWrapper.deletePortlet
(long id) Deletes the portlet with the primary key from the database.void
PortletLocalServiceWrapper.deletePortlet
(long companyId, String portletId, long plid) PortletItemLocalService.deletePortletItem
(long portletItemId) Deletes the portlet item with the primary key from the database.static PortletItem
PortletItemLocalServiceUtil.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.void
PortletPreferencesLocalService.deletePortletPreferences
(long ownerId, int ownerType, long plid, String portletId) static PortletPreferences
PortletPreferencesLocalServiceUtil.deletePortletPreferences
(long portletPreferencesId) Deletes the portlet preferences with the primary key from the database.static void
PortletPreferencesLocalServiceUtil.deletePortletPreferences
(long ownerId, int ownerType, long plid, String portletId) PortletPreferencesLocalServiceWrapper.deletePortletPreferences
(long portletPreferencesId) Deletes the portlet preferences with the primary key from the database.void
PortletPreferencesLocalServiceWrapper.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 PortletPreferenceValue
PortletPreferenceValueLocalServiceUtil.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.void
PortletLocalService.deletePortlets
(long companyId, String[] portletIds, long plid) static void
PortletLocalServiceUtil.deletePortlets
(long companyId, String[] portletIds, long plid) void
PortletLocalServiceWrapper.deletePortlets
(long companyId, String[] portletIds, long plid) void
UserLocalService.deletePortrait
(long userId) Deletes the user's portrait image.static void
UserLocalServiceUtil.deletePortrait
(long userId) Deletes the user's portrait image.void
UserLocalServiceWrapper.deletePortrait
(long userId) Deletes the user's portrait image.void
UserService.deletePortrait
(long userId) Deletes the user's portrait image.static void
UserServiceUtil.deletePortrait
(long userId) Deletes the user's portrait image.void
UserServiceWrapper.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 RecentLayoutBranch
RecentLayoutBranchLocalServiceUtil.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 RecentLayoutRevision
RecentLayoutRevisionLocalServiceUtil.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 RecentLayoutSetBranch
RecentLayoutSetBranchLocalServiceUtil.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 Region
RegionLocalServiceUtil.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.void
RegionService.deleteRegion
(long regionId) static void
RegionServiceUtil.deleteRegion
(long regionId) void
RegionServiceWrapper.deleteRegion
(long regionId) ReleaseLocalService.deleteRelease
(long releaseId) Deletes the release with the primary key from the database.static Release
ReleaseLocalServiceUtil.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 RememberMeToken
RememberMeTokenLocalServiceUtil.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.void
RepositoryLocalService.deleteRepositories
(long groupId) static void
RepositoryLocalServiceUtil.deleteRepositories
(long groupId) void
RepositoryLocalServiceWrapper.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 Repository
RepositoryLocalServiceUtil.deleteRepository
(long repositoryId) Deletes the repository with the primary key from the database.static Repository
RepositoryLocalServiceUtil.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.void
RepositoryService.deleteRepository
(long repositoryId) static void
RepositoryServiceUtil.deleteRepository
(long repositoryId) void
RepositoryServiceWrapper.deleteRepository
(long repositoryId) void
RepositoryEntryLocalService.deleteRepositoryEntries
(long repositoryId, Iterable<String> mappedIds) static void
RepositoryEntryLocalServiceUtil.deleteRepositoryEntries
(long repositoryId, Iterable<String> mappedIds) void
RepositoryEntryLocalServiceWrapper.deleteRepositoryEntries
(long repositoryId, Iterable<String> mappedIds) RepositoryEntryLocalService.deleteRepositoryEntry
(long repositoryEntryId) Deletes the repository entry with the primary key from the database.void
RepositoryEntryLocalService.deleteRepositoryEntry
(long repositoryId, String mappedId) static RepositoryEntry
RepositoryEntryLocalServiceUtil.deleteRepositoryEntry
(long repositoryEntryId) Deletes the repository entry with the primary key from the database.static void
RepositoryEntryLocalServiceUtil.deleteRepositoryEntry
(long repositoryId, String mappedId) RepositoryEntryLocalServiceWrapper.deleteRepositoryEntry
(long repositoryEntryId) Deletes the repository entry with the primary key from the database.void
RepositoryEntryLocalServiceWrapper.deleteRepositoryEntry
(long repositoryId, String mappedId) void
ResourceLocalService.deleteResource
(long companyId, String name, int scope, long primKey) Deletes the resource matching the primary key at the scope.void
ResourceLocalService.deleteResource
(long companyId, String name, int scope, String primKey) Deletes the resource matching the primary key at the scope.void
ResourceLocalService.deleteResource
(AuditedModel auditedModel, int scope) Deletes the resource associated with the model at the scope.static void
ResourceLocalServiceUtil.deleteResource
(long companyId, String name, int scope, long primKey) Deletes the resource matching the primary key at the scope.static void
ResourceLocalServiceUtil.deleteResource
(long companyId, String name, int scope, String primKey) Deletes the resource matching the primary key at the scope.static void
ResourceLocalServiceUtil.deleteResource
(AuditedModel auditedModel, int scope) Deletes the resource associated with the model at the scope.void
ResourceLocalServiceWrapper.deleteResource
(long companyId, String name, int scope, long primKey) Deletes the resource matching the primary key at the scope.void
ResourceLocalServiceWrapper.deleteResource
(long companyId, String name, int scope, String primKey) Deletes the resource matching the primary key at the scope.void
ResourceLocalServiceWrapper.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 ResourceAction
ResourceActionLocalServiceUtil.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 ResourcePermission
ResourcePermissionLocalServiceUtil.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.void
ResourcePermissionLocalService.deleteResourcePermissions
(long companyId, String name, int scope) void
ResourcePermissionLocalService.deleteResourcePermissions
(long companyId, String name, int scope, long primKey) Deletes all resource permissions at the scope to resources of the type.void
ResourcePermissionLocalService.deleteResourcePermissions
(long companyId, String name, int scope, String primKey) Deletes all resource permissions at the scope to resources of the type.static void
ResourcePermissionLocalServiceUtil.deleteResourcePermissions
(long companyId, String name, int scope) static void
ResourcePermissionLocalServiceUtil.deleteResourcePermissions
(long companyId, String name, int scope, long primKey) Deletes all resource permissions at the scope to resources of the type.static void
ResourcePermissionLocalServiceUtil.deleteResourcePermissions
(long companyId, String name, int scope, String primKey) Deletes all resource permissions at the scope to resources of the type.void
ResourcePermissionLocalServiceWrapper.deleteResourcePermissions
(long companyId, String name, int scope) void
ResourcePermissionLocalServiceWrapper.deleteResourcePermissions
(long companyId, String name, int scope, long primKey) Deletes all resource permissions at the scope to resources of the type.void
ResourcePermissionLocalServiceWrapper.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 Role
RoleLocalServiceUtil.deleteRole
(long roleId) Deletes the role with the primary key from the database.static Role
RoleLocalServiceUtil.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.void
RoleService.deleteRole
(long roleId) Deletes the role with the primary key and its associated permissions.static void
RoleServiceUtil.deleteRole
(long roleId) Deletes the role with the primary key and its associated permissions.void
RoleServiceWrapper.deleteRole
(long roleId) Deletes the role with the primary key and its associated permissions.void
UserLocalService.deleteRoleUser
(long roleId, long userId) void
UserLocalService.deleteRoleUser
(long roleId, User user) static void
UserLocalServiceUtil.deleteRoleUser
(long roleId, long userId) static void
UserLocalServiceUtil.deleteRoleUser
(long roleId, User user) void
UserLocalServiceWrapper.deleteRoleUser
(long roleId, long userId) void
UserLocalServiceWrapper.deleteRoleUser
(long roleId, User user) void
UserService.deleteRoleUser
(long roleId, long userId) Removes the user from the role.static void
UserServiceUtil.deleteRoleUser
(long roleId, long userId) Removes the user from the role.void
UserServiceWrapper.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 ServiceComponent
ServiceComponentLocalServiceUtil.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.void
SubscriptionLocalService.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 Subscription
SubscriptionLocalServiceUtil.deleteSubscription
(long subscriptionId) Deprecated.Deletes the subscription with the primary key from the database.static void
SubscriptionLocalServiceUtil.deleteSubscription
(long userId, String className, long classPK) Deprecated.Deletes the user's subscription to the entity.static Subscription
SubscriptionLocalServiceUtil.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.void
SubscriptionLocalServiceWrapper.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.void
SubscriptionLocalService.deleteSubscriptions
(long userId) Deprecated.Deletes all the subscriptions of the user.void
SubscriptionLocalService.deleteSubscriptions
(long userId, long groupId) Deprecated.void
SubscriptionLocalService.deleteSubscriptions
(long companyId, String className, long classPK) Deprecated.Deletes all the subscriptions to the entity.static void
SubscriptionLocalServiceUtil.deleteSubscriptions
(long userId) Deprecated.Deletes all the subscriptions of the user.static void
SubscriptionLocalServiceUtil.deleteSubscriptions
(long userId, long groupId) Deprecated.static void
SubscriptionLocalServiceUtil.deleteSubscriptions
(long companyId, String className, long classPK) Deprecated.Deletes all the subscriptions to the entity.void
SubscriptionLocalServiceWrapper.deleteSubscriptions
(long userId) Deprecated.Deletes all the subscriptions of the user.void
SubscriptionLocalServiceWrapper.deleteSubscriptions
(long userId, long groupId) Deprecated.void
SubscriptionLocalServiceWrapper.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 SystemEvent
SystemEventLocalServiceUtil.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 Team
TeamLocalServiceUtil.deleteTeam
(long teamId) Deletes the team with the primary key from the database.static Team
TeamLocalServiceUtil.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.void
TeamService.deleteTeam
(long teamId) static void
TeamServiceUtil.deleteTeam
(long teamId) void
TeamServiceWrapper.deleteTeam
(long teamId) void
TeamLocalService.deleteTeams
(long groupId) static void
TeamLocalServiceUtil.deleteTeams
(long groupId) void
TeamLocalServiceWrapper.deleteTeams
(long groupId) void
LayoutService.deleteTempFileEntry
(long groupId, String folderName, String fileName) static void
LayoutServiceUtil.deleteTempFileEntry
(long groupId, String folderName, String fileName) void
LayoutServiceWrapper.deleteTempFileEntry
(long groupId, String folderName, String fileName) TicketLocalService.deleteTicket
(long ticketId) Deletes the ticket with the primary key from the database.static Ticket
TicketLocalServiceUtil.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 User
UserLocalServiceUtil.deleteUser
(long userId) Deletes the user with the primary key from the database.static User
UserLocalServiceUtil.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.void
UserService.deleteUser
(long userId) Deletes the user.static void
UserServiceUtil.deleteUser
(long userId) Deletes the user.void
UserServiceWrapper.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 UserGroup
UserGroupLocalServiceUtil.deleteUserGroup
(long userGroupId) Deletes the user group with the primary key from the database.static UserGroup
UserGroupLocalServiceUtil.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.void
UserGroupService.deleteUserGroup
(long userGroupId) Deletes the user group.static void
UserGroupServiceUtil.deleteUserGroup
(long userGroupId) Deletes the user group.void
UserGroupServiceWrapper.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 UserGroupGroupRole
UserGroupGroupRoleLocalServiceUtil.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.void
UserGroupGroupRoleService.deleteUserGroupGroupRoles
(long[] userGroupIds, long groupId, long roleId) void
UserGroupGroupRoleService.deleteUserGroupGroupRoles
(long userGroupId, long groupId, long[] roleIds) static void
UserGroupGroupRoleServiceUtil.deleteUserGroupGroupRoles
(long[] userGroupIds, long groupId, long roleId) static void
UserGroupGroupRoleServiceUtil.deleteUserGroupGroupRoles
(long userGroupId, long groupId, long[] roleIds) void
UserGroupGroupRoleServiceWrapper.deleteUserGroupGroupRoles
(long[] userGroupIds, long groupId, long roleId) void
UserGroupGroupRoleServiceWrapper.deleteUserGroupGroupRoles
(long userGroupId, long groupId, long[] roleIds) UserGroupRoleLocalService.deleteUserGroupRole
(long userGroupRoleId) Deletes the user group role with the primary key from the database.static UserGroupRole
UserGroupRoleLocalServiceUtil.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.void
UserGroupRoleService.deleteUserGroupRoles
(long[] userIds, long groupId, long roleId) void
UserGroupRoleService.deleteUserGroupRoles
(long userId, long groupId, long[] roleIds) static void
UserGroupRoleServiceUtil.deleteUserGroupRoles
(long[] userIds, long groupId, long roleId) static void
UserGroupRoleServiceUtil.deleteUserGroupRoles
(long userId, long groupId, long[] roleIds) void
UserGroupRoleServiceWrapper.deleteUserGroupRoles
(long[] userIds, long groupId, long roleId) void
UserGroupRoleServiceWrapper.deleteUserGroupRoles
(long userId, long groupId, long[] roleIds) void
UserGroupLocalService.deleteUserGroups
(long companyId) static void
UserGroupLocalServiceUtil.deleteUserGroups
(long companyId) void
UserGroupLocalServiceWrapper.deleteUserGroups
(long companyId) void
UserLocalService.deleteUserGroupUser
(long userGroupId, long userId) void
UserLocalService.deleteUserGroupUser
(long userGroupId, User user) static void
UserLocalServiceUtil.deleteUserGroupUser
(long userGroupId, long userId) static void
UserLocalServiceUtil.deleteUserGroupUser
(long userGroupId, User user) void
UserLocalServiceWrapper.deleteUserGroupUser
(long userGroupId, long userId) void
UserLocalServiceWrapper.deleteUserGroupUser
(long userGroupId, User user) UserIdMapperLocalService.deleteUserIdMapper
(long userIdMapperId) Deletes the user ID mapper with the primary key from the database.static UserIdMapper
UserIdMapperLocalServiceUtil.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 UserNotificationDelivery
UserNotificationDeliveryLocalServiceUtil.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.void
UserNotificationEventLocalService.deleteUserNotificationEvent
(String uuid, long companyId) static UserNotificationEvent
UserNotificationEventLocalServiceUtil.deleteUserNotificationEvent
(long userNotificationEventId) Deletes the user notification event with the primary key from the database.static void
UserNotificationEventLocalServiceUtil.deleteUserNotificationEvent
(String uuid, long companyId) UserNotificationEventLocalServiceWrapper.deleteUserNotificationEvent
(long userNotificationEventId) Deletes the user notification event with the primary key from the database.void
UserNotificationEventLocalServiceWrapper.deleteUserNotificationEvent
(String uuid, long companyId) void
UserNotificationEventLocalService.deleteUserNotificationEvents
(long userId) void
UserNotificationEventLocalService.deleteUserNotificationEvents
(Collection<String> uuids, long companyId) static void
UserNotificationEventLocalServiceUtil.deleteUserNotificationEvents
(long userId) static void
UserNotificationEventLocalServiceUtil.deleteUserNotificationEvents
(Collection<String> uuids, long companyId) void
UserNotificationEventLocalServiceWrapper.deleteUserNotificationEvents
(long userId) void
UserNotificationEventLocalServiceWrapper.deleteUserNotificationEvents
(Collection<String> uuids, long companyId) void
OrganizationLocalService.deleteUserOrganizationByEmailAddress
(String emailAddress, long organizationId) static void
OrganizationLocalServiceUtil.deleteUserOrganizationByEmailAddress
(String emailAddress, long organizationId) void
OrganizationLocalServiceWrapper.deleteUserOrganizationByEmailAddress
(String emailAddress, long organizationId) void
OrganizationService.deleteUserOrganizationByEmailAddress
(String emailAddress, long organizationId) static void
OrganizationServiceUtil.deleteUserOrganizationByEmailAddress
(String emailAddress, long organizationId) void
OrganizationServiceWrapper.deleteUserOrganizationByEmailAddress
(String emailAddress, long organizationId) void
RoleLocalService.deleteUserRole
(long userId, long roleId) void
RoleLocalService.deleteUserRole
(long userId, Role role) static void
RoleLocalServiceUtil.deleteUserRole
(long userId, long roleId) static void
RoleLocalServiceUtil.deleteUserRole
(long userId, Role role) void
RoleLocalServiceWrapper.deleteUserRole
(long userId, long roleId) void
RoleLocalServiceWrapper.deleteUserRole
(long userId, Role role) void
RoleLocalService.deleteUserRoles
(long userId, long[] roleIds) void
RoleLocalService.deleteUserRoles
(long userId, List<Role> roles) static void
RoleLocalServiceUtil.deleteUserRoles
(long userId, long[] roleIds) static void
RoleLocalServiceUtil.deleteUserRoles
(long userId, List<Role> roles) void
RoleLocalServiceWrapper.deleteUserRoles
(long userId, long[] roleIds) void
RoleLocalServiceWrapper.deleteUserRoles
(long userId, List<Role> roles) UserTrackerLocalService.deleteUserTracker
(long userTrackerId) Deletes the user tracker with the primary key from the database.static UserTracker
UserTrackerLocalServiceUtil.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 UserTrackerPath
UserTrackerPathLocalServiceUtil.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 VirtualHost
VirtualHostLocalServiceUtil.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 WebDAVProps
WebDAVPropsLocalServiceUtil.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 Website
WebsiteLocalServiceUtil.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.void
WebsiteService.deleteWebsite
(long websiteId) static void
WebsiteServiceUtil.deleteWebsite
(long websiteId) void
WebsiteServiceWrapper.deleteWebsite
(long websiteId) WorkflowDefinitionLinkLocalService.deleteWorkflowDefinitionLink
(long workflowDefinitionLinkId) Deletes the workflow definition link with the primary key from the database.static WorkflowDefinitionLink
WorkflowDefinitionLinkLocalServiceUtil.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 WorkflowInstanceLink
WorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLink
(long workflowInstanceLinkId) Deletes the workflow instance link with the primary key from the database.static WorkflowInstanceLink
WorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLink
(long companyId, long groupId, String className, long classPK) static WorkflowInstanceLink
WorkflowInstanceLinkLocalServiceUtil.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.void
WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLinks
(long companyId, long groupId, String className, long classPK) static void
WorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLinks
(long companyId, long groupId, String className, long classPK) void
WorkflowInstanceLinkLocalServiceWrapper.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 Portlet
PortletLocalServiceUtil.deployRemotePortlet
(long[] companyIds, Portlet portlet, String[] categoryNames, boolean eagerDestroy, boolean clearCache) static Portlet
PortletLocalServiceUtil.deployRemotePortlet
(Portlet portlet, String categoryName) static Portlet
PortletLocalServiceUtil.deployRemotePortlet
(Portlet portlet, String[] categoryNames) static Portlet
PortletLocalServiceUtil.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) void
ServiceContext.deriveDefaultPermissions
(long repositoryId, String modelName) Derive default permissions based on the logic found in portal-web/docroot/html/taglib/ui/input_permissions/page.jsp.void
GroupLocalService.disableStaging
(long groupId) static void
GroupLocalServiceUtil.disableStaging
(long groupId) void
GroupLocalServiceWrapper.disableStaging
(long groupId) void
GroupService.disableStaging
(long groupId) static void
GroupServiceUtil.disableStaging
(long groupId) void
GroupServiceWrapper.disableStaging
(long groupId) void
GroupLocalService.enableStaging
(long groupId) static void
GroupLocalServiceUtil.enableStaging
(long groupId) void
GroupLocalServiceWrapper.enableStaging
(long groupId) void
GroupService.enableStaging
(long groupId) static void
GroupServiceUtil.enableStaging
(long groupId) void
GroupServiceWrapper.enableStaging
(long groupId) UserLocalService.encryptUserId
(String name) Encrypts the primary key of the user.static String
UserLocalServiceUtil.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 Company
CompanyLocalServiceUtil.extractDBPartitionCompany
(long companyId) CompanyLocalServiceWrapper.extractDBPartitionCompany
(long companyId) EmailAddressService.fetchEmailAddress
(long emailAddressId) Returns the email address with the primary key.static EmailAddress
EmailAddressServiceUtil.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 EmailAddress
EmailAddressServiceUtil.fetchEmailAddressByExternalReferenceCode
(String externalReferenceCode, long companyId) EmailAddressServiceWrapper.fetchEmailAddressByExternalReferenceCode
(String externalReferenceCode, long companyId) GroupService.fetchGroupByExternalReferenceCode
(String externalReferenceCode, long companyId) static Group
GroupServiceUtil.fetchGroupByExternalReferenceCode
(String externalReferenceCode, long companyId) GroupServiceWrapper.fetchGroupByExternalReferenceCode
(String externalReferenceCode, long companyId) LayoutService.fetchLayout
(long groupId, boolean privateLayout, long layoutId) static Layout
LayoutServiceUtil.fetchLayout
(long groupId, boolean privateLayout, long layoutId) LayoutServiceWrapper.fetchLayout
(long groupId, boolean privateLayout, long layoutId) LayoutService.fetchLayoutByExternalReferenceCode
(String externalReferenceCode, long groupId) static Layout
LayoutServiceUtil.fetchLayoutByExternalReferenceCode
(String externalReferenceCode, long groupId) LayoutServiceWrapper.fetchLayoutByExternalReferenceCode
(String externalReferenceCode, long groupId) LayoutLocalService.fetchLayoutByIconImageId
(boolean privateLayout, long iconImageId) static Layout
LayoutLocalServiceUtil.fetchLayoutByIconImageId
(boolean privateLayout, long iconImageId) LayoutLocalServiceWrapper.fetchLayoutByIconImageId
(boolean privateLayout, long iconImageId) long
LayoutService.fetchLayoutPlid
(String uuid, long groupId, boolean privateLayout) static long
LayoutServiceUtil.fetchLayoutPlid
(String uuid, long groupId, boolean privateLayout) long
LayoutServiceWrapper.fetchLayoutPlid
(String uuid, long groupId, boolean privateLayout) LayoutPrototypeService.fetchLayoutPrototype
(long layoutPrototypeId) static LayoutPrototype
LayoutPrototypeServiceUtil.fetchLayoutPrototype
(long layoutPrototypeId) LayoutPrototypeServiceWrapper.fetchLayoutPrototype
(long layoutPrototypeId) LayoutSetLocalService.fetchLayoutSetByLogoId
(boolean privateLayout, long logoId) static LayoutSet
LayoutSetLocalServiceUtil.fetchLayoutSetByLogoId
(boolean privateLayout, long logoId) LayoutSetLocalServiceWrapper.fetchLayoutSetByLogoId
(boolean privateLayout, long logoId) LayoutSetPrototypeService.fetchLayoutSetPrototype
(long layoutSetPrototypeId) static LayoutSetPrototype
LayoutSetPrototypeServiceUtil.fetchLayoutSetPrototype
(long layoutSetPrototypeId) LayoutSetPrototypeServiceWrapper.fetchLayoutSetPrototype
(long layoutSetPrototypeId) OrganizationService.fetchOrganization
(long organizationId) Returns the organization with the primary key.static Organization
OrganizationServiceUtil.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 Organization
OrganizationServiceUtil.fetchOrganizationByExternalReferenceCode
(String externalReferenceCode, long companyId) OrganizationServiceWrapper.fetchOrganizationByExternalReferenceCode
(String externalReferenceCode, long companyId) PasswordPolicyService.fetchPasswordPolicy
(long passwordPolicyId) static PasswordPolicy
PasswordPolicyServiceUtil.fetchPasswordPolicy
(long passwordPolicyId) PasswordPolicyServiceWrapper.fetchPasswordPolicy
(long passwordPolicyId) PhoneService.fetchPhoneByExternalReferenceCode
(String externalReferenceCode, long companyId) static Phone
PhoneServiceUtil.fetchPhoneByExternalReferenceCode
(String externalReferenceCode, long companyId) PhoneServiceWrapper.fetchPhoneByExternalReferenceCode
(String externalReferenceCode, long companyId) RoleService.fetchRole
(long roleId) static Role
RoleServiceUtil.fetchRole
(long roleId) static Role
RoleServiceWrapper.fetchRole
(long roleId) RoleService.fetchRoleByExternalReferenceCode
(String externalReferenceCode, long companyId) static Role
RoleServiceUtil.fetchRoleByExternalReferenceCode
(String externalReferenceCode, long companyId) RoleServiceWrapper.fetchRoleByExternalReferenceCode
(String externalReferenceCode, long companyId) UserService.fetchUserByExternalReferenceCode
(String externalReferenceCode, long companyId) static User
UserServiceUtil.fetchUserByExternalReferenceCode
(String externalReferenceCode, long companyId) UserServiceWrapper.fetchUserByExternalReferenceCode
(String externalReferenceCode, long companyId) UserGroupService.fetchUserGroup
(long userGroupId) Fetches the user group with the primary key.static UserGroup
UserGroupServiceUtil.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 UserGroup
UserGroupServiceUtil.fetchUserGroupByExternalReferenceCode
(long companyId, String externalReferenceCode) UserGroupServiceWrapper.fetchUserGroupByExternalReferenceCode
(long companyId, String externalReferenceCode) GroupLocalService.fetchUserPersonalSiteGroup
(long companyId) Returns the default user's personal site group.static Group
GroupLocalServiceUtil.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 Website
WebsiteServiceUtil.fetchWebsiteByExternalReferenceCode
(String externalReferenceCode, long companyId) WebsiteServiceWrapper.fetchWebsiteByExternalReferenceCode
(String externalReferenceCode, long companyId) WorkflowDefinitionLinkService.fetchWorkflowDefinitionLinkByExternalReferenceCode
(String externalReferenceCode, long groupId) static WorkflowDefinitionLink
WorkflowDefinitionLinkServiceUtil.fetchWorkflowDefinitionLinkByExternalReferenceCode
(String externalReferenceCode, long groupId) WorkflowDefinitionLinkServiceWrapper.fetchWorkflowDefinitionLinkByExternalReferenceCode
(String externalReferenceCode, long groupId) AddressLocalService.getAddress
(long addressId) Returns the address with the primary key.static Address
AddressLocalServiceUtil.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 Address
AddressServiceUtil.getAddress
(long addressId) AddressServiceWrapper.getAddress
(long addressId) AddressLocalService.getAddressByExternalReferenceCode
(String externalReferenceCode, long companyId) static Address
AddressLocalServiceUtil.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 Address
AddressLocalServiceUtil.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.int
RoleLocalService.getAssigneesTotal
(long roleId) static int
RoleLocalServiceUtil.getAssigneesTotal
(long roleId) int
RoleLocalServiceWrapper.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 BrowserTracker
BrowserTrackerLocalServiceUtil.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 ClassName
ClassNameLocalServiceUtil.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 Company
CompanyLocalServiceUtil.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 Company
CompanyLocalServiceUtil.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 Company
CompanyServiceUtil.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 Company
CompanyLocalServiceUtil.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 Company
CompanyServiceUtil.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 Company
CompanyLocalServiceUtil.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 Company
CompanyServiceUtil.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 Company
CompanyLocalServiceUtil.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 Company
CompanyServiceUtil.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 Company
CompanyLocalServiceUtil.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 Company
CompanyServiceUtil.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 Group
GroupLocalServiceUtil.getCompanyGroup
(long companyId) Returns the company group.GroupLocalServiceWrapper.getCompanyGroup
(long companyId) Returns the company group.GroupService.getCompanyGroup
(long companyId) Returns the company group.static Group
GroupServiceUtil.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 CompanyInfo
CompanyInfoLocalServiceUtil.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) int
UserService.getCompanyUsersCount
(long companyId) static int
UserServiceUtil.getCompanyUsersCount
(long companyId) int
UserServiceWrapper.getCompanyUsersCount
(long companyId) ContactLocalService.getContact
(long contactId) Returns the contact with the primary key.static Contact
ContactLocalServiceUtil.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 Contact
ContactServiceUtil.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) int
ContactService.getContactsCount
(long classNameId, long classPK) static int
ContactServiceUtil.getContactsCount
(long classNameId, long classPK) int
ContactServiceWrapper.getContactsCount
(long classNameId, long classPK) long
LayoutService.getControlPanelLayoutPlid()
Returns the control panel layout's plid.static long
LayoutServiceUtil.getControlPanelLayoutPlid()
Returns the control panel layout's plid.long
LayoutServiceWrapper.getControlPanelLayoutPlid()
Returns the control panel layout's plid.CountryLocalService.getCountry
(long countryId) Returns the country with the primary key.static Country
CountryLocalServiceUtil.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 Country
CountryServiceUtil.getCountry
(long countryId) CountryServiceWrapper.getCountry
(long countryId) CountryLocalService.getCountryByA2
(long companyId, String a2) static Country
CountryLocalServiceUtil.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 Country
CountryServiceUtil.getCountryByA2
(long companyId, String a2) static Country
CountryServiceUtil.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 Country
CountryLocalServiceUtil.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 Country
CountryServiceUtil.getCountryByA3
(long companyId, String a3) static Country
CountryServiceUtil.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 Country
CountryLocalServiceUtil.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 Country
CountryServiceUtil.getCountryByName
(long companyId, String name) static Country
CountryServiceUtil.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 Country
CountryLocalServiceUtil.getCountryByNumber
(long companyId, String number) CountryLocalServiceWrapper.getCountryByNumber
(long companyId, String number) CountryService.getCountryByNumber
(long companyId, String number) static Country
CountryServiceUtil.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 Country
CountryLocalServiceUtil.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 CountryLocalization
CountryLocalServiceUtil.getCountryLocalization
(long countryId, String languageId) CountryLocalServiceWrapper.getCountryLocalization
(long countryId, String languageId) UserService.getCurrentUser()
static User
UserServiceUtil.getCurrentUser()
UserServiceWrapper.getCurrentUser()
RoleLocalService.getDefaultGroupRole
(long groupId) Returns the default role for the group with the primary key.static Role
RoleLocalServiceUtil.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 PasswordPolicy
PasswordPolicyLocalServiceUtil.getDefaultPasswordPolicy
(long companyId) PasswordPolicyLocalServiceWrapper.getDefaultPasswordPolicy
(long companyId) long
LayoutLocalService.getDefaultPlid
(long groupId, boolean privateLayout, String portletId) Returns primary key of the default portlet layout for the groupstatic long
LayoutLocalServiceUtil.getDefaultPlid
(long groupId, boolean privateLayout, String portletId) Returns primary key of the default portlet layout for the grouplong
LayoutLocalServiceWrapper.getDefaultPlid
(long groupId, boolean privateLayout, String portletId) Returns primary key of the default portlet layout for the grouplong
LayoutService.getDefaultPlid
(long groupId, long scopeGroupId, boolean privateLayout, String portletId) Returns the primary key of the default layout for the group.long
LayoutService.getDefaultPlid
(long groupId, long scopeGroupId, String portletId) static long
LayoutServiceUtil.getDefaultPlid
(long groupId, long scopeGroupId, boolean privateLayout, String portletId) Returns the primary key of the default layout for the group.static long
LayoutServiceUtil.getDefaultPlid
(long groupId, long scopeGroupId, String portletId) long
LayoutServiceWrapper.getDefaultPlid
(long groupId, long scopeGroupId, boolean privateLayout, String portletId) Returns the primary key of the default layout for the group.long
LayoutServiceWrapper.getDefaultPlid
(long groupId, long scopeGroupId, String portletId) UserLocalService.getDefaultUser
(long companyId) Deprecated.As of Cavanaugh (7.4.x), replaced byUserLocalService.getGuestUser(long)
static User
UserLocalServiceUtil.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)
long
UserLocalService.getDefaultUserId
(long companyId) Deprecated.As of Cavanaugh (7.4.x), replaced byUserLocalService.getGuestUserId(long)
static long
UserLocalServiceUtil.getDefaultUserId
(long companyId) Deprecated.As of Cavanaugh (7.4.x), replaced byUserLocalServiceUtil.getGuestUserId(long)
long
UserLocalServiceWrapper.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 WorkflowDefinitionLink
WorkflowDefinitionLinkLocalServiceUtil.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 EmailAddress
EmailAddressLocalServiceUtil.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 EmailAddress
EmailAddressServiceUtil.getEmailAddress
(long emailAddressId) EmailAddressServiceWrapper.getEmailAddress
(long emailAddressId) EmailAddressLocalService.getEmailAddressByExternalReferenceCode
(String externalReferenceCode, long companyId) static EmailAddress
EmailAddressLocalServiceUtil.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 EmailAddress
EmailAddressLocalServiceUtil.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 Group
GroupLocalServiceUtil.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 Layout
LayoutLocalServiceUtil.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 Group
GroupLocalServiceUtil.getGroup
(long groupId) Returns the group with the primary key.static Group
Returns 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 Group
GroupServiceUtil.getGroup
(long groupId) Returns the group with the primary key.static Group
Returns 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 Group
GroupLocalServiceUtil.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 Group
GroupLocalServiceUtil.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 String
GroupServiceUtil.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) int
GroupService.getGroupsCount
(long companyId, long parentGroupId, boolean site) Returns the number of groups that are direct children of the parent group.int
GroupService.getGroupsCount
(long companyId, long parentGroupId, String name, boolean site) int
GroupService.getGroupsCount
(long companyId, String className, long parentGroupId) Returns the number of groups that are direct children of the parent group with the matching className.static int
GroupServiceUtil.getGroupsCount
(long companyId, long parentGroupId, boolean site) Returns the number of groups that are direct children of the parent group.static int
GroupServiceUtil.getGroupsCount
(long companyId, long parentGroupId, String name, boolean site) static int
GroupServiceUtil.getGroupsCount
(long companyId, String className, long parentGroupId) Returns the number of groups that are direct children of the parent group with the matching className.int
GroupServiceWrapper.getGroupsCount
(long companyId, long parentGroupId, boolean site) Returns the number of groups that are direct children of the parent group.int
GroupServiceWrapper.getGroupsCount
(long companyId, long parentGroupId, String name, boolean site) int
GroupServiceWrapper.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.int
UserLocalService.getGroupUsersCount
(long groupId, int status) Returns the number of users with the status belonging to the group.static int
UserLocalServiceUtil.getGroupUsersCount
(long groupId, int status) Returns the number of users with the status belonging to the group.int
UserLocalServiceWrapper.getGroupUsersCount
(long groupId, int status) Returns the number of users with the status belonging to the group.int
UserService.getGroupUsersCount
(long groupId, int status) Returns the number of users with the status belonging to the group.static int
UserServiceUtil.getGroupUsersCount
(long groupId, int status) Returns the number of users with the status belonging to the group.int
UserServiceWrapper.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()
long
ServiceContext.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 User
UserLocalServiceUtil.getGuestUser
(long companyId) Returns the guest user for the company.UserLocalServiceWrapper.getGuestUser
(long companyId) Returns the guest user for the company.long
UserLocalService.getGuestUserId
(long companyId) Returns the primary key of the guest user for the company.static long
UserLocalServiceUtil.getGuestUserId
(long companyId) Returns the primary key of the guest user for the company.long
UserLocalServiceWrapper.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 Image
ImageLocalServiceUtil.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 Image
ImageServiceUtil.getImage
(long imageId) ImageServiceWrapper.getImage
(long imageId) ImageLocalService.getImageInputStream
(long companyId, long imageId, String type) static InputStream
ImageLocalServiceUtil.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 ServiceContext
ServiceContextFactory.getInstance
(String className, PortletRequest portletRequest) static ServiceContext
ServiceContextFactory.getInstance
(String className, javax.servlet.http.HttpServletRequest httpServletRequest) static ServiceContext
ServiceContextFactory.getInstance
(PortletRequest portletRequest) static ServiceContext
ServiceContextFactory.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 aNoSuchLayoutException
otherwise.static Layout
LayoutLocalServiceUtil.getLayout
(long plid) Returns the layout with the primary key.static Layout
LayoutLocalServiceUtil.getLayout
(long groupId, boolean privateLayout, long layoutId) Returns the layout matching the layout ID, group, and privacy; throws aNoSuchLayoutException
otherwise.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 aNoSuchLayoutException
otherwise.LayoutBranchLocalService.getLayoutBranch
(long layoutBranchId) Returns the layout branch with the primary key.static LayoutBranch
LayoutBranchLocalServiceUtil.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 Layout
LayoutLocalServiceUtil.getLayoutByExternalReferenceCode
(String externalReferenceCode, long groupId) LayoutLocalServiceWrapper.getLayoutByExternalReferenceCode
(String externalReferenceCode, long groupId) LayoutService.getLayoutByExternalReferenceCode
(String externalReferenceCode, long groupId) static Layout
LayoutServiceUtil.getLayoutByExternalReferenceCode
(String externalReferenceCode, long groupId) LayoutServiceWrapper.getLayoutByExternalReferenceCode
(String externalReferenceCode, long groupId) LayoutLocalService.getLayoutByFriendlyURL
(long groupId, boolean privateLayout, String friendlyURL) static Layout
LayoutLocalServiceUtil.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 aNoSuchLayoutException
otherwise.static Layout
LayoutLocalServiceUtil.getLayoutByIconImageId
(long iconImageId) Returns the layout for the icon image; throws aNoSuchLayoutException
otherwise.LayoutLocalServiceWrapper.getLayoutByIconImageId
(long iconImageId) Returns the layout for the icon image; throws aNoSuchLayoutException
otherwise.LayoutLocalService.getLayoutByUuidAndGroupId
(String uuid, long groupId, boolean privateLayout) Returns the layout matching the UUID, group, and privacy.static Layout
LayoutLocalServiceUtil.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 Layout
LayoutServiceUtil.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 LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURL
(long layoutFriendlyURLId) Returns the layout friendly url with the primary key.static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURL
(long plid, String languageId) static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.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 LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.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 Group
GroupLocalServiceUtil.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 String
LayoutServiceUtil.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.long
LayoutService.getLayoutPlid
(String uuid, long groupId, boolean privateLayout) Returns the layout's plid that matches the parameters.static long
LayoutServiceUtil.getLayoutPlid
(String uuid, long groupId, boolean privateLayout) Returns the layout's plid that matches the parameters.long
LayoutServiceWrapper.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 LayoutPrototype
LayoutPrototypeLocalServiceUtil.getLayoutPrototype
(long layoutPrototypeId) Returns the layout prototype with the primary key.static LayoutPrototype
LayoutPrototypeLocalServiceUtil.getLayoutPrototype
(long companyId, String name) static LayoutPrototype
LayoutPrototypeLocalServiceUtil.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 LayoutPrototype
LayoutPrototypeServiceUtil.getLayoutPrototype
(long layoutPrototypeId) LayoutPrototypeServiceWrapper.getLayoutPrototype
(long layoutPrototypeId) LayoutPrototypeLocalService.getLayoutPrototypeByUuidAndCompanyId
(String uuid, long companyId) Returns the layout prototype with the matching UUID and company.static LayoutPrototype
LayoutPrototypeLocalServiceUtil.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 Group
GroupLocalServiceUtil.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 LayoutRevision
LayoutRevisionLocalServiceUtil.getLayoutRevision
(long layoutRevisionId) Returns the layout revision with the primary key.static LayoutRevision
LayoutRevisionLocalServiceUtil.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) int
LayoutLocalService.getLayoutsCount
(long groupId, long userId, boolean privateLayout, String keywords, String[] types) int
LayoutLocalService.getLayoutsCount
(long groupId, long userId, boolean privateLayout, String keywords, String[] types, int[] statuses) int
LayoutLocalService.getLayoutsCount
(long groupId, String keywords, String[] types) int
LayoutLocalService.getLayoutsCount
(long groupId, String keywords, String[] types, int[] statuses) int
LayoutLocalService.getLayoutsCount
(Group group, boolean privateLayout) int
LayoutLocalService.getLayoutsCount
(Group group, boolean privateLayout, boolean includeUserGroups) int
LayoutLocalService.getLayoutsCount
(Group group, boolean privateLayout, String keywords, String[] types) int
LayoutLocalService.getLayoutsCount
(User user, boolean privateLayout) int
LayoutLocalService.getLayoutsCount
(User user, boolean privateLayout, boolean includeUserGroups) static int
LayoutLocalServiceUtil.getLayoutsCount
(long groupId, long userId, boolean privateLayout, String keywords, String[] types) static int
LayoutLocalServiceUtil.getLayoutsCount
(long groupId, long userId, boolean privateLayout, String keywords, String[] types, int[] statuses) static int
LayoutLocalServiceUtil.getLayoutsCount
(long groupId, String keywords, String[] types) static int
LayoutLocalServiceUtil.getLayoutsCount
(long groupId, String keywords, String[] types, int[] statuses) static int
LayoutLocalServiceUtil.getLayoutsCount
(Group group, boolean privateLayout) static int
LayoutLocalServiceUtil.getLayoutsCount
(Group group, boolean privateLayout, boolean includeUserGroups) static int
LayoutLocalServiceUtil.getLayoutsCount
(Group group, boolean privateLayout, String keywords, String[] types) static int
LayoutLocalServiceUtil.getLayoutsCount
(User user, boolean privateLayout) static int
LayoutLocalServiceUtil.getLayoutsCount
(User user, boolean privateLayout, boolean includeUserGroups) int
LayoutLocalServiceWrapper.getLayoutsCount
(long groupId, long userId, boolean privateLayout, String keywords, String[] types) int
LayoutLocalServiceWrapper.getLayoutsCount
(long groupId, long userId, boolean privateLayout, String keywords, String[] types, int[] statuses) int
LayoutLocalServiceWrapper.getLayoutsCount
(long groupId, String keywords, String[] types) int
LayoutLocalServiceWrapper.getLayoutsCount
(long groupId, String keywords, String[] types, int[] statuses) int
LayoutLocalServiceWrapper.getLayoutsCount
(Group group, boolean privateLayout) int
LayoutLocalServiceWrapper.getLayoutsCount
(Group group, boolean privateLayout, boolean includeUserGroups) int
LayoutLocalServiceWrapper.getLayoutsCount
(Group group, boolean privateLayout, String keywords, String[] types) int
LayoutLocalServiceWrapper.getLayoutsCount
(User user, boolean privateLayout) int
LayoutLocalServiceWrapper.getLayoutsCount
(User user, boolean privateLayout, boolean includeUserGroups) int
LayoutService.getLayoutsCount
(long groupId, boolean privateLayout, String keywords, String[] types) int
LayoutService.getLayoutsCount
(long groupId, boolean privateLayout, String keywords, String[] types, int[] statuses) static int
LayoutServiceUtil.getLayoutsCount
(long groupId, boolean privateLayout, String keywords, String[] types) static int
LayoutServiceUtil.getLayoutsCount
(long groupId, boolean privateLayout, String keywords, String[] types, int[] statuses) int
LayoutServiceWrapper.getLayoutsCount
(long groupId, boolean privateLayout, String keywords, String[] types) int
LayoutServiceWrapper.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 LayoutSet
LayoutSetLocalServiceUtil.getLayoutSet
(long layoutSetId) Returns the layout set with the primary key.static LayoutSet
LayoutSetLocalServiceUtil.getLayoutSet
(long groupId, boolean privateLayout) static LayoutSet
LayoutSetLocalServiceUtil.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 LayoutSetBranch
LayoutSetBranchLocalServiceUtil.getLayoutSetBranch
(long layoutSetBranchId) Returns the layout set branch with the primary key.static LayoutSetBranch
LayoutSetBranchLocalServiceUtil.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 LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.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 LayoutSetPrototype
LayoutSetPrototypeServiceUtil.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 LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.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 Group
GroupLocalServiceUtil.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 ListType
ListTypeLocalServiceUtil.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 ListType
ListTypeServiceUtil.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 ListType
ListTypeLocalServiceUtil.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 LayoutBranch
LayoutBranchLocalServiceUtil.getMasterLayoutBranch
(long layoutSetBranchId, long plid) static LayoutBranch
LayoutBranchLocalServiceUtil.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 LayoutSetBranch
LayoutSetBranchLocalServiceUtil.getMasterLayoutSetBranch
(long groupId, boolean privateLayout) LayoutSetBranchLocalServiceWrapper.getMasterLayoutSetBranch
(long groupId, boolean privateLayout) MembershipRequestLocalService.getMembershipRequest
(long membershipRequestId) Returns the membership request with the primary key.static MembershipRequest
MembershipRequestLocalServiceUtil.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 MembershipRequest
MembershipRequestServiceUtil.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 Organization
OrganizationLocalServiceUtil.getOrganization
(long organizationId) Returns the organization with the primary key.static Organization
OrganizationLocalServiceUtil.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 Organization
OrganizationServiceUtil.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 Organization
OrganizationLocalServiceUtil.getOrganizationByExternalReferenceCode
(String externalReferenceCode, long companyId) OrganizationLocalServiceWrapper.getOrganizationByExternalReferenceCode
(String externalReferenceCode, long companyId) OrganizationService.getOrganizationByExternalReferenceCode
(String externalReferenceCode, long companyId) static Organization
OrganizationServiceUtil.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 Organization
OrganizationLocalServiceUtil.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 Group
GroupLocalServiceUtil.getOrganizationGroup
(long companyId, long organizationId) Returns the specified organization group.GroupLocalServiceWrapper.getOrganizationGroup
(long companyId, long organizationId) Returns the specified organization group.long
OrganizationService.getOrganizationId
(long companyId, String name) Returns the primary key of the organization with the name.static long
OrganizationServiceUtil.getOrganizationId
(long companyId, String name) Returns the primary key of the organization with the name.long
OrganizationServiceWrapper.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) int
OrganizationService.getOrganizationsCount
(long companyId, long parentOrganizationId, String name) static int
OrganizationServiceUtil.getOrganizationsCount
(long companyId, long parentOrganizationId, String name) int
OrganizationServiceWrapper.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.int
UserLocalService.getOrganizationUsersCount
(long organizationId, int status) Returns the number of users with the status belonging to the organization.static int
UserLocalServiceUtil.getOrganizationUsersCount
(long organizationId, int status) Returns the number of users with the status belonging to the organization.int
UserLocalServiceWrapper.getOrganizationUsersCount
(long organizationId, int status) Returns the number of users with the status belonging to the organization.int
UserService.getOrganizationUsersCount
(long organizationId, int status) Returns the number of users with the status belonging to the organization.static int
UserServiceUtil.getOrganizationUsersCount
(long organizationId, int status) Returns the number of users with the status belonging to the organization.int
UserServiceWrapper.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 OrgLabor
OrgLaborLocalServiceUtil.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 OrgLabor
OrgLaborServiceUtil.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 Layout
LayoutLocalServiceUtil.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 PasswordPolicy
PasswordPolicyLocalServiceUtil.getPasswordPolicy
(long passwordPolicyId) Returns the password policy with the primary key.static PasswordPolicy
PasswordPolicyLocalServiceUtil.getPasswordPolicy
(long companyId, boolean defaultPolicy) static PasswordPolicy
PasswordPolicyLocalServiceUtil.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 PasswordPolicy
PasswordPolicyLocalServiceUtil.getPasswordPolicyByUser
(User user) PasswordPolicyLocalServiceWrapper.getPasswordPolicyByUser
(User user) PasswordPolicyLocalService.getPasswordPolicyByUserId
(long userId) static PasswordPolicy
PasswordPolicyLocalServiceUtil.getPasswordPolicyByUserId
(long userId) PasswordPolicyLocalServiceWrapper.getPasswordPolicyByUserId
(long userId) PasswordPolicyLocalService.getPasswordPolicyByUuidAndCompanyId
(String uuid, long companyId) Returns the password policy with the matching UUID and company.static PasswordPolicy
PasswordPolicyLocalServiceUtil.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 PasswordPolicyRel
PasswordPolicyRelLocalServiceUtil.getPasswordPolicyRel
(long passwordPolicyRelId) Returns the password policy rel with the primary key.static PasswordPolicyRel
PasswordPolicyRelLocalServiceUtil.getPasswordPolicyRel
(long passwordPolicyId, String className, long classPK) static PasswordPolicyRel
PasswordPolicyRelLocalServiceUtil.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 PasswordTracker
PasswordTrackerLocalServiceUtil.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 PersistedModel
AddressLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) AddressLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) BrowserTrackerLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
BrowserTrackerLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) BrowserTrackerLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) ClassNameLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ClassNameLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) ClassNameLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) CompanyInfoLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
CompanyInfoLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) CompanyInfoLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) CompanyLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
CompanyLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) CompanyLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) ContactLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ContactLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) ContactLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) CountryLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
CountryLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) CountryLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) EmailAddressLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
EmailAddressLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) EmailAddressLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) GroupLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
GroupLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) GroupLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) ImageLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ImageLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) ImageLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) LayoutBranchLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
LayoutBranchLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) LayoutBranchLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) LayoutFriendlyURLLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
LayoutFriendlyURLLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) LayoutFriendlyURLLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) LayoutLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
LayoutLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) LayoutLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) LayoutPrototypeLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
LayoutPrototypeLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) LayoutPrototypeLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) LayoutRevisionLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
LayoutRevisionLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) LayoutRevisionLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) LayoutSetBranchLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
LayoutSetBranchLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) LayoutSetBranchLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) LayoutSetLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
LayoutSetLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) LayoutSetLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) LayoutSetPrototypeLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
LayoutSetPrototypeLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) LayoutSetPrototypeLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) ListTypeLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ListTypeLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) ListTypeLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) MembershipRequestLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
MembershipRequestLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) MembershipRequestLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) OrganizationLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
OrganizationLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) OrganizationLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) OrgLaborLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
OrgLaborLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) OrgLaborLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) PasswordPolicyLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
PasswordPolicyLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) PasswordPolicyLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) PasswordPolicyRelLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
PasswordPolicyRelLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) PasswordPolicyRelLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) PasswordTrackerLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
PasswordTrackerLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) PasswordTrackerLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) PersistedModelLocalService.getPersistedModel
(Serializable primaryKeyObj) List<? extends PersistedModel>
PersistedResourcedModelLocalService.getPersistedModel
(long resourcePrimKey) PhoneLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
PhoneLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) PhoneLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) PluginSettingLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
PluginSettingLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) PluginSettingLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) PortalPreferencesLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
PortalPreferencesLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) PortalPreferencesLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) PortalPreferenceValueLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
PortalPreferenceValueLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) PortalPreferenceValueLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) PortletItemLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
PortletItemLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) PortletItemLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) PortletLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
PortletLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) PortletLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) PortletPreferencesLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
PortletPreferencesLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) PortletPreferencesLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) PortletPreferenceValueLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
PortletPreferenceValueLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) PortletPreferenceValueLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) RecentLayoutBranchLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
RecentLayoutBranchLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) RecentLayoutBranchLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) RecentLayoutRevisionLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
RecentLayoutRevisionLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) RecentLayoutRevisionLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) RecentLayoutSetBranchLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
RecentLayoutSetBranchLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) RecentLayoutSetBranchLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) RegionLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
RegionLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) RegionLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) ReleaseLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ReleaseLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) ReleaseLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) RememberMeTokenLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
RememberMeTokenLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) RememberMeTokenLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) RepositoryEntryLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
RepositoryEntryLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) RepositoryEntryLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) RepositoryLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
RepositoryLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) RepositoryLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) ResourceActionLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ResourceActionLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) ResourceActionLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) ResourcePermissionLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ResourcePermissionLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) ResourcePermissionLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) RoleLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
RoleLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) RoleLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) ServiceComponentLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
ServiceComponentLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) ServiceComponentLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) SubscriptionLocalService.getPersistedModel
(Serializable primaryKeyObj) Deprecated.static PersistedModel
SubscriptionLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) Deprecated.SubscriptionLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) Deprecated.SystemEventLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
SystemEventLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) SystemEventLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) TeamLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
TeamLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) TeamLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) TicketLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
TicketLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) TicketLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) UserGroupGroupRoleLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
UserGroupGroupRoleLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) UserGroupGroupRoleLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) UserGroupLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
UserGroupLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) UserGroupLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) UserGroupRoleLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
UserGroupRoleLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) UserGroupRoleLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) UserIdMapperLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
UserIdMapperLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) UserIdMapperLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) UserLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
UserLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) UserLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) UserNotificationDeliveryLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
UserNotificationDeliveryLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) UserNotificationDeliveryLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) UserNotificationEventLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
UserNotificationEventLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) UserNotificationEventLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) UserTrackerLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
UserTrackerLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) UserTrackerLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) UserTrackerPathLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
UserTrackerPathLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) UserTrackerPathLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) VirtualHostLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
VirtualHostLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) VirtualHostLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) WebDAVPropsLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
WebDAVPropsLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) WebDAVPropsLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) WebsiteLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
WebsiteLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) WebsiteLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) WorkflowDefinitionLinkLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
WorkflowDefinitionLinkLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) WorkflowDefinitionLinkLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) WorkflowInstanceLinkLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
WorkflowInstanceLinkLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) WorkflowInstanceLinkLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) PhoneLocalService.getPhone
(long phoneId) Returns the phone with the primary key.static Phone
PhoneLocalServiceUtil.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 Phone
PhoneServiceUtil.getPhone
(long phoneId) PhoneServiceWrapper.getPhone
(long phoneId) PhoneLocalService.getPhoneByExternalReferenceCode
(String externalReferenceCode, long companyId) static Phone
PhoneLocalServiceUtil.getPhoneByExternalReferenceCode
(String externalReferenceCode, long companyId) PhoneLocalServiceWrapper.getPhoneByExternalReferenceCode
(String externalReferenceCode, long companyId) PhoneService.getPhoneByExternalReferenceCode
(String externalReferenceCode, long companyId) static Phone
PhoneServiceUtil.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 Phone
PhoneLocalServiceUtil.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 PluginSetting
PluginSettingLocalServiceUtil.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 PortalPreferences
PortalPreferencesLocalServiceUtil.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 PortalPreferenceValue
PortalPreferenceValueLocalServiceUtil.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 Portlet
PortletLocalServiceUtil.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 PortletItem
PortletItemLocalServiceUtil.getPortletItem
(long portletItemId) Returns the portlet item with the primary key.static PortletItem
PortletItemLocalServiceUtil.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 PortletPreferences
PortletPreferencesLocalServiceUtil.getPortletPreferences
(long portletPreferencesId) Returns the portlet preferences with the primary key.static PortletPreferences
PortletPreferencesLocalServiceUtil.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 PortletPreferenceValue
PortletPreferenceValueLocalServiceUtil.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 RecentLayoutBranch
RecentLayoutBranchLocalServiceUtil.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 RecentLayoutRevision
RecentLayoutRevisionLocalServiceUtil.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 RecentLayoutSetBranch
RecentLayoutSetBranchLocalServiceUtil.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 Region
RegionLocalServiceUtil.getRegion
(long regionId) Returns the region with the primary key.static Region
RegionLocalServiceWrapper.getRegion
(long regionId) Returns the region with the primary key.RegionService.getRegion
(long regionId) static Region
RegionServiceUtil.getRegion
(long regionId) static Region
RegionServiceWrapper.getRegion
(long regionId) RegionLocalService.getRegionByUuidAndCompanyId
(String uuid, long companyId) Returns the region with the matching UUID and company.static Region
RegionLocalServiceUtil.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 RegionLocalization
RegionLocalServiceUtil.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 Release
ReleaseLocalServiceUtil.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 RememberMeToken
RememberMeTokenLocalServiceUtil.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 Repository
RepositoryLocalServiceUtil.getRepository
(long repositoryId) Returns the repository with the primary key.static Repository
RepositoryLocalServiceUtil.getRepository
(long groupId, String portletId) static Repository
RepositoryLocalServiceUtil.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 Repository
RepositoryServiceUtil.getRepository
(long repositoryId) static Repository
RepositoryServiceUtil.getRepository
(long groupId, String portletId) RepositoryServiceWrapper.getRepository
(long repositoryId) RepositoryServiceWrapper.getRepository
(long groupId, String portletId) RepositoryLocalService.getRepositoryByExternalReferenceCode
(String externalReferenceCode, long groupId) static Repository
RepositoryLocalServiceUtil.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 Repository
RepositoryLocalServiceUtil.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 RepositoryEntry
RepositoryEntryLocalServiceUtil.getRepositoryEntry
(long repositoryEntryId) Returns the repository entry with the primary key.static RepositoryEntry
RepositoryEntryLocalServiceUtil.getRepositoryEntry
(long userId, long groupId, long repositoryId, String objectId) static RepositoryEntry
RepositoryEntryLocalServiceUtil.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 RepositoryEntry
RepositoryEntryLocalServiceUtil.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 ResourceAction
ResourceActionLocalServiceUtil.getResourceAction
(long resourceActionId) Returns the resource action with the primary key.static ResourceAction
ResourceActionLocalServiceUtil.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 ResourcePermission
ResourcePermissionLocalServiceUtil.getResourcePermission
(long resourcePermissionId) Returns the resource permission with the primary key.static ResourcePermission
ResourcePermissionLocalServiceUtil.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 Role
RoleLocalServiceUtil.getRole
(long roleId) Returns the role with the primary key.static Role
Returns 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 Role
RoleServiceUtil.getRole
(long roleId) Returns the role with the primary key.static Role
Returns 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 Role
RoleLocalServiceUtil.getRoleByExternalReferenceCode
(String externalReferenceCode, long companyId) RoleLocalServiceWrapper.getRoleByExternalReferenceCode
(String externalReferenceCode, long companyId) RoleService.getRoleByExternalReferenceCode
(String externalReferenceCode, long companyId) static Role
RoleServiceUtil.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 Role
RoleLocalServiceUtil.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.int
UserLocalService.getRoleUsersCount
(long roleId, int status) Returns the number of users with the status belonging to the role.static int
UserLocalServiceUtil.getRoleUsersCount
(long roleId, int status) Returns the number of users with the status belonging to the role.int
UserLocalServiceWrapper.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 ServiceComponent
ServiceComponentLocalServiceUtil.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.int
UserLocalService.getSocialUsersCount
(long userId, int socialRelationType, String socialRelationTypeComparator) Returns the number of users with a social relation with the user.int
UserLocalService.getSocialUsersCount
(long userId1, long userId2) Returns the number of users with a mutual social relation with both of the given users.int
UserLocalService.getSocialUsersCount
(long userId1, long userId2, int socialRelationType) Returns the number of users with a mutual social relation of the type with both of the given users.static int
UserLocalServiceUtil.getSocialUsersCount
(long userId, int socialRelationType, String socialRelationTypeComparator) Returns the number of users with a social relation with the user.static int
UserLocalServiceUtil.getSocialUsersCount
(long userId1, long userId2) Returns the number of users with a mutual social relation with both of the given users.static int
UserLocalServiceUtil.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.int
UserLocalServiceWrapper.getSocialUsersCount
(long userId, int socialRelationType, String socialRelationTypeComparator) Returns the number of users with a social relation with the user.int
UserLocalServiceWrapper.getSocialUsersCount
(long userId1, long userId2) Returns the number of users with a mutual social relation with both of the given users.int
UserLocalServiceWrapper.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 Group
GroupLocalServiceUtil.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 String
WorkflowInstanceLinkLocalServiceUtil.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 Subscription
SubscriptionLocalServiceUtil.getSubscription
(long subscriptionId) Deprecated.Returns the subscription with the primary key.static Subscription
SubscriptionLocalServiceUtil.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 SystemEvent
SystemEventLocalServiceUtil.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 Team
TeamLocalServiceUtil.getTeam
(long teamId) Returns the team with the primary key.static Team
TeamLocalServiceWrapper.getTeam
(long teamId) Returns the team with the primary key.TeamService.getTeam
(long teamId) static Team
TeamServiceUtil.getTeam
(long teamId) static Team
TeamServiceWrapper.getTeam
(long teamId) TeamLocalService.getTeamByUuidAndGroupId
(String uuid, long groupId) Returns the team matching the UUID and group.static Team
TeamLocalServiceUtil.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 Role
RoleLocalServiceUtil.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 Ticket
TicketLocalServiceUtil.getTicket
(long ticketId) Returns the ticket with the primary key.static Ticket
TicketLocalServiceWrapper.getTicket
(long ticketId) Returns the ticket with the primary key.RepositoryLocalService.getTypeSettingsProperties
(long repositoryId) static UnicodeProperties
RepositoryLocalServiceUtil.getTypeSettingsProperties
(long repositoryId) RepositoryLocalServiceWrapper.getTypeSettingsProperties
(long repositoryId) RepositoryService.getTypeSettingsProperties
(long repositoryId) static UnicodeProperties
RepositoryServiceUtil.getTypeSettingsProperties
(long repositoryId) RepositoryServiceWrapper.getTypeSettingsProperties
(long repositoryId) BaseServiceImpl.getUser()
UserLocalService.getUser
(long userId) Returns the user with the primary key.static User
UserLocalServiceUtil.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 User
UserLocalServiceUtil.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 User
UserLocalServiceUtil.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 User
UserServiceUtil.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 User
UserLocalServiceUtil.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 User
UserServiceUtil.getUserByExternalReferenceCode
(long companyId, String externalReferenceCode) Returns the user with the external reference code.static User
UserServiceUtil.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 User
UserLocalServiceUtil.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 User
UserLocalServiceUtil.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 User
UserLocalServiceUtil.getUserById
(long userId) Returns the user with the primary key.static User
UserLocalServiceUtil.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 User
UserServiceUtil.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 User
UserLocalServiceUtil.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 User
UserLocalServiceUtil.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 User
UserLocalServiceUtil.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 User
UserServiceUtil.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 User
UserLocalServiceUtil.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 Group
GroupLocalServiceUtil.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 Group
GroupServiceUtil.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 UserGroup
UserGroupLocalServiceUtil.getUserGroup
(long userGroupId) Returns the user group with the primary key.static UserGroup
UserGroupLocalServiceUtil.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 UserGroup
UserGroupServiceUtil.getUserGroup
(long userGroupId) Returns the user group with the primary key.static UserGroup
UserGroupServiceUtil.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 UserGroup
UserGroupLocalServiceUtil.getUserGroupByExternalReferenceCode
(String externalReferenceCode, long companyId) UserGroupLocalServiceWrapper.getUserGroupByExternalReferenceCode
(String externalReferenceCode, long companyId) UserGroupService.getUserGroupByExternalReferenceCode
(String externalReferenceCode, long companyId) static UserGroup
UserGroupServiceUtil.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 UserGroup
UserGroupLocalServiceUtil.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 Group
GroupLocalServiceUtil.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 UserGroupGroupRole
UserGroupGroupRoleLocalServiceUtil.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 UserGroupRole
UserGroupRoleLocalServiceUtil.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) int
UserLocalService.getUserGroupUsersCount
(long userGroupId, int status) Returns the number of users with the status belonging to the user group.static int
UserLocalServiceUtil.getUserGroupUsersCount
(long userGroupId, int status) Returns the number of users with the status belonging to the user group.int
UserLocalServiceWrapper.getUserGroupUsersCount
(long userGroupId, int status) Returns the number of users with the status belonging to the user group.long
UserLocalService.getUserIdByEmailAddress
(long companyId, String emailAddress) Returns the primary key of the user with the email address.static long
UserLocalServiceUtil.getUserIdByEmailAddress
(long companyId, String emailAddress) Returns the primary key of the user with the email address.long
UserLocalServiceWrapper.getUserIdByEmailAddress
(long companyId, String emailAddress) Returns the primary key of the user with the email address.long
UserService.getUserIdByEmailAddress
(long companyId, String emailAddress) Returns the primary key of the user with the email address.static long
UserServiceUtil.getUserIdByEmailAddress
(long companyId, String emailAddress) Returns the primary key of the user with the email address.long
UserServiceWrapper.getUserIdByEmailAddress
(long companyId, String emailAddress) Returns the primary key of the user with the email address.long
UserLocalService.getUserIdByScreenName
(long companyId, String screenName) Returns the primary key of the user with the screen name.static long
UserLocalServiceUtil.getUserIdByScreenName
(long companyId, String screenName) Returns the primary key of the user with the screen name.long
UserLocalServiceWrapper.getUserIdByScreenName
(long companyId, String screenName) Returns the primary key of the user with the screen name.long
UserService.getUserIdByScreenName
(long companyId, String screenName) Returns the primary key of the user with the screen name.static long
UserServiceUtil.getUserIdByScreenName
(long companyId, String screenName) Returns the primary key of the user with the screen name.long
UserServiceWrapper.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 UserIdMapper
UserIdMapperLocalServiceUtil.getUserIdMapper
(long userIdMapperId) Returns the user ID mapper with the primary key.static UserIdMapper
UserIdMapperLocalServiceUtil.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 UserIdMapper
UserIdMapperLocalServiceUtil.getUserIdMapperByExternalUserId
(String type, String externalUserId) UserIdMapperLocalServiceWrapper.getUserIdMapperByExternalUserId
(String type, String externalUserId) LayoutSetBranchLocalService.getUserLayoutSetBranch
(long userId, long groupId, boolean privateLayout, long layoutSetId, long layoutSetBranchId) static LayoutSetBranch
LayoutSetBranchLocalServiceUtil.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 UserNotificationDelivery
UserNotificationDeliveryLocalServiceUtil.getUserNotificationDelivery
(long userNotificationDeliveryId) Returns the user notification delivery with the primary key.static UserNotificationDelivery
UserNotificationDeliveryLocalServiceUtil.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 UserNotificationEvent
UserNotificationEventLocalServiceUtil.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 UserNotificationEvent
UserNotificationEventServiceUtil.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 UserNotificationEvent
UserNotificationEventLocalServiceUtil.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.strict
is 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.strict
is 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.strict
is set totrue
.GroupService.getUserOrganizationsGroups
(long userId, int start, int end) Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal propertyorganizations.membership.strict
is set totrue
.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.strict
is 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.strict
is set totrue
.GroupLocalService.getUserPersonalSiteGroup
(long companyId) Returns the default user's personal site group.static Group
GroupLocalServiceUtil.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.int
GroupService.getUserSitesGroupsCount()
Returns the number of the guest or current user's groups "sites" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel.static int
GroupServiceUtil.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.int
GroupServiceWrapper.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 UserTracker
UserTrackerLocalServiceUtil.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 UserTrackerPath
UserTrackerPathLocalServiceUtil.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 VirtualHost
VirtualHostLocalServiceUtil.getVirtualHost
(long virtualHostId) Returns the virtual host with the primary key.static VirtualHost
VirtualHostLocalServiceUtil.getVirtualHost
(long companyId, long layoutSetId) Deprecated.As of Mueller (7.2.x), replaced byVirtualHostLocalServiceUtil.getVirtualHosts(long, long)
static VirtualHost
VirtualHostLocalServiceUtil.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 WebDAVProps
WebDAVPropsLocalServiceUtil.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 Website
WebsiteLocalServiceUtil.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 Website
WebsiteServiceUtil.getWebsite
(long websiteId) WebsiteServiceWrapper.getWebsite
(long websiteId) WebsiteLocalService.getWebsiteByExternalReferenceCode
(String externalReferenceCode, long companyId) static Website
WebsiteLocalServiceUtil.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 Website
WebsiteLocalServiceUtil.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 WorkflowDefinitionLink
WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLink
(long workflowDefinitionLinkId) Returns the workflow definition link with the primary key.static WorkflowDefinitionLink
WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLink
(long companyId, long groupId, String className, long classPK, long typePK) static WorkflowDefinitionLink
WorkflowDefinitionLinkLocalServiceUtil.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 WorkflowDefinitionLink
WorkflowDefinitionLinkLocalServiceUtil.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 WorkflowDefinitionLink
WorkflowDefinitionLinkLocalServiceUtil.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 WorkflowInstanceLink
WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLink
(long workflowInstanceLinkId) Returns the workflow instance link with the primary key.static WorkflowInstanceLink
WorkflowInstanceLinkLocalServiceUtil.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) boolean
UserService.hasGroupUser
(long groupId, long userId) Returnstrue
if the user is a member of the group.static boolean
UserServiceUtil.hasGroupUser
(long groupId, long userId) Returnstrue
if the user is a member of the group.boolean
UserServiceWrapper.hasGroupUser
(long groupId, long userId) Returnstrue
if the user is a member of the group.boolean
Returnstrue
if there is a matching layout with the UUID, group, and privacy.static boolean
Returnstrue
if there is a matching layout with the UUID, group, and privacy.boolean
Returnstrue
if there is a matching layout with the UUID, group, and privacy.boolean
Returnstrue
if there is a matching layout with the UUID, group, and privacy.static boolean
Returnstrue
if there is a matching layout with the UUID, group, and privacy.boolean
Returnstrue
if there is a matching layout with the UUID, group, and privacy.boolean
LayoutLocalService.hasLayouts
(Group group) boolean
LayoutLocalService.hasLayouts
(Group group, boolean privateLayout) boolean
LayoutLocalService.hasLayouts
(Group group, boolean privateLayout, boolean includeUserGroups) boolean
LayoutLocalService.hasLayouts
(User user, boolean privateLayout) boolean
LayoutLocalService.hasLayouts
(User user, boolean privateLayout, boolean includeUserGroups) static boolean
LayoutLocalServiceUtil.hasLayouts
(Group group) static boolean
LayoutLocalServiceUtil.hasLayouts
(Group group, boolean privateLayout) static boolean
LayoutLocalServiceUtil.hasLayouts
(Group group, boolean privateLayout, boolean includeUserGroups) static boolean
LayoutLocalServiceUtil.hasLayouts
(User user, boolean privateLayout) static boolean
LayoutLocalServiceUtil.hasLayouts
(User user, boolean privateLayout, boolean includeUserGroups) boolean
LayoutLocalServiceWrapper.hasLayouts
(Group group) boolean
LayoutLocalServiceWrapper.hasLayouts
(Group group, boolean privateLayout) boolean
LayoutLocalServiceWrapper.hasLayouts
(Group group, boolean privateLayout, boolean includeUserGroups) boolean
LayoutLocalServiceWrapper.hasLayouts
(User user, boolean privateLayout) boolean
LayoutLocalServiceWrapper.hasLayouts
(User user, boolean privateLayout, boolean includeUserGroups) boolean
LayoutLocalService.hasLayoutSetPrototypeLayout
(long layoutSetPrototypeId, String layoutUuid) boolean
LayoutLocalService.hasLayoutSetPrototypeLayout
(String layoutSetPrototypeUuid, long companyId, String layoutUuid) static boolean
LayoutLocalServiceUtil.hasLayoutSetPrototypeLayout
(long layoutSetPrototypeId, String layoutUuid) static boolean
LayoutLocalServiceUtil.hasLayoutSetPrototypeLayout
(String layoutSetPrototypeUuid, long companyId, String layoutUuid) boolean
LayoutLocalServiceWrapper.hasLayoutSetPrototypeLayout
(long layoutSetPrototypeId, String layoutUuid) boolean
LayoutLocalServiceWrapper.hasLayoutSetPrototypeLayout
(String layoutSetPrototypeUuid, long companyId, String layoutUuid) boolean
LayoutService.hasPortletId
(long plid, String portletId) static boolean
LayoutServiceUtil.hasPortletId
(long plid, String portletId) boolean
LayoutServiceWrapper.hasPortletId
(long plid, String portletId) boolean
ResourcePermissionLocalService.hasResourcePermission
(long companyId, String name, int scope, String primKey, long[] roleIds, String actionId) Returnstrue
if the roles have permission at the scope to perform the action on resources of the type.boolean
ResourcePermissionLocalService.hasResourcePermission
(long companyId, String name, int scope, String primKey, long roleId, String actionId) Returnstrue
if the role has permission at the scope to perform the action on resources of the type.boolean
ResourcePermissionLocalService.hasResourcePermission
(List<Resource> resources, long[] roleIds, String actionId) Returnstrue
if the roles have permission at the scope to perform the action on the resources.static boolean
ResourcePermissionLocalServiceUtil.hasResourcePermission
(long companyId, String name, int scope, String primKey, long[] roleIds, String actionId) Returnstrue
if the roles have permission at the scope to perform the action on resources of the type.static boolean
ResourcePermissionLocalServiceUtil.hasResourcePermission
(long companyId, String name, int scope, String primKey, long roleId, String actionId) Returnstrue
if the role has permission at the scope to perform the action on resources of the type.static boolean
ResourcePermissionLocalServiceUtil.hasResourcePermission
(List<Resource> resources, long[] roleIds, String actionId) Returnstrue
if the roles have permission at the scope to perform the action on the resources.boolean
ResourcePermissionLocalServiceWrapper.hasResourcePermission
(long companyId, String name, int scope, String primKey, long[] roleIds, String actionId) Returnstrue
if the roles have permission at the scope to perform the action on resources of the type.boolean
ResourcePermissionLocalServiceWrapper.hasResourcePermission
(long companyId, String name, int scope, String primKey, long roleId, String actionId) Returnstrue
if the role has permission at the scope to perform the action on resources of the type.boolean
ResourcePermissionLocalServiceWrapper.hasResourcePermission
(List<Resource> resources, long[] roleIds, String actionId) Returnstrue
if the roles have permission at the scope to perform the action on the resources.boolean
UserLocalService.hasRoleUser
(long companyId, String name, long userId, boolean inherited) Returnstrue
if the user has the role with the name, optionally through inheritance.static boolean
UserLocalServiceUtil.hasRoleUser
(long companyId, String name, long userId, boolean inherited) Returnstrue
if the user has the role with the name, optionally through inheritance.boolean
UserLocalServiceWrapper.hasRoleUser
(long companyId, String name, long userId, boolean inherited) Returnstrue
if the user has the role with the name, optionally through inheritance.boolean
UserService.hasRoleUser
(long roleId, long userId) Returnstrue
if the user is a member of the role.boolean
UserService.hasRoleUser
(long companyId, String name, long userId, boolean inherited) Returnstrue
if the user has the role with the name, optionally through inheritance.static boolean
UserServiceUtil.hasRoleUser
(long roleId, long userId) Returnstrue
if the user is a member of the role.static boolean
UserServiceUtil.hasRoleUser
(long companyId, String name, long userId, boolean inherited) Returnstrue
if the user has the role with the name, optionally through inheritance.boolean
UserServiceWrapper.hasRoleUser
(long roleId, long userId) Returnstrue
if the user is a member of the role.boolean
UserServiceWrapper.hasRoleUser
(long companyId, String name, long userId, boolean inherited) Returnstrue
if the user has the role with the name, optionally through inheritance.boolean
ResourcePermissionLocalService.hasScopeResourcePermission
(long companyId, String name, int scope, long roleId, String actionId) Returnstrue
if the role has permission at the scope to perform the action on the resource.static boolean
ResourcePermissionLocalServiceUtil.hasScopeResourcePermission
(long companyId, String name, int scope, long roleId, String actionId) Returnstrue
if the role has permission at the scope to perform the action on the resource.boolean
ResourcePermissionLocalServiceWrapper.hasScopeResourcePermission
(long companyId, String name, int scope, long roleId, String actionId) Returnstrue
if the role has permission at the scope to perform the action on the resource.boolean
GroupService.hasUserGroup
(long userId, long groupId) Returnstrue
if the user is associated with the group, including the user's inherited organizations and user groups.static boolean
GroupServiceUtil.hasUserGroup
(long userId, long groupId) Returnstrue
if the user is associated with the group, including the user's inherited organizations and user groups.boolean
GroupServiceWrapper.hasUserGroup
(long userId, long groupId) Returnstrue
if the user is associated with the group, including the user's inherited organizations and user groups.boolean
UserGroupGroupRoleLocalService.hasUserGroupGroupRole
(long userGroupId, long groupId, String roleName) static boolean
UserGroupGroupRoleLocalServiceUtil.hasUserGroupGroupRole
(long userGroupId, long groupId, String roleName) boolean
UserGroupGroupRoleLocalServiceWrapper.hasUserGroupGroupRole
(long userGroupId, long groupId, String roleName) boolean
UserGroupRoleLocalService.hasUserGroupRole
(long userId, long groupId, String roleName) boolean
UserGroupRoleLocalService.hasUserGroupRole
(long userId, long groupId, String roleName, boolean inherit) static boolean
UserGroupRoleLocalServiceUtil.hasUserGroupRole
(long userId, long groupId, String roleName) static boolean
UserGroupRoleLocalServiceUtil.hasUserGroupRole
(long userId, long groupId, String roleName, boolean inherit) boolean
UserGroupRoleLocalServiceWrapper.hasUserGroupRole
(long userId, long groupId, String roleName) boolean
UserGroupRoleLocalServiceWrapper.hasUserGroupRole
(long userId, long groupId, String roleName, boolean inherit) boolean
OrganizationLocalService.hasUserOrganization
(long userId, long organizationId, boolean inheritSuborganizations, boolean includeSpecifiedOrganization) Returnstrue
if the user is a member of the organization, optionally focusing on suborganizations or the specified organization.static boolean
OrganizationLocalServiceUtil.hasUserOrganization
(long userId, long organizationId, boolean inheritSuborganizations, boolean includeSpecifiedOrganization) Returnstrue
if the user is a member of the organization, optionally focusing on suborganizations or the specified organization.boolean
OrganizationLocalServiceWrapper.hasUserOrganization
(long userId, long organizationId, boolean inheritSuborganizations, boolean includeSpecifiedOrganization) Returnstrue
if the user is a member of the organization, optionally focusing on suborganizations or the specified organization.boolean
ResourceLocalService.hasUserPermissions
(long userId, long resourceId, List<Resource> resources, String actionId, long[] roleIds) Returnstrue
if the roles have permission to perform the action on the resources.static boolean
ResourceLocalServiceUtil.hasUserPermissions
(long userId, long resourceId, List<Resource> resources, String actionId, long[] roleIds) Returnstrue
if the roles have permission to perform the action on the resources.boolean
ResourceLocalServiceWrapper.hasUserPermissions
(long userId, long resourceId, List<Resource> resources, String actionId, long[] roleIds) Returnstrue
if the roles have permission to perform the action on the resources.boolean
RoleLocalService.hasUserRole
(long userId, long companyId, String name, boolean inherited) Returnstrue
if the user is associated with the named regular role.static boolean
RoleLocalServiceUtil.hasUserRole
(long userId, long companyId, String name, boolean inherited) Returnstrue
if the user is associated with the named regular role.boolean
RoleLocalServiceWrapper.hasUserRole
(long userId, long companyId, String name, boolean inherited) Returnstrue
if the user is associated with the named regular role.boolean
RoleService.hasUserRole
(long userId, long companyId, String name, boolean inherited) Returnstrue
if the user is associated with the named regular role.static boolean
RoleServiceUtil.hasUserRole
(long userId, long companyId, String name, boolean inherited) Returnstrue
if the user is associated with the named regular role.boolean
RoleServiceWrapper.hasUserRole
(long userId, long companyId, String name, boolean inherited) Returnstrue
if the user is associated with the named regular role.boolean
RoleLocalService.hasUserRoles
(long userId, long companyId, String[] names, boolean inherited) Returnstrue
if the user has any one of the named regular roles.static boolean
RoleLocalServiceUtil.hasUserRoles
(long userId, long companyId, String[] names, boolean inherited) Returnstrue
if the user has any one of the named regular roles.boolean
RoleLocalServiceWrapper.hasUserRoles
(long userId, long companyId, String[] names, boolean inherited) Returnstrue
if the user has any one of the named regular roles.boolean
RoleService.hasUserRoles
(long userId, long companyId, String[] names, boolean inherited) Returnstrue
if the user has any one of the named regular roles.static boolean
RoleServiceUtil.hasUserRoles
(long userId, long companyId, String[] names, boolean inherited) Returnstrue
if the user has any one of the named regular roles.boolean
RoleServiceWrapper.hasUserRoles
(long userId, long companyId, String[] names, boolean inherited) Returnstrue
if the user has any one of the named regular roles.boolean
TeamService.hasUserTeam
(long userId, long teamId) static boolean
TeamServiceUtil.hasUserTeam
(long userId, long teamId) boolean
TeamServiceWrapper.hasUserTeam
(long userId, long teamId) void
ResourcePermissionLocalService.initDefaultModelResourcePermissions
(long companyId, Collection<String> modelResources) static void
ResourcePermissionLocalServiceUtil.initDefaultModelResourcePermissions
(long companyId, Collection<String> modelResources) void
ResourcePermissionLocalServiceWrapper.initDefaultModelResourcePermissions
(long companyId, Collection<String> modelResources) void
ResourcePermissionLocalService.initPortletDefaultPermissions
(Portlet portlet) static void
ResourcePermissionLocalServiceUtil.initPortletDefaultPermissions
(Portlet portlet) void
ResourcePermissionLocalServiceWrapper.initPortletDefaultPermissions
(Portlet portlet) ServiceComponentLocalService.initServiceComponent
(ServiceComponentConfiguration serviceComponentConfiguration, ClassLoader classLoader, String buildNamespace, long buildNumber, long buildDate) static ServiceComponent
ServiceComponentLocalServiceUtil.initServiceComponent
(ServiceComponentConfiguration serviceComponentConfiguration, ClassLoader classLoader, String buildNamespace, long buildNumber, long buildDate) ServiceComponentLocalServiceWrapper.initServiceComponent
(ServiceComponentConfiguration serviceComponentConfiguration, ClassLoader classLoader, String buildNamespace, long buildNumber, long buildDate) boolean
WorkflowInstanceLinkLocalService.isEnded
(long companyId, long groupId, String className, long classPK) static boolean
WorkflowInstanceLinkLocalServiceUtil.isEnded
(long companyId, long groupId, String className, long classPK) boolean
WorkflowInstanceLinkLocalServiceWrapper.isEnded
(long companyId, long groupId, String className, long classPK) boolean
UserLocalService.isPasswordExpired
(User user) Returnstrue
if the user's password is expired.static boolean
UserLocalServiceUtil.isPasswordExpired
(User user) Returnstrue
if the user's password is expired.boolean
UserLocalServiceWrapper.isPasswordExpired
(User user) Returnstrue
if the user's password is expired.boolean
PasswordTrackerLocalService.isSameAsCurrentPassword
(long userId, String newClearTextPwd) static boolean
PasswordTrackerLocalServiceUtil.isSameAsCurrentPassword
(long userId, String newClearTextPwd) boolean
PasswordTrackerLocalServiceWrapper.isSameAsCurrentPassword
(long userId, String newClearTextPwd) boolean
PasswordTrackerLocalService.isValidPassword
(long userId, String newClearTextPwd) static boolean
PasswordTrackerLocalServiceUtil.isValidPassword
(long userId, String newClearTextPwd) boolean
PasswordTrackerLocalServiceWrapper.isValidPassword
(long userId, String newClearTextPwd) GroupLocalService.loadGetGroup
(long companyId, String groupKey) Returns the group with the matching group key.static Group
GroupLocalServiceUtil.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 User
UserLocalServiceUtil.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 LayoutSetBranch
LayoutSetBranchLocalServiceUtil.mergeLayoutSetBranch
(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) LayoutSetBranchLocalServiceWrapper.mergeLayoutSetBranch
(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) LayoutSetBranchService.mergeLayoutSetBranch
(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) static LayoutSetBranch
LayoutSetBranchServiceUtil.mergeLayoutSetBranch
(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) LayoutSetBranchServiceWrapper.mergeLayoutSetBranch
(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) void
ResourcePermissionLocalService.mergePermissions
(long fromRoleId, long toRoleId) Reassigns all the resource permissions from the source role to the destination role, and deletes the source role.static void
ResourcePermissionLocalServiceUtil.mergePermissions
(long fromRoleId, long toRoleId) Reassigns all the resource permissions from the source role to the destination role, and deletes the source role.void
ResourcePermissionLocalServiceWrapper.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 Image
ImageLocalServiceUtil.moveImage
(long imageId, byte[] bytes) ImageLocalServiceWrapper.moveImage
(long imageId, byte[] bytes) void
ResourcePermissionLocalService.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 void
ResourcePermissionLocalServiceUtil.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.void
ResourcePermissionLocalServiceWrapper.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.void
GroupLocalService.rebuildTree
(long companyId) Rebuilds the group tree.static void
GroupLocalServiceUtil.rebuildTree
(long companyId) Rebuilds the group tree.void
GroupLocalServiceWrapper.rebuildTree
(long companyId) Rebuilds the group tree.void
OrganizationLocalService.rebuildTree
(long companyId) Rebuilds the organization's tree.static void
OrganizationLocalServiceUtil.rebuildTree
(long companyId) Rebuilds the organization's tree.void
OrganizationLocalServiceWrapper.rebuildTree
(long companyId) Rebuilds the organization's tree.void
CompanyService.removePreferences
(long companyId, String[] keys) Removes the values that match the keys of the company's preferences.static void
CompanyServiceUtil.removePreferences
(long companyId, String[] keys) Removes the values that match the keys of the company's preferences.void
CompanyServiceWrapper.removePreferences
(long companyId, String[] keys) Removes the values that match the keys of the company's preferences.void
ResourceLocalService.removeResource
(long companyId, String name, int scope, String primKey, long roleId, String actionId) static void
ResourceLocalServiceUtil.removeResource
(long companyId, String name, int scope, String primKey, long roleId, String actionId) void
ResourceLocalServiceWrapper.removeResource
(long companyId, String name, int scope, String primKey, long roleId, String actionId) void
ResourcePermissionLocalService.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 void
ResourcePermissionLocalServiceUtil.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.void
ResourcePermissionLocalServiceWrapper.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.void
ResourcePermissionService.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 void
ResourcePermissionServiceUtil.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.void
ResourcePermissionServiceWrapper.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.void
ResourcePermissionLocalService.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 void
ResourcePermissionLocalServiceUtil.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.void
ResourcePermissionLocalServiceWrapper.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.void
ResourcePermissionService.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 void
ResourcePermissionServiceUtil.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.void
ResourcePermissionServiceWrapper.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.void
PortletPreferencesService.restoreArchivedPreferences
(long groupId, Layout layout, String portletId, long portletItemId, PortletPreferences jxPortletPreferences) void
PortletPreferencesService.restoreArchivedPreferences
(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences jxPortletPreferences) void
PortletPreferencesService.restoreArchivedPreferences
(long groupId, String name, Layout layout, String portletId, PortletPreferences jxPortletPreferences) static void
PortletPreferencesServiceUtil.restoreArchivedPreferences
(long groupId, Layout layout, String portletId, long portletItemId, PortletPreferences jxPortletPreferences) static void
PortletPreferencesServiceUtil.restoreArchivedPreferences
(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences jxPortletPreferences) static void
PortletPreferencesServiceUtil.restoreArchivedPreferences
(long groupId, String name, Layout layout, String portletId, PortletPreferences jxPortletPreferences) void
PortletPreferencesServiceWrapper.restoreArchivedPreferences
(long groupId, Layout layout, String portletId, long portletItemId, PortletPreferences jxPortletPreferences) void
PortletPreferencesServiceWrapper.restoreArchivedPreferences
(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences jxPortletPreferences) void
PortletPreferencesServiceWrapper.restoreArchivedPreferences
(long groupId, String name, Layout layout, String portletId, PortletPreferences jxPortletPreferences) void
LayoutService.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 void
LayoutServiceUtil.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.void
LayoutServiceWrapper.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.void
LayoutService.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 void
LayoutServiceUtil.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.void
LayoutServiceWrapper.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) int
LayoutLocalService.searchCount
(long groupId, long userId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types) int
LayoutLocalService.searchCount
(Group group, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types) static int
LayoutLocalServiceUtil.searchCount
(long groupId, long userId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types) static int
LayoutLocalServiceUtil.searchCount
(Group group, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types) int
LayoutLocalServiceWrapper.searchCount
(long groupId, long userId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types) int
LayoutLocalServiceWrapper.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 Hits
OrganizationLocalServiceUtil.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.int
OrganizationLocalService.searchOrganizationsAndUsersCount
(long companyId, long parentOrganizationId, String keywords, int status, LinkedHashMap<String, Object> params) Returns the number of organizations and users that match the keywords specified for them and belong to the parent organization.static int
OrganizationLocalServiceUtil.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.int
OrganizationLocalServiceWrapper.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) void
UserLocalService.sendEmailAddressVerification
(User user, String emailAddress, ServiceContext serviceContext) Sends an email address verification to the user.static void
UserLocalServiceUtil.sendEmailAddressVerification
(User user, String emailAddress, ServiceContext serviceContext) Sends an email address verification to the user.void
UserLocalServiceWrapper.sendEmailAddressVerification
(User user, String emailAddress, ServiceContext serviceContext) Sends an email address verification to the user.boolean
UserLocalService.sendEmailUserCreationAttempt
(long companyId, String emailAddress, String fromName, String fromAddress, String subject, String body, ServiceContext serviceContext) static boolean
UserLocalServiceUtil.sendEmailUserCreationAttempt
(long companyId, String emailAddress, String fromName, String fromAddress, String subject, String body, ServiceContext serviceContext) boolean
UserLocalServiceWrapper.sendEmailUserCreationAttempt
(long companyId, String emailAddress, String fromName, String fromAddress, String subject, String body, ServiceContext serviceContext) boolean
UserLocalService.sendPassword
(long companyId, String emailAddress, String fromName, String fromAddress, String subject, String body, ServiceContext serviceContext) static boolean
UserLocalServiceUtil.sendPassword
(long companyId, String emailAddress, String fromName, String fromAddress, String subject, String body, ServiceContext serviceContext) boolean
UserLocalServiceWrapper.sendPassword
(long companyId, String emailAddress, String fromName, String fromAddress, String subject, String body, ServiceContext serviceContext) boolean
UserLocalService.sendPasswordByEmailAddress
(long companyId, String emailAddress) Sends a password notification email to the user matching the email address.static boolean
UserLocalServiceUtil.sendPasswordByEmailAddress
(long companyId, String emailAddress) Sends a password notification email to the user matching the email address.boolean
UserLocalServiceWrapper.sendPasswordByEmailAddress
(long companyId, String emailAddress) Sends a password notification email to the user matching the email address.boolean
UserService.sendPasswordByEmailAddress
(long companyId, String emailAddress) Sends a password notification email to the user matching the email address.static boolean
UserServiceUtil.sendPasswordByEmailAddress
(long companyId, String emailAddress) Sends a password notification email to the user matching the email address.boolean
UserServiceWrapper.sendPasswordByEmailAddress
(long companyId, String emailAddress) Sends a password notification email to the user matching the email address.boolean
UserLocalService.sendPasswordByScreenName
(long companyId, String screenName) Sends a password notification email to the user matching the screen name.static boolean
UserLocalServiceUtil.sendPasswordByScreenName
(long companyId, String screenName) Sends a password notification email to the user matching the screen name.boolean
UserLocalServiceWrapper.sendPasswordByScreenName
(long companyId, String screenName) Sends a password notification email to the user matching the screen name.boolean
UserService.sendPasswordByScreenName
(long companyId, String screenName) Sends a password notification email to the user matching the screen name.static boolean
UserServiceUtil.sendPasswordByScreenName
(long companyId, String screenName) Sends a password notification email to the user matching the screen name.boolean
UserServiceWrapper.sendPasswordByScreenName
(long companyId, String screenName) Sends a password notification email to the user matching the screen name.boolean
UserLocalService.sendPasswordByUserId
(long userId) Sends a password notification email to the user matching the ID.static boolean
UserLocalServiceUtil.sendPasswordByUserId
(long userId) Sends a password notification email to the user matching the ID.boolean
UserLocalServiceWrapper.sendPasswordByUserId
(long userId) Sends a password notification email to the user matching the ID.boolean
UserService.sendPasswordByUserId
(long userId) Sends a password notification email to the user matching the ID.static boolean
UserServiceUtil.sendPasswordByUserId
(long userId) Sends a password notification email to the user matching the ID.boolean
UserServiceWrapper.sendPasswordByUserId
(long userId) Sends a password notification email to the user matching the ID.boolean
UserLocalService.sendPasswordLockout
(long companyId, String emailAddress, String fromName, String fromAddress, String subject, String body, ServiceContext serviceContext) static boolean
UserLocalServiceUtil.sendPasswordLockout
(long companyId, String emailAddress, String fromName, String fromAddress, String subject, String body, ServiceContext serviceContext) boolean
UserLocalServiceWrapper.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 UserNotificationEvent
UserNotificationEventLocalServiceUtil.sendUserNotificationEvents
(long userId, String portletId, int deliveryType, boolean delivered, boolean actionRequired, JSONObject notificationEventJSONObject) static UserNotificationEvent
UserNotificationEventLocalServiceUtil.sendUserNotificationEvents
(long userId, String portletId, int deliveryType, boolean actionRequired, JSONObject notificationEventJSONObject) static UserNotificationEvent
UserNotificationEventLocalServiceUtil.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) void
OrganizationService.setGroupOrganizations
(long groupId, long[] organizationIds) Sets the organizations in the group, removing and adding organizations to the group as necessary.static void
OrganizationServiceUtil.setGroupOrganizations
(long groupId, long[] organizationIds) Sets the organizations in the group, removing and adding organizations to the group as necessary.void
OrganizationServiceWrapper.setGroupOrganizations
(long groupId, long[] organizationIds) Sets the organizations in the group, removing and adding organizations to the group as necessary.void
ResourcePermissionService.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.void
ResourcePermissionService.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 void
ResourcePermissionServiceUtil.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 void
ResourcePermissionServiceUtil.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.void
ResourcePermissionServiceWrapper.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.void
ResourcePermissionServiceWrapper.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.void
LayoutLocalService.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 void
LayoutLocalServiceUtil.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.void
LayoutLocalServiceWrapper.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.void
LayoutService.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 void
LayoutServiceUtil.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.void
LayoutServiceWrapper.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.void
ResourcePermissionLocalService.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 void
ResourcePermissionLocalServiceUtil.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.void
ResourcePermissionLocalServiceWrapper.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.void
ResourcePermissionLocalService.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.void
ResourcePermissionLocalService.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 void
ResourcePermissionLocalServiceUtil.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 void
ResourcePermissionLocalServiceUtil.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.void
ResourcePermissionLocalServiceWrapper.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.void
ResourcePermissionLocalServiceWrapper.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.void
GroupService.setRoleGroups
(long roleId, long[] groupIds) Sets the groups associated with the role, removing and adding associations as necessary.static void
GroupServiceUtil.setRoleGroups
(long roleId, long[] groupIds) Sets the groups associated with the role, removing and adding associations as necessary.void
GroupServiceWrapper.setRoleGroups
(long roleId, long[] groupIds) Sets the groups associated with the role, removing and adding associations as necessary.void
UserLocalService.setRoleUsers
(long roleId, long[] userIds) static void
UserLocalServiceUtil.setRoleUsers
(long roleId, long[] userIds) void
UserLocalServiceWrapper.setRoleUsers
(long roleId, long[] userIds) void
UserService.setRoleUsers
(long roleId, long[] userIds) Sets the users in the role, removing and adding users to the role as necessary.static void
UserServiceUtil.setRoleUsers
(long roleId, long[] userIds) Sets the users in the role, removing and adding users to the role as necessary.void
UserServiceWrapper.setRoleUsers
(long roleId, long[] userIds) Sets the users in the role, removing and adding users to the role as necessary.void
UserLocalService.setUserGroupUsers
(long userGroupId, long[] userIds) static void
UserLocalServiceUtil.setUserGroupUsers
(long userGroupId, long[] userIds) void
UserLocalServiceWrapper.setUserGroupUsers
(long userGroupId, long[] userIds) void
UserService.setUserGroupUsers
(long userGroupId, long[] userIds) Sets the users in the user group, removing and adding users to the user group as necessary.static void
UserServiceUtil.setUserGroupUsers
(long userGroupId, long[] userIds) Sets the users in the user group, removing and adding users to the user group as necessary.void
UserServiceWrapper.setUserGroupUsers
(long userGroupId, long[] userIds) Sets the users in the user group, removing and adding users to the user group as necessary.void
RoleLocalService.setUserRoles
(long userId, long[] roleIds) static void
RoleLocalServiceUtil.setUserRoles
(long userId, long[] roleIds) void
RoleLocalServiceWrapper.setUserRoles
(long userId, long[] roleIds) void
UserGroupLocalService.setUserUserGroups
(long userId, long[] userGroupIds) static void
UserGroupLocalServiceUtil.setUserUserGroups
(long userId, long[] userGroupIds) void
UserGroupLocalServiceWrapper.setUserUserGroups
(long userId, long[] userGroupIds) void
WorkflowInstanceLinkLocalService.startWorkflowInstance
(long companyId, long groupId, long userId, String className, long classPK, Map<String, Serializable> workflowContext) void
WorkflowInstanceLinkLocalService.startWorkflowInstance
(long companyId, long groupId, long userId, String className, long classPK, Map<String, Serializable> workflowContext, boolean waitForCompletion) static void
WorkflowInstanceLinkLocalServiceUtil.startWorkflowInstance
(long companyId, long groupId, long userId, String className, long classPK, Map<String, Serializable> workflowContext) static void
WorkflowInstanceLinkLocalServiceUtil.startWorkflowInstance
(long companyId, long groupId, long userId, String className, long classPK, Map<String, Serializable> workflowContext, boolean waitForCompletion) void
WorkflowInstanceLinkLocalServiceWrapper.startWorkflowInstance
(long companyId, long groupId, long userId, String className, long classPK, Map<String, Serializable> workflowContext) void
WorkflowInstanceLinkLocalServiceWrapper.startWorkflowInstance
(long companyId, long groupId, long userId, String className, long classPK, Map<String, Serializable> workflowContext, boolean waitForCompletion) void
WebDAVPropsLocalService.storeWebDAVProps
(WebDAVProps webDAVProps) static void
WebDAVPropsLocalServiceUtil.storeWebDAVProps
(WebDAVProps webDAVProps) void
WebDAVPropsLocalServiceWrapper.storeWebDAVProps
(WebDAVProps webDAVProps) void
PortalService.testDeleteClassName()
static void
PortalServiceUtil.testDeleteClassName()
void
PortalServiceWrapper.testDeleteClassName()
void
PasswordTrackerLocalService.trackPassword
(long userId, String encPassword) static void
PasswordTrackerLocalServiceUtil.trackPassword
(long userId, String encPassword) void
PasswordTrackerLocalServiceWrapper.trackPassword
(long userId, String encPassword) void
LayoutService.unschedulePublishToLive
(long groupId, String jobName, String groupName) Deletes the job from the scheduler's queue.static void
LayoutServiceUtil.unschedulePublishToLive
(long groupId, String jobName, String groupName) Deletes the job from the scheduler's queue.void
LayoutServiceWrapper.unschedulePublishToLive
(long groupId, String jobName, String groupName) Deletes the job from the scheduler's queue.void
LayoutService.unschedulePublishToRemote
(long groupId, String jobName, String groupName) Deletes the job from the scheduler's persistent queue.static void
LayoutServiceUtil.unschedulePublishToRemote
(long groupId, String jobName, String groupName) Deletes the job from the scheduler's persistent queue.void
LayoutServiceWrapper.unschedulePublishToRemote
(long groupId, String jobName, String groupName) Deletes the job from the scheduler's persistent queue.void
OrganizationService.unsetGroupOrganizations
(long groupId, long[] organizationIds) Removes the organizations from the group.static void
OrganizationServiceUtil.unsetGroupOrganizations
(long groupId, long[] organizationIds) Removes the organizations from the group.void
OrganizationServiceWrapper.unsetGroupOrganizations
(long groupId, long[] organizationIds) Removes the organizations from the group.void
UserLocalService.unsetGroupTeamsUsers
(long groupId, long[] userIds) Removes the users from the teams of a group.static void
UserLocalServiceUtil.unsetGroupTeamsUsers
(long groupId, long[] userIds) Removes the users from the teams of a group.void
UserLocalServiceWrapper.unsetGroupTeamsUsers
(long groupId, long[] userIds) Removes the users from the teams of a group.void
UserService.unsetGroupTeamsUsers
(long groupId, long[] userIds) Removes the users from the teams of a group.static void
UserServiceUtil.unsetGroupTeamsUsers
(long groupId, long[] userIds) Removes the users from the teams of a group.void
UserServiceWrapper.unsetGroupTeamsUsers
(long groupId, long[] userIds) Removes the users from the teams of a group.void
UserGroupService.unsetGroupUserGroups
(long groupId, long[] userGroupIds) Removes the user groups from the group.static void
UserGroupServiceUtil.unsetGroupUserGroups
(long groupId, long[] userGroupIds) Removes the user groups from the group.void
UserGroupServiceWrapper.unsetGroupUserGroups
(long groupId, long[] userGroupIds) Removes the user groups from the group.void
UserLocalService.unsetGroupUsers
(long groupId, long[] userIds, ServiceContext serviceContext) Removes the users from the group.static void
UserLocalServiceUtil.unsetGroupUsers
(long groupId, long[] userIds, ServiceContext serviceContext) Removes the users from the group.void
UserLocalServiceWrapper.unsetGroupUsers
(long groupId, long[] userIds, ServiceContext serviceContext) Removes the users from the group.void
UserService.unsetGroupUsers
(long groupId, long[] userIds, ServiceContext serviceContext) Removes the users from the group.static void
UserServiceUtil.unsetGroupUsers
(long groupId, long[] userIds, ServiceContext serviceContext) Removes the users from the group.void
UserServiceWrapper.unsetGroupUsers
(long groupId, long[] userIds, ServiceContext serviceContext) Removes the users from the group.void
UserLocalService.unsetOrganizationUsers
(long organizationId, long[] userIds) Removes the users from the organization.static void
UserLocalServiceUtil.unsetOrganizationUsers
(long organizationId, long[] userIds) Removes the users from the organization.void
UserLocalServiceWrapper.unsetOrganizationUsers
(long organizationId, long[] userIds) Removes the users from the organization.void
UserService.unsetOrganizationUsers
(long organizationId, long[] userIds) Removes the users from the organization.static void
UserServiceUtil.unsetOrganizationUsers
(long organizationId, long[] userIds) Removes the users from the organization.void
UserServiceWrapper.unsetOrganizationUsers
(long organizationId, long[] userIds) Removes the users from the organization.void
OrganizationService.unsetPasswordPolicyOrganizations
(long passwordPolicyId, long[] organizationIds) Removes the organizations from the password policy.static void
OrganizationServiceUtil.unsetPasswordPolicyOrganizations
(long passwordPolicyId, long[] organizationIds) Removes the organizations from the password policy.void
OrganizationServiceWrapper.unsetPasswordPolicyOrganizations
(long passwordPolicyId, long[] organizationIds) Removes the organizations from the password policy.void
UserService.unsetPasswordPolicyUsers
(long passwordPolicyId, long[] userIds) Removes the users from the password policy.static void
UserServiceUtil.unsetPasswordPolicyUsers
(long passwordPolicyId, long[] userIds) Removes the users from the password policy.void
UserServiceWrapper.unsetPasswordPolicyUsers
(long passwordPolicyId, long[] userIds) Removes the users from the password policy.void
GroupService.unsetRoleGroups
(long roleId, long[] groupIds) Removes the groups from the role.static void
GroupServiceUtil.unsetRoleGroups
(long roleId, long[] groupIds) Removes the groups from the role.void
GroupServiceWrapper.unsetRoleGroups
(long roleId, long[] groupIds) Removes the groups from the role.void
UserLocalService.unsetRoleUsers
(long roleId, long[] userIds) Removes the users from the role.void
UserLocalService.unsetRoleUsers
(long roleId, List<User> users) Removes the users from the role.static void
UserLocalServiceUtil.unsetRoleUsers
(long roleId, long[] userIds) Removes the users from the role.static void
UserLocalServiceUtil.unsetRoleUsers
(long roleId, List<User> users) Removes the users from the role.void
UserLocalServiceWrapper.unsetRoleUsers
(long roleId, long[] userIds) Removes the users from the role.void
UserLocalServiceWrapper.unsetRoleUsers
(long roleId, List<User> users) Removes the users from the role.void
UserService.unsetRoleUsers
(long roleId, long[] userIds) Removes the users from the role.static void
UserServiceUtil.unsetRoleUsers
(long roleId, long[] userIds) Removes the users from the role.void
UserServiceWrapper.unsetRoleUsers
(long roleId, long[] userIds) Removes the users from the role.void
UserGroupService.unsetTeamUserGroups
(long teamId, long[] userGroupIds) Removes the user groups from the team.static void
UserGroupServiceUtil.unsetTeamUserGroups
(long teamId, long[] userGroupIds) Removes the user groups from the team.void
UserGroupServiceWrapper.unsetTeamUserGroups
(long teamId, long[] userGroupIds) Removes the user groups from the team.void
UserLocalService.unsetTeamUsers
(long teamId, long[] userIds) Removes the users from the team.static void
UserLocalServiceUtil.unsetTeamUsers
(long teamId, long[] userIds) Removes the users from the team.void
UserLocalServiceWrapper.unsetTeamUsers
(long teamId, long[] userIds) Removes the users from the team.void
UserService.unsetTeamUsers
(long teamId, long[] userIds) Removes the users from the team.static void
UserServiceUtil.unsetTeamUsers
(long teamId, long[] userIds) Removes the users from the team.void
UserServiceWrapper.unsetTeamUsers
(long teamId, long[] userIds) Removes the users from the team.void
UserLocalService.unsetUserGroupUsers
(long userGroupId, long[] userIds) Removes the users from the user group.static void
UserLocalServiceUtil.unsetUserGroupUsers
(long userGroupId, long[] userIds) Removes the users from the user group.void
UserLocalServiceWrapper.unsetUserGroupUsers
(long userGroupId, long[] userIds) Removes the users from the user group.void
UserService.unsetUserGroupUsers
(long userGroupId, long[] userIds) Removes the users from the user group.static void
UserServiceUtil.unsetUserGroupUsers
(long userGroupId, long[] userIds) Removes the users from the user group.void
UserServiceWrapper.unsetUserGroupUsers
(long userGroupId, long[] userIds) Removes the users from the user group.void
RoleLocalService.unsetUserRoles
(long userId, long[] roleIds) Removes the matching roles associated with the user.static void
RoleLocalServiceUtil.unsetUserRoles
(long userId, long[] roleIds) Removes the matching roles associated with the user.void
RoleLocalServiceWrapper.unsetUserRoles
(long userId, long[] roleIds) Removes the matching roles associated with the user.void
RoleService.unsetUserRoles
(long userId, long[] roleIds) Removes the matching roles associated with the user.static void
RoleServiceUtil.unsetUserRoles
(long userId, long[] roleIds) Removes the matching roles associated with the user.void
RoleServiceWrapper.unsetUserRoles
(long userId, long[] roleIds) Removes the matching roles associated with the user.CountryLocalService.updateActive
(long countryId, boolean active) static Country
CountryLocalServiceUtil.updateActive
(long countryId, boolean active) CountryLocalServiceWrapper.updateActive
(long countryId, boolean active) CountryService.updateActive
(long countryId, boolean active) static Country
CountryServiceUtil.updateActive
(long countryId, boolean active) CountryServiceWrapper.updateActive
(long countryId, boolean active) RegionLocalService.updateActive
(long regionId, boolean active) static Region
RegionLocalServiceUtil.updateActive
(long regionId, boolean active) RegionLocalServiceWrapper.updateActive
(long regionId, boolean active) RegionService.updateActive
(long regionId, boolean active) static Region
RegionServiceUtil.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 Address
AddressLocalServiceUtil.updateAddress
(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, long listTypeId, boolean mailing, boolean primary) static Address
AddressLocalServiceUtil.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 Address
AddressServiceUtil.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 User
UserLocalServiceUtil.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 User
UserServiceUtil.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.void
PortletPreferencesService.updateArchivePreferences
(long userId, long groupId, String name, String portletId, PortletPreferences jxPortletPreferences) static void
PortletPreferencesServiceUtil.updateArchivePreferences
(long userId, long groupId, String name, String portletId, PortletPreferences jxPortletPreferences) void
PortletPreferencesServiceWrapper.updateArchivePreferences
(long userId, long groupId, String name, String portletId, PortletPreferences jxPortletPreferences) void
GroupLocalService.updateAsset
(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames) Updates the group's asset replacing categories and tag names.static void
GroupLocalServiceUtil.updateAsset
(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames) Updates the group's asset replacing categories and tag names.void
GroupLocalServiceWrapper.updateAsset
(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames) Updates the group's asset replacing categories and tag names.void
LayoutLocalService.updateAsset
(long userId, Layout layout, long[] assetCategoryIds, String[] assetTagNames) static void
LayoutLocalServiceUtil.updateAsset
(long userId, Layout layout, long[] assetCategoryIds, String[] assetTagNames) void
LayoutLocalServiceWrapper.updateAsset
(long userId, Layout layout, long[] assetCategoryIds, String[] assetTagNames) void
OrganizationLocalService.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 void
OrganizationLocalServiceUtil.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.void
OrganizationLocalServiceWrapper.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.void
UserLocalService.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 void
UserLocalServiceUtil.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.void
UserLocalServiceWrapper.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.void
WorkflowInstanceLinkLocalService.updateClassPK
(long companyId, long groupId, String className, long oldClassPK, long newClassPK) static void
WorkflowInstanceLinkLocalServiceUtil.updateClassPK
(long companyId, long groupId, String className, long oldClassPK, long newClassPK) void
WorkflowInstanceLinkLocalServiceWrapper.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 Company
CompanyLocalServiceUtil.updateCompany
(long companyId, String virtualHostname, String mx, int maxUsers, boolean active) Updates the company.static Company
CompanyLocalServiceUtil.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 Company
CompanyServiceUtil.updateCompany
(long companyId, String virtualHost, String mx, int maxUsers, boolean active) Updates the companystatic Company
CompanyServiceUtil.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 Company
CompanyServiceUtil.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 Contact
ContactLocalServiceUtil.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 Contact
ContactServiceUtil.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 Country
CountryLocalServiceUtil.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 Country
CountryServiceUtil.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 CountryLocalization
CountryLocalServiceUtil.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 User
UserLocalServiceUtil.updateCreateDate
(long userId, Date createDate) Updates the user's creation date.UserLocalServiceWrapper.updateCreateDate
(long userId, Date createDate) Updates the user's creation date.void
CompanyLocalService.updateDisplay
(long companyId, String languageId, String timeZoneId) Update the company's display.static void
CompanyLocalServiceUtil.updateDisplay
(long companyId, String languageId, String timeZoneId) Update the company's display.void
CompanyLocalServiceWrapper.updateDisplay
(long companyId, String languageId, String timeZoneId) Update the company's display.void
CompanyService.updateDisplay
(long companyId, String languageId, String timeZoneId) Update the company's display.static void
CompanyServiceUtil.updateDisplay
(long companyId, String languageId, String timeZoneId) Update the company's display.void
CompanyServiceWrapper.updateDisplay
(long companyId, String languageId, String timeZoneId) Update the company's display.void
CompanyLocalService.updateDisplayGroupNames
(long companyId) static void
CompanyLocalServiceUtil.updateDisplayGroupNames
(long companyId) void
CompanyLocalServiceWrapper.updateDisplayGroupNames
(long companyId) EmailAddressLocalService.updateEmailAddress
(String externalReferenceCode, long emailAddressId, String address, long listTypeId, boolean primary) static EmailAddress
EmailAddressLocalServiceUtil.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 EmailAddress
EmailAddressServiceUtil.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 User
UserLocalServiceUtil.updateEmailAddress
(long userId, String password, String emailAddress1, String emailAddress2) Updates the user's email address.static User
UserLocalServiceUtil.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 User
UserServiceUtil.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 User
UserLocalServiceUtil.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 Address
AddressLocalServiceUtil.updateExternalReferenceCode
(long addressId, String externalReferenceCode) static Address
AddressLocalServiceUtil.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 Address
AddressServiceUtil.updateExternalReferenceCode
(long addressId, String externalReferenceCode) static Address
AddressServiceUtil.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 Role
RoleLocalServiceUtil.updateExternalReferenceCode
(long roleId, String externalReferenceCode) static Role
RoleLocalServiceUtil.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 Role
RoleServiceUtil.updateExternalReferenceCode
(long roleId, String externalReferenceCode) static Role
RoleServiceUtil.updateExternalReferenceCode
(Role role, String externalReferenceCode) RoleServiceWrapper.updateExternalReferenceCode
(long roleId, String externalReferenceCode) RoleServiceWrapper.updateExternalReferenceCode
(Role role, String externalReferenceCode) UserGroupLocalService.updateExternalReferenceCode
(UserGroup userGroup, String externalReferenceCode) static UserGroup
UserGroupLocalServiceUtil.updateExternalReferenceCode
(UserGroup userGroup, String externalReferenceCode) UserGroupLocalServiceWrapper.updateExternalReferenceCode
(UserGroup userGroup, String externalReferenceCode) UserGroupService.updateExternalReferenceCode
(UserGroup userGroup, String externalReferenceCode) static UserGroup
UserGroupServiceUtil.updateExternalReferenceCode
(UserGroup userGroup, String externalReferenceCode) UserGroupServiceWrapper.updateExternalReferenceCode
(UserGroup userGroup, String externalReferenceCode) UserLocalService.updateExternalReferenceCode
(long userId, String externalReferenceCode) UserLocalService.updateExternalReferenceCode
(User user, String externalReferenceCode) static User
UserLocalServiceUtil.updateExternalReferenceCode
(long userId, String externalReferenceCode) static User
UserLocalServiceUtil.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 User
UserServiceUtil.updateExternalReferenceCode
(long userId, String externalReferenceCode) static User
UserServiceUtil.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 User
UserLocalServiceUtil.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 LayoutSet
LayoutSetLocalServiceUtil.updateFaviconFileEntryId
(long groupId, boolean privateLayout, long faviconFileEntryId) LayoutSetLocalServiceWrapper.updateFaviconFileEntryId
(long groupId, boolean privateLayout, long faviconFileEntryId) void
LayoutSetService.updateFaviconFileEntryId
(long groupId, boolean privateLayout, long faviconFileEntryId) static void
LayoutSetServiceUtil.updateFaviconFileEntryId
(long groupId, boolean privateLayout, long faviconFileEntryId) void
LayoutSetServiceWrapper.updateFaviconFileEntryId
(long groupId, boolean privateLayout, long faviconFileEntryId) GroupLocalService.updateFriendlyURL
(long groupId, String friendlyURL) Updates the group's friendly URL.static Group
GroupLocalServiceUtil.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 Group
GroupServiceUtil.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 Layout
LayoutLocalServiceUtil.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 User
UserLocalServiceUtil.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 Group
GroupLocalServiceUtil.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 Group
GroupLocalServiceUtil.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 Group
GroupServiceUtil.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 Group
GroupServiceUtil.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 Country
CountryLocalServiceUtil.updateGroupFilterEnabled
(long countryId, boolean groupFilterEnabled) CountryLocalServiceWrapper.updateGroupFilterEnabled
(long countryId, boolean groupFilterEnabled) CountryService.updateGroupFilterEnabled
(long countryId, boolean groupFilterEnabled) static Country
CountryServiceUtil.updateGroupFilterEnabled
(long countryId, boolean groupFilterEnabled) CountryServiceWrapper.updateGroupFilterEnabled
(long countryId, boolean groupFilterEnabled) void
UserLocalService.updateGroups
(long userId, long[] newGroupIds, ServiceContext serviceContext) Sets the groups the user is in, removing and adding groups as necessary.static void
UserLocalServiceUtil.updateGroups
(long userId, long[] newGroupIds, ServiceContext serviceContext) Sets the groups the user is in, removing and adding groups as necessary.void
UserLocalServiceWrapper.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 Layout
LayoutLocalServiceUtil.updateIconImage
(long plid, byte[] bytes) LayoutLocalServiceWrapper.updateIconImage
(long plid, byte[] bytes) LayoutService.updateIconImage
(long plid, byte[] bytes) static Layout
LayoutServiceUtil.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 Image
ImageLocalServiceUtil.updateImage
(long imageId, byte[] bytes) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceUtil.updateImage(long, long, byte[])
static Image
ImageLocalServiceUtil.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 Image
ImageLocalServiceUtil.updateImage
(long companyId, long imageId, byte[] bytes) static Image
ImageLocalServiceUtil.updateImage
(long companyId, long imageId, byte[] bytes, String type, int height, int width, int size) static Image
ImageLocalServiceUtil.updateImage
(long companyId, long imageId, File file) static Image
ImageLocalServiceUtil.updateImage
(long companyId, long imageId, InputStream inputStream) static Image
ImageLocalServiceUtil.updateImage
(long companyId, long imageId, InputStream inputStream, boolean cleanUpStream) static Image
ImageLocalServiceUtil.updateImage
(long imageId, File file) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceUtil.updateImage(long, long, File)
static Image
ImageLocalServiceUtil.updateImage
(long imageId, InputStream inputStream) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceUtil.updateImage(long, long, InputStream)
static Image
ImageLocalServiceUtil.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 User
UserLocalServiceUtil.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 User
UserServiceUtil.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 User
UserServiceUtil.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 Company
CompanyLocalServiceUtil.updateIndexNameNext
(long companyId, String indexNameNext) CompanyLocalServiceWrapper.updateIndexNameNext
(long companyId, String indexNameNext) CompanyLocalService.updateIndexNames
(long companyId, String indexNameCurrent, String indexNameNext) static Company
CompanyLocalServiceUtil.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 User
UserLocalServiceUtil.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 User
UserLocalServiceUtil.updateLanguageId
(long userId, String languageId) UserLocalServiceWrapper.updateLanguageId
(long userId, String languageId) UserService.updateLanguageId
(long userId, String languageId) static User
UserServiceUtil.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 User
UserLocalServiceUtil.updateLastLogin
(long userId, String loginIP) Updates the user's last login with the current time and the IP address.static User
UserLocalServiceUtil.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 Layout
LayoutLocalServiceUtil.updateLayout
(long groupId, boolean privateLayout, long layoutId, long classNameId, long classPK) Updates the layout replacing its entity class name ID and primary key.static Layout
LayoutLocalServiceUtil.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 Layout
LayoutLocalServiceUtil.updateLayout
(long groupId, boolean privateLayout, long layoutId, String typeSettings) Updates the layout replacing its type settings.static Layout
LayoutLocalServiceUtil.updateLayout
(long groupId, boolean privateLayout, long layoutId, String typeSettings, byte[] iconBytes, String themeId, String colorSchemeId, long styleBookEntryId, String css, long faviconFileEntryId, long masterLayoutPlid) static Layout
LayoutLocalServiceUtil.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 Layout
LayoutServiceUtil.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 Layout
LayoutServiceUtil.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 LayoutBranch
LayoutBranchLocalServiceUtil.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 LayoutBranch
LayoutBranchServiceUtil.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 LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.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 LayoutPrototype
LayoutPrototypeLocalServiceUtil.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 LayoutPrototype
LayoutPrototypeServiceUtil.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 LayoutRevision
LayoutRevisionLocalServiceUtil.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 LayoutSetBranch
LayoutSetBranchLocalServiceUtil.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 LayoutSetBranch
LayoutSetBranchServiceUtil.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 LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype
(long layoutSetPrototypeId, String settings) static LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype
(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) static LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.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 LayoutSetPrototype
LayoutSetPrototypeServiceUtil.updateLayoutSetPrototype
(long layoutSetPrototypeId, String settings) static LayoutSetPrototype
LayoutSetPrototypeServiceUtil.updateLayoutSetPrototype
(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) static LayoutSetPrototype
LayoutSetPrototypeServiceUtil.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) void
LayoutSetLocalService.updateLayoutSetPrototypeLinkEnabled
(long groupId, boolean privateLayout, boolean layoutSetPrototypeLinkEnabled, String layoutSetPrototypeUuid) Updates the state of the layout set prototype link.static void
LayoutSetLocalServiceUtil.updateLayoutSetPrototypeLinkEnabled
(long groupId, boolean privateLayout, boolean layoutSetPrototypeLinkEnabled, String layoutSetPrototypeUuid) Updates the state of the layout set prototype link.void
LayoutSetLocalServiceWrapper.updateLayoutSetPrototypeLinkEnabled
(long groupId, boolean privateLayout, boolean layoutSetPrototypeLinkEnabled, String layoutSetPrototypeUuid) Updates the state of the layout set prototype link.void
LayoutSetService.updateLayoutSetPrototypeLinkEnabled
(long groupId, boolean privateLayout, boolean layoutSetPrototypeLinkEnabled, String layoutSetPrototypeUuid) Updates the state of the layout set prototype link.static void
LayoutSetServiceUtil.updateLayoutSetPrototypeLinkEnabled
(long groupId, boolean privateLayout, boolean layoutSetPrototypeLinkEnabled, String layoutSetPrototypeUuid) Updates the state of the layout set prototype link.void
LayoutSetServiceWrapper.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 User
UserLocalServiceUtil.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 User
UserLocalServiceUtil.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 User
UserLocalServiceUtil.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 User
UserServiceUtil.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 User
UserLocalServiceUtil.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 Company
CompanyLocalServiceUtil.updateLogo
(long companyId, byte[] bytes) Updates the company's logo.static Company
CompanyLocalServiceUtil.updateLogo
(long companyId, File file) Updates the company's logo.static Company
CompanyLocalServiceUtil.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 Company
CompanyServiceUtil.updateLogo
(long companyId, byte[] bytes) Updates the company's logo.static Company
CompanyServiceUtil.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 LayoutSet
LayoutSetLocalServiceUtil.updateLogo
(long groupId, boolean privateLayout, boolean hasLogo, byte[] bytes) static LayoutSet
LayoutSetLocalServiceUtil.updateLogo
(long groupId, boolean privateLayout, boolean hasLogo, File file) static LayoutSet
LayoutSetLocalServiceUtil.updateLogo
(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream) static LayoutSet
LayoutSetLocalServiceUtil.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) void
LayoutSetService.updateLogo
(long groupId, boolean privateLayout, boolean hasLogo, byte[] bytes) void
LayoutSetService.updateLogo
(long groupId, boolean privateLayout, boolean hasLogo, File file) void
LayoutSetService.updateLogo
(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream) void
LayoutSetService.updateLogo
(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream, boolean cleanUpStream) static void
LayoutSetServiceUtil.updateLogo
(long groupId, boolean privateLayout, boolean hasLogo, byte[] bytes) static void
LayoutSetServiceUtil.updateLogo
(long groupId, boolean privateLayout, boolean hasLogo, File file) static void
LayoutSetServiceUtil.updateLogo
(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream) static void
LayoutSetServiceUtil.updateLogo
(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream, boolean cleanUpStream) void
LayoutSetServiceWrapper.updateLogo
(long groupId, boolean privateLayout, boolean hasLogo, byte[] bytes) void
LayoutSetServiceWrapper.updateLogo
(long groupId, boolean privateLayout, boolean hasLogo, File file) void
LayoutSetServiceWrapper.updateLogo
(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream) void
LayoutSetServiceWrapper.updateLogo
(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream, boolean cleanUpStream) OrganizationLocalService.updateLogo
(long organizationId, byte[] logoBytes) static Organization
OrganizationLocalServiceUtil.updateLogo
(long organizationId, byte[] logoBytes) OrganizationLocalServiceWrapper.updateLogo
(long organizationId, byte[] logoBytes) OrganizationService.updateLogo
(long organizationId, byte[] logoBytes) static Organization
OrganizationServiceUtil.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 Layout
LayoutLocalServiceUtil.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 Layout
LayoutServiceUtil.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) void
LayoutSetLocalService.updateLookAndFeel
(long groupId, String themeId, String colorSchemeId, String css) static LayoutSet
LayoutSetLocalServiceUtil.updateLookAndFeel
(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css) static void
LayoutSetLocalServiceUtil.updateLookAndFeel
(long groupId, String themeId, String colorSchemeId, String css) LayoutSetLocalServiceWrapper.updateLookAndFeel
(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css) void
LayoutSetLocalServiceWrapper.updateLookAndFeel
(long groupId, String themeId, String colorSchemeId, String css) LayoutSetService.updateLookAndFeel
(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css) static LayoutSet
LayoutSetServiceUtil.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 Layout
LayoutLocalServiceUtil.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.void
ResourcePermissionLocalService.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 void
ResourcePermissionLocalServiceUtil.updateModelResourcePermissions
(AuditedModel auditedModel, ServiceContext serviceContext) Updates the resources for the model, replacing their group and guest permissions with new ones from the service context.void
ResourcePermissionLocalServiceWrapper.updateModelResourcePermissions
(AuditedModel auditedModel, ServiceContext serviceContext) Updates the resources for the model, replacing their group and guest permissions with new ones from the service context.void
ResourceLocalService.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 void
ResourceLocalServiceUtil.updateModelResources
(AuditedModel auditedModel, ServiceContext serviceContext) Updates the resources for the model, replacing their group and guest permissions with new ones from the service context.void
ResourceLocalServiceWrapper.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 User
UserLocalServiceUtil.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 Layout
LayoutLocalServiceUtil.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 Layout
LayoutLocalServiceUtil.updateName
(long plid, String name, String languageId) Updates the name of the layout matching the primary key.static Layout
LayoutLocalServiceUtil.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 Layout
LayoutServiceUtil.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 Layout
LayoutServiceUtil.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 User
UserLocalServiceUtil.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 User
UserServiceUtil.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 Organization
OrganizationLocalServiceUtil.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 Organization
OrganizationServiceUtil.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 Organization
OrganizationServiceUtil.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.void
UserLocalService.updateOrganizations
(long userId, long[] newOrganizationIds, ServiceContext serviceContext) Sets the organizations that the user is in, removing and adding organizations as necessary.static void
UserLocalServiceUtil.updateOrganizations
(long userId, long[] newOrganizationIds, ServiceContext serviceContext) Sets the organizations that the user is in, removing and adding organizations as necessary.void
UserLocalServiceWrapper.updateOrganizations
(long userId, long[] newOrganizationIds, ServiceContext serviceContext) Sets the organizations that the user is in, removing and adding organizations as necessary.void
UserService.updateOrganizations
(long userId, long[] organizationIds, ServiceContext serviceContext) Sets the organizations that the user is in, removing and adding organizations as necessary.static void
UserServiceUtil.updateOrganizations
(long userId, long[] organizationIds, ServiceContext serviceContext) Sets the organizations that the user is in, removing and adding organizations as necessary.void
UserServiceWrapper.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 OrgLabor
OrgLaborLocalServiceUtil.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 OrgLabor
OrgLaborServiceUtil.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 Layout
LayoutLocalServiceUtil.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 Layout
LayoutLocalServiceUtil.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 Layout
LayoutServiceUtil.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 Layout
LayoutServiceUtil.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 Layout
LayoutLocalServiceUtil.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 Layout
LayoutServiceUtil.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 User
UserLocalServiceUtil.updatePassword
(long userId, String password1, String password2, boolean passwordReset) Updates the user's password without tracking or validation of the change.static User
UserLocalServiceUtil.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 User
UserServiceUtil.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 User
UserLocalServiceUtil.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 PasswordPolicy
PasswordPolicyLocalServiceUtil.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 PasswordPolicy
PasswordPolicyServiceUtil.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 User
UserLocalServiceUtil.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 Phone
PhoneLocalServiceUtil.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 Phone
PhoneServiceUtil.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 PluginSetting
PluginSettingServiceUtil.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 Portlet
PortletServiceUtil.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 PortletItem
PortletItemLocalServiceUtil.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 User
UserLocalServiceUtil.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 User
UserServiceUtil.updatePortrait
(long userId, byte[] bytes) Updates the user's portrait image.UserServiceWrapper.updatePortrait
(long userId, byte[] bytes) Updates the user's portrait image.void
CompanyLocalService.updatePreferences
(long companyId, UnicodeProperties unicodeProperties) Updates the company's preferences.static void
CompanyLocalServiceUtil.updatePreferences
(long companyId, UnicodeProperties unicodeProperties) Updates the company's preferences.void
CompanyLocalServiceWrapper.updatePreferences
(long companyId, UnicodeProperties unicodeProperties) Updates the company's preferences.void
CompanyService.updatePreferences
(long companyId, UnicodeProperties unicodeProperties) Updates the company's preferences.static void
CompanyServiceUtil.updatePreferences
(long companyId, UnicodeProperties unicodeProperties) Updates the company's preferences.void
CompanyServiceWrapper.updatePreferences
(long companyId, UnicodeProperties unicodeProperties) Updates the company's preferences.void
LayoutLocalService.updatePriorities
(long groupId, boolean privateLayout) Updates the priorities of the layouts.static void
LayoutLocalServiceUtil.updatePriorities
(long groupId, boolean privateLayout) Updates the priorities of the layouts.void
LayoutLocalServiceWrapper.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 Layout
LayoutLocalServiceUtil.updatePriority
(long groupId, boolean privateLayout, long layoutId, int priority) Updates the priority of the layout matching the group, layout ID, and privacy.static Layout
LayoutLocalServiceUtil.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 Layout
LayoutLocalServiceUtil.updatePriority
(long plid, int priority) Updates the priority of the layout matching the primary key.static Layout
LayoutLocalServiceUtil.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 Layout
LayoutServiceUtil.updatePriority
(long groupId, boolean privateLayout, long layoutId, int priority) Updates the priority of the layout matching the group, layout ID, and privacy.static Layout
LayoutServiceUtil.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 Layout
LayoutServiceUtil.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 Region
RegionLocalServiceUtil.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 Region
RegionServiceUtil.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 RegionLocalization
RegionLocalServiceUtil.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 Release
ReleaseLocalServiceUtil.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 User
UserLocalServiceUtil.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 User
UserServiceUtil.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.void
RepositoryLocalService.updateRepository
(long repositoryId, UnicodeProperties typeSettingsUnicodeProperties) void
RepositoryLocalService.updateRepository
(long repositoryId, String name, String description) static void
RepositoryLocalServiceUtil.updateRepository
(long repositoryId, UnicodeProperties typeSettingsUnicodeProperties) static void
RepositoryLocalServiceUtil.updateRepository
(long repositoryId, String name, String description) void
RepositoryLocalServiceWrapper.updateRepository
(long repositoryId, UnicodeProperties typeSettingsUnicodeProperties) void
RepositoryLocalServiceWrapper.updateRepository
(long repositoryId, String name, String description) void
RepositoryService.updateRepository
(long repositoryId, String name, String description) static void
RepositoryServiceUtil.updateRepository
(long repositoryId, String name, String description) void
RepositoryServiceWrapper.updateRepository
(long repositoryId, String name, String description) RepositoryEntryLocalService.updateRepositoryEntry
(long repositoryEntryId, String mappedId) static RepositoryEntry
RepositoryEntryLocalServiceUtil.updateRepositoryEntry
(long repositoryEntryId, String mappedId) RepositoryEntryLocalServiceWrapper.updateRepositoryEntry
(long repositoryEntryId, String mappedId) void
ResourcePermissionLocalService.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.void
ResourcePermissionLocalService.updateResourcePermissions
(long companyId, long groupId, String name, String primKey, ModelPermissions modelPermissions) void
ResourcePermissionLocalService.updateResourcePermissions
(long companyId, long groupId, String name, String primKey, String[] groupPermissions, String[] guestPermissions) static void
ResourcePermissionLocalServiceUtil.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 void
ResourcePermissionLocalServiceUtil.updateResourcePermissions
(long companyId, long groupId, String name, String primKey, ModelPermissions modelPermissions) static void
ResourcePermissionLocalServiceUtil.updateResourcePermissions
(long companyId, long groupId, String name, String primKey, String[] groupPermissions, String[] guestPermissions) void
ResourcePermissionLocalServiceWrapper.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.void
ResourcePermissionLocalServiceWrapper.updateResourcePermissions
(long companyId, long groupId, String name, String primKey, ModelPermissions modelPermissions) void
ResourcePermissionLocalServiceWrapper.updateResourcePermissions
(long companyId, long groupId, String name, String primKey, String[] groupPermissions, String[] guestPermissions) void
ResourceLocalService.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.void
ResourceLocalService.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.void
ResourceLocalService.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.void
ResourceLocalService.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 void
ResourceLocalServiceUtil.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 void
ResourceLocalServiceUtil.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 void
ResourceLocalServiceUtil.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 void
ResourceLocalServiceUtil.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.void
ResourceLocalServiceWrapper.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.void
ResourceLocalServiceWrapper.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.void
ResourceLocalServiceWrapper.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.void
ResourceLocalServiceWrapper.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 Role
RoleLocalServiceUtil.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 Role
RoleServiceUtil.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 User
UserLocalServiceUtil.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 User
UserServiceUtil.updateScreenName
(long userId, String screenName) Updates the user's screen name.UserServiceWrapper.updateScreenName
(long userId, String screenName) Updates the user's screen name.void
CompanyService.updateSecurity
(long companyId, String authType, boolean autoLogin, boolean sendPassword, boolean strangers, boolean strangersWithMx, boolean strangersVerify, boolean siteLogo) Updates the company's security properties.static void
CompanyServiceUtil.updateSecurity
(long companyId, String authType, boolean autoLogin, boolean sendPassword, boolean strangers, boolean strangersWithMx, boolean strangersVerify, boolean siteLogo) Updates the company's security properties.void
CompanyServiceWrapper.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 LayoutSet
LayoutSetLocalServiceUtil.updateSettings
(long groupId, boolean privateLayout, String settings) LayoutSetLocalServiceWrapper.updateSettings
(long groupId, boolean privateLayout, String settings) LayoutSetService.updateSettings
(long groupId, boolean privateLayout, String settings) static LayoutSet
LayoutSetServiceUtil.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 Group
GroupLocalServiceUtil.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.void
GroupService.updateStagedPortlets
(long groupId, Map<String, String> stagedPortletIds) static void
GroupServiceUtil.updateStagedPortlets
(long groupId, Map<String, String> stagedPortletIds) void
GroupServiceWrapper.updateStagedPortlets
(long groupId, Map<String, String> stagedPortletIds) LayoutLocalService.updateStatus
(long userId, long plid, int status, ServiceContext serviceContext) static Layout
LayoutLocalServiceUtil.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 LayoutRevision
LayoutRevisionLocalServiceUtil.updateStatus
(long userId, long layoutRevisionId, int status, ServiceContext serviceContext) LayoutRevisionLocalServiceWrapper.updateStatus
(long userId, long layoutRevisionId, int status, ServiceContext serviceContext) void
MembershipRequestLocalService.updateStatus
(long replierUserId, long membershipRequestId, String replyComments, long statusId, boolean addUserToGroup, ServiceContext serviceContext) static void
MembershipRequestLocalServiceUtil.updateStatus
(long replierUserId, long membershipRequestId, String replyComments, long statusId, boolean addUserToGroup, ServiceContext serviceContext) void
MembershipRequestLocalServiceWrapper.updateStatus
(long replierUserId, long membershipRequestId, String replyComments, long statusId, boolean addUserToGroup, ServiceContext serviceContext) void
MembershipRequestService.updateStatus
(long membershipRequestId, String reviewComments, long statusId, ServiceContext serviceContext) static void
MembershipRequestServiceUtil.updateStatus
(long membershipRequestId, String reviewComments, long statusId, ServiceContext serviceContext) void
MembershipRequestServiceWrapper.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 User
UserLocalServiceUtil.updateStatus
(long userId, int status, ServiceContext serviceContext) Updates the user's workflow status.static User
UserLocalServiceUtil.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 User
UserServiceUtil.updateStatus
(long userId, int status, ServiceContext serviceContext) Updates the user's workflow status.static User
UserServiceUtil.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 Layout
LayoutLocalServiceUtil.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 Team
TeamLocalServiceUtil.updateTeam
(long teamId, String name, String description) TeamLocalServiceWrapper.updateTeam
(long teamId, String name, String description) TeamService.updateTeam
(long teamId, String name, String description) static Team
TeamServiceUtil.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 Ticket
TicketLocalServiceUtil.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 Layout
LayoutLocalServiceUtil.updateType
(long plid, String type) LayoutLocalServiceWrapper.updateType
(long plid, String type) LayoutService.updateType
(long plid, String type) static Layout
LayoutServiceUtil.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 User
UserLocalServiceUtil.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 User
UserServiceUtil.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 User
UserServiceUtil.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 User
UserServiceUtil.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 User
UserServiceUtil.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 UserGroup
UserGroupLocalServiceUtil.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 UserGroup
UserGroupServiceUtil.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.void
UserGroupRoleService.updateUserGroupRoles
(long userId, long groupId, long[] addedRoleIds, long[] deletedRoleIds) static void
UserGroupRoleServiceUtil.updateUserGroupRoles
(long userId, long groupId, long[] addedRoleIds, long[] deletedRoleIds) void
UserGroupRoleServiceWrapper.updateUserGroupRoles
(long userId, long groupId, long[] addedRoleIds, long[] deletedRoleIds) UserNotificationEventService.updateUserNotificationEvent
(String uuid, long companyId, boolean archive) static UserNotificationEvent
UserNotificationEventServiceUtil.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 LayoutSet
LayoutSetLocalServiceUtil.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 LayoutSet
LayoutSetServiceUtil.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 Website
WebsiteLocalServiceUtil.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 Website
WebsiteServiceUtil.updateWebsite
(String externalReferenceCode, long websiteId, String url, long typeId, boolean primary) WebsiteServiceWrapper.updateWebsite
(String externalReferenceCode, long websiteId, String url, long typeId, boolean primary) void
WorkflowDefinitionLinkLocalService.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 void
WorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLink
(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinition) static WorkflowDefinitionLink
WorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLink
(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) static WorkflowDefinitionLink
WorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLink
(String externalReferenceCode, long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) void
WorkflowDefinitionLinkLocalServiceWrapper.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 WorkflowDefinitionLink
WorkflowDefinitionLinkServiceUtil.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) void
WorkflowDefinitionLinkLocalService.updateWorkflowDefinitionLinks
(long userId, long companyId, long groupId, String className, long classPK, List<ObjectValuePair<Long, String>> workflowDefinitionOVPs) static void
WorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLinks
(long userId, long companyId, long groupId, String className, long classPK, List<ObjectValuePair<Long, String>> workflowDefinitionOVPs) void
WorkflowDefinitionLinkLocalServiceWrapper.updateWorkflowDefinitionLinks
(long userId, long companyId, long groupId, String className, long classPK, List<ObjectValuePair<Long, String>> workflowDefinitionOVPs) void
void
static void
static void
void
void
void
void
static void
static void
void
void
void
LayoutFriendlyURLEntryValidator.validateFriendlyURLEntry
(long groupId, boolean privateLayout, long classPK, String urlTitle) boolean
SystemEventLocalService.validateGroup
(long groupId) static boolean
SystemEventLocalServiceUtil.validateGroup
(long groupId) boolean
SystemEventLocalServiceWrapper.validateGroup
(long groupId) void
UserLocalService.validateMaxUsers
(long companyId) static void
UserLocalServiceUtil.validateMaxUsers
(long companyId) void
UserLocalServiceWrapper.validateMaxUsers
(long companyId) void
ServiceContext.validateModifiedDate
(AuditedModel auditedModel, Class<? extends PortalException> clazz) void
RoleLocalService.validateName
(String name) static void
RoleLocalServiceUtil.validateName
(String name) void
RoleLocalServiceWrapper.validateName
(String name) void
GroupLocalService.validateRemote
(long groupId, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId) static void
GroupLocalServiceUtil.validateRemote
(long groupId, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId) void
GroupLocalServiceWrapper.validateRemote
(long groupId, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId) void
UserLocalService.verifyEmailAddress
(String ticketKey) Verifies the email address of the ticket.static void
UserLocalServiceUtil.verifyEmailAddress
(String ticketKey) Verifies the email address of the ticket.void
UserLocalServiceWrapper.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 TypeMethodDescriptionvoid
GroupPermissionUtil_IW.check
(PermissionChecker permissionChecker, long groupId, String actionId) void
GroupPermissionUtil_IW.check
(PermissionChecker permissionChecker, Group group, String actionId) void
GroupPermissionUtil_IW.check
(PermissionChecker permissionChecker, String actionId) static void
GroupPermissionUtil.check
(PermissionChecker permissionChecker, long groupId, String actionId) static void
GroupPermissionUtil.check
(PermissionChecker permissionChecker, Group group, String actionId) static void
GroupPermissionUtil.check
(PermissionChecker permissionChecker, String actionId) void
LayoutBranchPermission.check
(PermissionChecker permissionChecker, long layoutBranchId, String actionId) void
LayoutBranchPermission.check
(PermissionChecker permissionChecker, LayoutBranch layoutBranch, String actionId) static void
LayoutBranchPermissionUtil.check
(PermissionChecker permissionChecker, long layoutBranchId, String actionId) static void
LayoutBranchPermissionUtil.check
(PermissionChecker permissionChecker, LayoutBranch layoutBranch, String actionId) void
LayoutPermission.check
(PermissionChecker permissionChecker, long groupId, boolean privateLayout, long layoutId, String actionId) void
LayoutPermission.check
(PermissionChecker permissionChecker, long plid, String actionId) void
LayoutPermission.check
(PermissionChecker permissionChecker, Layout layout, boolean checkViewableGroup, String actionId) void
LayoutPermission.check
(PermissionChecker permissionChecker, Layout layout, String actionId) static void
LayoutPermissionUtil.check
(PermissionChecker permissionChecker, long groupId, boolean privateLayout, long layoutId, String actionId) static void
LayoutPermissionUtil.check
(PermissionChecker permissionChecker, long plid, String actionId) static void
LayoutPermissionUtil.check
(PermissionChecker permissionChecker, Layout layout, boolean checkViewableGroup, String actionId) static void
LayoutPermissionUtil.check
(PermissionChecker permissionChecker, Layout layout, String actionId) void
LayoutSetBranchPermission.check
(PermissionChecker permissionChecker, long layoutSetBranchId, String actionId) void
LayoutSetBranchPermission.check
(PermissionChecker permissionChecker, LayoutSetBranch layoutSetBranch, String actionId) static void
LayoutSetBranchPermissionUtil.check
(PermissionChecker permissionChecker, long layoutSetBranchId, String actionId) static void
LayoutSetBranchPermissionUtil.check
(PermissionChecker permissionChecker, LayoutSetBranch layoutSetBranch, String actionId) void
OrganizationPermissionUtil_IW.check
(PermissionChecker permissionChecker, long organizationId, String actionId) void
OrganizationPermissionUtil_IW.check
(PermissionChecker permissionChecker, Organization organization, String actionId) static void
OrganizationPermissionUtil.check
(PermissionChecker permissionChecker, long organizationId, String actionId) static void
OrganizationPermissionUtil.check
(PermissionChecker permissionChecker, Organization organization, String actionId) void
PortletPermissionUtil_IW.check
(PermissionChecker permissionChecker, long groupId, long plid, String portletId, String actionId) void
PortletPermissionUtil_IW.check
(PermissionChecker permissionChecker, long groupId, long plid, String portletId, String actionId, boolean strict) void
PortletPermissionUtil_IW.check
(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId) void
PortletPermissionUtil_IW.check
(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict) void
PortletPermissionUtil_IW.check
(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict, boolean checkStagingPermission) void
PortletPermissionUtil_IW.check
(PermissionChecker permissionChecker, long plid, String portletId, String actionId) void
PortletPermissionUtil_IW.check
(PermissionChecker permissionChecker, long plid, String portletId, String actionId, boolean strict) void
PortletPermissionUtil_IW.check
(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId) void
PortletPermissionUtil_IW.check
(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId, boolean strict) void
PortletPermissionUtil_IW.check
(PermissionChecker permissionChecker, String portletId, String actionId) static void
PortletPermissionUtil.check
(PermissionChecker permissionChecker, long groupId, long plid, String portletId, String actionId) static void
PortletPermissionUtil.check
(PermissionChecker permissionChecker, long groupId, long plid, String portletId, String actionId, boolean strict) static void
PortletPermissionUtil.check
(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId) static void
PortletPermissionUtil.check
(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict) static void
PortletPermissionUtil.check
(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict, boolean checkStagingPermission) static void
PortletPermissionUtil.check
(PermissionChecker permissionChecker, long plid, String portletId, String actionId) static void
PortletPermissionUtil.check
(PermissionChecker permissionChecker, long plid, String portletId, String actionId, boolean strict) static void
PortletPermissionUtil.check
(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId) static void
PortletPermissionUtil.check
(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId, boolean strict) static void
PortletPermissionUtil.check
(PermissionChecker permissionChecker, String portletId, String actionId) static void
TeamPermissionUtil.check
(PermissionChecker permissionChecker, long teamId, String actionId) static void
TeamPermissionUtil.check
(PermissionChecker permissionChecker, Team team, String actionId) static void
UserGroupRolePermissionUtil.check
(PermissionChecker permissionChecker, long groupId, long roleId) static void
UserGroupRolePermissionUtil.check
(PermissionChecker permissionChecker, Group group, Role role) void
LayoutPermission.checkLayoutRestrictedUpdatePermission
(PermissionChecker permissionChecker, long plid) void
LayoutPermission.checkLayoutRestrictedUpdatePermission
(PermissionChecker permissionChecker, Layout layout) static void
LayoutPermissionUtil.checkLayoutRestrictedUpdatePermission
(PermissionChecker permissionChecker, long plid) static void
LayoutPermissionUtil.checkLayoutRestrictedUpdatePermission
(PermissionChecker permissionChecker, Layout layout) void
LayoutPermission.checkLayoutUpdatePermission
(PermissionChecker permissionChecker, long plid) void
LayoutPermission.checkLayoutUpdatePermission
(PermissionChecker permissionChecker, Layout layout) static void
LayoutPermissionUtil.checkLayoutUpdatePermission
(PermissionChecker permissionChecker, long plid) static void
LayoutPermissionUtil.checkLayoutUpdatePermission
(PermissionChecker permissionChecker, Layout layout) boolean
GroupPermissionUtil_IW.contains
(PermissionChecker permissionChecker, long groupId, String actionId) boolean
GroupPermissionUtil_IW.contains
(PermissionChecker permissionChecker, Group group, String actionId) static boolean
GroupPermissionUtil.contains
(PermissionChecker permissionChecker, long groupId, String actionId) static boolean
GroupPermissionUtil.contains
(PermissionChecker permissionChecker, Group group, String actionId) boolean
LayoutBranchPermission.contains
(PermissionChecker permissionChecker, long layoutBranchId, String actionId) static boolean
LayoutBranchPermissionUtil.contains
(PermissionChecker permissionChecker, long layoutBranchId, String actionId) boolean
LayoutPermission.contains
(PermissionChecker permissionChecker, long groupId, boolean privateLayout, long layoutId, String actionId) boolean
LayoutPermission.contains
(PermissionChecker permissionChecker, long plid, String actionId) boolean
LayoutPermission.contains
(PermissionChecker permissionChecker, Layout layout, boolean checkViewableGroup, String actionId) boolean
LayoutPermission.contains
(PermissionChecker permissionChecker, Layout layout, String actionId) static boolean
LayoutPermissionUtil.contains
(PermissionChecker permissionChecker, long groupId, boolean privateLayout, long layoutId, String actionId) static boolean
LayoutPermissionUtil.contains
(PermissionChecker permissionChecker, long plid, String actionId) static boolean
LayoutPermissionUtil.contains
(PermissionChecker permissionChecker, Layout layout, boolean checkViewableGroup, String actionId) static boolean
LayoutPermissionUtil.contains
(PermissionChecker permissionChecker, Layout layout, String actionId) boolean
LayoutSetBranchPermission.contains
(PermissionChecker permissionChecker, long layoutSetBranchId, String actionId) static boolean
LayoutSetBranchPermissionUtil.contains
(PermissionChecker permissionChecker, long layoutSetBranchId, String actionId) boolean
OrganizationPermissionUtil_IW.contains
(PermissionChecker permissionChecker, long[] organizationIds, String actionId) boolean
OrganizationPermissionUtil_IW.contains
(PermissionChecker permissionChecker, long organizationId, String actionId) boolean
OrganizationPermissionUtil_IW.contains
(PermissionChecker permissionChecker, Organization organization, String actionId) static boolean
OrganizationPermissionUtil.contains
(PermissionChecker permissionChecker, long[] organizationIds, String actionId) static boolean
OrganizationPermissionUtil.contains
(PermissionChecker permissionChecker, long organizationId, String actionId) static boolean
OrganizationPermissionUtil.contains
(PermissionChecker permissionChecker, Organization organization, String actionId) boolean
PortletPermissionUtil_IW.contains
(PermissionChecker permissionChecker, long groupId, long plid, String portletId, String actionId, boolean strict) boolean
PortletPermissionUtil_IW.contains
(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId) boolean
PortletPermissionUtil_IW.contains
(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId, boolean strict) boolean
PortletPermissionUtil_IW.contains
(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId, boolean strict, boolean checkStagingPermission) boolean
PortletPermissionUtil_IW.contains
(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId) boolean
PortletPermissionUtil_IW.contains
(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict) boolean
PortletPermissionUtil_IW.contains
(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict, boolean checkStagingPermission) boolean
PortletPermissionUtil_IW.contains
(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId) boolean
PortletPermissionUtil_IW.contains
(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId, boolean strict) boolean
PortletPermissionUtil_IW.contains
(PermissionChecker permissionChecker, long plid, String portletId, String actionId) boolean
PortletPermissionUtil_IW.contains
(PermissionChecker permissionChecker, long plid, String portletId, String actionId, boolean strict) boolean
PortletPermissionUtil_IW.contains
(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId) boolean
PortletPermissionUtil_IW.contains
(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId, boolean strict) boolean
PortletPermissionUtil_IW.contains
(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId) boolean
PortletPermissionUtil_IW.contains
(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId, boolean strict) boolean
PortletPermissionUtil_IW.contains
(PermissionChecker permissionChecker, String portletId, String actionId) static boolean
PortletPermissionUtil.contains
(PermissionChecker permissionChecker, long groupId, long plid, String portletId, String actionId, boolean strict) static boolean
PortletPermissionUtil.contains
(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId) static boolean
PortletPermissionUtil.contains
(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId, boolean strict) static boolean
PortletPermissionUtil.contains
(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId, boolean strict, boolean checkStagingPermission) static boolean
PortletPermissionUtil.contains
(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId) static boolean
PortletPermissionUtil.contains
(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict) static boolean
PortletPermissionUtil.contains
(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict, boolean checkStagingPermission) static boolean
PortletPermissionUtil.contains
(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId) static boolean
PortletPermissionUtil.contains
(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId, boolean strict) static boolean
PortletPermissionUtil.contains
(PermissionChecker permissionChecker, long plid, String portletId, String actionId) static boolean
PortletPermissionUtil.contains
(PermissionChecker permissionChecker, long plid, String portletId, String actionId, boolean strict) static boolean
PortletPermissionUtil.contains
(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId) static boolean
PortletPermissionUtil.contains
(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId, boolean strict) static boolean
PortletPermissionUtil.contains
(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId) static boolean
PortletPermissionUtil.contains
(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId, boolean strict) static boolean
PortletPermissionUtil.contains
(PermissionChecker permissionChecker, String portletId, String actionId) static boolean
TeamPermissionUtil.contains
(PermissionChecker permissionChecker, long teamId, String actionId) static boolean
TeamPermissionUtil.contains
(PermissionChecker permissionChecker, Team team, String actionId) static boolean
UserGroupRolePermissionUtil.contains
(PermissionChecker permissionChecker, long groupId, long roleId) static boolean
UserGroupRolePermissionUtil.contains
(PermissionChecker permissionChecker, Group group, Role role) boolean
LayoutPermission.containsLayoutPreviewDraftPermission
(PermissionChecker permissionChecker, long plid) boolean
LayoutPermission.containsLayoutPreviewDraftPermission
(PermissionChecker permissionChecker, Layout layout) static boolean
LayoutPermissionUtil.containsLayoutPreviewDraftPermission
(PermissionChecker permissionChecker, long plid) static boolean
LayoutPermissionUtil.containsLayoutPreviewDraftPermission
(PermissionChecker permissionChecker, Layout layout) boolean
LayoutPermission.containsLayoutRestrictedUpdatePermission
(PermissionChecker permissionChecker, long plid) boolean
LayoutPermission.containsLayoutRestrictedUpdatePermission
(PermissionChecker permissionChecker, Layout layout) static boolean
LayoutPermissionUtil.containsLayoutRestrictedUpdatePermission
(PermissionChecker permissionChecker, long plid) static boolean
LayoutPermissionUtil.containsLayoutRestrictedUpdatePermission
(PermissionChecker permissionChecker, Layout layout) boolean
LayoutPermission.containsLayoutUpdatePermission
(PermissionChecker permissionChecker, long plid) boolean
LayoutPermission.containsLayoutUpdatePermission
(PermissionChecker permissionChecker, Layout layout) static boolean
LayoutPermissionUtil.containsLayoutUpdatePermission
(PermissionChecker permissionChecker, long plid) static boolean
LayoutPermissionUtil.containsLayoutUpdatePermission
(PermissionChecker permissionChecker, Layout layout) boolean
LayoutPermission.containsWithoutViewableGroup
(PermissionChecker permissionChecker, Layout layout, boolean checkLayoutUpdateable, String actionId) boolean
LayoutPermission.containsWithoutViewableGroup
(PermissionChecker permissionChecker, Layout layout, String actionId) static boolean
LayoutPermissionUtil.containsWithoutViewableGroup
(PermissionChecker permissionChecker, Layout layout, boolean checkLayoutUpdateable, String actionId) static boolean
LayoutPermissionUtil.containsWithoutViewableGroup
(PermissionChecker permissionChecker, Layout layout, String actionId) boolean
PortletPermissionUtil_IW.hasAccessPermission
(PermissionChecker permissionChecker, long scopeGroupId, Layout layout, Portlet portlet, PortletMode portletMode) static boolean
PortletPermissionUtil.hasAccessPermission
(PermissionChecker permissionChecker, long scopeGroupId, Layout layout, Portlet portlet, PortletMode portletMode) boolean
PortletPermissionUtil_IW.hasConfigurationPermission
(PermissionChecker permissionChecker, long groupId, Layout layout, String actionId) static boolean
PortletPermissionUtil.hasConfigurationPermission
(PermissionChecker permissionChecker, long groupId, Layout layout, String actionId) boolean
PortletPermissionUtil_IW.hasControlPanelAccessPermission
(PermissionChecker permissionChecker, long scopeGroupId, Portlet portlet) boolean
PortletPermissionUtil_IW.hasControlPanelAccessPermission
(PermissionChecker permissionChecker, long scopeGroupId, String portletId) boolean
PortletPermissionUtil_IW.hasControlPanelAccessPermission
(PermissionChecker permissionChecker, long scopeGroupId, Collection<Portlet> portlets) static boolean
PortletPermissionUtil.hasControlPanelAccessPermission
(PermissionChecker permissionChecker, long scopeGroupId, Portlet portlet) static boolean
PortletPermissionUtil.hasControlPanelAccessPermission
(PermissionChecker permissionChecker, long scopeGroupId, String portletId) static boolean
PortletPermissionUtil.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 TypeMethodDescriptionvoid
BaseVersionServiceListener.afterCheckout
(E draftVersionedModel, int version) void
VersionServiceListener.afterCheckout
(E draftVersionedModel, int version) void
BaseVersionServiceListener.afterCreateDraft
(E draftVersionedModel) void
VersionServiceListener.afterCreateDraft
(E draftVersionedModel) void
BaseVersionServiceListener.afterDelete
(E publishedVersionedModel) void
VersionServiceListener.afterDelete
(E publishedVersionedModel) void
BaseVersionServiceListener.afterDeleteDraft
(E draftVersionedModel) void
VersionServiceListener.afterDeleteDraft
(E draftVersionedModel) void
BaseVersionServiceListener.afterDeleteVersion
(V versionModel) void
VersionServiceListener.afterDeleteVersion
(V versionModel) void
BaseVersionServiceListener.afterPublishDraft
(E draftVersionedModel, int version) void
VersionServiceListener.afterPublishDraft
(E draftVersionedModel, int version) void
BaseVersionServiceListener.afterUpdateDraft
(E draftVersionedModel) void
VersionServiceListener.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 theVersionedModel
if it is a draft.VersionService.deleteVersion
(V versionModel) Deletes theVersionModel
if 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 theVersionModel
for theVersionedModel
matching 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 TypeMethodDescriptionvoid
BaseSocialActivityManager.addActivity
(long userId, T model, int type, String extraData, long receiverUserId) void
SocialActivityManager.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) void
BaseSocialActivityManager.addUniqueActivity
(long userId, Date createDate, T model, int type, String extraData, long receiverUserId) void
BaseSocialActivityManager.addUniqueActivity
(long userId, T model, int type, String extraData, long receiverUserId) void
SocialActivityManager.addUniqueActivity
(long userId, Date createDate, T model, int type, String extraData, long receiverUserId) void
SocialActivityManager.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) void
BaseSocialActivityManager.deleteActivities
(T model) void
SocialActivityManager.deleteActivities
(T model) static <T extends ClassedModel & GroupedModel>
voidSocialActivityManagerUtil.deleteActivities
(T classedModel) void
SocialActivityManager.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()
long
ThemeDisplay.getDefaultUserId()
Deprecated.As of Cavanaugh (7.4.x), replaced byThemeDisplay.getGuestUserId()
ThemeDisplay.getGuestUser()
Returns the portal instance's guest user.long
ThemeDisplay.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()
boolean
NavItem.isChildSelected()
void
ThemeDisplay.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) void
TrashHandler.checkRestorableEntry
(long classPK, long containerModelId, String newName) void
TrashHandler.checkRestorableEntry
(TrashEntry trashEntry, long containerModelId, String newName) Checks if a duplicate trash entry already exists in the destination container.void
TrashHandler.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.int
TrashHandler.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.int
TrashHandler.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.int
TrashHandler.getTrashContainerModelsCount
(long classPK) Returns the number of container models that are children of the parent container model identified by the primary key.int
TrashHandler.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.boolean
TrashHandler.hasTrashPermission
(PermissionChecker permissionChecker, long groupId, long classPK, String trashActionId) Returnstrue
if the user has the required permission to perform the trash action on the model entity with the primary key.boolean
TrashHandler.isDeletable
(long classPK) Returnstrue
if the entity can be deleted from the Recycle Bin.default boolean
TrashHandler.isInTrash
(long classPK) Returnstrue
if the model entity with the primary key is in the Recycle Bin.boolean
TrashHandler.isMovable
(long classPK) Returnstrue
if the entity can be moved from one container model (such as a folder) to another.boolean
TrashHandler.isRestorable
(long classPK) Returnstrue
if the model entity can be restored to its original location.void
TrashHandler.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 keyvoid
TrashHandler.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.void
TrashHandler.restoreRelatedTrashEntry
(String className, long classPK) Restores the model entity that is related to the model entity with the class name and class PK.void
TrashHandler.restoreTrashEntry
(long userId, long classPK) Restores the model entity with the primary key.void
TrashHandler.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 TypeMethodDescriptionvoid
TreeModelTasks.rebuildDependentModelsTreePaths
(long parentPrimaryKey, String treePath) void
TreeModelTasksAdapter.rebuildDependentModelsTreePaths
(long parentPrimaryKey, String treePath) static void
TreePathUtil.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 TypeClassDescriptionclass
class
class
Methods in com.liferay.portal.kernel.upgrade that throw PortalExceptionModifier and TypeMethodDescriptionprotected void
BaseStagingGroupTypeSettingsUpgradeProcess.updateStagedPortletNames()
protected void
BaseStagingGroupTypeSettingsUpgradeProcess.updateStagedPortletNames
(Long companyId) -
Uses of PortalException in com.liferay.portal.kernel.upload
Subclasses of PortalException in com.liferay.portal.kernel.uploadModifier and TypeClassDescriptionclass
class
class
-
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 Date
PortalUtil.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 Date
PortalUtil.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 Date
PortalUtil.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 Date
PortalUtil.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 TypeMethodDescriptionvoid
Portal.addPortletDefaultResource
(long companyId, Layout layout, Portlet portlet) void
Portal.addPortletDefaultResource
(javax.servlet.http.HttpServletRequest httpServletRequest, Portlet portlet) Adds the default resource permissions for the portlet to the page.static void
PortalUtil.addPortletDefaultResource
(long companyId, Layout layout, Portlet portlet) static void
PortalUtil.addPortletDefaultResource
(javax.servlet.http.HttpServletRequest httpServletRequest, Portlet portlet) Adds the default resource permissions for the portlet to the page in the request.static FileEntry
TempFileEntryUtil.addTempFileEntry
(long groupId, long userId, String folderName, String fileName, File file, String mimeType) static FileEntry
TempFileEntryUtil.addTempFileEntry
(long groupId, long userId, String folderName, String fileName, InputStream inputStream, String mimeType) static void
TempFileEntryUtil.deleteTempFileEntry
(long fileEntryId) static void
TempFileEntryUtil.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 LayoutQueryStringComposite
PortalUtil.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 String
PortalUtil.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 String
PortalUtil.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 String
PortalUtil.getCanonicalURL
(String completeURL, ThemeDisplay themeDisplay, Layout layout) Returns the canonical URL for the page.static String
PortalUtil.getCanonicalURL
(String completeURL, ThemeDisplay themeDisplay, Layout layout, boolean forceLayoutFriendlyURL) Returns the canonical URL of the page, optionally including the page's friendly URL.static String
PortalUtil.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 String
PortalUtil.getCDNHost
(javax.servlet.http.HttpServletRequest httpServletRequest) Portal.getCompany
(PortletRequest portletRequest) Portal.getCompany
(javax.servlet.http.HttpServletRequest httpServletRequest) static Company
PortalUtil.getCompany
(PortletRequest portletRequest) static Company
PortalUtil.getCompany
(javax.servlet.http.HttpServletRequest httpServletRequest) Portal.getControlPanelFullURL
(long scopeGroupId, String ppid, Map<String, String[]> params) static String
PortalUtil.getControlPanelFullURL
(long scopeGroupId, String ppid, Map<String, String[]> params) long
Portal.getControlPanelPlid
(long companyId) long
Portal.getControlPanelPlid
(PortletRequest portletRequest) static long
PortalUtil.getControlPanelPlid
(long companyId) static long
PortalUtil.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 Date
PortalUtil.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 Date
PortalUtil.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 Date
PortalUtil.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 Date
PortalUtil.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 String
PortalUtil.getGoogleGadgetURL
(Portlet portlet, ThemeDisplay themeDisplay) Portal.getGroupFriendlyURL
(LayoutSet layoutSet, ThemeDisplay themeDisplay, boolean canonicalURL, boolean controlPanel) Portal.getGroupFriendlyURL
(LayoutSet layoutSet, ThemeDisplay themeDisplay, Locale locale) static String
PortalUtil.getGroupFriendlyURL
(LayoutSet layoutSet, ThemeDisplay themeDisplay, boolean canonicalURL, boolean controlPanel) static String
PortalUtil.getGroupFriendlyURL
(LayoutSet layoutSet, ThemeDisplay themeDisplay, Locale locale) Portal.getHomeURL
(javax.servlet.http.HttpServletRequest httpServletRequest) static String
PortalUtil.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 String
PortalUtil.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 String
PortalUtil.getLayoutFriendlyURL
(Layout layout, ThemeDisplay themeDisplay) static String
PortalUtil.getLayoutFriendlyURL
(Layout layout, ThemeDisplay themeDisplay, Locale locale) static String
PortalUtil.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 String
PortalUtil.getLayoutFullURL
(long groupId, String portletId) static String
PortalUtil.getLayoutFullURL
(long groupId, String portletId, boolean secure) static String
PortalUtil.getLayoutFullURL
(Layout layout, ThemeDisplay themeDisplay) static String
PortalUtil.getLayoutFullURL
(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser) static String
PortalUtil.getLayoutFullURL
(ThemeDisplay themeDisplay) Portal.getLayoutRelativeURL
(Layout layout, ThemeDisplay themeDisplay) Portal.getLayoutRelativeURL
(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser) static String
PortalUtil.getLayoutRelativeURL
(Layout layout, ThemeDisplay themeDisplay) static String
PortalUtil.getLayoutRelativeURL
(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser) Portal.getLayoutSetDisplayURL
(LayoutSet layoutSet, boolean secureConnection) static String
PortalUtil.getLayoutSetDisplayURL
(LayoutSet layoutSet, boolean secureConnection) Portal.getLayoutSetFriendlyURL
(LayoutSet layoutSet, ThemeDisplay themeDisplay) static String
PortalUtil.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 String
PortalUtil.getLayoutURL
(Layout layout, ThemeDisplay themeDisplay) static String
PortalUtil.getLayoutURL
(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser) static String
PortalUtil.getLayoutURL
(Layout layout, ThemeDisplay themeDisplay, Locale locale) static String
PortalUtil.getLayoutURL
(ThemeDisplay themeDisplay) Portal.getNetvibesURL
(Portlet portlet, ThemeDisplay themeDisplay) static String
PortalUtil.getNetvibesURL
(Portlet portlet, ThemeDisplay themeDisplay) long
Portal.getPlidFromPortletId
(long groupId, boolean privateLayout, String portletId) long
Portal.getPlidFromPortletId
(long groupId, String portletId) static long
PortalUtil.getPlidFromPortletId
(long groupId, boolean privateLayout, String portletId) static long
PortalUtil.getPlidFromPortletId
(long groupId, String portletId) Portal.getPortalURL
(Layout layout, ThemeDisplay themeDisplay) Portal.getPortalURL
(ThemeDisplay themeDisplay) static String
PortalUtil.getPortalURL
(Layout layout, ThemeDisplay themeDisplay) static String
PortalUtil.getPortalURL
(ThemeDisplay themeDisplay) Portal.getRelativeHomeURL
(javax.servlet.http.HttpServletRequest httpServletRequest) static String
PortalUtil.getRelativeHomeURL
(javax.servlet.http.HttpServletRequest httpServletRequest) long
Portal.getScopeGroupId
(PortletRequest portletRequest) long
Portal.getScopeGroupId
(javax.servlet.http.HttpServletRequest httpServletRequest) long
Portal.getScopeGroupId
(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId) long
Portal.getScopeGroupId
(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId, boolean checkStagingGroup) static long
PortalUtil.getScopeGroupId
(PortletRequest portletRequest) static long
PortalUtil.getScopeGroupId
(javax.servlet.http.HttpServletRequest httpServletRequest) static long
PortalUtil.getScopeGroupId
(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId) static long
PortalUtil.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 User
PortalUtil.getSelectedUser
(PortletRequest portletRequest) static User
PortalUtil.getSelectedUser
(PortletRequest portletRequest, boolean checkPermission) static User
PortalUtil.getSelectedUser
(javax.servlet.http.HttpServletRequest httpServletRequest) static User
PortalUtil.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 String
PortalUtil.getSiteAdminURL
(ThemeDisplay themeDisplay, String ppid, Map<String, String[]> params) Portal.getSiteDefaultLocale
(long groupId) Portal.getSiteDefaultLocale
(Group group) static Locale
PortalUtil.getSiteDefaultLocale
(long groupId) static Locale
PortalUtil.getSiteDefaultLocale
(Group group) Portal.getSiteLoginURL
(ThemeDisplay themeDisplay) Returns the URL of the login page for the current site if one is available.static String
PortalUtil.getSiteLoginURL
(ThemeDisplay themeDisplay) static FileEntry
TempFileEntryUtil.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 User
PortalUtil.getUser
(PortletRequest portletRequest) static User
PortalUtil.getUser
(javax.servlet.http.HttpServletRequest httpServletRequest) long
Portal.getValidUserId
(long companyId, long userId) static long
PortalUtil.getValidUserId
(long companyId, long userId) Portal.getWidgetURL
(Portlet portlet, ThemeDisplay themeDisplay) static String
PortalUtil.getWidgetURL
(Portlet portlet, ThemeDisplay themeDisplay) protected Boolean
GroupSubscriptionCheckSubscriptionSender.hasSubscribePermission
(PermissionChecker permissionChecker, Subscription subscription) protected Boolean
SubscriptionSender.hasSubscribePermission
(PermissionChecker permissionChecker, Subscription subscription) boolean
Portal.isCDNDynamicResourcesEnabled
(javax.servlet.http.HttpServletRequest httpServletRequest) static boolean
PortalUtil.isCDNDynamicResourcesEnabled
(javax.servlet.http.HttpServletRequest httpServletRequest) boolean
Portal.isLayoutDescendant
(Layout layout, long layoutId) static boolean
PortalUtil.isLayoutDescendant
(Layout layout, long layoutId) void
Portal.updateImageId
(BaseModel<?> baseModel, boolean image, byte[] bytes, String fieldName, long maxSize, int maxHeight, int maxWidth) static void
PortalUtil.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 PortletMode
PortalUtil.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 TypeMethodDescriptionvoid
ViewCountManager.deleteViewCount
(long companyId, long classNameId, long classPK) static void
ViewCountManagerUtil.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 TypeClassDescriptionclass
class
class
class
class
class
Methods 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 WorkflowTask
WorkflowTaskManagerUtil.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 WorkflowTask
WorkflowTaskManager.completeWorkflowTask
(long companyId, long userId, long workflowTaskId, String transitionName, String comment, Map<String, Serializable> workflowContext, boolean waitForCompletion) static WorkflowTask
WorkflowTaskManagerUtil.completeWorkflowTask
(long companyId, long userId, long workflowTaskId, String transitionName, String comment, Map<String, Serializable> workflowContext) static WorkflowTask
WorkflowTaskManagerUtil.completeWorkflowTask
(long companyId, long userId, long workflowTaskId, String transitionName, String comment, Map<String, Serializable> workflowContext, boolean waitForCompletion) default void
WorkflowHandler.contributeWorkflowContext
(Map<String, Serializable> workflowContext) BaseWorkflowHandler.getAssetRenderer
(long classPK) WorkflowHandler.getAssetRenderer
(long classPK) WorkflowHandlerWrapper.getAssetRenderer
(long classPK) BaseWorkflowHandler.getNotificationLink
(long workflowTaskId, ServiceContext serviceContext) default String
WorkflowHandler.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 boolean
WorkflowTaskManager.isNotifiableUser
(long userId, long workflowTaskId) static boolean
WorkflowTaskManagerUtil.isNotifiableUser
(long userId, long workflowTaskId) void
BaseWorkflowHandler.startWorkflowInstance
(long companyId, long groupId, long userId, long classPK, T model, Map<String, Serializable> workflowContext) void
WorkflowHandler.startWorkflowInstance
(long companyId, long groupId, long userId, long classPK, T model, Map<String, Serializable> workflowContext) static <T> void
WorkflowHandlerRegistryUtil.startWorkflowInstance
(long companyId, long groupId, long userId, String className, long classPK, T model, ServiceContext serviceContext) static <T> T
WorkflowHandlerRegistryUtil.startWorkflowInstance
(long companyId, long groupId, long userId, String className, long classPK, T model, ServiceContext serviceContext, Map<String, Serializable> workflowContext) static <T> void
WorkflowHandlerRegistryUtil.startWorkflowInstance
(long companyId, long userId, String className, long classPK, T model, ServiceContext serviceContext) static <T> void
WorkflowHandlerRegistryUtil.startWorkflowInstance
(long companyId, long userId, String className, long classPK, T model, ServiceContext serviceContext, Map<String, Serializable> workflowContext) void
WorkflowHandlerWrapper.startWorkflowInstance
(long companyId, long groupId, long userId, long classPK, T model, Map<String, Serializable> workflowContext) WorkflowHandler.updateStatus
(int status, Map<String, Serializable> workflowContext) default T
WorkflowHandler.updateStatus
(T model, int status, Map<String, Serializable> workflowContext) static <T> T
WorkflowHandlerRegistryUtil.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 RatingsType
PortletRatingsDefinitionUtil.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 TypeClassDescriptionclass
class
class
-
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 PersistedModel
RatingsEntryLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) RatingsEntryLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) RatingsStatsLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
RatingsStatsLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) RatingsStatsLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) void
RatingsEntryLocalService.deleteEntry
(long userId, String className, long classPK) void
RatingsEntryLocalService.deleteEntry
(RatingsEntry entry, long userId, String className, long classPK) static void
RatingsEntryLocalServiceUtil.deleteEntry
(long userId, String className, long classPK) static void
RatingsEntryLocalServiceUtil.deleteEntry
(RatingsEntry entry, long userId, String className, long classPK) void
RatingsEntryLocalServiceWrapper.deleteEntry
(long userId, String className, long classPK) void
RatingsEntryLocalServiceWrapper.deleteEntry
(RatingsEntry entry, long userId, String className, long classPK) void
RatingsEntryService.deleteEntry
(String className, long classPK) static void
RatingsEntryServiceUtil.deleteEntry
(String className, long classPK) void
RatingsEntryServiceWrapper.deleteEntry
(String className, long classPK) RatingsEntryLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
RatingsEntryLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) RatingsEntryLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) RatingsStatsLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
RatingsStatsLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) RatingsStatsLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) RatingsEntryLocalService.deleteRatingsEntry
(long entryId) Deletes the ratings entry with the primary key from the database.static RatingsEntry
RatingsEntryLocalServiceUtil.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 RatingsStats
RatingsStatsLocalServiceUtil.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 RatingsEntry
RatingsEntryLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
RatingsEntryLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) RatingsEntryLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) RatingsStatsLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
RatingsStatsLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) RatingsStatsLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) RatingsEntryLocalService.getRatingsEntry
(long entryId) Returns the ratings entry with the primary key.static RatingsEntry
RatingsEntryLocalServiceUtil.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 RatingsEntry
RatingsEntryLocalServiceUtil.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 RatingsStats
RatingsStatsLocalServiceUtil.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 RatingsStats
RatingsStatsLocalServiceUtil.getStats
(long statsId) static RatingsStats
RatingsStatsLocalServiceWrapper.getStats
(long statsId) RatingsEntryLocalService.updateEntry
(long userId, String className, long classPK, double score, ServiceContext serviceContext) static RatingsEntry
RatingsEntryLocalServiceUtil.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 RatingsEntry
RatingsEntryServiceUtil.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 void
RatingsDataTransformerUtil.transformCompanyRatingsData
(long companyId, PortletPreferences oldPortletPreferences, UnicodeProperties unicodeProperties) static void
RatingsDataTransformerUtil.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 TypeMethodDescriptionboolean
Sites.isLayoutModifiedSinceLastMerge
(Layout layout) boolean
Sites.isLayoutSetMergeable
(Group group, LayoutSet layoutSet) static boolean
SitesUtil.isUserGroupLayoutSetViewable
(PermissionChecker permissionChecker, Group userGroupGroup) void
Sites.removeMergeFailFriendlyURLLayouts
(LayoutSet layoutSet) -
Uses of PortalException in com.liferay.social.kernel.exception
Subclasses of PortalException in com.liferay.social.kernel.exceptionModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of PortalException in com.liferay.social.kernel.model
Methods in com.liferay.social.kernel.model that throw PortalExceptionModifier and TypeMethodDescriptionprotected void
BaseSocialAchievement.doProcessActivity
(SocialActivity activity) void
BaseSocialActivityInterpreter.updateActivitySet
(long activityId) void
SocialActivityInterpreter.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 TypeMethodDescriptionvoid
SocialActivityInterpreterImpl.updateActivitySet
(long activityId) -
Uses of PortalException in com.liferay.social.kernel.service
Methods in com.liferay.social.kernel.service that throw PortalExceptionModifier and TypeMethodDescriptionvoid
SocialActivityLocalService.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.void
SocialActivityLocalService.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.void
SocialActivityLocalService.addActivity
(SocialActivity activity, SocialActivity mirrorActivity) static void
SocialActivityLocalServiceUtil.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 void
SocialActivityLocalServiceUtil.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 void
SocialActivityLocalServiceUtil.addActivity
(SocialActivity activity, SocialActivity mirrorActivity) void
SocialActivityLocalServiceWrapper.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.void
SocialActivityLocalServiceWrapper.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.void
SocialActivityLocalServiceWrapper.addActivity
(SocialActivity activity, SocialActivity mirrorActivity) void
SocialActivityAchievementLocalService.addActivityAchievement
(long userId, long groupId, SocialAchievement achievement) static void
SocialActivityAchievementLocalServiceUtil.addActivityAchievement
(long userId, long groupId, SocialAchievement achievement) void
SocialActivityAchievementLocalServiceWrapper.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 SocialActivityCounter
SocialActivityCounterLocalServiceUtil.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.void
SocialActivityCounterLocalService.addActivityCounters
(SocialActivity activity) Adds or increments activity counters related to an activity.static void
SocialActivityCounterLocalServiceUtil.addActivityCounters
(SocialActivity activity) Adds or increments activity counters related to an activity.void
SocialActivityCounterLocalServiceWrapper.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 SocialActivityLimit
SocialActivityLimitLocalServiceUtil.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 SocialActivitySet
SocialActivitySetLocalServiceUtil.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 SocialRelation
SocialRelationLocalServiceUtil.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 SocialRequest
SocialRequestLocalServiceUtil.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.void
SocialActivityLocalService.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.void
SocialActivityLocalService.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 void
SocialActivityLocalServiceUtil.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 void
SocialActivityLocalServiceUtil.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.void
SocialActivityLocalServiceWrapper.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.void
SocialActivityLocalServiceWrapper.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 PersistedModel
SocialActivityAchievementLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) SocialActivityAchievementLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) SocialActivityCounterLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
SocialActivityCounterLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) SocialActivityCounterLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) SocialActivityLimitLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
SocialActivityLimitLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) SocialActivityLimitLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) SocialActivityLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
SocialActivityLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) SocialActivityLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) SocialActivitySetLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
SocialActivitySetLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) SocialActivitySetLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) SocialActivitySettingLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
SocialActivitySettingLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) SocialActivitySettingLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) SocialRelationLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
SocialRelationLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) SocialRelationLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) SocialRequestLocalService.createPersistedModel
(Serializable primaryKeyObj) static PersistedModel
SocialRequestLocalServiceUtil.createPersistedModel
(Serializable primaryKeyObj) SocialRequestLocalServiceWrapper.createPersistedModel
(Serializable primaryKeyObj) void
SocialActivitySetLocalService.decrementActivityCount
(long activitySetId) void
SocialActivitySetLocalService.decrementActivityCount
(long classNameId, long classPK) static void
SocialActivitySetLocalServiceUtil.decrementActivityCount
(long activitySetId) static void
SocialActivitySetLocalServiceUtil.decrementActivityCount
(long classNameId, long classPK) void
SocialActivitySetLocalServiceWrapper.decrementActivityCount
(long activitySetId) void
SocialActivitySetLocalServiceWrapper.decrementActivityCount
(long classNameId, long classPK) void
SocialActivityLocalService.deleteActivities
(AssetEntry assetEntry) Removes stored activities for the asset.void
SocialActivityLocalService.deleteActivities
(String className, long classPK) Removes stored activities for the asset identified by the class name and class primary key.static void
SocialActivityLocalServiceUtil.deleteActivities
(AssetEntry assetEntry) Removes stored activities for the asset.static void
SocialActivityLocalServiceUtil.deleteActivities
(String className, long classPK) Removes stored activities for the asset identified by the class name and class primary key.void
SocialActivityLocalServiceWrapper.deleteActivities
(AssetEntry assetEntry) Removes stored activities for the asset.void
SocialActivityLocalServiceWrapper.deleteActivities
(String className, long classPK) Removes stored activities for the asset identified by the class name and class primary key.void
SocialActivityLocalService.deleteActivity
(long activityId) Removes the stored activity from the database.void
SocialActivityLocalService.deleteActivity
(SocialActivity activity) Removes the stored activity and its mirror activity from the database.static void
SocialActivityLocalServiceUtil.deleteActivity
(long activityId) Removes the stored activity from the database.static void
SocialActivityLocalServiceUtil.deleteActivity
(SocialActivity activity) Removes the stored activity and its mirror activity from the database.void
SocialActivityLocalServiceWrapper.deleteActivity
(long activityId) Removes the stored activity from the database.void
SocialActivityLocalServiceWrapper.deleteActivity
(SocialActivity activity) Removes the stored activity and its mirror activity from the database.void
SocialActivityCounterLocalService.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.void
SocialActivityCounterLocalService.deleteActivityCounters
(AssetEntry assetEntry) Deletes all activity counters, limits, and settings related to the asset.void
SocialActivityCounterLocalService.deleteActivityCounters
(String className, long classPK) Deletes all activity counters for the entity identified by the class name and class primary key.static void
SocialActivityCounterLocalServiceUtil.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 void
SocialActivityCounterLocalServiceUtil.deleteActivityCounters
(AssetEntry assetEntry) Deletes all activity counters, limits, and settings related to the asset.static void
SocialActivityCounterLocalServiceUtil.deleteActivityCounters
(String className, long classPK) Deletes all activity counters for the entity identified by the class name and class primary key.void
SocialActivityCounterLocalServiceWrapper.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.void
SocialActivityCounterLocalServiceWrapper.deleteActivityCounters
(AssetEntry assetEntry) Deletes all activity counters, limits, and settings related to the asset.void
SocialActivityCounterLocalServiceWrapper.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 PersistedModel
SocialActivityAchievementLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) SocialActivityAchievementLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) SocialActivityCounterLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
SocialActivityCounterLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) SocialActivityCounterLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) SocialActivityLimitLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
SocialActivityLimitLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) SocialActivityLimitLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) SocialActivityLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
SocialActivityLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) SocialActivityLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) SocialActivitySetLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
SocialActivitySetLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) SocialActivitySetLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) SocialActivitySettingLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
SocialActivitySettingLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) SocialActivitySettingLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) SocialRelationLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
SocialRelationLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) SocialRelationLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) SocialRequestLocalService.deletePersistedModel
(PersistedModel persistedModel) static PersistedModel
SocialRequestLocalServiceUtil.deletePersistedModel
(PersistedModel persistedModel) SocialRequestLocalServiceWrapper.deletePersistedModel
(PersistedModel persistedModel) void
SocialRelationLocalService.deleteRelation
(long relationId) Removes the relation (and its inverse in case of a bidirectional relation) from the database.void
SocialRelationLocalService.deleteRelation
(long userId1, long userId2, int type) Removes the matching relation (and its inverse in case of a bidirectional relation) from the database.void
SocialRelationLocalService.deleteRelation
(SocialRelation relation) Removes the relation (and its inverse in case of a bidirectional relation) from the database.static void
SocialRelationLocalServiceUtil.deleteRelation
(long relationId) Removes the relation (and its inverse in case of a bidirectional relation) from the database.static void
SocialRelationLocalServiceUtil.deleteRelation
(long userId1, long userId2, int type) Removes the matching relation (and its inverse in case of a bidirectional relation) from the database.static void
SocialRelationLocalServiceUtil.deleteRelation
(SocialRelation relation) Removes the relation (and its inverse in case of a bidirectional relation) from the database.void
SocialRelationLocalServiceWrapper.deleteRelation
(long relationId) Removes the relation (and its inverse in case of a bidirectional relation) from the database.void
SocialRelationLocalServiceWrapper.deleteRelation
(long userId1, long userId2, int type) Removes the matching relation (and its inverse in case of a bidirectional relation) from the database.void
SocialRelationLocalServiceWrapper.deleteRelation
(SocialRelation relation) Removes the relation (and its inverse in case of a bidirectional relation) from the database.void
SocialRelationLocalService.deleteRelations
(long userId1, long userId2) Removes all relations between User1 and User2.static void
SocialRelationLocalServiceUtil.deleteRelations
(long userId1, long userId2) Removes all relations between User1 and User2.void
SocialRelationLocalServiceWrapper.deleteRelations
(long userId1, long userId2) Removes all relations between User1 and User2.void
SocialRequestLocalService.deleteRequest
(long requestId) Removes the social request identified by its primary key from the database.static void
SocialRequestLocalServiceUtil.deleteRequest
(long requestId) Removes the social request identified by its primary key from the database.void
SocialRequestLocalServiceWrapper.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 SocialActivity
SocialActivityLocalServiceUtil.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 SocialActivityAchievement
SocialActivityAchievementLocalServiceUtil.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 SocialActivityCounter
SocialActivityCounterLocalServiceUtil.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 SocialActivityLimit
SocialActivityLimitLocalServiceUtil.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 SocialActivitySet
SocialActivitySetLocalServiceUtil.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 SocialActivitySetting
SocialActivitySettingLocalServiceUtil.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 SocialRelation
SocialRelationLocalServiceUtil.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 SocialRequest
SocialRequestLocalServiceUtil.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.void
SocialActivityLocalService.deleteUserActivities
(long userId) Removes the user's stored activities from the database.static void
SocialActivityLocalServiceUtil.deleteUserActivities
(long userId) Removes the user's stored activities from the database.void
SocialActivityLocalServiceWrapper.deleteUserActivities
(long userId) Removes the user's stored activities from the database.void
SocialActivityCounterLocalService.disableActivityCounters
(long classNameId, long classPK) Disables all the counters of an asset identified by the class name ID and class primary key.void
SocialActivityCounterLocalService.disableActivityCounters
(String className, long classPK) Disables all the counters of an asset identified by the class name and class primary key.static void
SocialActivityCounterLocalServiceUtil.disableActivityCounters
(long classNameId, long classPK) Disables all the counters of an asset identified by the class name ID and class primary key.static void
SocialActivityCounterLocalServiceUtil.disableActivityCounters
(String className, long classPK) Disables all the counters of an asset identified by the class name and class primary key.void
SocialActivityCounterLocalServiceWrapper.disableActivityCounters
(long classNameId, long classPK) Disables all the counters of an asset identified by the class name ID and class primary key.void
SocialActivityCounterLocalServiceWrapper.disableActivityCounters
(String className, long classPK) Disables all the counters of an asset identified by the class name and class primary key.void
SocialActivityCounterLocalService.enableActivityCounters
(long classNameId, long classPK) Enables all activity counters of an asset identified by the class name ID and class primary key.void
SocialActivityCounterLocalService.enableActivityCounters
(String className, long classPK) Enables all the counters of an asset identified by the class name and class primary key.static void
SocialActivityCounterLocalServiceUtil.enableActivityCounters
(long classNameId, long classPK) Enables all activity counters of an asset identified by the class name ID and class primary key.static void
SocialActivityCounterLocalServiceUtil.enableActivityCounters
(String className, long classPK) Enables all the counters of an asset identified by the class name and class primary key.void
SocialActivityCounterLocalServiceWrapper.enableActivityCounters
(long classNameId, long classPK) Enables all activity counters of an asset identified by the class name ID and class primary key.void
SocialActivityCounterLocalServiceWrapper.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 SocialActivity
SocialActivityLocalServiceUtil.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 SocialActivity
SocialActivityServiceUtil.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 SocialActivityDefinition
SocialActivitySettingServiceUtil.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 JSONArray
SocialActivitySettingServiceUtil.getJSONActivityDefinitions
(long groupId, String className) SocialActivitySettingServiceWrapper.getJSONActivityDefinitions
(long groupId, String className) SocialActivityLocalService.getMirrorActivity
(long mirrorActivityId) Returns the activity that has the mirror activity.static SocialActivity
SocialActivityLocalServiceUtil.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 SocialActivity
SocialActivityServiceUtil.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 PersistedModel
SocialActivityAchievementLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) SocialActivityAchievementLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) SocialActivityCounterLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
SocialActivityCounterLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) SocialActivityCounterLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) SocialActivityLimitLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
SocialActivityLimitLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) SocialActivityLimitLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) SocialActivityLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
SocialActivityLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) SocialActivityLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) SocialActivitySetLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
SocialActivitySetLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) SocialActivitySetLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) SocialActivitySettingLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
SocialActivitySettingLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) SocialActivitySettingLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) SocialRelationLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
SocialRelationLocalServiceUtil.getPersistedModel
(Serializable primaryKeyObj) SocialRelationLocalServiceWrapper.getPersistedModel
(Serializable primaryKeyObj) SocialRequestLocalService.getPersistedModel
(Serializable primaryKeyObj) static PersistedModel
SocialRequestLocalServiceUtil.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 SocialRelation
SocialRelationLocalServiceUtil.getRelation
(long relationId) Returns the relation identified by its primary key.static SocialRelation
SocialRelationLocalServiceUtil.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 typetype
with 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 typetype
with 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 typetype
with the user identified byuserId
.SocialActivityLocalService.getSocialActivity
(long activityId) Returns the social activity with the primary key.static SocialActivity
SocialActivityLocalServiceUtil.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 SocialActivityAchievement
SocialActivityAchievementLocalServiceUtil.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 SocialActivityCounter
SocialActivityCounterLocalServiceUtil.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 SocialActivityLimit
SocialActivityLimitLocalServiceUtil.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 SocialActivitySet
SocialActivitySetLocalServiceUtil.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 SocialActivitySetting
SocialActivitySettingLocalServiceUtil.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 SocialRelation
SocialRelationLocalServiceUtil.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 SocialRelation
SocialRelationLocalServiceUtil.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 SocialRequest
SocialRequestLocalServiceUtil.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 SocialRequest
SocialRequestLocalServiceUtil.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.void
SocialActivitySetLocalService.incrementActivityCount
(long activitySetId, long activityId) static void
SocialActivitySetLocalServiceUtil.incrementActivityCount
(long activitySetId, long activityId) void
SocialActivitySetLocalServiceWrapper.incrementActivityCount
(long activitySetId, long activityId) void
SocialActivityCounterLocalService.incrementUserAchievementCounter
(long userId, long groupId) Increments theuser.achievements
counter for a user.static void
SocialActivityCounterLocalServiceUtil.incrementUserAchievementCounter
(long userId, long groupId) Increments theuser.achievements
counter for a user.void
SocialActivityCounterLocalServiceWrapper.incrementUserAchievementCounter
(long userId, long groupId) Increments theuser.achievements
counter for a user.void
SocialActivityInterpreterLocalService.updateActivitySet
(long activityId) static void
SocialActivityInterpreterLocalServiceUtil.updateActivitySet
(long activityId) void
SocialActivityInterpreterLocalServiceWrapper.updateActivitySet
(long activityId) void
SocialActivitySettingLocalService.updateActivitySetting
(long groupId, String className, boolean enabled) void
SocialActivitySettingLocalService.updateActivitySetting
(long groupId, String className, int activityType, SocialActivityCounterDefinition activityCounterDefinition) void
SocialActivitySettingLocalService.updateActivitySetting
(long groupId, String className, long classPK, boolean enabled) static void
SocialActivitySettingLocalServiceUtil.updateActivitySetting
(long groupId, String className, boolean enabled) static void
SocialActivitySettingLocalServiceUtil.updateActivitySetting
(long groupId, String className, int activityType, SocialActivityCounterDefinition activityCounterDefinition) static void
SocialActivitySettingLocalServiceUtil.updateActivitySetting
(long groupId, String className, long classPK, boolean enabled) void
SocialActivitySettingLocalServiceWrapper.updateActivitySetting
(long groupId, String className, boolean enabled) void
SocialActivitySettingLocalServiceWrapper.updateActivitySetting
(long groupId, String className, int activityType, SocialActivityCounterDefinition activityCounterDefinition) void
SocialActivitySettingLocalServiceWrapper.updateActivitySetting
(long groupId, String className, long classPK, boolean enabled) void
SocialActivitySettingService.updateActivitySetting
(long groupId, String className, boolean enabled) void
SocialActivitySettingService.updateActivitySetting
(long groupId, String className, int activityType, SocialActivityCounterDefinition activityCounterDefinition) static void
SocialActivitySettingServiceUtil.updateActivitySetting
(long groupId, String className, boolean enabled) static void
SocialActivitySettingServiceUtil.updateActivitySetting
(long groupId, String className, int activityType, SocialActivityCounterDefinition activityCounterDefinition) void
SocialActivitySettingServiceWrapper.updateActivitySetting
(long groupId, String className, boolean enabled) void
SocialActivitySettingServiceWrapper.updateActivitySetting
(long groupId, String className, int activityType, SocialActivityCounterDefinition activityCounterDefinition) void
SocialActivitySettingLocalService.updateActivitySettings
(long groupId, String className, int activityType, List<SocialActivityCounterDefinition> activityCounterDefinitions) static void
SocialActivitySettingLocalServiceUtil.updateActivitySettings
(long groupId, String className, int activityType, List<SocialActivityCounterDefinition> activityCounterDefinitions) void
SocialActivitySettingLocalServiceWrapper.updateActivitySettings
(long groupId, String className, int activityType, List<SocialActivityCounterDefinition> activityCounterDefinitions) void
SocialActivitySettingService.updateActivitySettings
(long groupId, String className, int activityType, List<SocialActivityCounterDefinition> activityCounterDefinitions) static void
SocialActivitySettingServiceUtil.updateActivitySettings
(long groupId, String className, int activityType, List<SocialActivityCounterDefinition> activityCounterDefinitions) void
SocialActivitySettingServiceWrapper.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 SocialRequest
SocialRequestLocalServiceUtil.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 SocialRequest
SocialRequestServiceUtil.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 void
SocialActivityPermissionUtil.check
(PermissionChecker permissionChecker, long groupId, String actionId)
DLFileEntryTypeUtil#getDDMStructures(DLFileEntryType)