|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ServiceContext in com.liferay.counter.model |
|---|
| Methods in com.liferay.counter.model with parameters of type ServiceContext | |
|---|---|
void |
CounterModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
CounterWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.counter.service.persistence |
|---|
| Methods in com.liferay.counter.service.persistence with parameters of type ServiceContext | |
|---|---|
static Counter |
CounterUtil.update(Counter counter,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portal.kernel.comment |
|---|
| Methods in com.liferay.portal.kernel.comment with parameters of type ServiceContext | |
|---|---|
void |
CommentManager.addComment(long userId,
long groupId,
String className,
long classPK,
String body,
ServiceContext serviceContext)
|
| Method parameters in com.liferay.portal.kernel.comment with type arguments of type ServiceContext | |
|---|---|
long |
CommentManager.addComment(long userId,
long groupId,
String className,
long classPK,
String userName,
String subject,
String body,
Function<String,ServiceContext> serviceContextFunction)
|
| Uses of ServiceContext in com.liferay.portal.kernel.lar |
|---|
| Methods in com.liferay.portal.kernel.lar that return ServiceContext | |
|---|---|
ServiceContext |
PortletDataContext.createServiceContext(Element element,
ClassedModel classedModel)
|
ServiceContext |
PortletDataContext.createServiceContext(Element element,
ClassedModel classedModel,
String namespace)
Deprecated. As of 6.2.0, replaced by PortletDataContext.createServiceContext(Element, ClassedModel) |
ServiceContext |
PortletDataContext.createServiceContext(StagedModel stagedModel)
|
ServiceContext |
PortletDataContext.createServiceContext(StagedModel stagedModel,
Class<?> clazz)
|
ServiceContext |
PortletDataContext.createServiceContext(String path,
ClassedModel classedModel)
|
ServiceContext |
PortletDataContext.createServiceContext(String path,
ClassedModel classedModel,
String namespace)
Deprecated. As of 6.2.0, replaced by PortletDataContext.createServiceContext(String,
ClassedModel) |
| Uses of ServiceContext in com.liferay.portal.kernel.notifications |
|---|
| Methods in com.liferay.portal.kernel.notifications with parameters of type ServiceContext | |
|---|---|
protected UserNotificationFeedEntry |
BaseUserNotificationHandler.doInterpret(UserNotificationEvent userNotificationEvent,
ServiceContext serviceContext)
|
protected String |
BaseModelUserNotificationHandler.getBody(UserNotificationEvent userNotificationEvent,
ServiceContext serviceContext)
|
protected String |
BaseUserNotificationHandler.getBody(UserNotificationEvent userNotificationEvent,
ServiceContext serviceContext)
|
protected String |
BaseModelUserNotificationHandler.getLink(UserNotificationEvent userNotificationEvent,
ServiceContext serviceContext)
|
protected String |
BaseUserNotificationHandler.getLink(UserNotificationEvent userNotificationEvent,
ServiceContext serviceContext)
|
protected String |
BaseModelUserNotificationHandler.getTitle(JSONObject jsonObject,
AssetRenderer assetRenderer,
ServiceContext serviceContext)
|
static UserNotificationFeedEntry |
UserNotificationManagerUtil.interpret(String selector,
UserNotificationEvent userNotificationEvent,
ServiceContext serviceContext)
|
UserNotificationFeedEntry |
BaseUserNotificationHandler.interpret(UserNotificationEvent userNotificationEvent,
ServiceContext serviceContext)
|
UserNotificationFeedEntry |
UserNotificationHandler.interpret(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 selector,
String portletId,
long classNameId,
int notificationType,
int deliveryType,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portal.kernel.repository |
|---|
| Methods in com.liferay.portal.kernel.repository with parameters of type ServiceContext | |
|---|---|
FileEntry |
DocumentRepository.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
DefaultLocalRepositoryImpl.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryImpl.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
DocumentRepository.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
DefaultLocalRepositoryImpl.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
Repository.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, see DocumentRepository.addFileEntry(long, long, String,
String, String, String, String, File, ServiceContext) |
FileEntry |
BaseRepositoryImpl.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, see BaseRepositoryImpl.addFileEntry(long, long, String,
String, String, String, String, File, ServiceContext) |
FileEntry |
Repository.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, see DocumentRepository.addFileEntry(long, long, String,
String, String, String, String, InputStream, long,
ServiceContext) |
FileEntry |
BaseRepositoryImpl.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, see DocumentRepository.addFileEntry(long, long, String,
String, String, String, String, InputStream, long,
ServiceContext) |
Folder |
DocumentRepository.addFolder(long userId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
Folder |
DefaultLocalRepositoryImpl.addFolder(long userId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
abstract Folder |
BaseRepositoryImpl.addFolder(long userId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
Folder |
Repository.addFolder(long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.addFolder(long, long,
String, String, ServiceContext) |
Folder |
BaseRepositoryImpl.addFolder(long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by BaseRepositoryImpl.addFolder(long, long,
String, String, ServiceContext) |
void |
Repository.checkInFileEntry(long fileEntryId,
boolean major,
String changeLog,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.checkInFileEntry(long, long,
boolean, String, ServiceContext) |
void |
BaseRepositoryImpl.checkInFileEntry(long fileEntryId,
boolean major,
String changeLog,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.checkInFileEntry(long, long,
boolean, String, ServiceContext) |
void |
DocumentRepository.checkInFileEntry(long userId,
long fileEntryId,
boolean major,
String changeLog,
ServiceContext serviceContext)
|
void |
DefaultLocalRepositoryImpl.checkInFileEntry(long userId,
long fileEntryId,
boolean major,
String changeLog,
ServiceContext serviceContext)
|
void |
DocumentRepository.checkInFileEntry(long userId,
long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
|
void |
DefaultLocalRepositoryImpl.checkInFileEntry(long userId,
long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
|
void |
Repository.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.checkInFileEntry(long, long,
String, com.liferay.portal.service.ServiceContext) |
void |
BaseRepositoryImpl.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.checkInFileEntry(long, long,
String, ServiceContext) |
FileEntry |
Repository.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
abstract FileEntry |
BaseRepositoryImpl.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
FileEntry |
Repository.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
abstract FileEntry |
BaseRepositoryImpl.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
protected void |
BaseRepositoryImpl.clearManualCheckInRequired(long fileEntryId,
ServiceContext serviceContext)
|
FileEntry |
DocumentRepository.copyFileEntry(long userId,
long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
FileEntry |
DefaultLocalRepositoryImpl.copyFileEntry(long userId,
long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
FileEntry |
Repository.copyFileEntry(long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.copyFileEntry(long, long,
long, long, ServiceContext) |
FileEntry |
BaseRepositoryImpl.copyFileEntry(long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.copyFileEntry(long, long,
long, long, ServiceContext) |
FileEntry |
DocumentRepository.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
DefaultLocalRepositoryImpl.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
Repository.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.moveFileEntry(long, long,
long, ServiceContext) |
FileEntry |
BaseRepositoryImpl.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.moveFileEntry(long, long,
long, ServiceContext) |
Folder |
DocumentRepository.moveFolder(long userId,
long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
Folder |
DefaultLocalRepositoryImpl.moveFolder(long userId,
long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
Folder |
Repository.moveFolder(long folderId,
long newParentFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.moveFolder(long, long, long,
ServiceContext) |
Folder |
BaseRepositoryImpl.moveFolder(long folderId,
long newParentFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.moveFolder(long, long, long,
ServiceContext) |
void |
DocumentRepository.revertFileEntry(long userId,
long fileEntryId,
String version,
ServiceContext serviceContext)
|
void |
DefaultLocalRepositoryImpl.revertFileEntry(long userId,
long fileEntryId,
String version,
ServiceContext serviceContext)
|
void |
Repository.revertFileEntry(long fileEntryId,
String version,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.revertFileEntry(long, long,
String, ServiceContext) |
void |
BaseRepositoryImpl.revertFileEntry(long fileEntryId,
String version,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.revertFileEntry(long, long,
String, ServiceContext) |
protected void |
BaseRepositoryImpl.setManualCheckInRequired(long fileEntryId,
ServiceContext serviceContext)
|
FileEntry |
DocumentRepository.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
DefaultLocalRepositoryImpl.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryImpl.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
DocumentRepository.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
DefaultLocalRepositoryImpl.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
Repository.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.updateFileEntry(long, long,
String, String, String, String, String, boolean, File,
ServiceContext) |
FileEntry |
BaseRepositoryImpl.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.updateFileEntry(long, long,
String, String, String, String, String, boolean, InputStream,
long, ServiceContext) |
FileEntry |
Repository.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DocumentRepository.updateFileEntry(long, long,
String, String, String, String, String, boolean, InputStream,
long, ServiceContext) |
FileEntry |
BaseRepositoryImpl.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by BaseRepositoryImpl.updateFileEntry(long, long,
String, String, String, String, String, boolean, File,
ServiceContext) |
Folder |
DocumentRepository.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
Folder |
DefaultLocalRepositoryImpl.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
Folder |
BaseRepositoryImpl.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
Folder |
Repository.updateFolder(long folderId,
String name,
String description,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portal.kernel.repository.capabilities |
|---|
| Methods in com.liferay.portal.kernel.repository.capabilities with parameters of type ServiceContext | |
|---|---|
void |
WorkflowCapability.addFileEntry(long userId,
FileEntry fileEntry,
ServiceContext serviceContext)
|
void |
WorkflowCapability.checkInFileEntry(long userId,
FileEntry fileEntry,
ServiceContext serviceContext)
|
FileEntry |
TrashCapability.moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
Folder newFolder,
ServiceContext serviceContext)
|
Folder |
TrashCapability.moveFolderFromTrash(long userId,
Folder folder,
Folder destinationFolder,
ServiceContext serviceContext)
|
void |
WorkflowCapability.revertFileEntry(long userId,
FileEntry fileEntry,
ServiceContext serviceContext)
|
void |
WorkflowCapability.updateFileEntry(long userId,
FileEntry fileEntry,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portal.kernel.repository.cmis |
|---|
| Methods in com.liferay.portal.kernel.repository.cmis with parameters of type ServiceContext | |
|---|---|
FileEntry |
CMISRepositoryHandler.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
Folder |
CMISRepositoryHandler.addFolder(long userId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
void |
CMISRepositoryHandler.checkInFileEntry(long userId,
long fileEntryId,
boolean major,
String changeLog,
ServiceContext serviceContext)
|
void |
CMISRepositoryHandler.checkInFileEntry(long userId,
long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
|
FileEntry |
CMISRepositoryHandler.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
FileEntry |
CMISRepositoryHandler.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
FileEntry |
CMISRepositoryHandler.copyFileEntry(long userId,
long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
FileEntry |
CMISRepositoryHandler.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
Folder |
CMISRepositoryHandler.moveFolder(long userId,
long folderId,
long newParentFolderId,
ServiceContext serviceContext)
|
void |
CMISRepositoryHandler.revertFileEntry(long userId,
long fileEntryId,
String version,
ServiceContext serviceContext)
|
FileEntry |
CMISRepositoryHandler.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
abstract FileEntry |
BaseCmisRepository.updateFileEntry(String objectId,
String mimeType,
Map<String,Object> properties,
InputStream is,
String sourceFileName,
long size,
ServiceContext serviceContext)
|
FileEntry |
CMISRepositoryHandler.updateFileEntry(String objectId,
String mimeType,
Map<String,Object> properties,
InputStream is,
String sourceFileName,
long size,
ServiceContext serviceContext)
|
Folder |
CMISRepositoryHandler.updateFolder(long folderId,
String name,
String description,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portal.kernel.repository.util |
|---|
| Methods in com.liferay.portal.kernel.repository.util with parameters of type ServiceContext | |
|---|---|
FileEntry |
RepositoryTrash.moveFileEntryFromTrash(long userId,
long repositoryId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
static FileEntry |
RepositoryTrashUtil.moveFileEntryFromTrash(long userId,
long repositoryId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portal.kernel.staging |
|---|
| Methods in com.liferay.portal.kernel.staging with parameters of type ServiceContext | |
|---|---|
void |
Staging.checkDefaultLayoutSetBranches(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
boolean remote,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by checkDefaultLayoutSetBranches(long, Group, boolean, boolean,
boolean, ServiceContext)) |
static void |
StagingUtil.checkDefaultLayoutSetBranches(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
boolean remote,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by checkDefaultLayoutSetBranches(long, Group, boolean, boolean,
boolean, ServiceContext)) |
void |
Staging.disableStaging(Group scopeGroup,
Group liveGroup,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by StagingLocalService.disableStaging(
Group, ServiceContext) |
static void |
StagingUtil.disableStaging(Group scopeGroup,
Group liveGroup,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by StagingLocalService.disableStaging(
Group, ServiceContext) |
void |
Staging.disableStaging(Group liveGroup,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by StagingLocalService.disableStaging(
Group, ServiceContext) |
static void |
StagingUtil.disableStaging(Group liveGroup,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by StagingLocalService.disableStaging(
Group, ServiceContext) |
void |
Staging.disableStaging(PortletRequest portletRequest,
Group scopeGroup,
Group liveGroup,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by StagingLocalService.disableStaging(
PortletRequest, Group, ServiceContext) |
static void |
StagingUtil.disableStaging(PortletRequest portletRequest,
Group scopeGroup,
Group liveGroup,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by StagingLocalService.disableStaging(
PortletRequest, Group, ServiceContext) |
void |
Staging.disableStaging(PortletRequest portletRequest,
Group liveGroup,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by StagingLocalService.disableStaging(
PortletRequest, Group, ServiceContext) |
static void |
StagingUtil.disableStaging(PortletRequest portletRequest,
Group liveGroup,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by StagingLocalService.disableStaging(
PortletRequest, Group, ServiceContext) |
void |
Staging.enableLocalStaging(long userId,
Group scopeGroup,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by StagingLocalService.enableLocalStaging(
long, Group, boolean, boolean, ServiceContext) |
static void |
StagingUtil.enableLocalStaging(long userId,
Group scopeGroup,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by StagingLocalService.enableLocalStaging(
long, Group, boolean, boolean, ServiceContext) |
void |
Staging.enableRemoteStaging(long userId,
Group scopeGroup,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
String remoteAddress,
int remotePort,
String remotePathContext,
boolean secureConnection,
long remoteGroupId,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by StagingLocalService.enableRemoteStaging(
long, Group, boolean, boolean, String, int, String, boolean,
long, ServiceContext) |
static void |
StagingUtil.enableRemoteStaging(long userId,
Group scopeGroup,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
String remoteAddress,
int remotePort,
String remotePathContext,
boolean secureConnection,
long remoteGroupId,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by StagingLocalService.enableRemoteStaging(
long, Group, boolean, boolean, String, int, String, boolean,
long, ServiceContext) |
| Uses of ServiceContext in com.liferay.portal.kernel.trash |
|---|
| Methods in com.liferay.portal.kernel.trash with parameters of type ServiceContext | |
|---|---|
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 key |
void |
BaseTrashHandler.moveEntry(long userId,
long classPK,
long containerModelId,
ServiceContext serviceContext)
|
void |
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 |
BaseTrashHandler.moveTrashEntry(long userId,
long classPK,
long containerModelId,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portal.kernel.util |
|---|
| Methods in com.liferay.portal.kernel.util with parameters of type ServiceContext | |
|---|---|
boolean |
ParamUtil_IW.get(ServiceContext serviceContext,
String param,
boolean defaultValue)
|
static boolean |
ParamUtil.get(ServiceContext serviceContext,
String param,
boolean defaultValue)
|
Date |
ParamUtil_IW.get(ServiceContext serviceContext,
String param,
DateFormat dateFormat,
Date defaultValue)
|
static Date |
ParamUtil.get(ServiceContext serviceContext,
String param,
DateFormat dateFormat,
Date defaultValue)
|
double |
ParamUtil_IW.get(ServiceContext serviceContext,
String param,
double defaultValue)
|
static double |
ParamUtil.get(ServiceContext serviceContext,
String param,
double defaultValue)
|
float |
ParamUtil_IW.get(ServiceContext serviceContext,
String param,
float defaultValue)
|
static float |
ParamUtil.get(ServiceContext serviceContext,
String param,
float defaultValue)
|
int |
ParamUtil_IW.get(ServiceContext serviceContext,
String param,
int defaultValue)
|
static int |
ParamUtil.get(ServiceContext serviceContext,
String param,
int defaultValue)
|
long |
ParamUtil_IW.get(ServiceContext serviceContext,
String param,
long defaultValue)
|
static long |
ParamUtil.get(ServiceContext serviceContext,
String param,
long defaultValue)
|
Number |
ParamUtil_IW.get(ServiceContext serviceContext,
String param,
Number defaultValue)
|
static Number |
ParamUtil.get(ServiceContext serviceContext,
String param,
Number defaultValue)
|
short |
ParamUtil_IW.get(ServiceContext serviceContext,
String param,
short defaultValue)
|
static short |
ParamUtil.get(ServiceContext serviceContext,
String param,
short defaultValue)
|
String |
ParamUtil_IW.get(ServiceContext serviceContext,
String param,
String defaultValue)
|
static String |
ParamUtil.get(ServiceContext serviceContext,
String param,
String defaultValue)
|
boolean |
ParamUtil_IW.getBoolean(ServiceContext serviceContext,
String param)
|
static boolean |
ParamUtil.getBoolean(ServiceContext serviceContext,
String param)
|
boolean |
ParamUtil_IW.getBoolean(ServiceContext serviceContext,
String param,
boolean defaultValue)
|
static boolean |
ParamUtil.getBoolean(ServiceContext serviceContext,
String param,
boolean defaultValue)
|
boolean[] |
ParamUtil_IW.getBooleanValues(ServiceContext serviceContext,
String param)
|
static boolean[] |
ParamUtil.getBooleanValues(ServiceContext serviceContext,
String param)
|
boolean[] |
ParamUtil_IW.getBooleanValues(ServiceContext serviceContext,
String param,
boolean[] defaultValue)
|
static boolean[] |
ParamUtil.getBooleanValues(ServiceContext serviceContext,
String param,
boolean[] defaultValue)
|
Date |
ParamUtil_IW.getDate(ServiceContext serviceContext,
String param,
DateFormat dateFormat)
|
static Date |
ParamUtil.getDate(ServiceContext serviceContext,
String param,
DateFormat dateFormat)
|
Date |
ParamUtil_IW.getDate(ServiceContext serviceContext,
String param,
DateFormat dateFormat,
Date defaultValue)
|
static Date |
ParamUtil.getDate(ServiceContext serviceContext,
String param,
DateFormat dateFormat,
Date defaultValue)
|
Date[] |
ParamUtil_IW.getDateValues(ServiceContext serviceContext,
String param,
DateFormat dateFormat)
|
static Date[] |
ParamUtil.getDateValues(ServiceContext serviceContext,
String param,
DateFormat dateFormat)
|
Date[] |
ParamUtil_IW.getDateValues(ServiceContext serviceContext,
String param,
DateFormat dateFormat,
Date[] defaultValue)
|
static Date[] |
ParamUtil.getDateValues(ServiceContext serviceContext,
String param,
DateFormat dateFormat,
Date[] defaultValue)
|
double |
ParamUtil_IW.getDouble(ServiceContext serviceContext,
String param)
|
static double |
ParamUtil.getDouble(ServiceContext serviceContext,
String param)
|
double |
ParamUtil_IW.getDouble(ServiceContext serviceContext,
String param,
double defaultValue)
|
static double |
ParamUtil.getDouble(ServiceContext serviceContext,
String param,
double defaultValue)
|
double[] |
ParamUtil_IW.getDoubleValues(ServiceContext serviceContext,
String param)
|
static double[] |
ParamUtil.getDoubleValues(ServiceContext serviceContext,
String param)
|
double[] |
ParamUtil_IW.getDoubleValues(ServiceContext serviceContext,
String param,
double[] defaultValue)
|
static double[] |
ParamUtil.getDoubleValues(ServiceContext serviceContext,
String param,
double[] defaultValue)
|
float |
ParamUtil_IW.getFloat(ServiceContext serviceContext,
String param)
|
static float |
ParamUtil.getFloat(ServiceContext serviceContext,
String param)
|
float |
ParamUtil_IW.getFloat(ServiceContext serviceContext,
String param,
float defaultValue)
|
static float |
ParamUtil.getFloat(ServiceContext serviceContext,
String param,
float defaultValue)
|
float[] |
ParamUtil_IW.getFloatValues(ServiceContext serviceContext,
String param)
|
static float[] |
ParamUtil.getFloatValues(ServiceContext serviceContext,
String param)
|
float[] |
ParamUtil_IW.getFloatValues(ServiceContext serviceContext,
String param,
float[] defaultValue)
|
static float[] |
ParamUtil.getFloatValues(ServiceContext serviceContext,
String param,
float[] defaultValue)
|
int |
ParamUtil_IW.getInteger(ServiceContext serviceContext,
String param)
|
static int |
ParamUtil.getInteger(ServiceContext serviceContext,
String param)
|
int |
ParamUtil_IW.getInteger(ServiceContext serviceContext,
String param,
int defaultValue)
|
static int |
ParamUtil.getInteger(ServiceContext serviceContext,
String param,
int defaultValue)
|
int[] |
ParamUtil_IW.getIntegerValues(ServiceContext serviceContext,
String param)
|
static int[] |
ParamUtil.getIntegerValues(ServiceContext serviceContext,
String param)
|
int[] |
ParamUtil_IW.getIntegerValues(ServiceContext serviceContext,
String param,
int[] defaultValue)
|
static int[] |
ParamUtil.getIntegerValues(ServiceContext serviceContext,
String param,
int[] defaultValue)
|
long |
ParamUtil_IW.getLong(ServiceContext serviceContext,
String param)
|
static long |
ParamUtil.getLong(ServiceContext serviceContext,
String param)
|
long |
ParamUtil_IW.getLong(ServiceContext serviceContext,
String param,
long defaultValue)
|
static long |
ParamUtil.getLong(ServiceContext serviceContext,
String param,
long defaultValue)
|
long[] |
ParamUtil_IW.getLongValues(ServiceContext serviceContext,
String param)
|
static long[] |
ParamUtil.getLongValues(ServiceContext serviceContext,
String param)
|
long[] |
ParamUtil_IW.getLongValues(ServiceContext serviceContext,
String param,
long[] defaultValue)
|
static long[] |
ParamUtil.getLongValues(ServiceContext serviceContext,
String param,
long[] defaultValue)
|
Number |
ParamUtil_IW.getNumber(ServiceContext serviceContext,
String param)
|
static Number |
ParamUtil.getNumber(ServiceContext serviceContext,
String param)
|
Number |
ParamUtil_IW.getNumber(ServiceContext serviceContext,
String param,
Number defaultValue)
|
static Number |
ParamUtil.getNumber(ServiceContext serviceContext,
String param,
Number defaultValue)
|
Number[] |
ParamUtil_IW.getNumberValues(ServiceContext serviceContext,
String param)
|
static Number[] |
ParamUtil.getNumberValues(ServiceContext serviceContext,
String param)
|
Number[] |
ParamUtil_IW.getNumberValues(ServiceContext serviceContext,
String param,
Number[] defaultValue)
|
static Number[] |
ParamUtil.getNumberValues(ServiceContext serviceContext,
String param,
Number[] defaultValue)
|
static UnicodeProperties |
PropertiesParamUtil.getProperties(ServiceContext serviceContext,
String prefix)
|
short |
ParamUtil_IW.getShort(ServiceContext serviceContext,
String param)
|
static short |
ParamUtil.getShort(ServiceContext serviceContext,
String param)
|
short |
ParamUtil_IW.getShort(ServiceContext serviceContext,
String param,
short defaultValue)
|
static short |
ParamUtil.getShort(ServiceContext serviceContext,
String param,
short defaultValue)
|
short[] |
ParamUtil_IW.getShortValues(ServiceContext serviceContext,
String param)
|
static short[] |
ParamUtil.getShortValues(ServiceContext serviceContext,
String param)
|
short[] |
ParamUtil_IW.getShortValues(ServiceContext serviceContext,
String param,
short[] defaultValue)
|
static short[] |
ParamUtil.getShortValues(ServiceContext serviceContext,
String param,
short[] defaultValue)
|
String |
ParamUtil_IW.getString(ServiceContext serviceContext,
String param)
|
static String |
ParamUtil.getString(ServiceContext serviceContext,
String param)
|
String |
ParamUtil_IW.getString(ServiceContext serviceContext,
String param,
String defaultValue)
|
static String |
ParamUtil.getString(ServiceContext serviceContext,
String param,
String defaultValue)
|
void |
ParamUtil_IW.print(ServiceContext serviceContext)
|
static void |
ParamUtil.print(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portal.kernel.workflow |
|---|
| Methods in com.liferay.portal.kernel.workflow with parameters of type ServiceContext | ||
|---|---|---|
String |
BaseWorkflowHandler.getURLEditWorkflowTask(long workflowTaskId,
ServiceContext serviceContext)
|
|
String |
WorkflowHandler.getURLEditWorkflowTask(long workflowTaskId,
ServiceContext serviceContext)
|
|
static
|
WorkflowHandlerRegistryUtil.startWorkflowInstance(long companyId,
long groupId,
long userId,
String className,
long classPK,
T model,
ServiceContext serviceContext)
|
|
static
|
WorkflowHandlerRegistryUtil.startWorkflowInstance(long companyId,
long groupId,
long userId,
String className,
long classPK,
T model,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
|
static
|
WorkflowHandlerRegistryUtil.startWorkflowInstance(long companyId,
long userId,
String className,
long classPK,
T model,
ServiceContext serviceContext)
|
|
static
|
WorkflowHandlerRegistryUtil.startWorkflowInstance(long companyId,
long userId,
String className,
long classPK,
T model,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
|
| Uses of ServiceContext in com.liferay.portal.model |
|---|
| Methods in com.liferay.portal.model with parameters of type ServiceContext | |
|---|---|
void |
OrgGroupRoleModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ReleaseModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
GroupWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ReleaseWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SubscriptionWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
LayoutRevisionModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
UserTrackerWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ContactModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
UserWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
PhoneModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
MembershipRequestWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
WorkflowInstanceLinkModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
UserGroupGroupRoleWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ShardModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
BrowserTrackerWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SystemEventModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
UserNotificationEventModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
UserNotificationDeliveryModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
LayoutSetPrototypeModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
WebDAVPropsModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
PasswordPolicyRelModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ResourcePermissionModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
LockModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
UserNotificationDeliveryWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
LayoutFriendlyURLWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ResourceActionWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
TicketWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
PortalPreferencesWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
WebDAVPropsWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
CountryWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
PluginSettingWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
UserGroupModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
RepositoryWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
PortletWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
RoleModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
TeamModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
UserGroupRoleWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
UserGroupGroupRoleModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ClusterGroupWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
WebsiteWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ResourceActionModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
LayoutSetModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ServiceComponentModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
BackgroundTaskWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
PortletPreferencesModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
UserModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
PortletPreferencesWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
UserIdMapperWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
BaseModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
TicketModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
RepositoryEntryModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
RepositoryModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
PasswordPolicyRelWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ImageModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
PluginSettingModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ResourceTypePermissionModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
MembershipRequestModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
PortletItemModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ResourceBlockModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ResourceBlockPermissionWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
LayoutBranchWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
PhoneWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
LayoutSetPrototypeWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ContactWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ClassNameWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
LayoutRevisionWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
UserNotificationEventWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AccountModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
LayoutSetWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
EmailAddressWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
PortalPreferencesModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SystemEventWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
LayoutPrototypeWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
LockWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
PasswordPolicyModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
WebsiteModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
WorkflowDefinitionLinkModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ResourceBlockWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
PasswordTrackerModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AccountWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AddressWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
LayoutPrototypeModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
PortletModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
RepositoryEntryWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
OrganizationModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
RegionModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
CompanyWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
LayoutFriendlyURLModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
UserTrackerModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
BrowserTrackerModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
LayoutModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
UserTrackerPathModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
GroupModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
RoleWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
CompanyModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AddressModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
LayoutWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
BackgroundTaskModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
UserGroupRoleModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
CountryModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
EmailAddressModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ClusterGroupModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
WorkflowInstanceLinkWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
UserIdMapperModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
VirtualHostWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
TeamWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
OrganizationWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ListTypeModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ExportImportConfigurationWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
UserGroupWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ClassNameModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ExportImportConfigurationModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ShardWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
PasswordTrackerWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ServiceComponentWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
LayoutBranchModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
OrgLaborModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ImageWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ListTypeWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
LayoutSetBranchModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
WorkflowDefinitionLinkWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
PortletItemWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
OrgGroupRoleWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
VirtualHostModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
OrgLaborWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ResourceTypePermissionWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
PasswordPolicyWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SubscriptionModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
UserTrackerPathWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
LayoutSetBranchWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ResourcePermissionWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
RegionWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ResourceBlockPermissionModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portal.model.impl |
|---|
| Methods in com.liferay.portal.model.impl with parameters of type ServiceContext | |
|---|---|
void |
BaseModelImpl.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portal.portletfilerepository |
|---|
| Methods in com.liferay.portal.portletfilerepository with parameters of type ServiceContext | |
|---|---|
static Folder |
PortletFileRepositoryUtil.addPortletFolder(long userId,
long repositoryId,
long parentFolderId,
String folderName,
ServiceContext serviceContext)
|
Folder |
PortletFileRepository.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)
|
Folder |
PortletFileRepository.addPortletFolder(long groupId,
long userId,
String portletId,
long parentFolderId,
String folderName,
ServiceContext serviceContext)
|
static Repository |
PortletFileRepositoryUtil.addPortletRepository(long groupId,
String portletId,
ServiceContext serviceContext)
|
Repository |
PortletFileRepository.addPortletRepository(long groupId,
String portletId,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portal.repository.proxy |
|---|
| Methods in com.liferay.portal.repository.proxy with parameters of type ServiceContext | |
|---|---|
FileEntry |
LocalRepositoryProxyBean.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
LocalRepositoryProxyBean.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, see BaseRepositoryProxyBean.addFileEntry(long, long, String,
String, String, String, String, File, ServiceContext) |
FileEntry |
BaseRepositoryProxyBean.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, see BaseRepositoryProxyBean.addFileEntry(long, long, String,
String, String, String, String, InputStream, long,
ServiceContext) |
Folder |
LocalRepositoryProxyBean.addFolder(long userId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
Folder |
BaseRepositoryProxyBean.addFolder(long userId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
Folder |
BaseRepositoryProxyBean.addFolder(long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by BaseRepositoryProxyBean.addFolder(long, long,
String, String, ServiceContext) |
void |
BaseRepositoryProxyBean.checkInFileEntry(long fileEntryId,
boolean major,
String changeLog,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by BaseRepositoryProxyBean.checkInFileEntry(long, long,
boolean, String, ServiceContext) |
void |
LocalRepositoryProxyBean.checkInFileEntry(long userId,
long fileEntryId,
boolean major,
String changeLog,
ServiceContext serviceContext)
|
void |
BaseRepositoryProxyBean.checkInFileEntry(long userId,
long fileEntryId,
boolean major,
String changeLog,
ServiceContext serviceContext)
|
void |
LocalRepositoryProxyBean.checkInFileEntry(long userId,
long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
|
void |
BaseRepositoryProxyBean.checkInFileEntry(long userId,
long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
|
void |
BaseRepositoryProxyBean.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by BaseRepositoryProxyBean.checkInFileEntry(long, long,
String, ServiceContext) |
FileEntry |
BaseRepositoryProxyBean.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
FileEntry |
LocalRepositoryProxyBean.copyFileEntry(long userId,
long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.copyFileEntry(long userId,
long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.copyFileEntry(long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by BaseRepositoryProxyBean.copyFileEntry(long, long,
long, long, ServiceContext) |
FileEntry |
LocalRepositoryProxyBean.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by BaseRepositoryProxyBean.moveFileEntry(long, long,
long, ServiceContext) |
Folder |
LocalRepositoryProxyBean.moveFolder(long userId,
long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
Folder |
BaseRepositoryProxyBean.moveFolder(long userId,
long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
Folder |
BaseRepositoryProxyBean.moveFolder(long folderId,
long newParentFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by BaseRepositoryProxyBean.moveFolder(long, long, long,
ServiceContext) |
void |
LocalRepositoryProxyBean.revertFileEntry(long userId,
long fileEntryId,
String version,
ServiceContext serviceContext)
|
void |
BaseRepositoryProxyBean.revertFileEntry(long userId,
long fileEntryId,
String version,
ServiceContext serviceContext)
|
void |
BaseRepositoryProxyBean.revertFileEntry(long fileEntryId,
String version,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by BaseRepositoryProxyBean.revertFileEntry(long, long,
String, ServiceContext) |
FileEntry |
LocalRepositoryProxyBean.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
LocalRepositoryProxyBean.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by BaseRepositoryProxyBean.updateFileEntry(long, long,
String, String, String, String, String, boolean, File,
ServiceContext) |
FileEntry |
BaseRepositoryProxyBean.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by BaseRepositoryProxyBean.updateFileEntry(long, long,
String, String, String, String, String, boolean, InputStream,
long, ServiceContext) |
Folder |
LocalRepositoryProxyBean.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
Folder |
BaseRepositoryProxyBean.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
Folder |
BaseRepositoryProxyBean.updateFolder(long folderId,
String name,
String description,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portal.search |
|---|
| Methods in com.liferay.portal.search with parameters of type ServiceContext | |
|---|---|
protected BaseModel<?> |
BaseSearchTestCase.addBaseModel(BaseModel<?> parentBaseModel,
boolean approved,
String keywords,
ServiceContext serviceContext)
|
protected BaseModel<?> |
BaseSearchTestCase.addBaseModelWithDDMStructure(BaseModel<?> parentBaseModel,
String keywords,
ServiceContext serviceContext)
|
protected BaseModel<?> |
BaseSearchTestCase.addBaseModelWithWorkflow(BaseModel<?> parentBaseModel,
boolean approved,
Map<Locale,String> keywordsMap,
ServiceContext serviceContext)
|
protected abstract BaseModel<?> |
BaseSearchTestCase.addBaseModelWithWorkflow(BaseModel<?> parentBaseModel,
boolean approved,
String keywords,
ServiceContext serviceContext)
|
protected void |
BaseSearchTestCase.addComment(ClassedModel classedModel,
String body,
ServiceContext serviceContext)
|
protected void |
BaseSearchTestCase.expireBaseModelVersions(BaseModel<?> baseModel,
boolean expireAllVersions,
ServiceContext serviceContext)
|
protected BaseModel<?> |
BaseSearchTestCase.getParentBaseModel(BaseModel<?> parentBaseModel,
ServiceContext serviceContext)
|
protected BaseModel<?> |
BaseSearchTestCase.getParentBaseModel(Group group,
ServiceContext serviceContext)
|
protected BaseModel<?> |
BaseSearchTestCase.updateBaseModel(BaseModel<?> baseModel,
String keywords,
ServiceContext serviceContext)
|
protected void |
BaseSearchTestCase.updateDDMStructure(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portal.security.ldap |
|---|
| Methods in com.liferay.portal.security.ldap that return ServiceContext | |
|---|---|
ServiceContext |
LDAPUser.getServiceContext()
|
| Methods in com.liferay.portal.security.ldap with parameters of type ServiceContext | |
|---|---|
void |
LDAPUser.setServiceContext(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portal.security.membershippolicy.util.test |
|---|
| Methods in com.liferay.portal.security.membershippolicy.util.test that return ServiceContext | |
|---|---|
protected static ServiceContext |
MembershipPolicyTestUtil.populateServiceContext(Class<?> clazz,
boolean includeCategorization)
|
| Uses of ServiceContext in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service that return ServiceContext | |
|---|---|
static ServiceContext |
ServiceContextFactory.getInstance(javax.servlet.http.HttpServletRequest request)
|
static ServiceContext |
ServiceContextFactory.getInstance(PortletRequest portletRequest)
|
static ServiceContext |
ServiceContextFactory.getInstance(String className,
PortletRequest portletRequest)
|
static ServiceContext |
ServiceContextFactory.getInstance(String className,
UploadPortletRequest uploadPortletRequest)
|
static ServiceContext |
ServiceContextThreadLocal.getServiceContext()
|
static ServiceContext |
ServiceContextThreadLocal.popServiceContext()
|
| Methods in com.liferay.portal.service with parameters of type ServiceContext | |
|---|---|
Address |
AddressLocalServiceWrapper.addAddress(long userId,
String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary,
ServiceContext serviceContext)
|
Address |
AddressLocalService.addAddress(long userId,
String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary,
ServiceContext serviceContext)
|
static Address |
AddressLocalServiceUtil.addAddress(long userId,
String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary,
ServiceContext serviceContext)
|
static Address |
AddressServiceUtil.addAddress(String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary,
ServiceContext serviceContext)
|
Address |
AddressServiceWrapper.addAddress(String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary,
ServiceContext serviceContext)
|
Address |
AddressService.addAddress(String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary,
ServiceContext serviceContext)
|
BackgroundTask |
BackgroundTaskLocalService.addBackgroundTask(long userId,
long groupId,
String name,
String[] servletContextNames,
Class<?> taskExecutorClass,
Map<String,Serializable> taskContextMap,
ServiceContext serviceContext)
|
BackgroundTask |
BackgroundTaskLocalServiceWrapper.addBackgroundTask(long userId,
long groupId,
String name,
String[] servletContextNames,
Class<?> taskExecutorClass,
Map<String,Serializable> taskContextMap,
ServiceContext serviceContext)
|
static BackgroundTask |
BackgroundTaskLocalServiceUtil.addBackgroundTask(long userId,
long groupId,
String name,
String[] servletContextNames,
Class<?> taskExecutorClass,
Map<String,Serializable> taskContextMap,
ServiceContext serviceContext)
|
EmailAddress |
EmailAddressLocalService.addEmailAddress(long userId,
String className,
long classPK,
String address,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
static EmailAddress |
EmailAddressLocalServiceUtil.addEmailAddress(long userId,
String className,
long classPK,
String address,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
EmailAddress |
EmailAddressLocalServiceWrapper.addEmailAddress(long userId,
String className,
long classPK,
String address,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
static EmailAddress |
EmailAddressServiceUtil.addEmailAddress(String className,
long classPK,
String address,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
EmailAddress |
EmailAddressServiceWrapper.addEmailAddress(String className,
long classPK,
String address,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
EmailAddress |
EmailAddressService.addEmailAddress(String className,
long classPK,
String address,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
static ExportImportConfiguration |
ExportImportConfigurationLocalServiceUtil.addExportImportConfiguration(long userId,
long groupId,
String name,
String description,
int type,
Map<String,Serializable> settingsMap,
int status,
ServiceContext serviceContext)
|
ExportImportConfiguration |
ExportImportConfigurationLocalServiceWrapper.addExportImportConfiguration(long userId,
long groupId,
String name,
String description,
int type,
Map<String,Serializable> settingsMap,
int status,
ServiceContext serviceContext)
|
ExportImportConfiguration |
ExportImportConfigurationLocalService.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)
|
ExportImportConfiguration |
ExportImportConfigurationLocalServiceWrapper.addExportImportConfiguration(long userId,
long groupId,
String name,
String description,
int type,
Map<String,Serializable> settingsMap,
ServiceContext serviceContext)
|
ExportImportConfiguration |
ExportImportConfigurationLocalService.addExportImportConfiguration(long userId,
long groupId,
String name,
String description,
int type,
Map<String,Serializable> settingsMap,
ServiceContext serviceContext)
|
Group |
GroupLocalService.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
long liveGroupId,
String name,
String description,
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,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean inheritContent,
boolean active,
ServiceContext serviceContext)
|
Group |
GroupLocalServiceWrapper.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
long liveGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean inheritContent,
boolean active,
ServiceContext serviceContext)
|
Group |
GroupLocalService.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
long liveGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Adds a group. |
static Group |
GroupLocalServiceUtil.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
long liveGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Adds a group. |
Group |
GroupLocalServiceWrapper.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
long liveGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Adds a group. |
Group |
GroupLocalService.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by GroupLocalService.addGroup(long, long, String,
long, long, String, String, int, boolean, int, String,
boolean, boolean, ServiceContext) |
static Group |
GroupLocalServiceUtil.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by GroupLocalServiceUtil.addGroup(long, long, String,
long, long, String, String, int, boolean, int, String,
boolean, boolean, ServiceContext) |
Group |
GroupLocalServiceWrapper.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by GroupLocalServiceWrapper.addGroup(long, long, String,
long, long, String, String, int, boolean, int, String,
boolean, boolean, ServiceContext) |
Group |
GroupService.addGroup(long parentGroupId,
long liveGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean inheritContent,
boolean active,
ServiceContext serviceContext)
|
static Group |
GroupServiceUtil.addGroup(long parentGroupId,
long liveGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean inheritContent,
boolean active,
ServiceContext serviceContext)
|
Group |
GroupServiceWrapper.addGroup(long parentGroupId,
long liveGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean inheritContent,
boolean active,
ServiceContext serviceContext)
|
Group |
GroupService.addGroup(long parentGroupId,
long liveGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Adds a group. |
static Group |
GroupServiceUtil.addGroup(long parentGroupId,
long liveGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Adds a group. |
Group |
GroupServiceWrapper.addGroup(long parentGroupId,
long liveGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Adds a group. |
Group |
GroupLocalService.addGroup(long userId,
String className,
long classPK,
long liveGroupId,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by GroupLocalService.addGroup(long, long, String,
long, long, String, String, int, boolean, int, String,
boolean, boolean, ServiceContext) |
static Group |
GroupLocalServiceUtil.addGroup(long userId,
String className,
long classPK,
long liveGroupId,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by GroupLocalServiceUtil.addGroup(long, long, String,
long, long, String, String, int, boolean, int, String,
boolean, boolean, ServiceContext) |
Group |
GroupLocalServiceWrapper.addGroup(long userId,
String className,
long classPK,
long liveGroupId,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by GroupLocalServiceWrapper.addGroup(long, long, String,
long, long, String, String, int, boolean, int, String,
boolean, boolean, ServiceContext) |
Group |
GroupLocalService.addGroup(long userId,
String className,
long classPK,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by GroupLocalService.addGroup(long, long, String,
long, long, String, String, int, boolean, int, String,
boolean, boolean, ServiceContext) |
static Group |
GroupLocalServiceUtil.addGroup(long userId,
String className,
long classPK,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by GroupLocalServiceUtil.addGroup(long, long, String,
long, long, String, String, int, boolean, int, String,
boolean, boolean, ServiceContext) |
Group |
GroupLocalServiceWrapper.addGroup(long userId,
String className,
long classPK,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by GroupLocalServiceWrapper.addGroup(long, long, String,
long, long, String, String, int, boolean, int, String,
boolean, boolean, ServiceContext) |
Group |
GroupService.addGroup(long parentGroupId,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by GroupService.addGroup(long, long, String,
String, int, boolean, int, String, boolean, boolean,
ServiceContext) |
static Group |
GroupServiceUtil.addGroup(long parentGroupId,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by GroupServiceUtil.addGroup(long, long, String,
String, int, boolean, int, String, boolean, boolean,
ServiceContext) |
Group |
GroupServiceWrapper.addGroup(long parentGroupId,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by GroupServiceWrapper.addGroup(long, long, String,
String, int, boolean, int, String, boolean, boolean,
ServiceContext) |
Group |
GroupService.addGroup(String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by GroupService.addGroup(long, String,
String, int, String, boolean, boolean, ServiceContext) |
static Group |
GroupServiceUtil.addGroup(String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by GroupServiceUtil.addGroup(long, String,
String, int, String, boolean, boolean, ServiceContext) |
Group |
GroupServiceWrapper.addGroup(String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by GroupServiceWrapper.addGroup(long, String,
String, int, String, boolean, boolean, ServiceContext) |
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. |
void |
UserService.addGroupUsers(long groupId,
long[] userIds,
ServiceContext serviceContext)
Adds the users to the group. |
Layout |
LayoutService.addLayout(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,
boolean hidden,
String friendlyURL,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by LayoutService.addLayout(long, boolean,
long, Map, Map, Map, Map, Map, String, String, boolean, Map,
ServiceContext) |
Layout |
LayoutServiceWrapper.addLayout(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,
boolean hidden,
String friendlyURL,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by LayoutServiceWrapper.addLayout(long, boolean,
long, Map, Map, Map, Map, Map, String, String, boolean, Map,
ServiceContext) |
static Layout |
LayoutServiceUtil.addLayout(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,
boolean hidden,
String friendlyURL,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by LayoutServiceUtil.addLayout(long, boolean,
long, Map, Map, Map, Map, Map, String, String, boolean, Map,
ServiceContext) |
Layout |
LayoutService.addLayout(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. |
Layout |
LayoutServiceWrapper.addLayout(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(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. |
Layout |
LayoutService.addLayout(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. |
Layout |
LayoutServiceWrapper.addLayout(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(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. |
Layout |
LayoutLocalService.addLayout(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,
boolean hidden,
String friendlyURL,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by LayoutLocalService.addLayout(long, long,
boolean, long, Map, Map, Map, Map, Map, String, String,
boolean, Map, ServiceContext) |
Layout |
LayoutLocalServiceWrapper.addLayout(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,
boolean hidden,
String friendlyURL,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by LayoutLocalServiceWrapper.addLayout(long, long,
boolean, long, Map, Map, Map, Map, Map, String, String,
boolean, Map, ServiceContext) |
static Layout |
LayoutLocalServiceUtil.addLayout(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,
boolean hidden,
String friendlyURL,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by LayoutLocalServiceUtil.addLayout(long, long,
boolean, long, Map, Map, Map, Map, Map, String, String,
boolean, Map, ServiceContext) |
Layout |
LayoutLocalService.addLayout(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. |
Layout |
LayoutLocalServiceWrapper.addLayout(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(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. |
Layout |
LayoutLocalService.addLayout(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. |
Layout |
LayoutLocalServiceWrapper.addLayout(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(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 LayoutBranch |
LayoutBranchLocalServiceUtil.addLayoutBranch(long layoutSetBranchId,
long plid,
String name,
String description,
boolean master,
ServiceContext serviceContext)
|
LayoutBranch |
LayoutBranchLocalServiceWrapper.addLayoutBranch(long layoutSetBranchId,
long plid,
String name,
String description,
boolean master,
ServiceContext serviceContext)
|
LayoutBranch |
LayoutBranchLocalService.addLayoutBranch(long layoutSetBranchId,
long plid,
String name,
String description,
boolean master,
ServiceContext serviceContext)
|
LayoutBranch |
LayoutBranchService.addLayoutBranch(long layoutRevisionId,
String name,
String description,
boolean master,
ServiceContext serviceContext)
|
static LayoutBranch |
LayoutBranchLocalServiceUtil.addLayoutBranch(long layoutRevisionId,
String name,
String description,
boolean master,
ServiceContext serviceContext)
|
LayoutBranch |
LayoutBranchServiceWrapper.addLayoutBranch(long layoutRevisionId,
String name,
String description,
boolean master,
ServiceContext serviceContext)
|
LayoutBranch |
LayoutBranchLocalServiceWrapper.addLayoutBranch(long layoutRevisionId,
String name,
String description,
boolean master,
ServiceContext serviceContext)
|
LayoutBranch |
LayoutBranchLocalService.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)
|
LayoutFriendlyURL |
LayoutFriendlyURLLocalService.addLayoutFriendlyURL(long userId,
long companyId,
long groupId,
long plid,
boolean privateLayout,
String friendlyURL,
String languageId,
ServiceContext serviceContext)
|
LayoutFriendlyURL |
LayoutFriendlyURLLocalServiceWrapper.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)
|
List<LayoutFriendlyURL> |
LayoutFriendlyURLLocalService.addLayoutFriendlyURLs(long userId,
long companyId,
long groupId,
long plid,
boolean privateLayout,
Map<Locale,String> friendlyURLMap,
ServiceContext serviceContext)
|
List<LayoutFriendlyURL> |
LayoutFriendlyURLLocalServiceWrapper.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)
|
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.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)
|
LayoutPrototype |
LayoutPrototypeLocalService.addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeLocalServiceWrapper.addLayoutPrototype(long,
long, Map, Map, boolean, ServiceContext) |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeLocalServiceUtil.addLayoutPrototype(long,
long, Map, Map, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeLocalService.addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeLocalService.addLayoutPrototype(long,
long, Map, Map, boolean, ServiceContext) |
LayoutPrototype |
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)
|
LayoutPrototype |
LayoutPrototypeServiceWrapper.addLayoutPrototype(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
LayoutPrototype |
LayoutPrototypeService.addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeService.addLayoutPrototype(Map, Map,
boolean, ServiceContext) |
static LayoutPrototype |
LayoutPrototypeServiceUtil.addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeServiceUtil.addLayoutPrototype(Map, Map,
boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeServiceWrapper.addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeServiceWrapper.addLayoutPrototype(Map, Map,
boolean, ServiceContext) |
LayoutRevision |
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 wapThemeId,
String wapColorSchemeId,
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 wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
LayoutRevision |
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 wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
LayoutRevision |
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 wapThemeId,
String wapColorSchemeId,
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 wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
LayoutRevision |
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 wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchServiceWrapper.addLayoutSetBranch(long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext)
|
LayoutSetBranch |
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)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.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)
|
LayoutSetBranch |
LayoutSetBranchLocalService.addLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalService.addLayoutSetPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.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,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalService.addLayoutSetPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeLocalService.addLayoutSetPrototype(long,
long, Map, Map, boolean, boolean, ServiceContext) |
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.addLayoutSetPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeLocalServiceWrapper.addLayoutSetPrototype(long,
long, Map, Map, boolean, boolean, ServiceContext) |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype(long,
long, Map, Map, boolean, boolean, ServiceContext) |
static LayoutSetPrototype |
LayoutSetPrototypeServiceUtil.addLayoutSetPrototype(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeService.addLayoutSetPrototype(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeServiceWrapper.addLayoutSetPrototype(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
static LayoutSetPrototype |
LayoutSetPrototypeServiceUtil.addLayoutSetPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeServiceUtil.addLayoutSetPrototype(Map,
Map, boolean, boolean, ServiceContext) |
LayoutSetPrototype |
LayoutSetPrototypeService.addLayoutSetPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeService.addLayoutSetPrototype(Map,
Map, boolean, boolean, ServiceContext) |
LayoutSetPrototype |
LayoutSetPrototypeServiceWrapper.addLayoutSetPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeServiceWrapper.addLayoutSetPrototype(Map,
Map, boolean, boolean, ServiceContext) |
MembershipRequest |
MembershipRequestLocalServiceWrapper.addMembershipRequest(long userId,
long groupId,
String comments,
ServiceContext serviceContext)
|
MembershipRequest |
MembershipRequestLocalService.addMembershipRequest(long userId,
long groupId,
String comments,
ServiceContext serviceContext)
|
static MembershipRequest |
MembershipRequestLocalServiceUtil.addMembershipRequest(long userId,
long groupId,
String comments,
ServiceContext serviceContext)
|
MembershipRequest |
MembershipRequestServiceWrapper.addMembershipRequest(long groupId,
String comments,
ServiceContext serviceContext)
|
MembershipRequest |
MembershipRequestService.addMembershipRequest(long groupId,
String comments,
ServiceContext serviceContext)
|
static MembershipRequest |
MembershipRequestServiceUtil.addMembershipRequest(long groupId,
String comments,
ServiceContext serviceContext)
|
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(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 |
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 Organization |
OrganizationLocalServiceUtil.addOrganization(long userId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by OrganizationLocalServiceUtil.addOrganization(long, long,
String, String, long, long, int, String, boolean,
ServiceContext) |
Organization |
OrganizationLocalServiceWrapper.addOrganization(long userId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by OrganizationLocalServiceWrapper.addOrganization(long, long,
String, String, long, long, int, String, boolean,
ServiceContext) |
Organization |
OrganizationLocalService.addOrganization(long userId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by OrganizationLocalService.addOrganization(long, long,
String, String, long, long, int, String, boolean,
ServiceContext) |
static Organization |
OrganizationLocalServiceUtil.addOrganization(long userId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Adds an organization. |
Organization |
OrganizationLocalServiceWrapper.addOrganization(long userId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Adds an organization. |
Organization |
OrganizationLocalService.addOrganization(long userId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Adds an organization. |
static Organization |
OrganizationServiceUtil.addOrganization(long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by OrganizationServiceUtil.addOrganization(long,
String, String, long, long, int, String, boolean,
java.util.List, java.util.List, java.util.List,
java.util.List, java.util.List, ServiceContext) |
Organization |
OrganizationService.addOrganization(long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by OrganizationService.addOrganization(long,
String, String, long, long, int, String, boolean,
java.util.List, java.util.List, java.util.List,
java.util.List, java.util.List, ServiceContext) |
Organization |
OrganizationServiceWrapper.addOrganization(long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by OrganizationServiceWrapper.addOrganization(long,
String, String, long, long, int, String, boolean,
java.util.List, java.util.List, java.util.List,
java.util.List, java.util.List, ServiceContext) |
static Organization |
OrganizationServiceUtil.addOrganization(long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by OrganizationServiceUtil.addOrganization(long,
String, String, long, long, int, String, boolean,
ServiceContext) |
Organization |
OrganizationService.addOrganization(long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by OrganizationService.addOrganization(long,
String, String, long, long, int, String, boolean,
ServiceContext) |
Organization |
OrganizationServiceWrapper.addOrganization(long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by OrganizationServiceWrapper.addOrganization(long,
String, String, long, long, int, String, boolean,
ServiceContext) |
static Organization |
OrganizationServiceUtil.addOrganization(long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
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. |
Organization |
OrganizationService.addOrganization(long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
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. |
Organization |
OrganizationServiceWrapper.addOrganization(long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
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(long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Adds an organization. |
Organization |
OrganizationService.addOrganization(long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Adds an organization. |
Organization |
OrganizationServiceWrapper.addOrganization(long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Adds an organization. |
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)
|
PasswordPolicy |
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)
|
PasswordPolicy |
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)
|
PasswordPolicy |
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)
|
PasswordPolicy |
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)
|
Phone |
PhoneLocalServiceWrapper.addPhone(long userId,
String className,
long classPK,
String number,
String extension,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
Phone |
PhoneLocalService.addPhone(long userId,
String className,
long classPK,
String number,
String extension,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
static Phone |
PhoneLocalServiceUtil.addPhone(long userId,
String className,
long classPK,
String number,
String extension,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
static Phone |
PhoneServiceUtil.addPhone(String className,
long classPK,
String number,
String extension,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
Phone |
PhoneService.addPhone(String className,
long classPK,
String number,
String extension,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
Phone |
PhoneServiceWrapper.addPhone(String className,
long classPK,
String number,
String extension,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
Repository |
RepositoryLocalService.addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
boolean hidden,
ServiceContext serviceContext)
|
static Repository |
RepositoryLocalServiceUtil.addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
boolean hidden,
ServiceContext serviceContext)
|
Repository |
RepositoryLocalServiceWrapper.addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
boolean hidden,
ServiceContext serviceContext)
|
Repository |
RepositoryLocalService.addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by RepositoryLocalService.addRepository(long, long,
long, long, String, String, String, UnicodeProperties,
boolean, ServiceContext) |
static Repository |
RepositoryLocalServiceUtil.addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by RepositoryLocalServiceUtil.addRepository(long, long,
long, long, String, String, String, UnicodeProperties,
boolean, ServiceContext) |
Repository |
RepositoryLocalServiceWrapper.addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by RepositoryLocalServiceWrapper.addRepository(long, long,
long, long, String, String, String, UnicodeProperties,
boolean, ServiceContext) |
Repository |
RepositoryServiceWrapper.addRepository(long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
Repository |
RepositoryService.addRepository(long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
static Repository |
RepositoryServiceUtil.addRepository(long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.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)
|
RepositoryEntry |
RepositoryEntryLocalService.addRepositoryEntry(long userId,
long groupId,
long repositoryId,
String mappedId,
ServiceContext serviceContext)
|
Role |
RoleLocalService.addRole(long userId,
String className,
long classPK,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String subtype,
ServiceContext serviceContext)
Adds a role with additional parameters. |
Role |
RoleLocalServiceWrapper.addRole(long userId,
String className,
long classPK,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String subtype,
ServiceContext serviceContext)
Adds a role with additional parameters. |
static Role |
RoleLocalServiceUtil.addRole(long userId,
String className,
long classPK,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String subtype,
ServiceContext serviceContext)
Adds a role with additional parameters. |
static Role |
RoleServiceUtil.addRole(String className,
long classPK,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String subtype,
ServiceContext serviceContext)
Adds a role. |
Role |
RoleService.addRole(String className,
long classPK,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String subtype,
ServiceContext serviceContext)
Adds a role. |
Role |
RoleServiceWrapper.addRole(String className,
long classPK,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String subtype,
ServiceContext serviceContext)
Adds a role. |
Ticket |
TicketLocalService.addTicket(long companyId,
String className,
long classPK,
int type,
String extraInfo,
Date expirationDate,
ServiceContext serviceContext)
|
static Ticket |
TicketLocalServiceUtil.addTicket(long companyId,
String className,
long classPK,
int type,
String extraInfo,
Date expirationDate,
ServiceContext serviceContext)
|
Ticket |
TicketLocalServiceWrapper.addTicket(long companyId,
String className,
long classPK,
int type,
String extraInfo,
Date expirationDate,
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,
int prefixId,
int suffixId,
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. |
User |
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,
int prefixId,
int suffixId,
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. |
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,
int prefixId,
int suffixId,
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,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
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. |
User |
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,
int prefixId,
int suffixId,
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. |
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,
int prefixId,
int suffixId,
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. |
User |
UserLocalService.addUser(long creatorUserId,
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,
int prefixId,
int suffixId,
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. |
User |
UserLocalServiceWrapper.addUser(long creatorUserId,
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,
int prefixId,
int suffixId,
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 |
UserLocalServiceUtil.addUser(long creatorUserId,
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,
int prefixId,
int suffixId,
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. |
UserGroup |
UserGroupLocalServiceWrapper.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. |
UserGroup |
UserGroupLocalService.addUserGroup(long userId,
long companyId,
String name,
String description,
ServiceContext serviceContext)
Adds a user group. |
UserGroup |
UserGroupServiceWrapper.addUserGroup(String name,
String description,
ServiceContext serviceContext)
Adds a user group. |
UserGroup |
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. |
UserNotificationEvent |
UserNotificationEventLocalService.addUserNotificationEvent(long userId,
String type,
long timestamp,
int deliveryType,
long deliverBy,
String payload,
boolean actionRequired,
boolean archived,
ServiceContext serviceContext)
|
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId,
String type,
long timestamp,
int deliveryType,
long deliverBy,
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 actionRequired,
boolean archived,
ServiceContext serviceContext)
|
UserNotificationEvent |
UserNotificationEventLocalService.addUserNotificationEvent(long userId,
String type,
long timestamp,
int deliveryType,
long deliverBy,
String payload,
boolean archived,
ServiceContext serviceContext)
|
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId,
String type,
long timestamp,
int deliveryType,
long deliverBy,
String payload,
boolean archived,
ServiceContext serviceContext)
|
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.addUserNotificationEvent(long userId,
String type,
long timestamp,
int deliveryType,
long deliverBy,
String payload,
boolean archived,
ServiceContext serviceContext)
|
UserNotificationEvent |
UserNotificationEventLocalService.addUserNotificationEvent(long userId,
String type,
long timestamp,
long deliverBy,
String payload,
boolean archived,
ServiceContext serviceContext)
Deprecated. As of 7.0.0 UserNotificationEventLocalService.addUserNotificationEvent(long, String,
long, int, long, String, boolean, ServiceContext) |
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId,
String type,
long timestamp,
long deliverBy,
String payload,
boolean archived,
ServiceContext serviceContext)
Deprecated. As of 7.0.0 UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long, String,
long, int, long, String, boolean, ServiceContext) |
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.addUserNotificationEvent(long userId,
String type,
long timestamp,
long deliverBy,
String payload,
boolean archived,
ServiceContext serviceContext)
Deprecated. As of 7.0.0 UserNotificationEventLocalServiceUtil.addUserNotificationEvent(long, String,
long, int, long, String, boolean, 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,
int prefixId,
int suffixId,
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. |
User |
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,
int prefixId,
int suffixId,
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. |
User |
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,
int prefixId,
int suffixId,
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,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
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. |
User |
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,
int prefixId,
int suffixId,
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. |
User |
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,
int prefixId,
int suffixId,
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. |
User |
UserLocalService.addUserWithWorkflow(long creatorUserId,
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,
int prefixId,
int suffixId,
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. |
User |
UserLocalServiceWrapper.addUserWithWorkflow(long creatorUserId,
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,
int prefixId,
int suffixId,
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 |
UserLocalServiceUtil.addUserWithWorkflow(long creatorUserId,
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,
int prefixId,
int suffixId,
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. |
Website |
WebsiteLocalService.addWebsite(long userId,
String className,
long classPK,
String url,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
static Website |
WebsiteLocalServiceUtil.addWebsite(long userId,
String className,
long classPK,
String url,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
Website |
WebsiteLocalServiceWrapper.addWebsite(long userId,
String className,
long classPK,
String url,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
Website |
WebsiteServiceWrapper.addWebsite(String className,
long classPK,
String url,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
static Website |
WebsiteServiceUtil.addWebsite(String className,
long classPK,
String url,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
Website |
WebsiteService.addWebsite(String className,
long classPK,
String url,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
BackgroundTask |
BackgroundTaskLocalService.amendBackgroundTask(long backgroundTaskId,
Map<String,Serializable> taskContextMap,
int status,
ServiceContext serviceContext)
|
BackgroundTask |
BackgroundTaskLocalServiceWrapper.amendBackgroundTask(long backgroundTaskId,
Map<String,Serializable> taskContextMap,
int status,
ServiceContext serviceContext)
|
static BackgroundTask |
BackgroundTaskLocalServiceUtil.amendBackgroundTask(long backgroundTaskId,
Map<String,Serializable> taskContextMap,
int status,
ServiceContext serviceContext)
|
BackgroundTask |
BackgroundTaskLocalService.amendBackgroundTask(long backgroundTaskId,
Map<String,Serializable> taskContextMap,
int status,
String statusMessage,
ServiceContext serviceContext)
|
BackgroundTask |
BackgroundTaskLocalServiceWrapper.amendBackgroundTask(long backgroundTaskId,
Map<String,Serializable> taskContextMap,
int status,
String statusMessage,
ServiceContext serviceContext)
|
static BackgroundTask |
BackgroundTaskLocalServiceUtil.amendBackgroundTask(long backgroundTaskId,
Map<String,Serializable> taskContextMap,
int status,
String statusMessage,
ServiceContext serviceContext)
|
void |
StagingLocalServiceWrapper.checkDefaultLayoutSetBranches(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
boolean remote,
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 |
UserLocalService.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. |
static void |
UserLocalServiceUtil.completeUserRegistration(User user,
ServiceContext serviceContext)
Completes the user's registration by generating a password and sending the confirmation email. |
void |
LayoutLocalService.deleteLayout(Layout layout,
boolean updateLayoutSet,
ServiceContext serviceContext)
Deletes the layout, its child layouts, and its associated resources. |
void |
LayoutLocalServiceWrapper.deleteLayout(Layout layout,
boolean updateLayoutSet,
ServiceContext serviceContext)
Deletes the layout, its child layouts, and its associated resources. |
static void |
LayoutLocalServiceUtil.deleteLayout(Layout layout,
boolean updateLayoutSet,
ServiceContext serviceContext)
Deletes the layout, its child layouts, and its associated resources. |
void |
LayoutLocalService.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 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 |
LayoutLocalServiceWrapper.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 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 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 |
LayoutLocalServiceUtil.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 |
LayoutLocalService.deleteLayout(long plid,
ServiceContext serviceContext)
Deletes the layout with the plid, 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 |
LayoutLocalServiceWrapper.deleteLayout(long plid,
ServiceContext serviceContext)
Deletes the layout with the plid, 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. |
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 |
LayoutLocalServiceUtil.deleteLayout(long plid,
ServiceContext serviceContext)
Deletes the layout with the plid, also deleting the layout's child layouts, and associated resources. |
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. |
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. |
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 |
LayoutSetLocalServiceWrapper.deleteLayoutSet(long groupId,
boolean privateLayout,
ServiceContext serviceContext)
|
static void |
LayoutSetLocalServiceUtil.deleteLayoutSet(long groupId,
boolean privateLayout,
ServiceContext serviceContext)
|
void |
LayoutSetLocalService.deleteLayoutSet(long groupId,
boolean privateLayout,
ServiceContext serviceContext)
|
void |
StagingLocalServiceWrapper.disableStaging(Group liveGroup,
ServiceContext serviceContext)
|
void |
StagingLocalService.disableStaging(Group liveGroup,
ServiceContext serviceContext)
|
static void |
StagingLocalServiceUtil.disableStaging(Group liveGroup,
ServiceContext serviceContext)
|
void |
StagingLocalServiceWrapper.disableStaging(PortletRequest portletRequest,
Group liveGroup,
ServiceContext serviceContext)
|
void |
StagingLocalService.disableStaging(PortletRequest portletRequest,
Group liveGroup,
ServiceContext serviceContext)
|
static void |
StagingLocalServiceUtil.disableStaging(PortletRequest portletRequest,
Group liveGroup,
ServiceContext serviceContext)
|
void |
StagingLocalServiceWrapper.enableLocalStaging(long userId,
Group liveGroup,
boolean branchingPublic,
boolean branchingPrivate,
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.enableRemoteStaging(long userId,
Group stagingGroup,
boolean branchingPublic,
boolean branchingPrivate,
String remoteAddress,
int remotePort,
String remotePathContext,
boolean secureConnection,
long remoteGroupId,
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)
|
static LayoutBranch |
LayoutBranchLocalServiceUtil.getMasterLayoutBranch(long layoutSetBranchId,
long plid,
ServiceContext serviceContext)
|
LayoutBranch |
LayoutBranchLocalServiceWrapper.getMasterLayoutBranch(long layoutSetBranchId,
long plid,
ServiceContext serviceContext)
|
LayoutBranch |
LayoutBranchLocalService.getMasterLayoutBranch(long layoutSetBranchId,
long plid,
ServiceContext serviceContext)
|
static PortletPreferences |
ServiceContextUtil.getPortletPreferences(ServiceContext serviceContext)
|
void |
ServiceContext.merge(ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchServiceWrapper.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchService.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchLocalService.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
static LayoutSetBranch |
LayoutSetBranchServiceUtil.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
static void |
ServiceContextThreadLocal.pushServiceContext(ServiceContext serviceContext)
|
void |
UserLocalService.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. |
static void |
UserLocalServiceUtil.sendEmailAddressVerification(User user,
String emailAddress,
ServiceContext serviceContext)
Sends an email address verification to the user. |
boolean |
UserLocalService.sendPassword(long companyId,
String emailAddress,
String fromName,
String fromAddress,
String subject,
String body,
ServiceContext serviceContext)
Sends the password email to the user with the email address. |
boolean |
UserLocalServiceWrapper.sendPassword(long companyId,
String emailAddress,
String fromName,
String fromAddress,
String subject,
String body,
ServiceContext serviceContext)
Sends the password email to the user with the email address. |
static boolean |
UserLocalServiceUtil.sendPassword(long companyId,
String emailAddress,
String fromName,
String fromAddress,
String subject,
String body,
ServiceContext serviceContext)
Sends the password email to the user with the email address. |
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. |
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. |
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 |
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. |
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. |
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 |
UserLocalService.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 |
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 |
UserLocalServiceUtil.unsetGroupUsers(long groupId,
long[] userIds,
ServiceContext serviceContext)
Removes the users from the group. |
User |
UserLocalService.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2,
ServiceContext serviceContext)
Updates the user's email address or sends verification email. |
static User |
UserServiceUtil.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2,
ServiceContext serviceContext)
Updates the user's email address. |
User |
UserServiceWrapper.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2,
ServiceContext serviceContext)
Updates the user's email address. |
User |
UserLocalServiceWrapper.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2,
ServiceContext serviceContext)
Updates the user's email address or sends verification email. |
User |
UserService.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2,
ServiceContext serviceContext)
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. |
static ExportImportConfiguration |
ExportImportConfigurationLocalServiceUtil.updateExportImportConfiguration(long userId,
long exportImportConfigurationId,
String name,
String description,
Map<String,Serializable> settingsMap,
ServiceContext serviceContext)
|
ExportImportConfiguration |
ExportImportConfigurationLocalServiceWrapper.updateExportImportConfiguration(long userId,
long exportImportConfigurationId,
String name,
String description,
Map<String,Serializable> settingsMap,
ServiceContext serviceContext)
|
ExportImportConfiguration |
ExportImportConfigurationLocalService.updateExportImportConfiguration(long userId,
long exportImportConfigurationId,
String name,
String description,
Map<String,Serializable> settingsMap,
ServiceContext serviceContext)
|
Group |
GroupService.updateGroup(long groupId,
long parentGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean inheritContent,
boolean active,
ServiceContext serviceContext)
Updates the group. |
Group |
GroupLocalService.updateGroup(long groupId,
long parentGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean inheritContent,
boolean active,
ServiceContext serviceContext)
Updates the group. |
static Group |
GroupServiceUtil.updateGroup(long groupId,
long parentGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean inheritContent,
boolean active,
ServiceContext serviceContext)
Updates the group. |
static Group |
GroupLocalServiceUtil.updateGroup(long groupId,
long parentGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean inheritContent,
boolean active,
ServiceContext serviceContext)
Updates the group. |
Group |
GroupLocalServiceWrapper.updateGroup(long groupId,
long parentGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean inheritContent,
boolean active,
ServiceContext serviceContext)
Updates the group. |
Group |
GroupServiceWrapper.updateGroup(long groupId,
long parentGroupId,
String name,
String description,
int type,
boolean manualMembership,
int membershipRestriction,
String friendlyURL,
boolean inheritContent,
boolean active,
ServiceContext serviceContext)
Updates the group. |
void |
UserLocalService.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. |
static void |
UserLocalServiceUtil.updateGroups(long userId,
long[] newGroupIds,
ServiceContext serviceContext)
Sets the groups the user is in, removing and adding groups as necessary. |
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,
int prefixId,
int suffixId,
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. |
User |
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,
int prefixId,
int suffixId,
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. |
User |
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,
int prefixId,
int suffixId,
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. |
User |
UserLocalService.updateIncompleteUser(long creatorUserId,
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,
int prefixId,
int suffixId,
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. |
User |
UserLocalServiceWrapper.updateIncompleteUser(long creatorUserId,
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,
int prefixId,
int suffixId,
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,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
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. |
Layout |
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 iconImage,
byte[] iconBytes,
ServiceContext serviceContext)
Updates the layout. |
Layout |
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 iconImage,
byte[] iconBytes,
ServiceContext serviceContext)
Updates the layout with additional parameters. |
Layout |
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 iconImage,
byte[] iconBytes,
ServiceContext serviceContext)
Updates the layout. |
Layout |
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 iconImage,
byte[] iconBytes,
ServiceContext serviceContext)
Updates the layout with additional parameters. |
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 iconImage,
byte[] iconBytes,
ServiceContext serviceContext)
Updates the layout with additional parameters. |
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 iconImage,
byte[] iconBytes,
ServiceContext serviceContext)
Updates the layout. |
Layout |
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,
String friendlyURL,
Boolean iconImage,
byte[] iconBytes,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by #updateLayout(long, boolean,
long, long, Map, Map, Map, Map, Map, String, boolean, Map,
Boolean, byte[], ServiceContext) |
Layout |
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,
String friendlyURL,
Boolean iconImage,
byte[] iconBytes,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by #updateLayout(long, boolean,
long, long, Map, Map, Map, Map, Map, String, boolean, Map,
Boolean, byte[], ServiceContext) |
Layout |
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,
String friendlyURL,
Boolean iconImage,
byte[] iconBytes,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by #updateLayout(long, boolean,
long, long, Map, Map, Map, Map, Map, String, boolean, Map,
Boolean, byte[], ServiceContext) |
Layout |
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,
String friendlyURL,
Boolean iconImage,
byte[] iconBytes,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by #updateLayout(long, boolean,
long, long, Map, Map, Map, Map, Map, String, boolean, Map,
Boolean, byte[], ServiceContext) |
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,
String friendlyURL,
Boolean iconImage,
byte[] iconBytes,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by #updateLayout(long, boolean,
long, long, Map, Map, Map, Map, Map, String, boolean, Map,
Boolean, byte[], ServiceContext) |
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,
String friendlyURL,
Boolean iconImage,
byte[] iconBytes,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by #updateLayout(long, boolean,
long, long, Map, Map, Map, Map, Map, String, boolean, Map,
Boolean, byte[], ServiceContext) |
LayoutBranch |
LayoutBranchService.updateLayoutBranch(long layoutBranchId,
String name,
String description,
ServiceContext serviceContext)
|
static LayoutBranch |
LayoutBranchLocalServiceUtil.updateLayoutBranch(long layoutBranchId,
String name,
String description,
ServiceContext serviceContext)
|
LayoutBranch |
LayoutBranchServiceWrapper.updateLayoutBranch(long layoutBranchId,
String name,
String description,
ServiceContext serviceContext)
|
LayoutBranch |
LayoutBranchLocalServiceWrapper.updateLayoutBranch(long layoutBranchId,
String name,
String description,
ServiceContext serviceContext)
|
LayoutBranch |
LayoutBranchLocalService.updateLayoutBranch(long layoutBranchId,
String name,
String description,
ServiceContext serviceContext)
|
static LayoutBranch |
LayoutBranchServiceUtil.updateLayoutBranch(long layoutBranchId,
String name,
String description,
ServiceContext serviceContext)
|
LayoutFriendlyURL |
LayoutFriendlyURLLocalService.updateLayoutFriendlyURL(long userId,
long companyId,
long groupId,
long plid,
boolean privateLayout,
String friendlyURL,
String languageId,
ServiceContext serviceContext)
|
LayoutFriendlyURL |
LayoutFriendlyURLLocalServiceWrapper.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)
|
List<LayoutFriendlyURL> |
LayoutFriendlyURLLocalService.updateLayoutFriendlyURLs(long userId,
long companyId,
long groupId,
long plid,
boolean privateLayout,
Map<Locale,String> friendlyURLMap,
ServiceContext serviceContext)
|
List<LayoutFriendlyURL> |
LayoutFriendlyURLLocalServiceWrapper.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)
|
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
LayoutPrototype |
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)
|
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
LayoutPrototype |
LayoutPrototypeServiceWrapper.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
LayoutPrototype |
LayoutPrototypeLocalService.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(long,
Map, Map, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeService.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeService.updateLayoutPrototype(long,
Map, Map, boolean, ServiceContext) |
static LayoutPrototype |
LayoutPrototypeServiceUtil.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeServiceUtil.updateLayoutPrototype(long,
Map, Map, boolean, ServiceContext) |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeLocalServiceUtil.updateLayoutPrototype(long,
Map, Map, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeServiceWrapper.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeServiceWrapper.updateLayoutPrototype(long,
Map, Map, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeLocalService.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeLocalService.updateLayoutPrototype(long,
Map, Map, boolean, 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 wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
LayoutRevision |
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 wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
LayoutRevision |
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 wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchServiceWrapper.updateLayoutSetBranch(long groupId,
long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext)
|
LayoutSetBranch |
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)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.updateLayoutSetBranch(long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext)
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.updateLayoutSetBranch(long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchLocalService.updateLayoutSetBranch(long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalService.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
static LayoutSetPrototype |
LayoutSetPrototypeServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeService.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalService.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeLocalService.updateLayoutSetPrototype(long, Map, Map, boolean, boolean,
ServiceContext) |
static LayoutSetPrototype |
LayoutSetPrototypeServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeServiceUtil.updateLayoutSetPrototype(long, Map, Map, boolean, boolean,
ServiceContext) |
LayoutSetPrototype |
LayoutSetPrototypeService.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeService.updateLayoutSetPrototype(long, Map, Map, boolean, boolean,
ServiceContext) |
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(long, Map, Map, boolean, boolean,
ServiceContext) |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(long, Map, Map, boolean, boolean,
ServiceContext) |
LayoutSetPrototype |
LayoutSetPrototypeServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeServiceWrapper.updateLayoutSetPrototype(long, Map, Map, boolean, boolean,
ServiceContext) |
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. |
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 Organization |
OrganizationLocalServiceUtil.updateOrganization(long companyId,
long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by OrganizationLocalServiceUtil.updateOrganization(long,
long, long, String, String, long, long, int, String, boolean,
byte[], boolean, ServiceContext) |
Organization |
OrganizationLocalServiceWrapper.updateOrganization(long companyId,
long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by OrganizationLocalServiceWrapper.updateOrganization(long,
long, long, String, String, long, long, int, String, boolean,
byte[], boolean, ServiceContext) |
Organization |
OrganizationLocalService.updateOrganization(long companyId,
long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by OrganizationLocalService.updateOrganization(long,
long, long, String, String, long, long, int, String, boolean,
byte[], boolean, ServiceContext) |
static Organization |
OrganizationLocalServiceUtil.updateOrganization(long companyId,
long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
String comments,
boolean logo,
byte[] logoBytes,
boolean site,
ServiceContext serviceContext)
Updates the organization. |
Organization |
OrganizationLocalServiceWrapper.updateOrganization(long companyId,
long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
String comments,
boolean logo,
byte[] logoBytes,
boolean site,
ServiceContext serviceContext)
Updates the organization. |
Organization |
OrganizationLocalService.updateOrganization(long companyId,
long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
String comments,
boolean logo,
byte[] logoBytes,
boolean site,
ServiceContext serviceContext)
Updates the organization. |
static Organization |
OrganizationLocalServiceUtil.updateOrganization(long companyId,
long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateOrganization(long,
long, long, String, String, long, long, int, String, boolean,
boolean, byte[], ServiceContext) |
Organization |
OrganizationLocalServiceWrapper.updateOrganization(long companyId,
long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateOrganization(long,
long, long, String, String, long, long, int, String, boolean,
boolean, byte[], ServiceContext) |
Organization |
OrganizationLocalService.updateOrganization(long companyId,
long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateOrganization(long,
long, long, String, String, long, long, int, String, boolean,
boolean, byte[], ServiceContext) |
static Organization |
OrganizationServiceUtil.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by #updateOrganization(long,
long, String, String, long, long, int, String, boolean,
java.util.List, java.util.List, java.util.List,
java.util.List, java.util.List, boolean, byte[],
ServiceContext) |
Organization |
OrganizationService.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by #updateOrganization(long,
long, String, String, long, long, int, String, boolean,
java.util.List, java.util.List, java.util.List,
java.util.List, java.util.List, boolean, byte[],
ServiceContext) |
Organization |
OrganizationServiceWrapper.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by #updateOrganization(long,
long, String, String, long, long, int, String, boolean,
java.util.List, java.util.List, java.util.List,
java.util.List, java.util.List, boolean, byte[],
ServiceContext) |
static Organization |
OrganizationServiceUtil.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by OrganizationServiceUtil.updateOrganization(long,
long, String, String, long, long, int, String, boolean,
ServiceContext) |
Organization |
OrganizationService.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by OrganizationService.updateOrganization(long,
long, String, String, long, long, int, String, boolean,
ServiceContext) |
Organization |
OrganizationServiceWrapper.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by OrganizationServiceWrapper.updateOrganization(long,
long, String, String, long, long, int, String, boolean,
ServiceContext) |
static Organization |
OrganizationServiceUtil.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
String comments,
boolean logo,
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. |
Organization |
OrganizationService.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
String comments,
boolean logo,
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. |
Organization |
OrganizationServiceWrapper.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
String comments,
boolean logo,
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(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateOrganization(long,
long, String, String, long, long, int, String, boolean,
java.util.List, java.util.List, java.util.List,
java.util.List, java.util.List, boolean, byte[],
ServiceContext) |
Organization |
OrganizationService.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateOrganization(long,
long, String, String, long, long, int, String, boolean,
java.util.List, java.util.List, java.util.List,
java.util.List, java.util.List, boolean, byte[],
ServiceContext) |
Organization |
OrganizationServiceWrapper.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateOrganization(long,
long, String, String, long, long, int, String, boolean,
java.util.List, java.util.List, java.util.List,
java.util.List, java.util.List, boolean, byte[],
ServiceContext) |
static Organization |
OrganizationServiceUtil.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Updates the organization. |
Organization |
OrganizationService.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Updates the organization. |
Organization |
OrganizationServiceWrapper.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
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 |
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. |
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 |
UserLocalServiceUtil.updateOrganizations(long userId,
long[] newOrganizationIds,
ServiceContext serviceContext)
Sets the organizations that the user is in, removing and adding organizations as necessary. |
PasswordPolicy |
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)
|
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)
|
PasswordPolicy |
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)
|
PasswordPolicy |
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)
|
PasswordPolicy |
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)
|
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. |
Role |
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. |
Role |
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. |
Role |
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. |
Role |
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. |
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. |
User |
UserLocalService.updateStatus(long userId,
int status,
ServiceContext serviceContext)
Updates the user's workflow status. |
static User |
UserServiceUtil.updateStatus(long userId,
int status,
ServiceContext serviceContext)
Updates the user's workflow status. |
User |
UserServiceWrapper.updateStatus(long userId,
int status,
ServiceContext serviceContext)
Updates the user's workflow status. |
User |
UserLocalServiceWrapper.updateStatus(long userId,
int status,
ServiceContext serviceContext)
Updates the user's workflow status. |
User |
UserService.updateStatus(long userId,
int status,
ServiceContext serviceContext)
Updates the user's workflow status. |
static User |
UserLocalServiceUtil.updateStatus(long userId,
int status,
ServiceContext serviceContext)
Updates the user's workflow status. |
static LayoutRevision |
LayoutRevisionLocalServiceUtil.updateStatus(long userId,
long layoutRevisionId,
int status,
ServiceContext serviceContext)
|
LayoutRevision |
LayoutRevisionLocalServiceWrapper.updateStatus(long userId,
long layoutRevisionId,
int status,
ServiceContext serviceContext)
|
LayoutRevision |
LayoutRevisionLocalService.updateStatus(long userId,
long layoutRevisionId,
int status,
ServiceContext serviceContext)
|
void |
MembershipRequestLocalServiceWrapper.updateStatus(long replierUserId,
long membershipRequestId,
String replyComments,
int statusId,
boolean addUserToGroup,
ServiceContext serviceContext)
|
void |
MembershipRequestLocalService.updateStatus(long replierUserId,
long membershipRequestId,
String replyComments,
int statusId,
boolean addUserToGroup,
ServiceContext serviceContext)
|
static void |
MembershipRequestLocalServiceUtil.updateStatus(long replierUserId,
long membershipRequestId,
String replyComments,
int statusId,
boolean addUserToGroup,
ServiceContext serviceContext)
|
void |
MembershipRequestServiceWrapper.updateStatus(long membershipRequestId,
String reviewComments,
int statusId,
ServiceContext serviceContext)
|
void |
MembershipRequestService.updateStatus(long membershipRequestId,
String reviewComments,
int statusId,
ServiceContext serviceContext)
|
static void |
MembershipRequestServiceUtil.updateStatus(long membershipRequestId,
String reviewComments,
int statusId,
ServiceContext 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,
boolean portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
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. |
User |
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 portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
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. |
User |
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 portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
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. |
User |
UserLocalService.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
boolean portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
ServiceContext serviceContext)
Updates the user. |
User |
UserLocalServiceWrapper.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
boolean portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
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,
long facebookId,
String openId,
boolean portrait,
byte[] portraitBytes,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
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,
long facebookId,
String openId,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
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 7.0.0, replaced by #updateUser(long, String,
String, String, boolean, String, String, String, String,
long, String, String, String, String, String, String, String,
String, int, int, boolean, int, int, int, String, String,
String, String, String, String, String, String, String,
String, String, long[], long[], long[], java.util.List,
long[], java.util.List, java.util.List, java.util.List,
java.util.List, java.util.List, boolean, byte[],
com.liferay.portal.service.ServiceContext) |
User |
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,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
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 7.0.0, replaced by #updateUser(long, String,
String, String, boolean, String, String, String, String,
long, String, String, String, String, String, String, String,
String, int, int, boolean, int, int, int, String, String,
String, String, String, String, String, String, String,
String, String, long[], long[], long[], java.util.List,
long[], java.util.List, java.util.List, java.util.List,
java.util.List, java.util.List, boolean, byte[],
com.liferay.portal.service.ServiceContext) |
User |
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,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
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 7.0.0, replaced by #updateUser(long, String,
String, String, boolean, String, String, String, String,
long, String, String, String, String, String, String, String,
String, int, int, boolean, int, int, int, String, String,
String, String, String, String, String, String, String,
String, String, long[], long[], long[], java.util.List,
long[], java.util.List, java.util.List, java.util.List,
java.util.List, java.util.List, boolean, byte[],
com.liferay.portal.service.ServiceContext) |
User |
UserLocalService.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,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateUser(long, String,
String, String, boolean, String, String, String, String,
long, String, String, String, String, String, String, String,
String, int, int, boolean, int, int, int, String, String,
String, String, String, String, String, String, String,
String, String, long[], long[], long[], java.util.List,
long[], boolean, byte[], 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,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
ServiceContext serviceContext)
Updates the user. |
User |
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,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
ServiceContext serviceContext)
Updates the user. |
User |
UserLocalServiceWrapper.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,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateUser(long, String,
String, String, boolean, String, String, String, String,
long, String, String, String, String, String, String, String,
String, int, int, boolean, int, int, int, String, String,
String, String, String, String, String, String, String,
String, String, long[], long[], long[], java.util.List,
long[], boolean, byte[], ServiceContext) |
User |
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,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
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,
long facebookId,
String openId,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateUser(long, String,
String, String, boolean, String, String, String, String,
long, String, String, String, String, String, String, String,
String, int, int, boolean, int, int, int, String, String,
String, String, String, String, String, String, String,
String, String, long[], long[], long[], java.util.List,
long[], boolean, byte[], ServiceContext) |
UserGroup |
UserGroupLocalServiceWrapper.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. |
UserGroup |
UserGroupLocalService.updateUserGroup(long companyId,
long userGroupId,
String name,
String description,
ServiceContext serviceContext)
Updates the user group. |
UserGroup |
UserGroupServiceWrapper.updateUserGroup(long userGroupId,
String name,
String description,
ServiceContext serviceContext)
Updates the user group. |
UserGroup |
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. |
| Uses of ServiceContext in com.liferay.portal.service.permission |
|---|
| Fields in com.liferay.portal.service.permission declared as ServiceContext | |
|---|---|
protected ServiceContext |
BasePermissionTestCase.serviceContext
|
| Uses of ServiceContext in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence with parameters of type ServiceContext | |
|---|---|
static Account |
AccountUtil.update(Account account,
ServiceContext serviceContext)
|
static Address |
AddressUtil.update(Address address,
ServiceContext serviceContext)
|
static BackgroundTask |
BackgroundTaskUtil.update(BackgroundTask backgroundTask,
ServiceContext serviceContext)
|
static BrowserTracker |
BrowserTrackerUtil.update(BrowserTracker browserTracker,
ServiceContext serviceContext)
|
static ClassName |
ClassNameUtil.update(ClassName className,
ServiceContext serviceContext)
|
static ClusterGroup |
ClusterGroupUtil.update(ClusterGroup clusterGroup,
ServiceContext serviceContext)
|
static Company |
CompanyUtil.update(Company company,
ServiceContext serviceContext)
|
static Contact |
ContactUtil.update(Contact contact,
ServiceContext serviceContext)
|
static Country |
CountryUtil.update(Country country,
ServiceContext serviceContext)
|
static EmailAddress |
EmailAddressUtil.update(EmailAddress emailAddress,
ServiceContext serviceContext)
|
static ExportImportConfiguration |
ExportImportConfigurationUtil.update(ExportImportConfiguration exportImportConfiguration,
ServiceContext serviceContext)
|
static Group |
GroupUtil.update(Group group,
ServiceContext serviceContext)
|
static Image |
ImageUtil.update(Image image,
ServiceContext serviceContext)
|
static LayoutBranch |
LayoutBranchUtil.update(LayoutBranch layoutBranch,
ServiceContext serviceContext)
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.update(LayoutFriendlyURL layoutFriendlyURL,
ServiceContext serviceContext)
|
static LayoutPrototype |
LayoutPrototypeUtil.update(LayoutPrototype layoutPrototype,
ServiceContext serviceContext)
|
static LayoutRevision |
LayoutRevisionUtil.update(LayoutRevision layoutRevision,
ServiceContext serviceContext)
|
static Layout |
LayoutUtil.update(Layout layout,
ServiceContext serviceContext)
|
static LayoutSetBranch |
LayoutSetBranchUtil.update(LayoutSetBranch layoutSetBranch,
ServiceContext serviceContext)
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.update(LayoutSetPrototype layoutSetPrototype,
ServiceContext serviceContext)
|
static LayoutSet |
LayoutSetUtil.update(LayoutSet layoutSet,
ServiceContext serviceContext)
|
static ListType |
ListTypeUtil.update(ListType listType,
ServiceContext serviceContext)
|
static Lock |
LockUtil.update(Lock lock,
ServiceContext serviceContext)
|
static MembershipRequest |
MembershipRequestUtil.update(MembershipRequest membershipRequest,
ServiceContext serviceContext)
|
static Organization |
OrganizationUtil.update(Organization organization,
ServiceContext serviceContext)
|
static OrgGroupRole |
OrgGroupRoleUtil.update(OrgGroupRole orgGroupRole,
ServiceContext serviceContext)
|
static OrgLabor |
OrgLaborUtil.update(OrgLabor orgLabor,
ServiceContext serviceContext)
|
static PasswordPolicyRel |
PasswordPolicyRelUtil.update(PasswordPolicyRel passwordPolicyRel,
ServiceContext serviceContext)
|
static PasswordPolicy |
PasswordPolicyUtil.update(PasswordPolicy passwordPolicy,
ServiceContext serviceContext)
|
static PasswordTracker |
PasswordTrackerUtil.update(PasswordTracker passwordTracker,
ServiceContext serviceContext)
|
static Phone |
PhoneUtil.update(Phone phone,
ServiceContext serviceContext)
|
static PluginSetting |
PluginSettingUtil.update(PluginSetting pluginSetting,
ServiceContext serviceContext)
|
static PortalPreferences |
PortalPreferencesUtil.update(PortalPreferences portalPreferences,
ServiceContext serviceContext)
|
static PortletItem |
PortletItemUtil.update(PortletItem portletItem,
ServiceContext serviceContext)
|
static PortletPreferences |
PortletPreferencesUtil.update(PortletPreferences portletPreferences,
ServiceContext serviceContext)
|
static Portlet |
PortletUtil.update(Portlet portlet,
ServiceContext serviceContext)
|
static Region |
RegionUtil.update(Region region,
ServiceContext serviceContext)
|
static Release |
ReleaseUtil.update(Release release,
ServiceContext serviceContext)
|
static RepositoryEntry |
RepositoryEntryUtil.update(RepositoryEntry repositoryEntry,
ServiceContext serviceContext)
|
static Repository |
RepositoryUtil.update(Repository repository,
ServiceContext serviceContext)
|
static ResourceAction |
ResourceActionUtil.update(ResourceAction resourceAction,
ServiceContext serviceContext)
|
static ResourceBlockPermission |
ResourceBlockPermissionUtil.update(ResourceBlockPermission resourceBlockPermission,
ServiceContext serviceContext)
|
static ResourceBlock |
ResourceBlockUtil.update(ResourceBlock resourceBlock,
ServiceContext serviceContext)
|
static ResourcePermission |
ResourcePermissionUtil.update(ResourcePermission resourcePermission,
ServiceContext serviceContext)
|
static ResourceTypePermission |
ResourceTypePermissionUtil.update(ResourceTypePermission resourceTypePermission,
ServiceContext serviceContext)
|
static Role |
RoleUtil.update(Role role,
ServiceContext serviceContext)
|
static ServiceComponent |
ServiceComponentUtil.update(ServiceComponent serviceComponent,
ServiceContext serviceContext)
|
static Shard |
ShardUtil.update(Shard shard,
ServiceContext serviceContext)
|
static Subscription |
SubscriptionUtil.update(Subscription subscription,
ServiceContext serviceContext)
|
static SystemEvent |
SystemEventUtil.update(SystemEvent systemEvent,
ServiceContext serviceContext)
|
T |
BasePersistence.update(T model,
boolean merge,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by BasePersistence.update(BaseModel,
ServiceContext)} |
static Team |
TeamUtil.update(Team team,
ServiceContext serviceContext)
|
static Ticket |
TicketUtil.update(Ticket ticket,
ServiceContext serviceContext)
|
T |
BasePersistence.update(T model,
ServiceContext serviceContext)
Updates the model instance in the database or adds it if it does not yet exist, within a different service context. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.update(UserGroupGroupRole userGroupGroupRole,
ServiceContext serviceContext)
|
static UserGroupRole |
UserGroupRoleUtil.update(UserGroupRole userGroupRole,
ServiceContext serviceContext)
|
static UserGroup |
UserGroupUtil.update(UserGroup userGroup,
ServiceContext serviceContext)
|
static UserIdMapper |
UserIdMapperUtil.update(UserIdMapper userIdMapper,
ServiceContext serviceContext)
|
static UserNotificationDelivery |
UserNotificationDeliveryUtil.update(UserNotificationDelivery userNotificationDelivery,
ServiceContext serviceContext)
|
static UserNotificationEvent |
UserNotificationEventUtil.update(UserNotificationEvent userNotificationEvent,
ServiceContext serviceContext)
|
static User |
UserUtil.update(User user,
ServiceContext serviceContext)
|
static UserTrackerPath |
UserTrackerPathUtil.update(UserTrackerPath userTrackerPath,
ServiceContext serviceContext)
|
static UserTracker |
UserTrackerUtil.update(UserTracker userTracker,
ServiceContext serviceContext)
|
static VirtualHost |
VirtualHostUtil.update(VirtualHost virtualHost,
ServiceContext serviceContext)
|
static WebDAVProps |
WebDAVPropsUtil.update(WebDAVProps webDAVProps,
ServiceContext serviceContext)
|
static Website |
WebsiteUtil.update(Website website,
ServiceContext serviceContext)
|
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.update(WorkflowDefinitionLink workflowDefinitionLink,
ServiceContext serviceContext)
|
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.update(WorkflowInstanceLink workflowInstanceLink,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl with parameters of type ServiceContext | |
|---|---|
T |
BasePersistenceImpl.update(T model,
boolean merge,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by BasePersistenceImpl.update(BaseModel,
ServiceContext)} |
T |
BasePersistenceImpl.update(T model,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portal.util |
|---|
| Fields in com.liferay.portal.util declared as ServiceContext | |
|---|---|
protected ServiceContext |
SubscriptionSender.serviceContext
|
| Methods in com.liferay.portal.util with parameters of type ServiceContext | |
|---|---|
void |
SubscriptionSender.setServiceContext(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portal.util.test |
|---|
| Methods in com.liferay.portal.util.test that return ServiceContext | |
|---|---|
static ServiceContext |
ServiceContextTestUtil.getServiceContext()
|
static ServiceContext |
ServiceContextTestUtil.getServiceContext(Group group,
long userId)
|
static ServiceContext |
ServiceContextTestUtil.getServiceContext(long groupId)
|
static ServiceContext |
ServiceContextTestUtil.getServiceContext(long groupId,
long userId)
|
static ServiceContext |
ServiceContextTestUtil.getServiceContext(long companyId,
long groupId,
long userId)
|
| Methods in com.liferay.portal.util.test with parameters of type ServiceContext | |
|---|---|
static Group |
GroupTestUtil.addGroup(long parentGroupId,
ServiceContext serviceContext)
|
static PasswordPolicy |
OrganizationTestUtil.addPasswordPolicyRel(Organization organization,
ServiceContext serviceContext)
|
static User |
UserTestUtil.addUser(long companyId,
long userId,
String screenName,
boolean autoScreenName,
Locale locale,
String firstName,
String lastName,
long[] groupIds,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.announcements.model |
|---|
| Methods in com.liferay.portlet.announcements.model with parameters of type ServiceContext | |
|---|---|
void |
AnnouncementsEntryWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AnnouncementsFlagModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AnnouncementsDeliveryWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AnnouncementsFlagWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AnnouncementsEntryModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AnnouncementsDeliveryModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.announcements.service.persistence |
|---|
| Methods in com.liferay.portlet.announcements.service.persistence with parameters of type ServiceContext | |
|---|---|
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.update(AnnouncementsDelivery announcementsDelivery,
ServiceContext serviceContext)
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.update(AnnouncementsEntry announcementsEntry,
ServiceContext serviceContext)
|
static AnnouncementsFlag |
AnnouncementsFlagUtil.update(AnnouncementsFlag announcementsFlag,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.asset.model |
|---|
| Methods in com.liferay.portlet.asset.model with parameters of type ServiceContext | |
|---|---|
void |
AssetCategoryWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AssetTagWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AssetTagStatsModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AssetCategoryPropertyWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AssetTagPropertyWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AssetEntryWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AssetCategoryPropertyModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AssetEntryModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AssetTagModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AssetVocabularyWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AssetLinkWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AssetVocabularyModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AssetLinkModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AssetTagPropertyModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AssetCategoryModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
AssetTagStatsWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.asset.service |
|---|
| Methods in com.liferay.portlet.asset.service with parameters of type ServiceContext | |
|---|---|
AssetCategory |
AssetCategoryLocalServiceWrapper.addCategory(long userId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryLocalServiceUtil.addCategory(long userId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryLocalService.addCategory(long userId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryServiceUtil.addCategory(long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryService.addCategory(long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryServiceWrapper.addCategory(long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryLocalServiceWrapper.addCategory(long userId,
String title,
long vocabularyId,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryLocalServiceUtil.addCategory(long userId,
String title,
long vocabularyId,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryLocalService.addCategory(long userId,
String title,
long vocabularyId,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryServiceUtil.addCategory(String title,
long vocabularyId,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryService.addCategory(String title,
long vocabularyId,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryServiceWrapper.addCategory(String title,
long vocabularyId,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagLocalServiceUtil.addTag(long userId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagLocalService.addTag(long userId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagLocalServiceWrapper.addTag(long userId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagService.addTag(String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagServiceWrapper.addTag(String name,
String[] tagProperties,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagServiceUtil.addTag(String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetVocabulary |
AssetVocabularyLocalService.addVocabulary(long userId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. As of 6.1.0 |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.addVocabulary(long userId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. As of 6.1.0 |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.addVocabulary(long userId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. As of 6.1.0 |
AssetVocabulary |
AssetVocabularyLocalService.addVocabulary(long userId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.addVocabulary(long userId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.addVocabulary(long userId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
AssetVocabulary |
AssetVocabularyLocalService.addVocabulary(long userId,
String title,
ServiceContext serviceContext)
|
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.addVocabulary(long userId,
String title,
ServiceContext serviceContext)
|
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.addVocabulary(long userId,
String title,
ServiceContext serviceContext)
|
AssetVocabulary |
AssetVocabularyServiceWrapper.addVocabulary(Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. As of 6.1.0 AssetVocabularyServiceWrapper.addVocabulary(String, Map, Map, String,
ServiceContext) |
AssetVocabulary |
AssetVocabularyService.addVocabulary(Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. As of 6.1.0 AssetVocabularyService.addVocabulary(String, Map, Map, String,
ServiceContext) |
static AssetVocabulary |
AssetVocabularyServiceUtil.addVocabulary(Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. As of 6.1.0 AssetVocabularyServiceUtil.addVocabulary(String, Map, Map, String,
ServiceContext) |
AssetVocabulary |
AssetVocabularyServiceWrapper.addVocabulary(String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
AssetVocabulary |
AssetVocabularyService.addVocabulary(String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
static AssetVocabulary |
AssetVocabularyServiceUtil.addVocabulary(String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
AssetVocabulary |
AssetVocabularyServiceWrapper.addVocabulary(String title,
ServiceContext serviceContext)
|
AssetVocabulary |
AssetVocabularyService.addVocabulary(String title,
ServiceContext serviceContext)
|
static AssetVocabulary |
AssetVocabularyServiceUtil.addVocabulary(String title,
ServiceContext serviceContext)
|
static List<AssetCategory> |
AssetCategoryServiceUtil.deleteCategories(long[] categoryIds,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, Replaced by AssetCategoryServiceUtil.deleteCategories(long[]) |
List<AssetCategory> |
AssetCategoryService.deleteCategories(long[] categoryIds,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, Replaced by AssetCategoryService.deleteCategories(long[]) |
List<AssetCategory> |
AssetCategoryServiceWrapper.deleteCategories(long[] categoryIds,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, Replaced by AssetCategoryServiceWrapper.deleteCategories(long[]) |
List<AssetVocabulary> |
AssetVocabularyServiceWrapper.deleteVocabularies(long[] vocabularyIds,
ServiceContext serviceContext)
|
List<AssetVocabulary> |
AssetVocabularyService.deleteVocabularies(long[] vocabularyIds,
ServiceContext serviceContext)
|
static List<AssetVocabulary> |
AssetVocabularyServiceUtil.deleteVocabularies(long[] vocabularyIds,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryLocalServiceWrapper.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryLocalServiceUtil.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryServiceUtil.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryService.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryServiceWrapper.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryLocalService.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryLocalServiceWrapper.updateCategory(long userId,
long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryLocalServiceUtil.updateCategory(long userId,
long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryLocalService.updateCategory(long userId,
long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryServiceUtil.updateCategory(long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryService.updateCategory(long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryServiceWrapper.updateCategory(long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagLocalServiceUtil.updateTag(long userId,
long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagLocalService.updateTag(long userId,
long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagLocalServiceWrapper.updateTag(long userId,
long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagService.updateTag(long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagServiceWrapper.updateTag(long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagServiceUtil.updateTag(long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetVocabulary |
AssetVocabularyLocalService.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. As of 6.1.0 |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. As of 6.1.0 |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. As of 6.1.0 |
AssetVocabulary |
AssetVocabularyServiceWrapper.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. As of 6.1.0, AssetVocabularyServiceWrapper.updateVocabulary(long, String, Map, Map,
String, ServiceContext) |
AssetVocabulary |
AssetVocabularyService.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. As of 6.1.0, AssetVocabularyService.updateVocabulary(long, String, Map, Map,
String, ServiceContext) |
static AssetVocabulary |
AssetVocabularyServiceUtil.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. As of 6.1.0, AssetVocabularyServiceUtil.updateVocabulary(long, String, Map, Map,
String, ServiceContext) |
AssetVocabulary |
AssetVocabularyLocalService.updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
AssetVocabulary |
AssetVocabularyServiceWrapper.updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
AssetVocabulary |
AssetVocabularyService.updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
static AssetVocabulary |
AssetVocabularyServiceUtil.updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.asset.service.persistence |
|---|
| Methods in com.liferay.portlet.asset.service.persistence with parameters of type ServiceContext | |
|---|---|
static AssetCategoryProperty |
AssetCategoryPropertyUtil.update(AssetCategoryProperty assetCategoryProperty,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryUtil.update(AssetCategory assetCategory,
ServiceContext serviceContext)
|
static AssetEntry |
AssetEntryUtil.update(AssetEntry assetEntry,
ServiceContext serviceContext)
|
static AssetLink |
AssetLinkUtil.update(AssetLink assetLink,
ServiceContext serviceContext)
|
static AssetTagProperty |
AssetTagPropertyUtil.update(AssetTagProperty assetTagProperty,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagUtil.update(AssetTag assetTag,
ServiceContext serviceContext)
|
static AssetTagStats |
AssetTagStatsUtil.update(AssetTagStats assetTagStats,
ServiceContext serviceContext)
|
static AssetVocabulary |
AssetVocabularyUtil.update(AssetVocabulary assetVocabulary,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.blogs.model |
|---|
| Methods in com.liferay.portlet.blogs.model with parameters of type ServiceContext | |
|---|---|
void |
BlogsStatsUserModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
BlogsStatsUserWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
BlogsEntryModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
BlogsEntryWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.blogs.service |
|---|
| Methods in com.liferay.portlet.blogs.service with parameters of type ServiceContext | |
|---|---|
BlogsEntry |
BlogsEntryLocalServiceWrapper.addEntry(long userId,
String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #addEntry(long, String,
String, String, String, int, int, int, int, int, boolean,
boolean, String[], boolean, String, String, InputStream,
ServiceContext) |
BlogsEntry |
BlogsEntryLocalService.addEntry(long userId,
String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #addEntry(long, String,
String, String, String, int, int, int, int, int, boolean,
boolean, String[], boolean, String, String, InputStream,
ServiceContext) |
static BlogsEntry |
BlogsEntryLocalServiceUtil.addEntry(long userId,
String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #addEntry(long, String,
String, String, String, int, int, int, int, int, boolean,
boolean, String[], boolean, String, String, InputStream,
ServiceContext) |
BlogsEntry |
BlogsEntryLocalServiceWrapper.addEntry(long userId,
String title,
String subtitle,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ImageSelector coverImageImageSelector,
ImageSelector smallImageImageSelector,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryLocalService.addEntry(long userId,
String title,
String subtitle,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ImageSelector coverImageImageSelector,
ImageSelector smallImageImageSelector,
ServiceContext serviceContext)
|
static BlogsEntry |
BlogsEntryLocalServiceUtil.addEntry(long userId,
String title,
String subtitle,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ImageSelector coverImageImageSelector,
ImageSelector smallImageImageSelector,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryService.addEntry(String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #addEntry(String, String,
String, String, int, int, int, int, int, boolean, boolean,
String[], boolean, String, String, InputStream,
ServiceContext) |
BlogsEntry |
BlogsEntryServiceWrapper.addEntry(String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #addEntry(String, String,
String, String, int, int, int, int, int, boolean, boolean,
String[], boolean, String, String, InputStream,
ServiceContext) |
static BlogsEntry |
BlogsEntryServiceUtil.addEntry(String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #addEntry(String, String,
String, String, int, int, int, int, int, boolean, boolean,
String[], boolean, String, String, InputStream,
ServiceContext) |
BlogsEntry |
BlogsEntryService.addEntry(String title,
String subtitle,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ImageSelector coverImageImageSelector,
ImageSelector smallImageImageSelector,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryServiceWrapper.addEntry(String title,
String subtitle,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ImageSelector coverImageImageSelector,
ImageSelector smallImageImageSelector,
ServiceContext serviceContext)
|
static BlogsEntry |
BlogsEntryServiceUtil.addEntry(String title,
String subtitle,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ImageSelector coverImageImageSelector,
ImageSelector smallImageImageSelector,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryLocalServiceWrapper.updateEntry(long userId,
long entryId,
String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateEntry(long, long,
String, String, String, String, int, int, int, int, int,
boolean, boolean, String[], boolean, String, long,
ServiceContext) |
BlogsEntry |
BlogsEntryLocalService.updateEntry(long userId,
long entryId,
String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateEntry(long, long,
String, String, String, String, int, int, int, int, int,
boolean, boolean, String[], boolean, String, long,
ServiceContext) |
static BlogsEntry |
BlogsEntryLocalServiceUtil.updateEntry(long userId,
long entryId,
String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateEntry(long, long,
String, String, String, String, int, int, int, int, int,
boolean, boolean, String[], boolean, String, long,
ServiceContext) |
BlogsEntry |
BlogsEntryLocalServiceWrapper.updateEntry(long userId,
long entryId,
String title,
String subtitle,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ImageSelector coverImageImageSelector,
ImageSelector smallImageImageSelector,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryLocalService.updateEntry(long userId,
long entryId,
String title,
String subtitle,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ImageSelector coverImageImageSelector,
ImageSelector smallImageImageSelector,
ServiceContext serviceContext)
|
static BlogsEntry |
BlogsEntryLocalServiceUtil.updateEntry(long userId,
long entryId,
String title,
String subtitle,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ImageSelector coverImageImageSelector,
ImageSelector smallImageImageSelector,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryService.updateEntry(long entryId,
String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateEntry(long, String,
String, String, String, int, int, int, int, int, boolean,
boolean, String[], boolean, String, long, ServiceContext) |
BlogsEntry |
BlogsEntryServiceWrapper.updateEntry(long entryId,
String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateEntry(long, String,
String, String, String, int, int, int, int, int, boolean,
boolean, String[], boolean, String, long, ServiceContext) |
static BlogsEntry |
BlogsEntryServiceUtil.updateEntry(long entryId,
String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateEntry(long, String,
String, String, String, int, int, int, int, int, boolean,
boolean, String[], boolean, String, long, ServiceContext) |
BlogsEntry |
BlogsEntryService.updateEntry(long entryId,
String title,
String subtitle,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ImageSelector coverImageImageSelector,
ImageSelector smallImageImageSelector,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryServiceWrapper.updateEntry(long entryId,
String title,
String subtitle,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ImageSelector coverImageImageSelector,
ImageSelector smallImageImageSelector,
ServiceContext serviceContext)
|
static BlogsEntry |
BlogsEntryServiceUtil.updateEntry(long entryId,
String title,
String subtitle,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ImageSelector coverImageImageSelector,
ImageSelector smallImageImageSelector,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryLocalServiceWrapper.updateStatus(long userId,
long entryId,
int status,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by BlogsEntryLocalServiceWrapper.updateStatus(long, long,
int, ServiceContext, Map) |
BlogsEntry |
BlogsEntryLocalService.updateStatus(long userId,
long entryId,
int status,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by BlogsEntryLocalService.updateStatus(long, long,
int, ServiceContext, Map) |
static BlogsEntry |
BlogsEntryLocalServiceUtil.updateStatus(long userId,
long entryId,
int status,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by BlogsEntryLocalServiceUtil.updateStatus(long, long,
int, ServiceContext, Map) |
BlogsEntry |
BlogsEntryLocalServiceWrapper.updateStatus(long userId,
long entryId,
int status,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
BlogsEntry |
BlogsEntryLocalService.updateStatus(long userId,
long entryId,
int status,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
static BlogsEntry |
BlogsEntryLocalServiceUtil.updateStatus(long userId,
long entryId,
int status,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
| Uses of ServiceContext in com.liferay.portlet.blogs.service.persistence |
|---|
| Methods in com.liferay.portlet.blogs.service.persistence with parameters of type ServiceContext | |
|---|---|
static BlogsEntry |
BlogsEntryUtil.update(BlogsEntry blogsEntry,
ServiceContext serviceContext)
|
static BlogsStatsUser |
BlogsStatsUserUtil.update(BlogsStatsUser blogsStatsUser,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.blogs.util.test |
|---|
| Methods in com.liferay.portlet.blogs.util.test with parameters of type ServiceContext | |
|---|---|
static BlogsEntry |
BlogsTestUtil.addEntry(long userId,
String title,
boolean approved,
boolean smallImage,
ServiceContext serviceContext)
|
static BlogsEntry |
BlogsTestUtil.addEntry(long userId,
String title,
boolean approved,
ServiceContext serviceContext)
|
static BlogsEntry |
BlogsTestUtil.updateEntry(BlogsEntry entry,
String title,
boolean approved,
ServiceContext serviceContext)
|
protected static BlogsEntry |
BlogsTestUtil.updateStatus(BlogsEntry entry,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.calendar.model |
|---|
| Methods in com.liferay.portlet.calendar.model with parameters of type ServiceContext | |
|---|---|
void |
CalEventWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
CalEventModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.calendar.service |
|---|
| Methods in com.liferay.portlet.calendar.service with parameters of type ServiceContext | |
|---|---|
static CalEvent |
CalEventLocalServiceUtil.addEvent(long userId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
CalEvent |
CalEventLocalService.addEvent(long userId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
CalEvent |
CalEventLocalServiceWrapper.addEvent(long userId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
static CalEvent |
CalEventLocalServiceUtil.addEvent(long userId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by CalEventLocalServiceUtil.addEvent(long, String,
String, String, int, int, int, int, int, int, int, boolean,
boolean, String, boolean, TZSRecurrence, int, int, int,
ServiceContext) |
CalEvent |
CalEventLocalService.addEvent(long userId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by CalEventLocalService.addEvent(long, String,
String, String, int, int, int, int, int, int, int, boolean,
boolean, String, boolean, TZSRecurrence, int, int, int,
ServiceContext) |
CalEvent |
CalEventLocalServiceWrapper.addEvent(long userId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by CalEventLocalServiceWrapper.addEvent(long, String,
String, String, int, int, int, int, int, int, int, boolean,
boolean, String, boolean, TZSRecurrence, int, int, int,
ServiceContext) |
static CalEvent |
CalEventLocalServiceUtil.updateEvent(long userId,
long eventId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
CalEvent |
CalEventLocalService.updateEvent(long userId,
long eventId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
CalEvent |
CalEventLocalServiceWrapper.updateEvent(long userId,
long eventId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
static CalEvent |
CalEventLocalServiceUtil.updateEvent(long userId,
long eventId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by CalEventLocalServiceUtil.updateEvent(long, long,
String, String, String, int, int, int, int, int, int, int,
boolean, boolean, String, boolean, TZSRecurrence, int, int,
int, ServiceContext) |
CalEvent |
CalEventLocalService.updateEvent(long userId,
long eventId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by CalEventLocalService.updateEvent(long, long,
String, String, String, int, int, int, int, int, int, int,
boolean, boolean, String, boolean, TZSRecurrence, int, int,
int, ServiceContext) |
CalEvent |
CalEventLocalServiceWrapper.updateEvent(long userId,
long eventId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by CalEventLocalServiceWrapper.updateEvent(long, long,
String, String, String, int, int, int, int, int, int, int,
boolean, boolean, String, boolean, TZSRecurrence, int, int,
int, ServiceContext) |
| Uses of ServiceContext in com.liferay.portlet.calendar.service.persistence |
|---|
| Methods in com.liferay.portlet.calendar.service.persistence with parameters of type ServiceContext | |
|---|---|
static CalEvent |
CalEventUtil.update(CalEvent calEvent,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.documentlibrary.model |
|---|
| Methods in com.liferay.portlet.documentlibrary.model with parameters of type ServiceContext | |
|---|---|
void |
DLFileShortcutModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DLFileVersionWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DLFolderWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DLSyncEventModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DLFileEntryTypeModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DLFileEntryWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DLFileVersionModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DLFileRankModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DLFileEntryMetadataWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DLSyncEventWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DLFileEntryMetadataModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DLFolderModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DLContentModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DLFileEntryModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DLFileEntryTypeWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DLFileRankWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DLContentWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DLFileShortcutWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.documentlibrary.service |
|---|
| Methods in com.liferay.portlet.documentlibrary.service with parameters of type ServiceContext | |
|---|---|
static void |
DLAppHelperLocalServiceUtil.addFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalServiceWrapper.addFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalService.addFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.addFileEntry(long userId,
long groupId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalService.addFileEntry(long userId,
long groupId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.addFileEntry(long userId,
long groupId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
static FileEntry |
DLAppLocalServiceUtil.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a byte array. |
FileEntry |
DLAppLocalService.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a byte array. |
FileEntry |
DLAppLocalServiceWrapper.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a byte array. |
static FileEntry |
DLAppLocalServiceUtil.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a File
object. |
FileEntry |
DLAppLocalService.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a File
object. |
FileEntry |
DLAppLocalServiceWrapper.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a File
object. |
static FileEntry |
DLAppLocalServiceUtil.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on an InputStream
object. |
FileEntry |
DLAppLocalService.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on an InputStream
object. |
FileEntry |
DLAppLocalServiceWrapper.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on an InputStream
object. |
DLFileEntry |
DLFileEntryService.addFileEntry(long groupId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryServiceWrapper.addFileEntry(long groupId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryServiceUtil.addFileEntry(long groupId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
static FileEntry |
DLAppServiceUtil.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
FileEntry |
DLAppService.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
FileEntry |
DLAppServiceWrapper.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
static FileEntry |
DLAppServiceUtil.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
FileEntry |
DLAppService.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
FileEntry |
DLAppServiceWrapper.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
static FileEntry |
DLAppServiceUtil.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
FileEntry |
DLAppService.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
FileEntry |
DLAppServiceWrapper.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
DLFileEntryType |
DLFileEntryTypeLocalService.addFileEntryType(long userId,
long groupId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
DLFileEntryType |
DLFileEntryTypeLocalServiceWrapper.addFileEntryType(long userId,
long groupId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
static DLFileEntryType |
DLFileEntryTypeLocalServiceUtil.addFileEntryType(long userId,
long groupId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
DLFileEntryType |
DLFileEntryTypeLocalService.addFileEntryType(long userId,
long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
DLFileEntryType |
DLFileEntryTypeLocalServiceWrapper.addFileEntryType(long userId,
long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
static DLFileEntryType |
DLFileEntryTypeLocalServiceUtil.addFileEntryType(long userId,
long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
static DLFileEntryType |
DLFileEntryTypeServiceUtil.addFileEntryType(long groupId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
DLFileEntryType |
DLFileEntryTypeServiceWrapper.addFileEntryType(long groupId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
DLFileEntryType |
DLFileEntryTypeService.addFileEntryType(long groupId,
String fileEntryTypeKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
static DLFileEntryType |
DLFileEntryTypeServiceUtil.addFileEntryType(long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
DLFileEntryType |
DLFileEntryTypeServiceWrapper.addFileEntryType(long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
DLFileEntryType |
DLFileEntryTypeService.addFileEntryType(long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
DLFileRank |
DLFileRankLocalService.addFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileRank |
DLFileRankLocalServiceWrapper.addFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
static DLFileRank |
DLAppLocalServiceUtil.addFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Adds the file rank to the existing file entry. |
DLFileRank |
DLAppLocalService.addFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Adds the file rank to the existing file entry. |
DLFileRank |
DLAppLocalServiceWrapper.addFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Adds the file rank to the existing file entry. |
static DLFileRank |
DLFileRankLocalServiceUtil.addFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileShortcut |
DLFileShortcutLocalServiceWrapper.addFileShortcut(long userId,
long groupId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
static DLFileShortcut |
DLAppLocalServiceUtil.addFileShortcut(long userId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Adds the file shortcut to the existing file entry. |
DLFileShortcut |
DLAppLocalService.addFileShortcut(long userId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Adds the file shortcut to the existing file entry. |
DLFileShortcut |
DLAppLocalServiceWrapper.addFileShortcut(long userId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Adds the file shortcut to the existing file entry. |
static DLFileShortcut |
DLFileShortcutLocalServiceUtil.addFileShortcut(long userId,
long groupId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
DLFileShortcut |
DLFileShortcutLocalService.addFileShortcut(long userId,
long groupId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
DLFileShortcut |
DLFileShortcutService.addFileShortcut(long groupId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
static DLFileShortcut |
DLAppServiceUtil.addFileShortcut(long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Adds a file shortcut to the existing file entry. |
static DLFileShortcut |
DLFileShortcutServiceUtil.addFileShortcut(long groupId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
DLFileShortcut |
DLAppService.addFileShortcut(long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Adds a file shortcut to the existing file entry. |
DLFileShortcut |
DLAppServiceWrapper.addFileShortcut(long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Adds a file shortcut to the existing file entry. |
DLFileShortcut |
DLFileShortcutServiceWrapper.addFileShortcut(long groupId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
static void |
DLAppHelperLocalServiceUtil.addFolder(long userId,
Folder folder,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalServiceWrapper.addFolder(long userId,
Folder folder,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalService.addFolder(long userId,
Folder folder,
ServiceContext serviceContext)
|
DLFolder |
DLFolderServiceWrapper.addFolder(long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
static DLFolder |
DLFolderServiceUtil.addFolder(long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
DLFolder |
DLFolderService.addFolder(long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
DLFolder |
DLFolderLocalServiceWrapper.addFolder(long userId,
long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
boolean hidden,
ServiceContext serviceContext)
|
static DLFolder |
DLFolderLocalServiceUtil.addFolder(long userId,
long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
boolean hidden,
ServiceContext serviceContext)
|
DLFolder |
DLFolderLocalService.addFolder(long userId,
long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
boolean hidden,
ServiceContext serviceContext)
|
DLFolder |
DLFolderLocalServiceWrapper.addFolder(long userId,
long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by more general DLFolderLocalServiceWrapper.addFolder(long,
long, long, boolean, long, String, String, boolean,
ServiceContext) |
static DLFolder |
DLFolderLocalServiceUtil.addFolder(long userId,
long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by more general DLFolderLocalServiceUtil.addFolder(long,
long, long, boolean, long, String, String, boolean,
ServiceContext) |
DLFolder |
DLFolderLocalService.addFolder(long userId,
long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by more general DLFolderLocalService.addFolder(long,
long, long, boolean, long, String, String, boolean,
ServiceContext) |
static Folder |
DLAppLocalServiceUtil.addFolder(long userId,
long repositoryId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Adds a folder. |
Folder |
DLAppLocalService.addFolder(long userId,
long repositoryId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Adds a folder. |
Folder |
DLAppLocalServiceWrapper.addFolder(long userId,
long repositoryId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Adds a folder. |
static Folder |
DLAppServiceUtil.addFolder(long repositoryId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Adds a folder. |
Folder |
DLAppService.addFolder(long repositoryId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Adds a folder. |
Folder |
DLAppServiceWrapper.addFolder(long repositoryId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Adds a folder. |
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 |
DLAppHelperLocalService.cancelCheckOut(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
FileVersion draftFileVersion,
ServiceContext serviceContext)
|
void |
DLFileEntryService.checkInFileEntry(long fileEntryId,
boolean major,
String changeLog,
ServiceContext serviceContext)
|
static void |
DLAppServiceUtil.checkInFileEntry(long fileEntryId,
boolean majorVersion,
String changeLog,
ServiceContext serviceContext)
Checks in the file entry. |
void |
DLFileEntryServiceWrapper.checkInFileEntry(long fileEntryId,
boolean major,
String changeLog,
ServiceContext serviceContext)
|
static void |
DLFileEntryServiceUtil.checkInFileEntry(long fileEntryId,
boolean major,
String changeLog,
ServiceContext serviceContext)
|
void |
DLAppService.checkInFileEntry(long fileEntryId,
boolean majorVersion,
String changeLog,
ServiceContext serviceContext)
Checks in the file entry. |
void |
DLAppServiceWrapper.checkInFileEntry(long fileEntryId,
boolean majorVersion,
String changeLog,
ServiceContext serviceContext)
Checks in the file entry. |
void |
DLFileEntryLocalServiceWrapper.checkInFileEntry(long userId,
long fileEntryId,
boolean majorVersion,
String changeLog,
ServiceContext serviceContext)
|
void |
DLFileEntryLocalService.checkInFileEntry(long userId,
long fileEntryId,
boolean majorVersion,
String changeLog,
ServiceContext serviceContext)
|
static void |
DLFileEntryLocalServiceUtil.checkInFileEntry(long userId,
long fileEntryId,
boolean majorVersion,
String changeLog,
ServiceContext serviceContext)
|
void |
DLFileEntryLocalServiceWrapper.checkInFileEntry(long userId,
long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
|
void |
DLFileEntryLocalService.checkInFileEntry(long userId,
long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
|
static void |
DLFileEntryLocalServiceUtil.checkInFileEntry(long userId,
long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
|
void |
DLFileEntryService.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
|
static void |
DLAppServiceUtil.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
Checks in the file entry using the lock's UUID. |
void |
DLFileEntryServiceWrapper.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
|
static void |
DLFileEntryServiceUtil.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
|
void |
DLAppService.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
Checks in the file entry using the lock's UUID. |
void |
DLAppServiceWrapper.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
Checks in the file entry using the lock's UUID. |
DLFileEntry |
DLFileEntryLocalServiceWrapper.checkOutFileEntry(long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalService.checkOutFileEntry(long userId,
long fileEntryId,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.checkOutFileEntry(long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.checkOutFileEntry(long userId,
long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalService.checkOutFileEntry(long userId,
long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.checkOutFileEntry(long userId,
long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryService.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
static void |
DLAppServiceUtil.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
Check out a file entry. |
DLFileEntry |
DLFileEntryServiceWrapper.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryServiceUtil.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
void |
DLAppService.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
Check out a file entry. |
void |
DLAppServiceWrapper.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
Check out a file entry. |
DLFileEntry |
DLFileEntryService.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
static FileEntry |
DLAppServiceUtil.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
Checks out the file entry. |
DLFileEntry |
DLFileEntryServiceWrapper.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryServiceUtil.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
FileEntry |
DLAppService.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
Checks out the file entry. |
FileEntry |
DLAppServiceWrapper.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
Checks out the file entry. |
DLFileEntry |
DLFileEntryService.copyFileEntry(long groupId,
long repositoryId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryServiceWrapper.copyFileEntry(long groupId,
long repositoryId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryServiceUtil.copyFileEntry(long groupId,
long repositoryId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
void |
DLFileEntryLocalServiceWrapper.copyFileEntryMetadata(long companyId,
long fileEntryTypeId,
long fileEntryId,
long fromFileVersionId,
long toFileVersionId,
ServiceContext serviceContext)
|
void |
DLFileEntryLocalService.copyFileEntryMetadata(long companyId,
long fileEntryTypeId,
long fileEntryId,
long fromFileVersionId,
long toFileVersionId,
ServiceContext serviceContext)
|
static void |
DLFileEntryLocalServiceUtil.copyFileEntryMetadata(long companyId,
long fileEntryTypeId,
long fileEntryId,
long fromFileVersionId,
long toFileVersionId,
ServiceContext serviceContext)
|
static Folder |
DLAppServiceUtil.copyFolder(long repositoryId,
long sourceFolderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Performs a deep copy of the folder. |
Folder |
DLAppService.copyFolder(long repositoryId,
long sourceFolderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Performs a deep copy of the folder. |
Folder |
DLAppServiceWrapper.copyFolder(long repositoryId,
long sourceFolderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Performs a deep copy of the folder. |
boolean |
DLFileEntryLocalServiceWrapper.isKeepFileVersionLabel(long fileEntryId,
ServiceContext serviceContext)
|
boolean |
DLFileEntryLocalService.isKeepFileVersionLabel(long fileEntryId,
ServiceContext serviceContext)
|
static boolean |
DLFileEntryLocalServiceUtil.isKeepFileVersionLabel(long fileEntryId,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalService.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
static FileEntry |
DLAppLocalServiceUtil.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry to the new folder. |
FileEntry |
DLAppLocalService.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry to the new folder. |
FileEntry |
DLAppLocalServiceWrapper.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry to the new folder. |
static DLFileEntry |
DLFileEntryLocalServiceUtil.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryService.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
static FileEntry |
DLAppServiceUtil.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry to the new folder. |
DLFileEntry |
DLFileEntryServiceWrapper.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryServiceUtil.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
DLAppService.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry to the new folder. |
FileEntry |
DLAppServiceWrapper.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry to the new folder. |
static FileEntry |
DLAppHelperLocalServiceUtil.moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
DLAppHelperLocalServiceWrapper.moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
DLAppHelperLocalService.moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
static FileEntry |
DLAppLocalServiceUtil.moveFileEntryFromTrash(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by RepositoryTrashUtil#moveFileEntryFromTrash(long, long, long,
long, ServiceContext) |
FileEntry |
DLAppLocalService.moveFileEntryFromTrash(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by RepositoryTrashUtil#moveFileEntryFromTrash(long, long, long,
long, ServiceContext) |
FileEntry |
DLAppLocalServiceWrapper.moveFileEntryFromTrash(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by RepositoryTrashUtil#moveFileEntryFromTrash(long, long, long,
long, ServiceContext) |
static FileEntry |
DLAppServiceUtil.moveFileEntryFromTrash(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry from a trashed folder to the new folder. |
FileEntry |
DLAppService.moveFileEntryFromTrash(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry from a trashed folder to the new folder. |
FileEntry |
DLAppServiceWrapper.moveFileEntryFromTrash(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry from a trashed folder to the new folder. |
static DLFileShortcut |
DLAppHelperLocalServiceUtil.moveFileShortcutFromTrash(long userId,
DLFileShortcut dlFileShortcut,
long newFolderId,
ServiceContext serviceContext)
|
DLFileShortcut |
DLAppHelperLocalServiceWrapper.moveFileShortcutFromTrash(long userId,
DLFileShortcut dlFileShortcut,
long newFolderId,
ServiceContext serviceContext)
|
DLFileShortcut |
DLAppHelperLocalService.moveFileShortcutFromTrash(long userId,
DLFileShortcut dlFileShortcut,
long newFolderId,
ServiceContext serviceContext)
|
static DLFileShortcut |
DLAppServiceUtil.moveFileShortcutFromTrash(long fileShortcutId,
long newFolderId,
ServiceContext serviceContext)
Moves the file shortcut from a trashed folder to the new folder. |
DLFileShortcut |
DLAppService.moveFileShortcutFromTrash(long fileShortcutId,
long newFolderId,
ServiceContext serviceContext)
Moves the file shortcut from a trashed folder to the new folder. |
DLFileShortcut |
DLAppServiceWrapper.moveFileShortcutFromTrash(long fileShortcutId,
long newFolderId,
ServiceContext serviceContext)
Moves the file shortcut from a trashed folder to the new folder. |
DLFolder |
DLFolderLocalServiceWrapper.moveFolder(long userId,
long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
static Folder |
DLAppLocalServiceUtil.moveFolder(long userId,
long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
Folder |
DLAppLocalService.moveFolder(long userId,
long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
Folder |
DLAppLocalServiceWrapper.moveFolder(long userId,
long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
static DLFolder |
DLFolderLocalServiceUtil.moveFolder(long userId,
long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
DLFolder |
DLFolderLocalService.moveFolder(long userId,
long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
static Folder |
DLAppServiceUtil.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
Moves the folder to the new parent folder with the primary key. |
Folder |
DLAppService.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
Moves the folder to the new parent folder with the primary key. |
DLFolder |
DLFolderServiceWrapper.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
Folder |
DLAppServiceWrapper.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
Moves the folder to the new parent folder with the primary key. |
static DLFolder |
DLFolderServiceUtil.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
DLFolder |
DLFolderService.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
static Folder |
DLAppHelperLocalServiceUtil.moveFolderFromTrash(long userId,
Folder folder,
long parentFolderId,
ServiceContext serviceContext)
|
Folder |
DLAppHelperLocalServiceWrapper.moveFolderFromTrash(long userId,
Folder folder,
long parentFolderId,
ServiceContext serviceContext)
|
Folder |
DLAppHelperLocalService.moveFolderFromTrash(long userId,
Folder folder,
long parentFolderId,
ServiceContext serviceContext)
|
static Folder |
DLAppServiceUtil.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. |
Folder |
DLAppService.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. |
Folder |
DLAppServiceWrapper.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. |
void |
DLFileEntryLocalServiceWrapper.revertFileEntry(long userId,
long fileEntryId,
String version,
ServiceContext serviceContext)
|
void |
DLFileEntryLocalService.revertFileEntry(long userId,
long fileEntryId,
String version,
ServiceContext serviceContext)
|
static void |
DLFileEntryLocalServiceUtil.revertFileEntry(long userId,
long fileEntryId,
String version,
ServiceContext serviceContext)
|
void |
DLFileEntryService.revertFileEntry(long fileEntryId,
String version,
ServiceContext serviceContext)
|
static void |
DLAppServiceUtil.revertFileEntry(long fileEntryId,
String version,
ServiceContext serviceContext)
Reverts the file entry to a previous version. |
void |
DLFileEntryServiceWrapper.revertFileEntry(long fileEntryId,
String version,
ServiceContext serviceContext)
|
static void |
DLFileEntryServiceUtil.revertFileEntry(long fileEntryId,
String version,
ServiceContext serviceContext)
|
void |
DLAppService.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. |
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,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalService.updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
ServiceContext serviceContext)
|
static FileEntry |
DLAppLocalServiceUtil.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
byte[] bytes,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a byte array object. |
FileEntry |
DLAppLocalService.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
byte[] bytes,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a byte array object. |
FileEntry |
DLAppLocalServiceWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
byte[] bytes,
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 description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a File object. |
FileEntry |
DLAppLocalService.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a File object. |
FileEntry |
DLAppLocalServiceWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a File object. |
static FileEntry |
DLAppLocalServiceUtil.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on an InputStream object. |
FileEntry |
DLAppLocalService.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on an InputStream object. |
FileEntry |
DLAppLocalServiceWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on an InputStream object. |
DLFileEntry |
DLFileEntryLocalServiceWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalService.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
static FileEntry |
DLAppServiceUtil.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
byte[] bytes,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a byte array object. |
FileEntry |
DLAppService.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
byte[] bytes,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a byte array object. |
FileEntry |
DLAppServiceWrapper.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
byte[] bytes,
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 description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a File object. |
FileEntry |
DLAppService.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a File object. |
FileEntry |
DLAppServiceWrapper.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a File object. |
static FileEntry |
DLAppServiceUtil.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on an InputStream object. |
FileEntry |
DLAppService.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on an InputStream object. |
FileEntry |
DLAppServiceWrapper.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on an InputStream object. |
DLFileEntry |
DLFileEntryService.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryServiceWrapper.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryServiceUtil.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
static FileEntry |
DLAppServiceUtil.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
DLAppService.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
DLAppServiceWrapper.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
static FileEntry |
DLAppServiceUtil.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
DLAppService.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
DLAppServiceWrapper.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryTypeLocalService.updateFileEntryFileEntryType(DLFileEntry dlFileEntry,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryTypeLocalServiceWrapper.updateFileEntryFileEntryType(DLFileEntry dlFileEntry,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryTypeLocalServiceUtil.updateFileEntryFileEntryType(DLFileEntry dlFileEntry,
ServiceContext serviceContext)
|
void |
DLFileEntryMetadataLocalServiceWrapper.updateFileEntryMetadata(long companyId,
List<DDMStructure> ddmStructures,
long fileEntryTypeId,
long fileEntryId,
long fileVersionId,
Map<String,Fields> fieldsMap,
ServiceContext serviceContext)
|
void |
DLFileEntryMetadataLocalService.updateFileEntryMetadata(long companyId,
List<DDMStructure> ddmStructures,
long fileEntryTypeId,
long fileEntryId,
long fileVersionId,
Map<String,Fields> fieldsMap,
ServiceContext serviceContext)
|
static void |
DLFileEntryMetadataLocalServiceUtil.updateFileEntryMetadata(long companyId,
List<DDMStructure> ddmStructures,
long fileEntryTypeId,
long fileEntryId,
long fileVersionId,
Map<String,Fields> fieldsMap,
ServiceContext serviceContext)
|
void |
DLFileEntryMetadataLocalServiceWrapper.updateFileEntryMetadata(long fileEntryTypeId,
long fileEntryId,
long fileVersionId,
Map<String,Fields> fieldsMap,
ServiceContext serviceContext)
|
void |
DLFileEntryMetadataLocalService.updateFileEntryMetadata(long fileEntryTypeId,
long fileEntryId,
long fileVersionId,
Map<String,Fields> fieldsMap,
ServiceContext serviceContext)
|
static void |
DLFileEntryMetadataLocalServiceUtil.updateFileEntryMetadata(long fileEntryTypeId,
long fileEntryId,
long fileVersionId,
Map<String,Fields> fieldsMap,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.updateFileEntryType(long userId,
long fileEntryId,
long fileEntryTypeId,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalService.updateFileEntryType(long userId,
long fileEntryId,
long fileEntryTypeId,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.updateFileEntryType(long userId,
long fileEntryId,
long fileEntryTypeId,
ServiceContext serviceContext)
|
void |
DLFileEntryTypeLocalService.updateFileEntryType(long userId,
long fileEntryTypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
void |
DLFileEntryTypeLocalServiceWrapper.updateFileEntryType(long userId,
long fileEntryTypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
static void |
DLFileEntryTypeLocalServiceUtil.updateFileEntryType(long userId,
long fileEntryTypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
void |
DLFileEntryTypeLocalService.updateFileEntryType(long userId,
long fileEntryTypeId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
void |
DLFileEntryTypeLocalServiceWrapper.updateFileEntryType(long userId,
long fileEntryTypeId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
static void |
DLFileEntryTypeLocalServiceUtil.updateFileEntryType(long userId,
long fileEntryTypeId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
static void |
DLFileEntryTypeServiceUtil.updateFileEntryType(long fileEntryTypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
void |
DLFileEntryTypeServiceWrapper.updateFileEntryType(long fileEntryTypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
void |
DLFileEntryTypeService.updateFileEntryType(long fileEntryTypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
static void |
DLFileEntryTypeServiceUtil.updateFileEntryType(long fileEntryTypeId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
void |
DLFileEntryTypeServiceWrapper.updateFileEntryType(long fileEntryTypeId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
void |
DLFileEntryTypeService.updateFileEntryType(long fileEntryTypeId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
DLFileRank |
DLFileRankLocalService.updateFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileRank |
DLFileRankLocalServiceWrapper.updateFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
static DLFileRank |
DLAppLocalServiceUtil.updateFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Updates a file rank to the existing file entry. |
DLFileRank |
DLAppLocalService.updateFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Updates a file rank to the existing file entry. |
DLFileRank |
DLAppLocalServiceWrapper.updateFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Updates a file rank to the existing file entry. |
static DLFileRank |
DLFileRankLocalServiceUtil.updateFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileShortcut |
DLFileShortcutLocalServiceWrapper.updateFileShortcut(long userId,
long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
static DLFileShortcut |
DLAppLocalServiceUtil.updateFileShortcut(long userId,
long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Updates a file shortcut to the existing file entry. |
DLFileShortcut |
DLAppLocalService.updateFileShortcut(long userId,
long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Updates a file shortcut to the existing file entry. |
DLFileShortcut |
DLAppLocalServiceWrapper.updateFileShortcut(long userId,
long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Updates a file shortcut to the existing file entry. |
static DLFileShortcut |
DLFileShortcutLocalServiceUtil.updateFileShortcut(long userId,
long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
DLFileShortcut |
DLFileShortcutLocalService.updateFileShortcut(long userId,
long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
DLFileShortcut |
DLFileShortcutService.updateFileShortcut(long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
static DLFileShortcut |
DLAppServiceUtil.updateFileShortcut(long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Updates a file shortcut to the existing file entry. |
static DLFileShortcut |
DLFileShortcutServiceUtil.updateFileShortcut(long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
DLFileShortcut |
DLAppService.updateFileShortcut(long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Updates a file shortcut to the existing file entry. |
DLFileShortcut |
DLAppServiceWrapper.updateFileShortcut(long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Updates a file shortcut to the existing file entry. |
DLFileShortcut |
DLFileShortcutServiceWrapper.updateFileShortcut(long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
static void |
DLAppHelperLocalServiceUtil.updateFolder(long userId,
Folder folder,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalServiceWrapper.updateFolder(long userId,
Folder folder,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalService.updateFolder(long userId,
Folder folder,
ServiceContext serviceContext)
|
DLFolder |
DLFolderLocalServiceWrapper.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DLFolderLocalServiceWrapper.updateFolder(long, long,
String, String, long, List, int, ServiceContext) |
static DLFolder |
DLFolderLocalServiceUtil.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DLFolderLocalServiceUtil.updateFolder(long, long,
String, String, long, List, int, ServiceContext) |
DLFolder |
DLFolderLocalService.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DLFolderLocalService.updateFolder(long, long,
String, String, long, List, int, ServiceContext) |
DLFolder |
DLFolderLocalServiceWrapper.updateFolder(long folderId,
long parentFolderId,
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)
|
DLFolder |
DLFolderLocalService.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
int restrictionType,
ServiceContext serviceContext)
|
static Folder |
DLAppLocalServiceUtil.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Updates the folder. |
Folder |
DLAppLocalService.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Updates the folder. |
Folder |
DLAppLocalServiceWrapper.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Updates the folder. |
DLFolder |
DLFolderLocalServiceWrapper.updateFolder(long folderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced DLFolderLocalServiceWrapper.updateFolder(long, long,
String, String, long, List, int, ServiceContext) |
DLFolder |
DLFolderServiceWrapper.updateFolder(long folderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by more general DLFolderServiceWrapper.updateFolder(long, String, String, long, List, int,
ServiceContext) |
static DLFolder |
DLFolderLocalServiceUtil.updateFolder(long folderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced DLFolderLocalServiceUtil.updateFolder(long, long,
String, String, long, List, int, ServiceContext) |
DLFolder |
DLFolderLocalService.updateFolder(long folderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced DLFolderLocalService.updateFolder(long, long,
String, String, long, List, int, ServiceContext) |
static DLFolder |
DLFolderServiceUtil.updateFolder(long folderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by more general DLFolderServiceUtil.updateFolder(long, String, String, long, List, int,
ServiceContext) |
DLFolder |
DLFolderService.updateFolder(long folderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by more general DLFolderService.updateFolder(long, String, String, long, List, int,
ServiceContext) |
DLFolder |
DLFolderLocalServiceWrapper.updateFolder(long folderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
int restrictionType,
ServiceContext serviceContext)
|
DLFolder |
DLFolderServiceWrapper.updateFolder(long folderId,
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)
|
DLFolder |
DLFolderLocalService.updateFolder(long folderId,
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)
|
DLFolder |
DLFolderService.updateFolder(long folderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
int restrictionType,
ServiceContext serviceContext)
|
static Folder |
DLAppServiceUtil.updateFolder(long folderId,
String name,
String description,
ServiceContext serviceContext)
Updates the folder. |
Folder |
DLAppService.updateFolder(long folderId,
String name,
String description,
ServiceContext serviceContext)
Updates the folder. |
Folder |
DLAppServiceWrapper.updateFolder(long folderId,
String name,
String description,
ServiceContext serviceContext)
Updates the folder. |
DLFolder |
DLFolderLocalServiceWrapper.updateFolderAndFileEntryTypes(long userId,
long folderId,
long parentFolderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by updateFolderAndFileEntryTypes(long, long, long, String,
String, long, List, int, ServiceContext) |
static DLFolder |
DLFolderLocalServiceUtil.updateFolderAndFileEntryTypes(long userId,
long folderId,
long parentFolderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by updateFolderAndFileEntryTypes(long, long, long, String,
String, long, List, int, ServiceContext) |
DLFolder |
DLFolderLocalService.updateFolderAndFileEntryTypes(long userId,
long folderId,
long parentFolderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by updateFolderAndFileEntryTypes(long, long, long, String,
String, long, List, int, ServiceContext) |
DLFolder |
DLFolderLocalServiceWrapper.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)
|
DLFolder |
DLFolderLocalService.updateFolderAndFileEntryTypes(long userId,
long folderId,
long parentFolderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
int restrictionType,
ServiceContext serviceContext)
|
void |
DLFileEntryTypeLocalService.updateFolderFileEntryTypes(DLFolder dlFolder,
List<Long> fileEntryTypeIds,
long defaultFileEntryTypeId,
ServiceContext serviceContext)
|
void |
DLFileEntryTypeLocalServiceWrapper.updateFolderFileEntryTypes(DLFolder dlFolder,
List<Long> fileEntryTypeIds,
long defaultFileEntryTypeId,
ServiceContext serviceContext)
|
static void |
DLFileEntryTypeLocalServiceUtil.updateFolderFileEntryTypes(DLFolder dlFolder,
List<Long> fileEntryTypeIds,
long defaultFileEntryTypeId,
ServiceContext serviceContext)
|
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)
|
void |
DLAppHelperLocalService.updateStatus(long userId,
FileEntry fileEntry,
FileVersion latestFileVersion,
int oldStatus,
int newStatus,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
DLFolder |
DLFolderLocalServiceWrapper.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)
|
DLFolder |
DLFolderLocalService.updateStatus(long userId,
long folderId,
int status,
Map<String,Serializable> workflowContext,
ServiceContext serviceContext)
|
void |
DLFileShortcutLocalServiceWrapper.updateStatus(long userId,
long fileShortcutId,
int status,
ServiceContext serviceContext)
|
static void |
DLFileShortcutLocalServiceUtil.updateStatus(long userId,
long fileShortcutId,
int status,
ServiceContext serviceContext)
|
void |
DLFileShortcutLocalService.updateStatus(long userId,
long fileShortcutId,
int status,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.updateStatus(long userId,
long fileVersionId,
int status,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
DLFileEntry |
DLFileEntryLocalService.updateStatus(long userId,
long fileVersionId,
int status,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.updateStatus(long userId,
long fileVersionId,
int status,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
| Uses of ServiceContext in com.liferay.portlet.documentlibrary.service.persistence |
|---|
| Methods in com.liferay.portlet.documentlibrary.service.persistence with parameters of type ServiceContext | |
|---|---|
static DLContent |
DLContentUtil.update(DLContent dlContent,
ServiceContext serviceContext)
|
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.update(DLFileEntryMetadata dlFileEntryMetadata,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryUtil.update(DLFileEntry dlFileEntry,
ServiceContext serviceContext)
|
static DLFileEntryType |
DLFileEntryTypeUtil.update(DLFileEntryType dlFileEntryType,
ServiceContext serviceContext)
|
static DLFileRank |
DLFileRankUtil.update(DLFileRank dlFileRank,
ServiceContext serviceContext)
|
static DLFileShortcut |
DLFileShortcutUtil.update(DLFileShortcut dlFileShortcut,
ServiceContext serviceContext)
|
static DLFileVersion |
DLFileVersionUtil.update(DLFileVersion dlFileVersion,
ServiceContext serviceContext)
|
static DLFolder |
DLFolderUtil.update(DLFolder dlFolder,
ServiceContext serviceContext)
|
static DLSyncEvent |
DLSyncEventUtil.update(DLSyncEvent dlSyncEvent,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.documentlibrary.util |
|---|
| Methods in com.liferay.portlet.documentlibrary.util with parameters of type ServiceContext | |
|---|---|
static void |
DLUtil.startWorkflowInstance(long userId,
DLFileVersion dlFileVersion,
String syncEventType,
ServiceContext serviceContext)
|
void |
DL.startWorkflowInstance(long userId,
DLFileVersion dlFileVersion,
String syncEventType,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.documentlibrary.util.test |
|---|
| Methods in com.liferay.portlet.documentlibrary.util.test with parameters of type ServiceContext | |
|---|---|
static DLFileEntryType |
DLAppTestUtil.addDLFileEntryType(long userId,
long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
static DLFolder |
DLTestUtil.addDLFolder(long groupId,
boolean deleteExisting,
ServiceContext serviceContext)
|
static DLFolder |
DLTestUtil.addDLFolder(long groupId,
long parentFolderId,
boolean deleteExisting,
ServiceContext serviceContext)
|
static DLFolder |
DLTestUtil.addDLFolder(long groupId,
ServiceContext serviceContext)
|
static FileEntry |
DLAppTestUtil.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
byte[] bytes,
int workflowAction,
ServiceContext serviceContext)
|
static FileEntry |
DLAppTestUtil.addFileEntry(long folderId,
String sourceFileName,
String title,
boolean approved,
ServiceContext serviceContext)
|
static Folder |
DLAppTestUtil.addFolder(long repositoryId,
long parentFolderId,
String name,
boolean deleteExisting,
ServiceContext serviceContext)
|
static Folder |
DLAppTestUtil.addFolder(long parentFolderId,
String name,
boolean deleteExisting,
ServiceContext serviceContext)
|
static Folder |
DLAppTestUtil.addFolder(long parentFolderId,
String name,
ServiceContext serviceContext)
|
static Repository |
DLAppTestUtil.addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
boolean hidden,
ServiceContext serviceContext)
|
static RepositoryEntry |
DLAppTestUtil.addRepositoryEntry(long userId,
long groupId,
long repositoryId,
String mappedId,
ServiceContext serviceContext)
|
static FileEntry |
DLAppTestUtil.updateFileEntry(long groupId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
boolean majorVersion,
boolean workflowEnabled,
boolean approved,
ServiceContext serviceContext)
|
static FileEntry |
DLAppTestUtil.updateFileEntry(long groupId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
boolean majorVersion,
ServiceContext serviceContext)
|
protected static void |
DLAppTestUtil.updateStatus(FileEntry fileEntry,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.dynamicdatalists.model |
|---|
| Methods in com.liferay.portlet.dynamicdatalists.model with parameters of type ServiceContext | |
|---|---|
void |
DDLRecordSetWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DDLRecordVersionModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DDLRecordSetModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DDLRecordWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DDLRecordVersionWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DDLRecordModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.dynamicdatalists.service |
|---|
| Methods in com.liferay.portlet.dynamicdatalists.service with parameters of type ServiceContext | |
|---|---|
DDLRecord |
DDLRecordServiceWrapper.addRecord(long groupId,
long recordSetId,
int displayIndex,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordServiceUtil.addRecord(long groupId,
long recordSetId,
int displayIndex,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordService.addRecord(long groupId,
long recordSetId,
int displayIndex,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordServiceWrapper.addRecord(long groupId,
long recordSetId,
int displayIndex,
Fields fields,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordServiceUtil.addRecord(long groupId,
long recordSetId,
int displayIndex,
Fields fields,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordService.addRecord(long groupId,
long recordSetId,
int displayIndex,
Fields fields,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordServiceWrapper.addRecord(long groupId,
long recordSetId,
int displayIndex,
Map<String,Serializable> fieldsMap,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordServiceUtil.addRecord(long groupId,
long recordSetId,
int displayIndex,
Map<String,Serializable> fieldsMap,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordService.addRecord(long groupId,
long recordSetId,
int displayIndex,
Map<String,Serializable> fieldsMap,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordLocalServiceUtil.addRecord(long userId,
long groupId,
long recordSetId,
int displayIndex,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalService.addRecord(long userId,
long groupId,
long recordSetId,
int displayIndex,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalServiceWrapper.addRecord(long userId,
long groupId,
long recordSetId,
int displayIndex,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordLocalServiceUtil.addRecord(long userId,
long groupId,
long recordSetId,
int displayIndex,
Fields fields,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalService.addRecord(long userId,
long groupId,
long recordSetId,
int displayIndex,
Fields fields,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalServiceWrapper.addRecord(long userId,
long groupId,
long recordSetId,
int displayIndex,
Fields fields,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordLocalServiceUtil.addRecord(long userId,
long groupId,
long recordSetId,
int displayIndex,
Map<String,Serializable> fieldsMap,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalService.addRecord(long userId,
long groupId,
long recordSetId,
int displayIndex,
Map<String,Serializable> fieldsMap,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalServiceWrapper.addRecord(long userId,
long groupId,
long recordSetId,
int displayIndex,
Map<String,Serializable> fieldsMap,
ServiceContext serviceContext)
|
static DDLRecordSet |
DDLRecordSetLocalServiceUtil.addRecordSet(long userId,
long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetLocalService.addRecordSet(long userId,
long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetLocalServiceWrapper.addRecordSet(long userId,
long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetServiceWrapper.addRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
|
static DDLRecordSet |
DDLRecordSetServiceUtil.addRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetService.addRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordServiceWrapper.deleteRecordLocale(long recordId,
Locale locale,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordLocalServiceUtil.deleteRecordLocale(long recordId,
Locale locale,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordServiceUtil.deleteRecordLocale(long recordId,
Locale locale,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalService.deleteRecordLocale(long recordId,
Locale locale,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalServiceWrapper.deleteRecordLocale(long recordId,
Locale locale,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordService.deleteRecordLocale(long recordId,
Locale locale,
ServiceContext serviceContext)
|
static void |
DDLRecordLocalServiceUtil.revertRecord(long userId,
long recordId,
String version,
ServiceContext serviceContext)
|
void |
DDLRecordLocalService.revertRecord(long userId,
long recordId,
String version,
ServiceContext serviceContext)
|
void |
DDLRecordLocalServiceWrapper.revertRecord(long userId,
long recordId,
String version,
ServiceContext serviceContext)
|
void |
DDLRecordServiceWrapper.revertRecord(long recordId,
String version,
ServiceContext serviceContext)
|
static void |
DDLRecordServiceUtil.revertRecord(long recordId,
String version,
ServiceContext serviceContext)
|
void |
DDLRecordService.revertRecord(long recordId,
String version,
ServiceContext serviceContext)
|
static void |
DDLRecordLocalServiceUtil.revertRecordVersion(long userId,
long recordId,
String version,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDLRecordLocalServiceUtil.revertRecord(long, long,
String, ServiceContext) |
void |
DDLRecordLocalService.revertRecordVersion(long userId,
long recordId,
String version,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDLRecordLocalService.revertRecord(long, long,
String, ServiceContext) |
void |
DDLRecordLocalServiceWrapper.revertRecordVersion(long userId,
long recordId,
String version,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDLRecordLocalServiceWrapper.revertRecord(long, long,
String, ServiceContext) |
void |
DDLRecordServiceWrapper.revertRecordVersion(long recordId,
String version,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #revertRecord(long, long,
String, ServiceContext) |
static void |
DDLRecordServiceUtil.revertRecordVersion(long recordId,
String version,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #revertRecord(long, long,
String, ServiceContext) |
void |
DDLRecordService.revertRecordVersion(long recordId,
String version,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #revertRecord(long, long,
String, ServiceContext) |
DDLRecordSet |
DDLRecordSetServiceWrapper.updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
|
static DDLRecordSet |
DDLRecordSetLocalServiceUtil.updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetLocalService.updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
|
static DDLRecordSet |
DDLRecordSetServiceUtil.updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetLocalServiceWrapper.updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetService.updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordServiceWrapper.updateRecord(long recordId,
boolean majorVersion,
int displayIndex,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordServiceUtil.updateRecord(long recordId,
boolean majorVersion,
int displayIndex,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordService.updateRecord(long recordId,
boolean majorVersion,
int displayIndex,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordServiceWrapper.updateRecord(long recordId,
boolean majorVersion,
int displayIndex,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordServiceUtil.updateRecord(long recordId,
boolean majorVersion,
int displayIndex,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordService.updateRecord(long recordId,
boolean majorVersion,
int displayIndex,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordServiceWrapper.updateRecord(long recordId,
int displayIndex,
Map<String,Serializable> fieldsMap,
boolean mergeFields,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordServiceUtil.updateRecord(long recordId,
int displayIndex,
Map<String,Serializable> fieldsMap,
boolean mergeFields,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordService.updateRecord(long recordId,
int displayIndex,
Map<String,Serializable> fieldsMap,
boolean mergeFields,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordLocalServiceUtil.updateRecord(long userId,
long recordId,
boolean majorVersion,
int displayIndex,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalService.updateRecord(long userId,
long recordId,
boolean majorVersion,
int displayIndex,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalServiceWrapper.updateRecord(long userId,
long recordId,
boolean majorVersion,
int displayIndex,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordLocalServiceUtil.updateRecord(long userId,
long recordId,
boolean majorVersion,
int displayIndex,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalService.updateRecord(long userId,
long recordId,
boolean majorVersion,
int displayIndex,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalServiceWrapper.updateRecord(long userId,
long recordId,
boolean majorVersion,
int displayIndex,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordLocalServiceUtil.updateRecord(long userId,
long recordId,
int displayIndex,
Map<String,Serializable> fieldsMap,
boolean mergeFields,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalService.updateRecord(long userId,
long recordId,
int displayIndex,
Map<String,Serializable> fieldsMap,
boolean mergeFields,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalServiceWrapper.updateRecord(long userId,
long recordId,
int displayIndex,
Map<String,Serializable> fieldsMap,
boolean mergeFields,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetServiceWrapper.updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
static DDLRecordSet |
DDLRecordSetLocalServiceUtil.updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetLocalService.updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
static DDLRecordSet |
DDLRecordSetServiceUtil.updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetLocalServiceWrapper.updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetService.updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetServiceWrapper.updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
static DDLRecordSet |
DDLRecordSetLocalServiceUtil.updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetLocalService.updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
static DDLRecordSet |
DDLRecordSetServiceUtil.updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetLocalServiceWrapper.updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetService.updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordLocalServiceUtil.updateStatus(long userId,
long recordVersionId,
int status,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalService.updateStatus(long userId,
long recordVersionId,
int status,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalServiceWrapper.updateStatus(long userId,
long recordVersionId,
int status,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.dynamicdatalists.service.persistence |
|---|
| Methods in com.liferay.portlet.dynamicdatalists.service.persistence with parameters of type ServiceContext | |
|---|---|
static DDLRecord |
DDLRecordUtil.update(DDLRecord ddlRecord,
ServiceContext serviceContext)
|
static DDLRecordSet |
DDLRecordSetUtil.update(DDLRecordSet ddlRecordSet,
ServiceContext serviceContext)
|
static DDLRecordVersion |
DDLRecordVersionUtil.update(DDLRecordVersion ddlRecordVersion,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.dynamicdatalists.util |
|---|
| Methods in com.liferay.portlet.dynamicdatalists.util with parameters of type ServiceContext | |
|---|---|
DDLRecord |
DDL.updateRecord(long recordId,
long recordSetId,
boolean mergeFields,
boolean checkPermission,
ServiceContext serviceContext)
|
static DDLRecord |
DDLUtil.updateRecord(long recordId,
long recordSetId,
boolean mergeFields,
boolean checkPermission,
ServiceContext serviceContext)
|
DDLRecord |
DDL.updateRecord(long recordId,
long recordSetId,
boolean mergeFields,
ServiceContext serviceContext)
|
static DDLRecord |
DDLUtil.updateRecord(long recordId,
long recordSetId,
boolean mergeFields,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.dynamicdatalists.util.test |
|---|
| Methods in com.liferay.portlet.dynamicdatalists.util.test that return ServiceContext | |
|---|---|
static ServiceContext |
DDLRecordTestUtil.getServiceContext(int workflowAction)
|
| Uses of ServiceContext in com.liferay.portlet.dynamicdatamapping.model |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.model with parameters of type ServiceContext | |
|---|---|
void |
DDMStorageLinkWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DDMTemplateVersionWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DDMStructureVersionWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DDMContentModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DDMTemplateModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DDMTemplateWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DDMStructureModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DDMTemplateVersionModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DDMStorageLinkModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DDMStructureWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DDMContentWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DDMStructureVersionModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DDMStructureLinkWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
DDMStructureLinkModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.dynamicdatamapping.service |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type ServiceContext | |
|---|---|
DDMContent |
DDMContentLocalServiceWrapper.addContent(long userId,
long groupId,
String name,
String description,
String data,
ServiceContext serviceContext)
|
static DDMContent |
DDMContentLocalServiceUtil.addContent(long userId,
long groupId,
String name,
String description,
String data,
ServiceContext serviceContext)
|
DDMContent |
DDMContentLocalService.addContent(long userId,
long groupId,
String name,
String description,
String data,
ServiceContext serviceContext)
|
static DDMStorageLink |
DDMStorageLinkLocalServiceUtil.addStorageLink(long classNameId,
long classPK,
long structureId,
ServiceContext serviceContext)
|
DDMStorageLink |
DDMStorageLinkLocalServiceWrapper.addStorageLink(long classNameId,
long classPK,
long structureId,
ServiceContext serviceContext)
|
DDMStorageLink |
DDMStorageLinkLocalService.addStorageLink(long classNameId,
long classPK,
long structureId,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.addStructure(long userId,
long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
String storageType,
int type,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.addStructure(long userId,
long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.addStructure(long userId,
long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.addStructure(long userId,
long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
String storageType,
int type,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceWrapper.addStructure(long, long,
long, long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
static DDMStructure |
DDMStructureLocalServiceUtil.addStructure(long userId,
long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
String storageType,
int type,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceUtil.addStructure(long, long,
long, long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
DDMStructure |
DDMStructureLocalService.addStructure(long userId,
long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
String storageType,
int type,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalService.addStructure(long, long,
long, long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
DDMStructure |
DDMStructureService.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceWrapper.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceUtil.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureService.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureService.addStructure(long, long,
long, Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureLocalServiceWrapper.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceWrapper.addStructure(long, long,
long, Map, Map, DDMForm, ServiceContext) |
static DDMStructure |
DDMStructureLocalServiceUtil.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceUtil.addStructure(long, long,
long, Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureServiceWrapper.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureServiceWrapper.addStructure(long, long,
long, Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureLocalService.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalService.addStructure(long, long,
long, Map, Map, DDMForm, ServiceContext) |
static DDMStructure |
DDMStructureServiceUtil.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureServiceUtil.addStructure(long, long,
long, Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureService.addStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceWrapper.addStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
String storageType,
int type,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceUtil.addStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureService.addStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureService.addStructure(long, long,
long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
DDMStructure |
DDMStructureServiceWrapper.addStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureServiceWrapper.addStructure(long, long,
long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
static DDMStructure |
DDMStructureServiceUtil.addStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureServiceUtil.addStructure(long, long,
long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
DDMStructure |
DDMStructureService.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)
|
DDMStructure |
DDMStructureLocalServiceWrapper.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 |
DDMStructureLocalServiceUtil.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)
|
DDMStructure |
DDMStructureServiceWrapper.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)
|
DDMStructure |
DDMStructureLocalService.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 |
DDMStructureServiceUtil.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)
|
DDMStructure |
DDMStructureService.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureService.addStructure(long, long,
String, long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
DDMStructure |
DDMStructureLocalServiceWrapper.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
String storageType,
int type,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceWrapper.addStructure(long, long,
String, long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
static DDMStructure |
DDMStructureLocalServiceUtil.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
String storageType,
int type,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceUtil.addStructure(long, long,
String, long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
DDMStructure |
DDMStructureServiceWrapper.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureServiceWrapper.addStructure(long, long,
String, long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
DDMStructure |
DDMStructureLocalService.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
String storageType,
int type,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalService.addStructure(long, long,
String, long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
static DDMStructure |
DDMStructureServiceUtil.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureServiceUtil.addStructure(long, long,
String, long, String, Map, Map, DDMForm, String, int,
ServiceContext) |
DDMStructureLink |
DDMStructureLinkLocalServiceWrapper.addStructureLink(long classNameId,
long classPK,
long structureId,
ServiceContext serviceContext)
|
DDMStructureLink |
DDMStructureLinkLocalService.addStructureLink(long classNameId,
long classPK,
long structureId,
ServiceContext serviceContext)
|
static DDMStructureLink |
DDMStructureLinkLocalServiceUtil.addStructureLink(long classNameId,
long classPK,
long structureId,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateLocalServiceWrapper.addTemplate(long userId,
long groupId,
long classNameId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
Adds a template. |
DDMTemplate |
DDMTemplateLocalService.addTemplate(long userId,
long groupId,
long classNameId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
Adds a template. |
static DDMTemplate |
DDMTemplateLocalServiceUtil.addTemplate(long userId,
long groupId,
long classNameId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
Adds a template. |
DDMTemplate |
DDMTemplateLocalServiceWrapper.addTemplate(long userId,
long groupId,
long classNameId,
long classPK,
String templateKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
Adds a template with additional parameters. |
DDMTemplate |
DDMTemplateLocalService.addTemplate(long userId,
long groupId,
long classNameId,
long classPK,
String templateKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
Adds a template with additional parameters. |
static DDMTemplate |
DDMTemplateLocalServiceUtil.addTemplate(long userId,
long groupId,
long classNameId,
long classPK,
String templateKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
Adds a template with additional parameters. |
DDMTemplate |
DDMTemplateService.addTemplate(long groupId,
long classNameId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
Adds a template. |
static DDMTemplate |
DDMTemplateServiceUtil.addTemplate(long groupId,
long classNameId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
Adds a template. |
DDMTemplate |
DDMTemplateServiceWrapper.addTemplate(long groupId,
long classNameId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
Adds a template. |
DDMTemplate |
DDMTemplateService.addTemplate(long groupId,
long classNameId,
long classPK,
String templateKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
Adds a template with additional parameters. |
static DDMTemplate |
DDMTemplateServiceUtil.addTemplate(long groupId,
long classNameId,
long classPK,
String templateKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
Adds a template with additional parameters. |
DDMTemplate |
DDMTemplateServiceWrapper.addTemplate(long groupId,
long classNameId,
long classPK,
String templateKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
Adds a template with additional parameters. |
DDMStructure |
DDMStructureLocalServiceWrapper.copyStructure(long userId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
Copies a structure, creating a new structure with all the values extracted from the original one. |
static DDMStructure |
DDMStructureLocalServiceUtil.copyStructure(long userId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
Copies a structure, creating a new structure with all the values extracted from the original one. |
DDMStructure |
DDMStructureLocalService.copyStructure(long userId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
Copies a structure, creating a new structure with all the values extracted from the original one. |
DDMStructure |
DDMStructureLocalServiceWrapper.copyStructure(long userId,
long structureId,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.copyStructure(long userId,
long structureId,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.copyStructure(long userId,
long structureId,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureService.copyStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
Copies a structure, creating a new structure with all the values extracted from the original one. |
DDMStructure |
DDMStructureServiceWrapper.copyStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
Copies a structure, creating a new structure with all the values extracted from the original one. |
static DDMStructure |
DDMStructureServiceUtil.copyStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
Copies a structure, creating a new structure with all the values extracted from the original one. |
DDMStructure |
DDMStructureService.copyStructure(long structureId,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceWrapper.copyStructure(long structureId,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceUtil.copyStructure(long structureId,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateLocalServiceWrapper.copyTemplate(long userId,
long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
Copies the template, creating a new template with all the values extracted from the original one. |
DDMTemplate |
DDMTemplateLocalService.copyTemplate(long userId,
long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
Copies the template, creating a new template with all the values extracted from the original one. |
static DDMTemplate |
DDMTemplateLocalServiceUtil.copyTemplate(long userId,
long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
Copies the template, creating a new template with all the values extracted from the original one. |
DDMTemplate |
DDMTemplateLocalServiceWrapper.copyTemplate(long userId,
long templateId,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateLocalService.copyTemplate(long userId,
long templateId,
ServiceContext serviceContext)
|
static DDMTemplate |
DDMTemplateLocalServiceUtil.copyTemplate(long userId,
long templateId,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateService.copyTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
Copies the template, creating a new template with all the values extracted from the original one. |
static DDMTemplate |
DDMTemplateServiceUtil.copyTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
Copies the template, creating a new template with all the values extracted from the original one. |
DDMTemplate |
DDMTemplateServiceWrapper.copyTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
Copies the template, creating a new template with all the values extracted from the original one. |
DDMTemplate |
DDMTemplateService.copyTemplate(long templateId,
ServiceContext serviceContext)
|
static DDMTemplate |
DDMTemplateServiceUtil.copyTemplate(long templateId,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateServiceWrapper.copyTemplate(long templateId,
ServiceContext serviceContext)
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.copyTemplates(long userId,
long classNameId,
long oldClassPK,
long newClassPK,
String type,
ServiceContext serviceContext)
Copies all the templates matching the class name ID, class PK, and type. |
List<DDMTemplate> |
DDMTemplateLocalService.copyTemplates(long userId,
long classNameId,
long oldClassPK,
long newClassPK,
String type,
ServiceContext serviceContext)
Copies all the templates matching the class name ID, class PK, and type. |
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.copyTemplates(long userId,
long classNameId,
long oldClassPK,
long newClassPK,
String type,
ServiceContext serviceContext)
Copies all the templates matching the class name ID, class PK, and type. |
List<DDMTemplate> |
DDMTemplateService.copyTemplates(long classNameId,
long classPK,
long newClassPK,
String type,
ServiceContext serviceContext)
Copies all the templates matching the class name ID, class PK, and type. |
static List<DDMTemplate> |
DDMTemplateServiceUtil.copyTemplates(long classNameId,
long classPK,
long newClassPK,
String type,
ServiceContext serviceContext)
Copies all the templates matching the class name ID, class PK, and type. |
List<DDMTemplate> |
DDMTemplateServiceWrapper.copyTemplates(long classNameId,
long classPK,
long newClassPK,
String type,
ServiceContext serviceContext)
Copies all the templates matching the class name ID, class PK, and type. |
DDMContent |
DDMContentLocalServiceWrapper.updateContent(long contentId,
String name,
String description,
String data,
ServiceContext serviceContext)
|
static DDMContent |
DDMContentLocalServiceUtil.updateContent(long contentId,
String name,
String description,
String data,
ServiceContext serviceContext)
|
DDMContent |
DDMContentLocalService.updateContent(long contentId,
String name,
String description,
String data,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.updateDDMForm(long structureId,
DDMForm ddmForm,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.updateDDMForm(long structureId,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.updateDDMForm(long structureId,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureService.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceWrapper.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceUtil.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureService.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureService.updateStructure(long, long,
long, String, Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureLocalServiceWrapper.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceWrapper.updateStructure(long, long,
long, String, Map, Map, DDMForm, ServiceContext) |
static DDMStructure |
DDMStructureLocalServiceUtil.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceUtil.updateStructure(long, long,
long, String, Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureServiceWrapper.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureServiceWrapper.updateStructure(long, long,
long, String, Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureLocalService.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalService.updateStructure(long, long,
long, String, Map, Map, DDMForm, ServiceContext) |
static DDMStructure |
DDMStructureServiceUtil.updateStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureServiceUtil.updateStructure(long, long,
long, String, Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureService.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceWrapper.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceUtil.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
DDMForm ddmForm,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureService.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureService.updateStructure(long, long,
Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureLocalServiceWrapper.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceWrapper.updateStructure(long, long,
Map, Map, DDMForm, ServiceContext) |
static DDMStructure |
DDMStructureLocalServiceUtil.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalServiceUtil.updateStructure(long, long,
Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureServiceWrapper.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureServiceWrapper.updateStructure(long, long,
Map, Map, DDMForm, ServiceContext) |
DDMStructure |
DDMStructureLocalService.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureLocalService.updateStructure(long, long,
Map, Map, DDMForm, ServiceContext) |
static DDMStructure |
DDMStructureServiceUtil.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by DDMStructureServiceUtil.updateStructure(long, long,
Map, Map, DDMForm, ServiceContext) |
DDMTemplate |
DDMTemplateService.updateTemplate(long templateId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
Updates the template matching the ID. |
DDMTemplate |
DDMTemplateLocalServiceWrapper.updateTemplate(long templateId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
Updates the template matching the ID. |
DDMTemplate |
DDMTemplateLocalService.updateTemplate(long templateId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
Updates the template matching the ID. |
static DDMTemplate |
DDMTemplateServiceUtil.updateTemplate(long templateId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
Updates the template matching the ID. |
DDMTemplate |
DDMTemplateServiceWrapper.updateTemplate(long templateId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
Updates the template matching the ID. |
static DDMTemplate |
DDMTemplateLocalServiceUtil.updateTemplate(long templateId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
Updates the template matching the ID. |
DDMTemplate |
DDMTemplateService.updateTemplate(long templateId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
ServiceContext serviceContext)
Updates the template matching the ID. |
DDMTemplate |
DDMTemplateLocalServiceWrapper.updateTemplate(long templateId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
ServiceContext serviceContext)
Updates the template matching the ID. |
DDMTemplate |
DDMTemplateLocalService.updateTemplate(long templateId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
ServiceContext serviceContext)
Updates the template matching the ID. |
static DDMTemplate |
DDMTemplateServiceUtil.updateTemplate(long templateId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
ServiceContext serviceContext)
Updates the template matching the ID. |
DDMTemplate |
DDMTemplateServiceWrapper.updateTemplate(long templateId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
ServiceContext serviceContext)
Updates the template matching the ID. |
static DDMTemplate |
DDMTemplateLocalServiceUtil.updateTemplate(long templateId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
ServiceContext serviceContext)
Updates the template matching the ID. |
DDMStructure |
DDMStructureLocalServiceWrapper.updateXSD(long structureId,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateDDMForm(long, String,
ServiceContext) |
static DDMStructure |
DDMStructureLocalServiceUtil.updateXSD(long structureId,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateDDMForm(long, String,
ServiceContext) |
DDMStructure |
DDMStructureLocalService.updateXSD(long structureId,
String definition,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by #updateDDMForm(long, String,
ServiceContext) |
| Uses of ServiceContext in com.liferay.portlet.dynamicdatamapping.service.persistence |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.service.persistence with parameters of type ServiceContext | |
|---|---|
static DDMContent |
DDMContentUtil.update(DDMContent ddmContent,
ServiceContext serviceContext)
|
static DDMStorageLink |
DDMStorageLinkUtil.update(DDMStorageLink ddmStorageLink,
ServiceContext serviceContext)
|
static DDMStructureLink |
DDMStructureLinkUtil.update(DDMStructureLink ddmStructureLink,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureUtil.update(DDMStructure ddmStructure,
ServiceContext serviceContext)
|
static DDMStructureVersion |
DDMStructureVersionUtil.update(DDMStructureVersion ddmStructureVersion,
ServiceContext serviceContext)
|
static DDMTemplate |
DDMTemplateUtil.update(DDMTemplate ddmTemplate,
ServiceContext serviceContext)
|
static DDMTemplateVersion |
DDMTemplateVersionUtil.update(DDMTemplateVersion ddmTemplateVersion,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.dynamicdatamapping.storage |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.storage with parameters of type ServiceContext | |
|---|---|
static long |
StorageEngineUtil.create(long companyId,
long ddmStructureId,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
long |
BaseStorageAdapter.create(long companyId,
long ddmStructureId,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
long |
StorageAdapter.create(long companyId,
long ddmStructureId,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
static long |
StorageEngineUtil.create(long companyId,
long ddmStructureId,
Fields fields,
ServiceContext serviceContext)
|
long |
BaseStorageAdapter.create(long companyId,
long ddmStructureId,
Fields fields,
ServiceContext serviceContext)
|
long |
StorageAdapter.create(long companyId,
long ddmStructureId,
Fields fields,
ServiceContext serviceContext)
|
protected long |
BaseStorageAdapter.doCreate(long companyId,
long ddmStructureId,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
protected abstract long |
BaseStorageAdapter.doCreate(long companyId,
long ddmStructureId,
Fields fields,
ServiceContext serviceContext)
|
protected void |
BaseStorageAdapter.doUpdate(long classPK,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
protected abstract void |
BaseStorageAdapter.doUpdate(long classPK,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext)
|
protected void |
BaseStorageAdapter.transformDDMFormValues(DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
protected Fields |
BaseStorageAdapter.transformFields(long ddmStructureId,
Fields fields,
ServiceContext serviceContext)
|
static void |
StorageEngineUtil.update(long classPK,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
void |
BaseStorageAdapter.update(long classPK,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
void |
StorageAdapter.update(long classPK,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
static void |
StorageEngineUtil.update(long classPK,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext)
|
void |
BaseStorageAdapter.update(long classPK,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext)
|
void |
StorageAdapter.update(long classPK,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext)
|
static void |
StorageEngineUtil.update(long classPK,
Fields fields,
ServiceContext serviceContext)
|
void |
BaseStorageAdapter.update(long classPK,
Fields fields,
ServiceContext serviceContext)
|
void |
StorageAdapter.update(long classPK,
Fields fields,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.dynamicdatamapping.util |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type ServiceContext | |
|---|---|
static DDMDisplay |
DDMUtil.getDDMDisplay(ServiceContext serviceContext)
|
DDMDisplay |
DDM.getDDMDisplay(ServiceContext serviceContext)
|
static Fields |
DDMUtil.getFields(long ddmStructureId,
long ddmTemplateId,
ServiceContext serviceContext)
|
Fields |
DDM.getFields(long ddmStructureId,
long ddmTemplateId,
ServiceContext serviceContext)
|
static Fields |
DDMUtil.getFields(long ddmStructureId,
long ddmTemplateId,
String fieldNamespace,
ServiceContext serviceContext)
|
Fields |
DDM.getFields(long ddmStructureId,
long ddmTemplateId,
String fieldNamespace,
ServiceContext serviceContext)
|
static Fields |
DDMUtil.getFields(long ddmStructureId,
ServiceContext serviceContext)
|
Fields |
DDM.getFields(long ddmStructureId,
ServiceContext serviceContext)
|
static Fields |
DDMUtil.getFields(long ddmStructureId,
String fieldNamespace,
ServiceContext serviceContext)
|
Fields |
DDM.getFields(long ddmStructureId,
String fieldNamespace,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.dynamicdatamapping.util.test |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.util.test with parameters of type ServiceContext | |
|---|---|
static DDMStructure |
DDMStructureTestUtil.addStructure(long groupId,
String className,
long parentStructureId,
String definition,
Locale defaultLocale,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.expando.model |
|---|
| Methods in com.liferay.portlet.expando.model with parameters of type ServiceContext | |
|---|---|
void |
ExpandoBridge.setAttributes(ServiceContext serviceContext)
|
void |
ExpandoBridge.setAttributes(ServiceContext serviceContext,
boolean secure)
|
void |
ExpandoValueModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ExpandoValueWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ExpandoTableWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ExpandoRowModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ExpandoColumnModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ExpandoTableModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ExpandoColumnWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ExpandoRowWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.expando.service.persistence |
|---|
| Methods in com.liferay.portlet.expando.service.persistence with parameters of type ServiceContext | |
|---|---|
static ExpandoColumn |
ExpandoColumnUtil.update(ExpandoColumn expandoColumn,
ServiceContext serviceContext)
|
static ExpandoRow |
ExpandoRowUtil.update(ExpandoRow expandoRow,
ServiceContext serviceContext)
|
static ExpandoTable |
ExpandoTableUtil.update(ExpandoTable expandoTable,
ServiceContext serviceContext)
|
static ExpandoValue |
ExpandoValueUtil.update(ExpandoValue expandoValue,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.flags.messaging |
|---|
| Methods in com.liferay.portlet.flags.messaging that return ServiceContext | |
|---|---|
ServiceContext |
FlagsRequest.getServiceContext()
|
| Methods in com.liferay.portlet.flags.messaging with parameters of type ServiceContext | |
|---|---|
void |
FlagsRequest.setServiceContext(ServiceContext serviceContext)
|
| Constructors in com.liferay.portlet.flags.messaging with parameters of type ServiceContext | |
|---|---|
FlagsRequest(String className,
long classPK,
String reporterEmailAddress,
long reportedUserId,
String contentTitle,
String contentURL,
String reason,
ServiceContext serviceContext)
|
|
| Uses of ServiceContext in com.liferay.portlet.flags.service |
|---|
| Methods in com.liferay.portlet.flags.service with parameters of type ServiceContext | |
|---|---|
static void |
FlagsEntryServiceUtil.addEntry(String className,
long classPK,
String reporterEmailAddress,
long reportedUserId,
String contentTitle,
String contentURL,
String reason,
ServiceContext serviceContext)
|
void |
FlagsEntryServiceWrapper.addEntry(String className,
long classPK,
String reporterEmailAddress,
long reportedUserId,
String contentTitle,
String contentURL,
String reason,
ServiceContext serviceContext)
|
void |
FlagsEntryService.addEntry(String className,
long classPK,
String reporterEmailAddress,
long reportedUserId,
String contentTitle,
String contentURL,
String reason,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.journal.model |
|---|
| Methods in com.liferay.portlet.journal.model with parameters of type ServiceContext | |
|---|---|
void |
JournalFolderModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
JournalArticleImageModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
JournalFolderWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
JournalContentSearchModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
JournalArticleImageWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
JournalArticleWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
JournalArticleResourceModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
JournalFeedModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
JournalArticleModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
JournalArticleResourceWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
JournalFeedWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
JournalContentSearchWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.journal.service |
|---|
| Methods in com.liferay.portlet.journal.service with parameters of type ServiceContext | |
|---|---|
static JournalArticle |
JournalArticleLocalServiceUtil.addArticle(long userId,
long groupId,
long folderId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String ddmStructureKey,
String ddmTemplateKey,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
Adds a web content article with additional parameters. |
JournalArticle |
JournalArticleLocalServiceWrapper.addArticle(long userId,
long groupId,
long folderId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String ddmStructureKey,
String ddmTemplateKey,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
Adds a web content article with additional parameters. |
JournalArticle |
JournalArticleLocalService.addArticle(long userId,
long groupId,
long folderId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String ddmStructureKey,
String ddmTemplateKey,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
Adds a web content article with additional parameters. |
static JournalArticle |
JournalArticleServiceUtil.addArticle(long groupId,
long folderId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String ddmStructureKey,
String ddmTemplateKey,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
Adds a web content article with additional parameters. |
JournalArticle |
JournalArticleService.addArticle(long groupId,
long folderId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String ddmStructureKey,
String ddmTemplateKey,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
Adds a web content article with additional parameters. |
JournalArticle |
JournalArticleServiceWrapper.addArticle(long groupId,
long folderId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String ddmStructureKey,
String ddmTemplateKey,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
Adds a web content article with additional parameters. |
static JournalArticle |
JournalArticleServiceUtil.addArticle(long groupId,
long folderId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String ddmStructureKey,
String ddmTemplateKey,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
String articleURL,
ServiceContext serviceContext)
Adds a web content article without any images. |
JournalArticle |
JournalArticleService.addArticle(long groupId,
long folderId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String ddmStructureKey,
String ddmTemplateKey,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
String articleURL,
ServiceContext serviceContext)
Adds a web content article without any images. |
JournalArticle |
JournalArticleServiceWrapper.addArticle(long groupId,
long folderId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String ddmStructureKey,
String ddmTemplateKey,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
String articleURL,
ServiceContext serviceContext)
Adds a web content article without any images. |
static JournalArticle |
JournalArticleLocalServiceUtil.addArticle(long userId,
long groupId,
long folderId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String ddmStructureKey,
String ddmTemplateKey,
ServiceContext serviceContext)
Adds a web content article. |
JournalArticle |
JournalArticleLocalServiceWrapper.addArticle(long userId,
long groupId,
long folderId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String ddmStructureKey,
String ddmTemplateKey,
ServiceContext serviceContext)
Adds a web content article. |
JournalArticle |
JournalArticleLocalService.addArticle(long userId,
long groupId,
long folderId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String ddmStructureKey,
String ddmTemplateKey,
ServiceContext serviceContext)
Adds a web content article. |
JournalFeed |
JournalFeedLocalService.addFeed(long userId,
long groupId,
String feedId,
boolean autoFeedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedFormat,
double feedVersion,
ServiceContext serviceContext)
|
static JournalFeed |
JournalFeedLocalServiceUtil.addFeed(long userId,
long groupId,
String feedId,
boolean autoFeedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedFormat,
double feedVersion,
ServiceContext serviceContext)
|
JournalFeed |
JournalFeedLocalServiceWrapper.addFeed(long userId,
long groupId,
String feedId,
boolean autoFeedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedFormat,
double feedVersion,
ServiceContext serviceContext)
|
JournalFeed |
JournalFeedServiceWrapper.addFeed(long groupId,
String feedId,
boolean autoFeedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedType,
double feedVersion,
ServiceContext serviceContext)
|
JournalFeed |
JournalFeedService.addFeed(long groupId,
String feedId,
boolean autoFeedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedType,
double feedVersion,
ServiceContext serviceContext)
|
static JournalFeed |
JournalFeedServiceUtil.addFeed(long groupId,
String feedId,
boolean autoFeedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedType,
double feedVersion,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalService.addFolder(long userId,
long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalServiceWrapper.addFolder(long userId,
long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderLocalServiceUtil.addFolder(long userId,
long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderService.addFolder(long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceWrapper.addFolder(long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderServiceUtil.addFolder(long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleLocalServiceUtil.deleteArticle(JournalArticle article,
String articleURL,
ServiceContext serviceContext)
Deletes the web content article and its resources, optionally sending email notifying denial of the article if it had not yet been approved. |
JournalArticle |
JournalArticleLocalServiceWrapper.deleteArticle(JournalArticle article,
String articleURL,
ServiceContext serviceContext)
Deletes the web content article and its resources, optionally sending email notifying denial of the article if it had not yet been approved. |
JournalArticle |
JournalArticleLocalService.deleteArticle(JournalArticle article,
String articleURL,
ServiceContext serviceContext)
Deletes the web content article and its resources, optionally sending email notifying denial of the article if it had not yet been approved. |
static JournalArticle |
JournalArticleLocalServiceUtil.deleteArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
Deletes the web content article and its resources matching the group, article ID, and version, optionally sending email notifying denial of the web content article if it had not yet been approved. |
static void |
JournalArticleServiceUtil.deleteArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
Deletes the web content article and its resources matching the group, article ID, and version, optionally sending email notifying denial of the web content article if it had not yet been approved. |
void |
JournalArticleService.deleteArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
Deletes the web content article and its resources matching the group, article ID, and version, optionally sending email notifying denial of the web content article if it had not yet been approved. |
JournalArticle |
JournalArticleLocalServiceWrapper.deleteArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
Deletes the web content article and its resources matching the group, article ID, and version, optionally sending email notifying denial of the web content article if it had not yet been approved. |
JournalArticle |
JournalArticleLocalService.deleteArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
Deletes the web content article and its resources matching the group, article ID, and version, optionally sending email notifying denial of the web content article if it had not yet been approved. |
void |
JournalArticleServiceWrapper.deleteArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
Deletes the web content article and its resources matching the group, article ID, and version, optionally sending email notifying denial of the web content article if it had not yet been approved. |
static void |
JournalArticleLocalServiceUtil.deleteArticle(long groupId,
String articleId,
ServiceContext serviceContext)
Deletes all web content articles and their resources matching the group and article ID, optionally sending email notifying denial of article if it had not yet been approved. |
void |
JournalArticleLocalServiceWrapper.deleteArticle(long groupId,
String articleId,
ServiceContext serviceContext)
Deletes all web content articles and their resources matching the group and article ID, optionally sending email notifying denial of article if it had not yet been approved. |
void |
JournalArticleLocalService.deleteArticle(long groupId,
String articleId,
ServiceContext serviceContext)
Deletes all web content articles and their resources matching the group and article ID, optionally sending email notifying denial of article if it had not yet been approved. |
static void |
JournalArticleServiceUtil.deleteArticle(long groupId,
String articleId,
String articleURL,
ServiceContext serviceContext)
Deletes all web content articles and their resources matching the group and article ID, optionally sending email notifying denial of article if it had not yet been approved. |
void |
JournalArticleService.deleteArticle(long groupId,
String articleId,
String articleURL,
ServiceContext serviceContext)
Deletes all web content articles and their resources matching the group and article ID, optionally sending email notifying denial of article if it had not yet been approved. |
void |
JournalArticleServiceWrapper.deleteArticle(long groupId,
String articleId,
String articleURL,
ServiceContext serviceContext)
Deletes all web content articles and their resources matching the group and article ID, optionally sending email notifying denial of article if it had not yet been approved. |
static JournalArticle |
JournalArticleLocalServiceUtil.expireArticle(long userId,
long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
Expires the web content article matching the group, article ID, and version. |
JournalArticle |
JournalArticleLocalServiceWrapper.expireArticle(long userId,
long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
Expires the web content article matching the group, article ID, and version. |
JournalArticle |
JournalArticleLocalService.expireArticle(long userId,
long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
Expires the web content article matching the group, article ID, and version. |
static void |
JournalArticleLocalServiceUtil.expireArticle(long userId,
long groupId,
String articleId,
String articleURL,
ServiceContext serviceContext)
Expires the web content article matching the group and article ID, expiring all of its versions if the journal.article.expire.all.versions portal property is
true, otherwise expiring only its latest approved version. |
void |
JournalArticleLocalServiceWrapper.expireArticle(long userId,
long groupId,
String articleId,
String articleURL,
ServiceContext serviceContext)
Expires the web content article matching the group and article ID, expiring all of its versions if the journal.article.expire.all.versions portal property is
true, otherwise expiring only its latest approved version. |
void |
JournalArticleLocalService.expireArticle(long userId,
long groupId,
String articleId,
String articleURL,
ServiceContext serviceContext)
Expires the web content article matching the group and article ID, expiring all of its versions if the journal.article.expire.all.versions portal property is
true, otherwise expiring only its latest approved version. |
static JournalArticle |
JournalArticleServiceUtil.expireArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
Expires the web content article matching the group, article ID, and version. |
JournalArticle |
JournalArticleService.expireArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
Expires the web content article matching the group, article ID, and version. |
JournalArticle |
JournalArticleServiceWrapper.expireArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
Expires the web content article matching the group, article ID, and version. |
static void |
JournalArticleServiceUtil.expireArticle(long groupId,
String articleId,
String articleURL,
ServiceContext serviceContext)
Expires the web content article matching the group and article ID, expiring all of its versions if the journal.article.expire.all.versions portal property is
true, otherwise expiring only its latest approved version. |
void |
JournalArticleService.expireArticle(long groupId,
String articleId,
String articleURL,
ServiceContext serviceContext)
Expires the web content article matching the group and article ID, expiring all of its versions if the journal.article.expire.all.versions portal property is
true, otherwise expiring only its latest approved version. |
void |
JournalArticleServiceWrapper.expireArticle(long groupId,
String articleId,
String articleURL,
ServiceContext serviceContext)
Expires the web content article matching the group and article ID, expiring all of its versions if the journal.article.expire.all.versions portal property is
true, otherwise expiring only its latest approved version. |
static JournalArticle |
JournalArticleLocalServiceUtil.moveArticleFromTrash(long userId,
long groupId,
JournalArticle article,
long newFolderId,
ServiceContext serviceContext)
Moves the web content article from the Recycle Bin to a new folder. |
JournalArticle |
JournalArticleLocalServiceWrapper.moveArticleFromTrash(long userId,
long groupId,
JournalArticle article,
long newFolderId,
ServiceContext serviceContext)
Moves the web content article from the Recycle Bin to a new folder. |
JournalArticle |
JournalArticleLocalService.moveArticleFromTrash(long userId,
long groupId,
JournalArticle article,
long newFolderId,
ServiceContext serviceContext)
Moves the web content article from the Recycle Bin to a new folder. |
static JournalArticle |
JournalArticleServiceUtil.moveArticleFromTrash(long groupId,
long resourcePrimKey,
long newFolderId,
ServiceContext serviceContext)
Moves the web content article from the Recycle Bin to the folder. |
JournalArticle |
JournalArticleService.moveArticleFromTrash(long groupId,
long resourcePrimKey,
long newFolderId,
ServiceContext serviceContext)
Moves the web content article from the Recycle Bin to the folder. |
JournalArticle |
JournalArticleServiceWrapper.moveArticleFromTrash(long groupId,
long resourcePrimKey,
long newFolderId,
ServiceContext serviceContext)
Moves the web content article from the Recycle Bin to the folder. |
static JournalArticle |
JournalArticleServiceUtil.moveArticleFromTrash(long groupId,
String articleId,
long newFolderId,
ServiceContext serviceContext)
Moves the web content article from the Recycle Bin to the folder. |
JournalArticle |
JournalArticleService.moveArticleFromTrash(long groupId,
String articleId,
long newFolderId,
ServiceContext serviceContext)
Moves the web content article from the Recycle Bin to the folder. |
JournalArticle |
JournalArticleServiceWrapper.moveArticleFromTrash(long groupId,
String articleId,
long newFolderId,
ServiceContext serviceContext)
Moves the web content article from the Recycle Bin to the folder. |
JournalFolder |
JournalFolderLocalService.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderService.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalServiceWrapper.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceWrapper.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderServiceUtil.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderLocalServiceUtil.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalService.moveFolderFromTrash(long userId,
long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalServiceWrapper.moveFolderFromTrash(long userId,
long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderLocalServiceUtil.moveFolderFromTrash(long userId,
long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderService.moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceWrapper.moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderServiceUtil.moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleLocalServiceUtil.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String layoutUuid,
ServiceContext serviceContext)
Updates the web content article matching the version, replacing its folder, title, description, content, and layout UUID. |
static JournalArticle |
JournalArticleServiceUtil.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String layoutUuid,
ServiceContext serviceContext)
Updates the web content article matching the version, replacing its folder, title, description, content, and layout UUID. |
JournalArticle |
JournalArticleService.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String layoutUuid,
ServiceContext serviceContext)
Updates the web content article matching the version, replacing its folder, title, description, content, and layout UUID. |
JournalArticle |
JournalArticleLocalServiceWrapper.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String layoutUuid,
ServiceContext serviceContext)
Updates the web content article matching the version, replacing its folder, title, description, content, and layout UUID. |
JournalArticle |
JournalArticleLocalService.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String layoutUuid,
ServiceContext serviceContext)
Updates the web content article matching the version, replacing its folder, title, description, content, and layout UUID. |
JournalArticle |
JournalArticleServiceWrapper.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String layoutUuid,
ServiceContext serviceContext)
Updates the web content article matching the version, replacing its folder, title, description, content, and layout UUID. |
static JournalArticle |
JournalArticleLocalServiceUtil.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String ddmStructureKey,
String ddmTemplateKey,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
Updates the web content article with additional parameters. |
JournalArticle |
JournalArticleLocalServiceWrapper.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String ddmStructureKey,
String ddmTemplateKey,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
Updates the web content article with additional parameters. |
JournalArticle |
JournalArticleLocalService.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String ddmStructureKey,
String ddmTemplateKey,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
Updates the web content article with additional parameters. |
static JournalArticle |
JournalArticleLocalServiceUtil.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
String content,
ServiceContext serviceContext)
Updates the web content article matching the version, replacing its folder and content. |
JournalArticle |
JournalArticleLocalServiceWrapper.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
String content,
ServiceContext serviceContext)
Updates the web content article matching the version, replacing its folder and content. |
JournalArticle |
JournalArticleLocalService.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
String content,
ServiceContext serviceContext)
Updates the web content article matching the version, replacing its folder and content. |
static JournalArticle |
JournalArticleServiceUtil.updateArticle(long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String ddmStructureKey,
String ddmTemplateKey,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
Updates the web content article with additional parameters. |
JournalArticle |
JournalArticleService.updateArticle(long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String ddmStructureKey,
String ddmTemplateKey,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
Updates the web content article with additional parameters. |
JournalArticle |
JournalArticleServiceWrapper.updateArticle(long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String ddmStructureKey,
String ddmTemplateKey,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
Updates the web content article with additional parameters. |
static JournalArticle |
JournalArticleServiceUtil.updateArticle(long groupId,
long folderId,
String articleId,
double version,
String content,
ServiceContext serviceContext)
Updates the web content article matching the version, replacing its folder and content. |
JournalArticle |
JournalArticleService.updateArticle(long groupId,
long folderId,
String articleId,
double version,
String content,
ServiceContext serviceContext)
Updates the web content article matching the version, replacing its folder and content. |
JournalArticle |
JournalArticleServiceWrapper.updateArticle(long groupId,
long folderId,
String articleId,
double version,
String content,
ServiceContext serviceContext)
Updates the web content article matching the version, replacing its folder and content. |
static JournalArticle |
JournalArticleLocalServiceUtil.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images,
ServiceContext serviceContext)
Updates the translation of the web content article. |
static JournalArticle |
JournalArticleServiceUtil.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images,
ServiceContext serviceContext)
Updates the translation of the web content article. |
JournalArticle |
JournalArticleService.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images,
ServiceContext serviceContext)
Updates the translation of the web content article. |
JournalArticle |
JournalArticleLocalServiceWrapper.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images,
ServiceContext serviceContext)
Updates the translation of the web content article. |
JournalArticle |
JournalArticleLocalService.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images,
ServiceContext serviceContext)
Updates the translation of the web content article. |
JournalArticle |
JournalArticleServiceWrapper.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images,
ServiceContext serviceContext)
Updates the translation of the web content article. |
JournalFeed |
JournalFeedLocalService.updateFeed(long groupId,
String feedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedFormat,
double feedVersion,
ServiceContext serviceContext)
|
JournalFeed |
JournalFeedServiceWrapper.updateFeed(long groupId,
String feedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedType,
double feedVersion,
ServiceContext serviceContext)
|
static JournalFeed |
JournalFeedLocalServiceUtil.updateFeed(long groupId,
String feedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedFormat,
double feedVersion,
ServiceContext serviceContext)
|
JournalFeed |
JournalFeedLocalServiceWrapper.updateFeed(long groupId,
String feedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedFormat,
double feedVersion,
ServiceContext serviceContext)
|
JournalFeed |
JournalFeedService.updateFeed(long groupId,
String feedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedType,
double feedVersion,
ServiceContext serviceContext)
|
static JournalFeed |
JournalFeedServiceUtil.updateFeed(long groupId,
String feedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedType,
double feedVersion,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalService.updateFolder(long userId,
long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalServiceWrapper.updateFolder(long userId,
long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderLocalServiceUtil.updateFolder(long userId,
long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalService.updateFolder(long userId,
long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalServiceWrapper.updateFolder(long userId,
long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderLocalServiceUtil.updateFolder(long userId,
long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderService.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceWrapper.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderServiceUtil.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderService.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceWrapper.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderServiceUtil.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleLocalServiceUtil.updateStatus(long userId,
JournalArticle article,
int status,
String articleURL,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
Updates the workflow status of the web content article. |
JournalArticle |
JournalArticleLocalServiceWrapper.updateStatus(long userId,
JournalArticle article,
int status,
String articleURL,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
Updates the workflow status of the web content article. |
JournalArticle |
JournalArticleLocalService.updateStatus(long userId,
JournalArticle article,
int status,
String articleURL,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
Updates the workflow status of the web content article. |
static JournalArticle |
JournalArticleLocalServiceUtil.updateStatus(long userId,
long classPK,
int status,
Map<String,Serializable> workflowContext,
ServiceContext serviceContext)
Updates the workflow status of the web content article matching the class PK. |
JournalArticle |
JournalArticleLocalServiceWrapper.updateStatus(long userId,
long classPK,
int status,
Map<String,Serializable> workflowContext,
ServiceContext serviceContext)
Updates the workflow status of the web content article matching the class PK. |
JournalArticle |
JournalArticleLocalService.updateStatus(long userId,
long classPK,
int status,
Map<String,Serializable> workflowContext,
ServiceContext serviceContext)
Updates the workflow status of the web content article matching the class PK. |
static JournalArticle |
JournalArticleLocalServiceUtil.updateStatus(long userId,
long groupId,
String articleId,
double version,
int status,
String articleURL,
Map<String,Serializable> workflowContext,
ServiceContext serviceContext)
Updates the workflow status of the web content article matching the group, article ID, and version. |
JournalArticle |
JournalArticleLocalServiceWrapper.updateStatus(long userId,
long groupId,
String articleId,
double version,
int status,
String articleURL,
Map<String,Serializable> workflowContext,
ServiceContext serviceContext)
Updates the workflow status of the web content article matching the group, article ID, and version. |
JournalArticle |
JournalArticleLocalService.updateStatus(long userId,
long groupId,
String articleId,
double version,
int status,
String articleURL,
Map<String,Serializable> workflowContext,
ServiceContext serviceContext)
Updates the workflow status of the web content article matching the group, article ID, and version. |
static JournalArticle |
JournalArticleServiceUtil.updateStatus(long groupId,
String articleId,
double version,
int status,
String articleURL,
ServiceContext serviceContext)
Updates the workflow status of the web content article matching the group, article ID, and version. |
JournalArticle |
JournalArticleService.updateStatus(long groupId,
String articleId,
double version,
int status,
String articleURL,
ServiceContext serviceContext)
Updates the workflow status of the web content article matching the group, article ID, and version. |
JournalArticle |
JournalArticleServiceWrapper.updateStatus(long groupId,
String articleId,
double version,
int status,
String articleURL,
ServiceContext serviceContext)
Updates the workflow status of the web content article matching the group, article ID, and version. |
| Uses of ServiceContext in com.liferay.portlet.journal.service.persistence |
|---|
| Methods in com.liferay.portlet.journal.service.persistence with parameters of type ServiceContext | |
|---|---|
static JournalArticleImage |
JournalArticleImageUtil.update(JournalArticleImage journalArticleImage,
ServiceContext serviceContext)
|
static JournalArticleResource |
JournalArticleResourceUtil.update(JournalArticleResource journalArticleResource,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleUtil.update(JournalArticle journalArticle,
ServiceContext serviceContext)
|
static JournalContentSearch |
JournalContentSearchUtil.update(JournalContentSearch journalContentSearch,
ServiceContext serviceContext)
|
static JournalFeed |
JournalFeedUtil.update(JournalFeed journalFeed,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderUtil.update(JournalFolder journalFolder,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.journal.util.test |
|---|
| Methods in com.liferay.portlet.journal.util.test with parameters of type ServiceContext | |
|---|---|
static JournalArticle |
JournalTestUtil.addArticle(long groupId,
long folderId,
long classNameId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
Map<Locale,String> contentMap,
Locale defaultLocale,
boolean workflowEnabled,
boolean approved,
ServiceContext serviceContext)
|
static JournalArticle |
JournalTestUtil.addArticle(long groupId,
long folderId,
long classNameId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
Map<Locale,String> contentMap,
Locale defaultLocale,
Date expirationDate,
boolean workflowEnabled,
boolean approved,
ServiceContext serviceContext)
|
static JournalArticle |
JournalTestUtil.addArticle(long groupId,
long folderId,
long classNameId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
Map<Locale,String> contentMap,
String layoutUuid,
Locale defaultLocale,
Date expirationDate,
boolean workflowEnabled,
boolean approved,
ServiceContext serviceContext)
|
static JournalArticle |
JournalTestUtil.addArticle(long groupId,
long folderId,
long classNameId,
String title,
String description,
String content,
Locale defaultLocale,
boolean workflowEnabled,
boolean approved,
ServiceContext serviceContext)
|
static JournalArticle |
JournalTestUtil.addArticle(long groupId,
long folderId,
long classNameId,
String title,
String description,
String content,
Locale defaultLocale,
Date expirationDate,
boolean workflowEnabled,
boolean approved,
ServiceContext serviceContext)
|
static JournalArticle |
JournalTestUtil.addArticle(long groupId,
String title,
String content,
Date expirationDate,
ServiceContext serviceContext)
|
static JournalArticle |
JournalTestUtil.addArticle(long groupId,
String title,
String content,
ServiceContext serviceContext)
|
static JournalArticle |
JournalTestUtil.addArticleWithWorkflow(long groupId,
long folderId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
Map<Locale,String> contentMap,
boolean workflowEnabled,
boolean approved,
ServiceContext serviceContext)
|
static JournalArticle |
JournalTestUtil.addArticleWithWorkflow(long groupId,
long folderId,
String title,
String content,
boolean approved,
ServiceContext serviceContext)
|
static JournalArticle |
JournalTestUtil.addArticleWithXMLContent(long folderId,
long classNameId,
String xml,
String ddmStructureKey,
String ddmTemplateKey,
Locale defaultLocale,
Map<String,byte[]> images,
ServiceContext serviceContext)
|
static JournalArticle |
JournalTestUtil.addArticleWithXMLContent(long folderId,
long classNameId,
String xml,
String ddmStructureKey,
String ddmTemplateKey,
Locale defaultLocale,
ServiceContext serviceContext)
|
static JournalArticle |
JournalTestUtil.addArticleWithXMLContent(long parentFolderId,
String xml,
String ddmStructureKey,
String ddmTemplateKey,
Map<String,byte[]> images,
ServiceContext serviceContext)
|
static JournalArticle |
JournalTestUtil.addArticleWithXMLContent(long parentFolderId,
String xml,
String ddmStructureKey,
String ddmTemplateKey,
ServiceContext serviceContext)
|
static JournalArticle |
JournalTestUtil.addArticleWithXMLContent(String xml,
String ddmStructureKey,
String ddmTemplateKey,
ServiceContext serviceContext)
|
static JournalFolder |
JournalTestUtil.addFolder(long parentFolderId,
String name,
ServiceContext serviceContext)
|
static JournalArticle |
JournalTestUtil.updateArticle(JournalArticle article,
String title,
String content,
boolean workflowEnabled,
boolean approved,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.messageboards.model |
|---|
| Uses of ServiceContext in com.liferay.portlet.messageboards.service |
|---|
| Methods in com.liferay.portlet.messageboards.service with parameters of type ServiceContext | |
|---|---|
static MBBan |
MBBanLocalServiceUtil.addBan(long userId,
long banUserId,
ServiceContext serviceContext)
|
MBBan |
MBBanLocalServiceWrapper.addBan(long userId,
long banUserId,
ServiceContext serviceContext)
|
MBBan |
MBBanLocalService.addBan(long userId,
long banUserId,
ServiceContext serviceContext)
|
static MBBan |
MBBanServiceUtil.addBan(long banUserId,
ServiceContext serviceContext)
|
MBBan |
MBBanServiceWrapper.addBan(long banUserId,
ServiceContext serviceContext)
|
MBBan |
MBBanService.addBan(long banUserId,
ServiceContext serviceContext)
|
static MBCategory |
MBCategoryLocalServiceUtil.addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
static MBCategory |
MBCategoryServiceUtil.addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryLocalService.addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryServiceWrapper.addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryService.addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryLocalServiceWrapper.addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
static MBCategory |
MBCategoryLocalServiceUtil.addCategory(long userId,
long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean mailingListActive,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryLocalService.addCategory(long userId,
long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean mailingListActive,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryLocalServiceWrapper.addCategory(long userId,
long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean mailingListActive,
ServiceContext serviceContext)
|
static MBCategory |
MBCategoryServiceUtil.addCategory(long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean mailingListActive,
boolean allowAnonymousEmail,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryServiceWrapper.addCategory(long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean mailingListActive,
boolean allowAnonymousEmail,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryService.addCategory(long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean mailingListActive,
boolean allowAnonymousEmail,
ServiceContext serviceContext)
|
MBDiscussion |
MBDiscussionLocalServiceWrapper.addDiscussion(long userId,
long groupId,
long classNameId,
long classPK,
long threadId,
ServiceContext serviceContext)
|
static MBDiscussion |
MBDiscussionLocalServiceUtil.addDiscussion(long userId,
long groupId,
long classNameId,
long classPK,
long threadId,
ServiceContext serviceContext)
|
MBDiscussion |
MBDiscussionLocalService.addDiscussion(long userId,
long groupId,
long classNameId,
long classPK,
long threadId,
ServiceContext serviceContext)
|
MBDiscussion |
MBDiscussionLocalServiceWrapper.addDiscussion(long userId,
long classNameId,
long classPK,
long threadId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by MBDiscussionLocalServiceWrapper.addDiscussion(long, long,
long, long, long, ServiceContext) |
static MBDiscussion |
MBDiscussionLocalServiceUtil.addDiscussion(long userId,
long classNameId,
long classPK,
long threadId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by MBDiscussionLocalServiceUtil.addDiscussion(long, long,
long, long, long, ServiceContext) |
MBDiscussion |
MBDiscussionLocalService.addDiscussion(long userId,
long classNameId,
long classPK,
long threadId,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by MBDiscussionLocalService.addDiscussion(long, long,
long, long, long, ServiceContext) |
static MBMessage |
MBMessageServiceUtil.addDiscussionMessage(long groupId,
String className,
long classPK,
String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long threadId,
long parentMessageId,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
MBMessageServiceWrapper.addDiscussionMessage(long groupId,
String className,
long classPK,
String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long threadId,
long parentMessageId,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
MBMessageService.addDiscussionMessage(long groupId,
String className,
long classPK,
String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long threadId,
long parentMessageId,
String subject,
String body,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageLocalServiceUtil.addDiscussionMessage(long userId,
String userName,
long groupId,
String className,
long classPK,
long threadId,
long parentMessageId,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalService.addDiscussionMessage(long userId,
String userName,
long groupId,
String className,
long classPK,
long threadId,
long parentMessageId,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalServiceWrapper.addDiscussionMessage(long userId,
String userName,
long groupId,
String className,
long classPK,
long threadId,
long parentMessageId,
String subject,
String body,
ServiceContext serviceContext)
|
static MBMailingList |
MBMailingListLocalServiceUtil.addMailingList(long userId,
long groupId,
long categoryId,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean active,
ServiceContext serviceContext)
|
MBMailingList |
MBMailingListLocalServiceWrapper.addMailingList(long userId,
long groupId,
long categoryId,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean active,
ServiceContext serviceContext)
|
MBMailingList |
MBMailingListLocalService.addMailingList(long userId,
long groupId,
long categoryId,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean active,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageServiceUtil.addMessage(long groupId,
long categoryId,
long threadId,
long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by MBMessageServiceUtil.addMessage(long, String,
String, String, java.util.List, boolean, double, boolean,
com.liferay.portal.service.ServiceContext) |
MBMessage |
MBMessageServiceWrapper.addMessage(long groupId,
long categoryId,
long threadId,
long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by MBMessageServiceWrapper.addMessage(long, String,
String, String, java.util.List, boolean, double, boolean,
com.liferay.portal.service.ServiceContext) |
MBMessage |
MBMessageService.addMessage(long groupId,
long categoryId,
long threadId,
long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by MBMessageService.addMessage(long, String,
String, String, java.util.List, boolean, double, boolean,
com.liferay.portal.service.ServiceContext) |
static MBMessage |
MBMessageServiceUtil.addMessage(long groupId,
long categoryId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
MBMessageServiceWrapper.addMessage(long groupId,
long categoryId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
MBMessageService.addMessage(long groupId,
long categoryId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageLocalServiceUtil.addMessage(long userId,
String userName,
long groupId,
long categoryId,
long threadId,
long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalService.addMessage(long userId,
String userName,
long groupId,
long categoryId,
long threadId,
long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalServiceWrapper.addMessage(long userId,
String userName,
long groupId,
long categoryId,
long threadId,
long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageLocalServiceUtil.addMessage(long userId,
String userName,
long groupId,
long categoryId,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalService.addMessage(long userId,
String userName,
long groupId,
long categoryId,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalServiceWrapper.addMessage(long userId,
String userName,
long groupId,
long categoryId,
String subject,
String body,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageLocalServiceUtil.addMessage(long userId,
String userName,
long groupId,
long categoryId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalService.addMessage(long userId,
String userName,
long groupId,
long categoryId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalServiceWrapper.addMessage(long userId,
String userName,
long groupId,
long categoryId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageLocalServiceUtil.addMessage(long userId,
String userName,
long categoryId,
String subject,
String body,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by MBMessageLocalServiceUtil.addMessage(long, String,
long, long, String, String, ServiceContext) |
MBMessage |
MBMessageLocalService.addMessage(long userId,
String userName,
long categoryId,
String subject,
String body,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by MBMessageLocalService.addMessage(long, String,
long, long, String, String, ServiceContext) |
MBMessage |
MBMessageLocalServiceWrapper.addMessage(long userId,
String userName,
long categoryId,
String subject,
String body,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by MBMessageLocalServiceWrapper.addMessage(long, String,
long, long, String, String, ServiceContext) |
static MBMessage |
MBMessageServiceUtil.addMessage(long categoryId,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
MBMessageServiceWrapper.addMessage(long categoryId,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
MBMessageService.addMessage(long categoryId,
String subject,
String body,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageServiceUtil.addMessage(long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
MBMessageServiceWrapper.addMessage(long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
MBMessageService.addMessage(long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBThread |
MBThreadLocalService.addThread(long categoryId,
MBMessage message,
ServiceContext serviceContext)
|
MBThread |
MBThreadLocalServiceWrapper.addThread(long categoryId,
MBMessage message,
ServiceContext serviceContext)
|
static MBThread |
MBThreadLocalServiceUtil.addThread(long categoryId,
MBMessage message,
ServiceContext serviceContext)
|
void |
MBThreadFlagLocalService.addThreadFlag(long userId,
MBThread thread,
ServiceContext serviceContext)
|
void |
MBThreadFlagLocalServiceWrapper.addThreadFlag(long userId,
MBThread thread,
ServiceContext serviceContext)
|
static void |
MBThreadFlagLocalServiceUtil.addThreadFlag(long userId,
MBThread thread,
ServiceContext serviceContext)
|
static void |
MBBanLocalServiceUtil.deleteBan(long banUserId,
ServiceContext serviceContext)
|
static void |
MBBanServiceUtil.deleteBan(long banUserId,
ServiceContext serviceContext)
|
void |
MBBanServiceWrapper.deleteBan(long banUserId,
ServiceContext serviceContext)
|
void |
MBBanLocalServiceWrapper.deleteBan(long banUserId,
ServiceContext serviceContext)
|
void |
MBBanLocalService.deleteBan(long banUserId,
ServiceContext serviceContext)
|
void |
MBBanService.deleteBan(long banUserId,
ServiceContext serviceContext)
|
MBThread |
MBThreadLocalService.splitThread(long messageId,
String subject,
ServiceContext serviceContext)
|
MBThread |
MBThreadLocalServiceWrapper.splitThread(long messageId,
String subject,
ServiceContext serviceContext)
|
static MBThread |
MBThreadLocalServiceUtil.splitThread(long messageId,
String subject,
ServiceContext serviceContext)
|
MBThread |
MBThreadServiceWrapper.splitThread(long messageId,
String subject,
ServiceContext serviceContext)
|
static MBThread |
MBThreadServiceUtil.splitThread(long messageId,
String subject,
ServiceContext serviceContext)
|
MBThread |
MBThreadService.splitThread(long messageId,
String subject,
ServiceContext serviceContext)
|
static MBCategory |
MBCategoryLocalServiceUtil.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean mailingListActive,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
static MBCategory |
MBCategoryServiceUtil.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean mailingListActive,
boolean allowAnonymousEmail,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryLocalService.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean mailingListActive,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryServiceWrapper.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean mailingListActive,
boolean allowAnonymousEmail,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryService.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean mailingListActive,
boolean allowAnonymousEmail,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryLocalServiceWrapper.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean mailingListActive,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageLocalServiceUtil.updateDiscussionMessage(long userId,
long messageId,
String className,
long classPK,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalService.updateDiscussionMessage(long userId,
long messageId,
String className,
long classPK,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalServiceWrapper.updateDiscussionMessage(long userId,
long messageId,
String className,
long classPK,
String subject,
String body,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageServiceUtil.updateDiscussionMessage(String className,
long classPK,
String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long messageId,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
MBMessageServiceWrapper.updateDiscussionMessage(String className,
long classPK,
String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long messageId,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
MBMessageService.updateDiscussionMessage(String className,
long classPK,
String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long messageId,
String subject,
String body,
ServiceContext serviceContext)
|
static MBMailingList |
MBMailingListLocalServiceUtil.updateMailingList(long mailingListId,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean active,
ServiceContext serviceContext)
|
MBMailingList |
MBMailingListLocalServiceWrapper.updateMailingList(long mailingListId,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean active,
ServiceContext serviceContext)
|
MBMailingList |
MBMailingListLocalService.updateMailingList(long mailingListId,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean active,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageLocalServiceUtil.updateMessage(long userId,
long messageId,
String subject,
String body,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
List<String> existingFiles,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalService.updateMessage(long userId,
long messageId,
String subject,
String body,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
List<String> existingFiles,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalServiceWrapper.updateMessage(long userId,
long messageId,
String subject,
String body,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
List<String> existingFiles,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageServiceUtil.updateMessage(long messageId,
String subject,
String body,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
List<String> existingFiles,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
MBMessageServiceWrapper.updateMessage(long messageId,
String subject,
String body,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
List<String> existingFiles,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
MBMessageService.updateMessage(long messageId,
String subject,
String body,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
List<String> existingFiles,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageLocalServiceUtil.updateStatus(long userId,
long messageId,
int status,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by MBMessageLocalServiceUtil.updateStatus(long, long,
int, ServiceContext, Map) |
MBMessage |
MBMessageLocalService.updateStatus(long userId,
long messageId,
int status,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by MBMessageLocalService.updateStatus(long, long,
int, ServiceContext, Map) |
MBMessage |
MBMessageLocalServiceWrapper.updateStatus(long userId,
long messageId,
int status,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by MBMessageLocalServiceWrapper.updateStatus(long, long,
int, ServiceContext, Map) |
static MBMessage |
MBMessageLocalServiceUtil.updateStatus(long userId,
long messageId,
int status,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
MBMessage |
MBMessageLocalService.updateStatus(long userId,
long messageId,
int status,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
MBMessage |
MBMessageLocalServiceWrapper.updateStatus(long userId,
long messageId,
int status,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
| Uses of ServiceContext in com.liferay.portlet.messageboards.service.persistence |
|---|
| Methods in com.liferay.portlet.messageboards.service.persistence with parameters of type ServiceContext | |
|---|---|
static MBBan |
MBBanUtil.update(MBBan mbBan,
ServiceContext serviceContext)
|
static MBCategory |
MBCategoryUtil.update(MBCategory mbCategory,
ServiceContext serviceContext)
|
static MBDiscussion |
MBDiscussionUtil.update(MBDiscussion mbDiscussion,
ServiceContext serviceContext)
|
static MBMailingList |
MBMailingListUtil.update(MBMailingList mbMailingList,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageUtil.update(MBMessage mbMessage,
ServiceContext serviceContext)
|
static MBStatsUser |
MBStatsUserUtil.update(MBStatsUser mbStatsUser,
ServiceContext serviceContext)
|
static MBThreadFlag |
MBThreadFlagUtil.update(MBThreadFlag mbThreadFlag,
ServiceContext serviceContext)
|
static MBThread |
MBThreadUtil.update(MBThread mbThread,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.messageboards.util.test |
|---|
| Methods in com.liferay.portlet.messageboards.util.test with parameters of type ServiceContext | |
|---|---|
static MBCategory |
MBTestUtil.addCategory(ServiceContext serviceContext)
|
static MBCategory |
MBTestUtil.addCategory(String name,
long parentCategoryId,
ServiceContext serviceContext)
|
protected static MBMessage |
MBTestUtil.addMessage(long groupId,
long categoryId,
boolean workflowEnabled,
boolean approved,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
ServiceContext serviceContext)
|
static MBMessage |
MBTestUtil.addMessage(long groupId,
long categoryId,
ServiceContext serviceContext)
|
static MBMessage |
MBTestUtil.addMessage(long groupId,
long categoryId,
String keywords,
boolean approved,
ServiceContext serviceContext)
|
protected static MBMessage |
MBTestUtil.updateStatus(MBMessage message,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.mobiledevicerules.model |
|---|
| Methods in com.liferay.portlet.mobiledevicerules.model with parameters of type ServiceContext | |
|---|---|
void |
MDRActionWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
MDRRuleGroupModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
MDRRuleModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
MDRRuleWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
MDRRuleGroupWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
MDRRuleGroupInstanceWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
MDRActionModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
MDRRuleGroupInstanceModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.mobiledevicerules.service |
|---|
| Methods in com.liferay.portlet.mobiledevicerules.service with parameters of type ServiceContext | |
|---|---|
static MDRAction |
MDRActionServiceUtil.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRAction |
MDRActionLocalServiceUtil.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRAction |
MDRActionLocalService.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRAction |
MDRActionLocalServiceWrapper.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRAction |
MDRActionServiceWrapper.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRAction |
MDRActionService.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRAction |
MDRActionServiceUtil.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
static MDRAction |
MDRActionLocalServiceUtil.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRAction |
MDRActionLocalService.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRAction |
MDRActionLocalServiceWrapper.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRAction |
MDRActionServiceWrapper.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRAction |
MDRActionService.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleServiceUtil.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleServiceWrapper.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleLocalServiceUtil.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleService.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalService.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceWrapper.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleServiceUtil.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleServiceWrapper.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettings,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleLocalServiceUtil.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleService.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalService.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceWrapper.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupServiceWrapper.addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupLocalService.addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupService.addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
static MDRRuleGroup |
MDRRuleGroupServiceUtil.addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupLocalServiceWrapper.addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
static MDRRuleGroup |
MDRRuleGroupLocalServiceUtil.addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
static MDRRuleGroupInstance |
MDRRuleGroupInstanceServiceUtil.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
int priority,
ServiceContext serviceContext)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceWrapper.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
int priority,
ServiceContext serviceContext)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceService.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
int priority,
ServiceContext serviceContext)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceServiceWrapper.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
int priority,
ServiceContext serviceContext)
|
static MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceUtil.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
int priority,
ServiceContext serviceContext)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalService.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
int priority,
ServiceContext serviceContext)
|
static MDRRuleGroupInstance |
MDRRuleGroupInstanceServiceUtil.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceWrapper.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceService.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceServiceWrapper.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
ServiceContext serviceContext)
|
static MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceUtil.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalService.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleLocalServiceUtil.copyRule(long ruleId,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalService.copyRule(long ruleId,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceWrapper.copyRule(long ruleId,
long ruleGroupId,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleLocalServiceUtil.copyRule(MDRRule rule,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalService.copyRule(MDRRule rule,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceWrapper.copyRule(MDRRule rule,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupServiceWrapper.copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupLocalService.copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupService.copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
|
static MDRRuleGroup |
MDRRuleGroupServiceUtil.copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupLocalServiceWrapper.copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
|
static MDRRuleGroup |
MDRRuleGroupLocalServiceUtil.copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupLocalService.copyRuleGroup(MDRRuleGroup ruleGroup,
long groupId,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupLocalServiceWrapper.copyRuleGroup(MDRRuleGroup ruleGroup,
long groupId,
ServiceContext serviceContext)
|
static MDRRuleGroup |
MDRRuleGroupLocalServiceUtil.copyRuleGroup(MDRRuleGroup ruleGroup,
long groupId,
ServiceContext serviceContext)
|
static MDRAction |
MDRActionServiceUtil.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRAction |
MDRActionLocalServiceUtil.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRAction |
MDRActionLocalService.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRAction |
MDRActionLocalServiceWrapper.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRAction |
MDRActionServiceWrapper.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRAction |
MDRActionService.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRAction |
MDRActionServiceUtil.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
static MDRAction |
MDRActionLocalServiceUtil.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRAction |
MDRActionLocalService.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRAction |
MDRActionLocalServiceWrapper.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRAction |
MDRActionServiceWrapper.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRAction |
MDRActionService.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleServiceUtil.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleServiceWrapper.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleLocalServiceUtil.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleService.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalService.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceWrapper.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleServiceUtil.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleServiceWrapper.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleLocalServiceUtil.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleService.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalService.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceWrapper.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupServiceWrapper.updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupLocalService.updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupService.updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
static MDRRuleGroup |
MDRRuleGroupServiceUtil.updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupLocalServiceWrapper.updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
static MDRRuleGroup |
MDRRuleGroupLocalServiceUtil.updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.mobiledevicerules.service.persistence |
|---|
| Methods in com.liferay.portlet.mobiledevicerules.service.persistence with parameters of type ServiceContext | |
|---|---|
static MDRAction |
MDRActionUtil.update(MDRAction mdrAction,
ServiceContext serviceContext)
|
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.update(MDRRuleGroupInstance mdrRuleGroupInstance,
ServiceContext serviceContext)
|
static MDRRuleGroup |
MDRRuleGroupUtil.update(MDRRuleGroup mdrRuleGroup,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleUtil.update(MDRRule mdrRule,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.passwordpoliciesadmin.util.test |
|---|
| Methods in com.liferay.portlet.passwordpoliciesadmin.util.test with parameters of type ServiceContext | |
|---|---|
static PasswordPolicy |
PasswordPolicyTestUtil.addPasswordPolicy(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.ratings.model |
|---|
| Methods in com.liferay.portlet.ratings.model with parameters of type ServiceContext | |
|---|---|
void |
RatingsEntryWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
RatingsStatsWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
RatingsEntryModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
RatingsStatsModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.ratings.service |
|---|
| Methods in com.liferay.portlet.ratings.service with parameters of type ServiceContext | |
|---|---|
static RatingsEntry |
RatingsEntryLocalServiceUtil.updateEntry(long userId,
String className,
long classPK,
double score,
ServiceContext serviceContext)
|
RatingsEntry |
RatingsEntryLocalService.updateEntry(long userId,
String className,
long classPK,
double score,
ServiceContext serviceContext)
|
RatingsEntry |
RatingsEntryLocalServiceWrapper.updateEntry(long userId,
String className,
long classPK,
double score,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.ratings.service.persistence |
|---|
| Methods in com.liferay.portlet.ratings.service.persistence with parameters of type ServiceContext | |
|---|---|
static RatingsEntry |
RatingsEntryUtil.update(RatingsEntry ratingsEntry,
ServiceContext serviceContext)
|
static RatingsStats |
RatingsStatsUtil.update(RatingsStats ratingsStats,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.shopping.model |
|---|
| Methods in com.liferay.portlet.shopping.model with parameters of type ServiceContext | |
|---|---|
void |
ShoppingItemPriceWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ShoppingItemFieldWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ShoppingOrderWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ShoppingCategoryWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ShoppingOrderItemWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ShoppingItemPriceModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ShoppingCartModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ShoppingOrderModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ShoppingItemFieldModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ShoppingItemModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ShoppingCouponWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ShoppingCategoryModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ShoppingCouponModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ShoppingCartWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ShoppingOrderItemModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
ShoppingItemWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.shopping.service |
|---|
| Methods in com.liferay.portlet.shopping.service with parameters of type ServiceContext | |
|---|---|
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
ShoppingCategory |
ShoppingCategoryLocalService.addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
ShoppingCategory |
ShoppingCategoryService.addCategory(long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
static ShoppingCategory |
ShoppingCategoryServiceUtil.addCategory(long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
ShoppingCategory |
ShoppingCategoryServiceWrapper.addCategory(long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.addCoupon(long userId,
String code,
boolean autoCode,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.addCoupon(long userId,
String code,
boolean autoCode,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
ShoppingCoupon |
ShoppingCouponLocalService.addCoupon(long userId,
String code,
boolean autoCode,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
static ShoppingCoupon |
ShoppingCouponServiceUtil.addCoupon(String code,
boolean autoCode,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
ShoppingCoupon |
ShoppingCouponServiceWrapper.addCoupon(String code,
boolean autoCode,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
ShoppingCoupon |
ShoppingCouponService.addCoupon(String code,
boolean autoCode,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
ShoppingItem |
ShoppingItemLocalServiceWrapper.addItem(long userId,
long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallImageFile,
boolean mediumImage,
String mediumImageURL,
File mediumImageFile,
boolean largeImage,
String largeImageURL,
File largeImageFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
ShoppingItem |
ShoppingItemLocalService.addItem(long userId,
long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallImageFile,
boolean mediumImage,
String mediumImageURL,
File mediumImageFile,
boolean largeImage,
String largeImageURL,
File largeImageFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
static ShoppingItem |
ShoppingItemLocalServiceUtil.addItem(long userId,
long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallImageFile,
boolean mediumImage,
String mediumImageURL,
File mediumImageFile,
boolean largeImage,
String largeImageURL,
File largeImageFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
ShoppingItem |
ShoppingItemService.addItem(long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallFile,
boolean mediumImage,
String mediumImageURL,
File mediumFile,
boolean largeImage,
String largeImageURL,
File largeFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
static ShoppingItem |
ShoppingItemServiceUtil.addItem(long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallFile,
boolean mediumImage,
String mediumImageURL,
File mediumFile,
boolean largeImage,
String largeImageURL,
File largeFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
ShoppingItem |
ShoppingItemServiceWrapper.addItem(long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallFile,
boolean mediumImage,
String mediumImageURL,
File mediumFile,
boolean largeImage,
String largeImageURL,
File largeFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
void |
ShoppingOrderService.completeOrder(long groupId,
String number,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail,
ServiceContext serviceContext)
|
void |
ShoppingOrderServiceWrapper.completeOrder(long groupId,
String number,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail,
ServiceContext serviceContext)
|
static void |
ShoppingOrderServiceUtil.completeOrder(long groupId,
String number,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail,
ServiceContext serviceContext)
|
void |
ShoppingOrderLocalServiceWrapper.completeOrder(String number,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail,
boolean updateInventory,
ServiceContext serviceContext)
|
static void |
ShoppingOrderLocalServiceUtil.completeOrder(String number,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail,
boolean updateInventory,
ServiceContext serviceContext)
|
void |
ShoppingOrderLocalService.completeOrder(String number,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail,
boolean updateInventory,
ServiceContext serviceContext)
|
void |
ShoppingOrderService.sendEmail(long groupId,
long orderId,
String emailType,
ServiceContext serviceContext)
|
void |
ShoppingOrderServiceWrapper.sendEmail(long groupId,
long orderId,
String emailType,
ServiceContext serviceContext)
|
static void |
ShoppingOrderServiceUtil.sendEmail(long groupId,
long orderId,
String emailType,
ServiceContext serviceContext)
|
void |
ShoppingOrderLocalServiceWrapper.sendEmail(long orderId,
String emailType,
ServiceContext serviceContext)
|
static void |
ShoppingOrderLocalServiceUtil.sendEmail(long orderId,
String emailType,
ServiceContext serviceContext)
|
void |
ShoppingOrderLocalService.sendEmail(long orderId,
String emailType,
ServiceContext serviceContext)
|
void |
ShoppingOrderLocalServiceWrapper.sendEmail(ShoppingOrder order,
String emailType,
ServiceContext serviceContext)
|
static void |
ShoppingOrderLocalServiceUtil.sendEmail(ShoppingOrder order,
String emailType,
ServiceContext serviceContext)
|
void |
ShoppingOrderLocalService.sendEmail(ShoppingOrder order,
String emailType,
ServiceContext serviceContext)
|
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
ShoppingCategory |
ShoppingCategoryService.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
static ShoppingCategory |
ShoppingCategoryServiceUtil.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
ShoppingCategory |
ShoppingCategoryServiceWrapper.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
ShoppingCategory |
ShoppingCategoryLocalService.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.updateCoupon(long userId,
long couponId,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.updateCoupon(long userId,
long couponId,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
ShoppingCoupon |
ShoppingCouponLocalService.updateCoupon(long userId,
long couponId,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
static ShoppingCoupon |
ShoppingCouponServiceUtil.updateCoupon(long couponId,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
ShoppingCoupon |
ShoppingCouponServiceWrapper.updateCoupon(long couponId,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
ShoppingCoupon |
ShoppingCouponService.updateCoupon(long couponId,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
ShoppingItem |
ShoppingItemLocalServiceWrapper.updateItem(long userId,
long itemId,
long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallImageFile,
boolean mediumImage,
String mediumImageURL,
File mediumImageFile,
boolean largeImage,
String largeImageURL,
File largeImageFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
ShoppingItem |
ShoppingItemLocalService.updateItem(long userId,
long itemId,
long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallImageFile,
boolean mediumImage,
String mediumImageURL,
File mediumImageFile,
boolean largeImage,
String largeImageURL,
File largeImageFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
static ShoppingItem |
ShoppingItemLocalServiceUtil.updateItem(long userId,
long itemId,
long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallImageFile,
boolean mediumImage,
String mediumImageURL,
File mediumImageFile,
boolean largeImage,
String largeImageURL,
File largeImageFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
ShoppingItem |
ShoppingItemService.updateItem(long itemId,
long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallFile,
boolean mediumImage,
String mediumImageURL,
File mediumFile,
boolean largeImage,
String largeImageURL,
File largeFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
static ShoppingItem |
ShoppingItemServiceUtil.updateItem(long itemId,
long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallFile,
boolean mediumImage,
String mediumImageURL,
File mediumFile,
boolean largeImage,
String largeImageURL,
File largeFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
ShoppingItem |
ShoppingItemServiceWrapper.updateItem(long itemId,
long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallFile,
boolean mediumImage,
String mediumImageURL,
File mediumFile,
boolean largeImage,
String largeImageURL,
File largeFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.shopping.service.persistence |
|---|
| Methods in com.liferay.portlet.shopping.service.persistence with parameters of type ServiceContext | |
|---|---|
static ShoppingCart |
ShoppingCartUtil.update(ShoppingCart shoppingCart,
ServiceContext serviceContext)
|
static ShoppingCategory |
ShoppingCategoryUtil.update(ShoppingCategory shoppingCategory,
ServiceContext serviceContext)
|
static ShoppingCoupon |
ShoppingCouponUtil.update(ShoppingCoupon shoppingCoupon,
ServiceContext serviceContext)
|
static ShoppingItemField |
ShoppingItemFieldUtil.update(ShoppingItemField shoppingItemField,
ServiceContext serviceContext)
|
static ShoppingItemPrice |
ShoppingItemPriceUtil.update(ShoppingItemPrice shoppingItemPrice,
ServiceContext serviceContext)
|
static ShoppingItem |
ShoppingItemUtil.update(ShoppingItem shoppingItem,
ServiceContext serviceContext)
|
static ShoppingOrderItem |
ShoppingOrderItemUtil.update(ShoppingOrderItem shoppingOrderItem,
ServiceContext serviceContext)
|
static ShoppingOrder |
ShoppingOrderUtil.update(ShoppingOrder shoppingOrder,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.shopping.util.test |
|---|
| Methods in com.liferay.portlet.shopping.util.test with parameters of type ServiceContext | |
|---|---|
static ShoppingCategory |
ShoppingTestUtil.addCategory(ServiceContext serviceContext)
|
static ShoppingCategory |
ShoppingTestUtil.addCategory(String name,
long parentCategoryId,
ServiceContext serviceContext)
|
static ShoppingItem |
ShoppingTestUtil.addItem(String name,
long parentCategoryId,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.sites.util |
|---|
| Methods in com.liferay.portlet.sites.util with parameters of type ServiceContext | |
|---|---|
void |
Sites.copyLayout(long userId,
Layout sourceLayout,
Layout targetLayout,
ServiceContext serviceContext)
|
static void |
SitesUtil.copyLayout(long userId,
Layout sourceLayout,
Layout targetLayout,
ServiceContext serviceContext)
|
File |
Sites.exportLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
ServiceContext serviceContext)
|
static File |
SitesUtil.exportLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
ServiceContext serviceContext)
|
Map<String,String[]> |
Sites.getLayoutSetPrototypeParameters(ServiceContext serviceContext)
|
static Map<String,String[]> |
SitesUtil.getLayoutSetPrototypeParameters(ServiceContext serviceContext)
|
void |
Sites.importLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
InputStream inputStream,
ServiceContext serviceContext)
|
static void |
SitesUtil.importLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
InputStream inputStream,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.social |
|---|
| Fields in com.liferay.portlet.social declared as ServiceContext | |
|---|---|
protected ServiceContext |
BaseSocialActivityInterpreterTestCase.serviceContext
|
| Uses of ServiceContext in com.liferay.portlet.social.model |
|---|
| Methods in com.liferay.portlet.social.model with parameters of type ServiceContext | |
|---|---|
protected String |
BaseSocialActivityInterpreter.addNoSuchEntryRedirect(String url,
String className,
long classPK,
ServiceContext serviceContext)
|
protected SocialActivityFeedEntry |
BaseSocialActivityInterpreter.doInterpret(SocialActivity activity,
ServiceContext serviceContext)
|
protected SocialActivityFeedEntry |
BaseSocialActivityInterpreter.doInterpret(SocialActivitySet activitySet,
ServiceContext serviceContext)
|
protected String |
BaseSocialActivityInterpreter.getBody(SocialActivity activity,
ServiceContext serviceContext)
|
protected String |
BaseSocialActivityInterpreter.getEntryTitle(SocialActivity activity,
ServiceContext serviceContext)
|
protected String |
BaseSocialActivityInterpreter.getGroupName(long groupId,
ServiceContext serviceContext)
|
protected String |
BaseSocialActivityInterpreter.getLink(SocialActivity activity,
ServiceContext serviceContext)
|
protected String |
BaseSocialActivityInterpreter.getPath(SocialActivity activity,
ServiceContext serviceContext)
|
protected String |
BaseSocialActivityInterpreter.getTitle(SocialActivity activity,
ServiceContext serviceContext)
|
protected Object[] |
BaseSocialActivityInterpreter.getTitleArguments(String groupName,
SocialActivity activity,
String link,
String title,
ServiceContext serviceContext)
|
protected String |
BaseSocialActivityInterpreter.getUserName(long userId,
ServiceContext serviceContext)
|
protected PortletURL |
BaseSocialActivityInterpreter.getViewEntryPortletURL(String className,
long classPK,
ServiceContext serviceContext)
|
boolean |
SocialActivityInterpreter.hasPermission(PermissionChecker permissionChecker,
SocialActivity activity,
String actionId,
ServiceContext serviceContext)
|
boolean |
BaseSocialActivityInterpreter.hasPermission(PermissionChecker permissionChecker,
SocialActivity activity,
String actionId,
ServiceContext serviceContext)
|
protected boolean |
BaseSocialActivityInterpreter.hasPermissions(PermissionChecker permissionChecker,
SocialActivity activity,
String actionId,
ServiceContext serviceContext)
|
SocialActivityFeedEntry |
SocialActivityInterpreter.interpret(SocialActivity activity,
ServiceContext serviceContext)
|
SocialActivityFeedEntry |
BaseSocialActivityInterpreter.interpret(SocialActivity activity,
ServiceContext serviceContext)
|
SocialActivityFeedEntry |
SocialActivityInterpreter.interpret(SocialActivitySet activitySet,
ServiceContext serviceContext)
|
SocialActivityFeedEntry |
BaseSocialActivityInterpreter.interpret(SocialActivitySet activitySet,
ServiceContext serviceContext)
|
void |
SocialActivitySettingWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SocialActivitySettingModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SocialActivityCounterWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SocialRequestModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SocialRelationWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SocialRelationModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SocialActivitySetWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SocialActivityWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SocialActivityAchievementModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SocialActivityCounterModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SocialActivityModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SocialRequestWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SocialActivityAchievementWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SocialActivitySetModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SocialActivityLimitWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SocialActivityLimitModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
protected String |
BaseSocialActivityInterpreter.wrapLink(String link,
String key,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.social.model.impl |
|---|
| Methods in com.liferay.portlet.social.model.impl with parameters of type ServiceContext | |
|---|---|
boolean |
SocialActivityInterpreterImpl.hasPermission(PermissionChecker permissionChecker,
SocialActivity activity,
String actionId,
ServiceContext serviceContext)
|
SocialActivityFeedEntry |
SocialActivityInterpreterImpl.interpret(SocialActivity activity,
ServiceContext serviceContext)
|
SocialActivityFeedEntry |
SocialActivityInterpreterImpl.interpret(SocialActivitySet activitySet,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.social.service |
|---|
| Methods in com.liferay.portlet.social.service with parameters of type ServiceContext | |
|---|---|
SocialActivityFeedEntry |
SocialActivityInterpreterLocalService.interpret(String selector,
SocialActivity activity,
ServiceContext serviceContext)
Creates a human readable activity feed entry for the activity using an available compatible activity interpreter. |
static SocialActivityFeedEntry |
SocialActivityInterpreterLocalServiceUtil.interpret(String selector,
SocialActivity activity,
ServiceContext serviceContext)
Creates a human readable activity feed entry for the activity using an available compatible activity interpreter. |
SocialActivityFeedEntry |
SocialActivityInterpreterLocalServiceWrapper.interpret(String selector,
SocialActivity activity,
ServiceContext serviceContext)
Creates a human readable activity feed entry for the activity using an available compatible activity interpreter. |
SocialActivityFeedEntry |
SocialActivityInterpreterLocalService.interpret(String selector,
SocialActivitySet activitySet,
ServiceContext serviceContext)
|
static SocialActivityFeedEntry |
SocialActivityInterpreterLocalServiceUtil.interpret(String selector,
SocialActivitySet activitySet,
ServiceContext serviceContext)
|
SocialActivityFeedEntry |
SocialActivityInterpreterLocalServiceWrapper.interpret(String selector,
SocialActivitySet activitySet,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.social.service.persistence |
|---|
| Methods in com.liferay.portlet.social.service.persistence with parameters of type ServiceContext | |
|---|---|
static SocialActivityAchievement |
SocialActivityAchievementUtil.update(SocialActivityAchievement socialActivityAchievement,
ServiceContext serviceContext)
|
static SocialActivityCounter |
SocialActivityCounterUtil.update(SocialActivityCounter socialActivityCounter,
ServiceContext serviceContext)
|
static SocialActivityLimit |
SocialActivityLimitUtil.update(SocialActivityLimit socialActivityLimit,
ServiceContext serviceContext)
|
static SocialActivity |
SocialActivityUtil.update(SocialActivity socialActivity,
ServiceContext serviceContext)
|
static SocialActivitySet |
SocialActivitySetUtil.update(SocialActivitySet socialActivitySet,
ServiceContext serviceContext)
|
static SocialActivitySetting |
SocialActivitySettingUtil.update(SocialActivitySetting socialActivitySetting,
ServiceContext serviceContext)
|
static SocialRelation |
SocialRelationUtil.update(SocialRelation socialRelation,
ServiceContext serviceContext)
|
static SocialRequest |
SocialRequestUtil.update(SocialRequest socialRequest,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.softwarecatalog.model |
|---|
| Methods in com.liferay.portlet.softwarecatalog.model with parameters of type ServiceContext | |
|---|---|
void |
SCProductScreenshotWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SCFrameworkVersionWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SCProductVersionWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SCProductVersionModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SCLicenseWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SCLicenseModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SCProductScreenshotModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SCProductEntryWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SCFrameworkVersionModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
SCProductEntryModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.softwarecatalog.service |
|---|
| Methods in com.liferay.portlet.softwarecatalog.service with parameters of type ServiceContext | |
|---|---|
SCFrameworkVersion |
SCFrameworkVersionLocalService.addFrameworkVersion(long userId,
String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
|
static SCFrameworkVersion |
SCFrameworkVersionLocalServiceUtil.addFrameworkVersion(long userId,
String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
|
SCFrameworkVersion |
SCFrameworkVersionLocalServiceWrapper.addFrameworkVersion(long userId,
String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
|
SCFrameworkVersion |
SCFrameworkVersionService.addFrameworkVersion(String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
|
static SCFrameworkVersion |
SCFrameworkVersionServiceUtil.addFrameworkVersion(String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
|
SCFrameworkVersion |
SCFrameworkVersionServiceWrapper.addFrameworkVersion(String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
|
SCProductEntry |
SCProductEntryLocalServiceWrapper.addProductEntry(long userId,
String name,
String type,
String tags,
String shortDescription,
String longDescription,
String pageURL,
String author,
String repoGroupId,
String repoArtifactId,
long[] licenseIds,
List<byte[]> thumbnails,
List<byte[]> fullImages,
ServiceContext serviceContext)
|
static SCProductEntry |
SCProductEntryLocalServiceUtil.addProductEntry(long userId,
String name,
String type,
String tags,
String shortDescription,
String longDescription,
String pageURL,
String author,
String repoGroupId,
String repoArtifactId,
long[] licenseIds,
List<byte[]> thumbnails,
List<byte[]> fullImages,
ServiceContext serviceContext)
|
SCProductEntry |
SCProductEntryLocalService.addProductEntry(long userId,
String name,
String type,
String tags,
String shortDescription,
String longDescription,
String pageURL,
String author,
String repoGroupId,
String repoArtifactId,
long[] licenseIds,
List<byte[]> thumbnails,
List<byte[]> fullImages,
ServiceContext serviceContext)
|
SCProductEntry |
SCProductEntryService.addProductEntry(String name,
String type,
String tags,
String shortDescription,
String longDescription,
String pageURL,
String author,
String repoGroupId,
String repoArtifactId,
long[] licenseIds,
List<byte[]> thumbnails,
List<byte[]> fullImages,
ServiceContext serviceContext)
|
SCProductEntry |
SCProductEntryServiceWrapper.addProductEntry(String name,
String type,
String tags,
String shortDescription,
String longDescription,
String pageURL,
String author,
String repoGroupId,
String repoArtifactId,
long[] licenseIds,
List<byte[]> thumbnails,
List<byte[]> fullImages,
ServiceContext serviceContext)
|
static SCProductEntry |
SCProductEntryServiceUtil.addProductEntry(String name,
String type,
String tags,
String shortDescription,
String longDescription,
String pageURL,
String author,
String repoGroupId,
String repoArtifactId,
long[] licenseIds,
List<byte[]> thumbnails,
List<byte[]> fullImages,
ServiceContext serviceContext)
|
SCProductVersion |
SCProductVersionLocalService.addProductVersion(long userId,
long productEntryId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
|
static SCProductVersion |
SCProductVersionLocalServiceUtil.addProductVersion(long userId,
long productEntryId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
|
SCProductVersion |
SCProductVersionLocalServiceWrapper.addProductVersion(long userId,
long productEntryId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
|
SCProductVersion |
SCProductVersionServiceWrapper.addProductVersion(long productEntryId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
|
SCProductVersion |
SCProductVersionService.addProductVersion(long productEntryId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
|
static SCProductVersion |
SCProductVersionServiceUtil.addProductVersion(long productEntryId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.softwarecatalog.service.persistence |
|---|
| Methods in com.liferay.portlet.softwarecatalog.service.persistence with parameters of type ServiceContext | |
|---|---|
static SCFrameworkVersion |
SCFrameworkVersionUtil.update(SCFrameworkVersion scFrameworkVersion,
ServiceContext serviceContext)
|
static SCLicense |
SCLicenseUtil.update(SCLicense scLicense,
ServiceContext serviceContext)
|
static SCProductEntry |
SCProductEntryUtil.update(SCProductEntry scProductEntry,
ServiceContext serviceContext)
|
static SCProductScreenshot |
SCProductScreenshotUtil.update(SCProductScreenshot scProductScreenshot,
ServiceContext serviceContext)
|
static SCProductVersion |
SCProductVersionUtil.update(SCProductVersion scProductVersion,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.trash |
|---|
| Methods in com.liferay.portlet.trash with parameters of type ServiceContext | |
|---|---|
protected BaseModel<?> |
BaseTrashHandlerTestCase.addBaseModel(BaseModel<?> parentBaseModel,
boolean approved,
ServiceContext serviceContext)
|
protected abstract BaseModel<?> |
BaseTrashHandlerTestCase.addBaseModelWithWorkflow(BaseModel<?> parentBaseModel,
boolean approved,
ServiceContext serviceContext)
|
protected BaseModel<?> |
BaseTrashHandlerTestCase.addBaseModelWithWorkflow(boolean approved,
ServiceContext serviceContext)
|
protected BaseModel<?> |
BaseTrashHandlerTestCase.expireBaseModel(BaseModel<?> baseModel,
ServiceContext serviceContext)
|
protected BaseModel<?> |
BaseTrashHandlerTestCase.getParentBaseModel(Group group,
long parentBaseModelId,
ServiceContext serviceContext)
|
protected BaseModel<?> |
BaseTrashHandlerTestCase.getParentBaseModel(Group group,
ServiceContext serviceContext)
|
protected BaseModel<?> |
BaseTrashHandlerTestCase.moveBaseModelFromTrash(ClassedModel classedModel,
Group group,
ServiceContext serviceContext)
|
protected int |
BaseTrashHandlerTestCase.searchTrashEntriesCount(String keywords,
ServiceContext serviceContext)
|
protected BaseModel<?> |
BaseTrashHandlerTestCase.updateBaseModel(long primaryKey,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.trash.model |
|---|
| Methods in com.liferay.portlet.trash.model with parameters of type ServiceContext | |
|---|---|
void |
TrashVersionWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
TrashEntryModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
TrashVersionModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
TrashEntryWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.trash.service |
|---|
| Methods in com.liferay.portlet.trash.service with parameters of type ServiceContext | |
|---|---|
void |
TrashEntryService.moveEntry(String className,
long classPK,
long destinationContainerModelId,
ServiceContext serviceContext)
Moves the trash entry with the entity class name and primary key, restoring it to a new location identified by the destination container model ID. |
static void |
TrashEntryServiceUtil.moveEntry(String className,
long classPK,
long destinationContainerModelId,
ServiceContext serviceContext)
Moves the trash entry with the entity class name and primary key, restoring it to a new location identified by the destination container model ID. |
void |
TrashEntryServiceWrapper.moveEntry(String className,
long classPK,
long destinationContainerModelId,
ServiceContext serviceContext)
Moves the trash entry with the entity class name and primary key, restoring it to a new location identified by the destination container model ID. |
| Uses of ServiceContext in com.liferay.portlet.trash.service.persistence |
|---|
| Methods in com.liferay.portlet.trash.service.persistence with parameters of type ServiceContext | |
|---|---|
static TrashEntry |
TrashEntryUtil.update(TrashEntry trashEntry,
ServiceContext serviceContext)
|
static TrashVersion |
TrashVersionUtil.update(TrashVersion trashVersion,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.wiki.model |
|---|
| Methods in com.liferay.portlet.wiki.model with parameters of type ServiceContext | |
|---|---|
void |
WikiPageResourceWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
WikiNodeWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
WikiPageModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
WikiPageResourceModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
WikiNodeModel.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
void |
WikiPageWrapper.setExpandoBridgeAttributes(ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.wiki.service |
|---|
| Methods in com.liferay.portlet.wiki.service with parameters of type ServiceContext | |
|---|---|
static WikiNode |
WikiNodeLocalServiceUtil.addDefaultNode(long userId,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalServiceWrapper.addDefaultNode(long userId,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalService.addDefaultNode(long userId,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeLocalServiceUtil.addNode(long userId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalServiceWrapper.addNode(long userId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalService.addNode(long userId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeServiceWrapper.addNode(String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeService.addNode(String name,
String description,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeServiceUtil.addNode(String name,
String description,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalServiceWrapper.addPage(long userId,
long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
boolean head,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageLocalServiceUtil.addPage(long userId,
long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
boolean head,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalService.addPage(long userId,
long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
boolean head,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalServiceWrapper.addPage(long userId,
long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageLocalServiceUtil.addPage(long userId,
long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalService.addPage(long userId,
long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageServiceUtil.addPage(long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
WikiPage |
WikiPageService.addPage(long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
WikiPage |
WikiPageServiceWrapper.addPage(long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageServiceUtil.addPage(long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageService.addPage(long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageServiceWrapper.addPage(long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
void |
WikiPageLocalServiceWrapper.changeNode(long userId,
long nodeId,
String title,
long newNodeId,
ServiceContext serviceContext)
|
static void |
WikiPageLocalServiceUtil.changeNode(long userId,
long nodeId,
String title,
long newNodeId,
ServiceContext serviceContext)
|
void |
WikiPageLocalService.changeNode(long userId,
long nodeId,
String title,
long newNodeId,
ServiceContext serviceContext)
|
static void |
WikiPageServiceUtil.changeNode(long nodeId,
String title,
long newNodeId,
ServiceContext serviceContext)
|
void |
WikiPageService.changeNode(long nodeId,
String title,
long newNodeId,
ServiceContext serviceContext)
|
void |
WikiPageServiceWrapper.changeNode(long nodeId,
String title,
long newNodeId,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalServiceWrapper.changeParent(long userId,
long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageLocalServiceUtil.changeParent(long userId,
long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalService.changeParent(long userId,
long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
|
static void |
WikiPageServiceUtil.changeParent(long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
|
void |
WikiPageService.changeParent(long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
|
void |
WikiPageServiceWrapper.changeParent(long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
|
void |
WikiPageLocalServiceWrapper.movePage(long userId,
long nodeId,
String title,
String newTitle,
boolean strict,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by WikiPageLocalServiceWrapper.renamePage(long, long,
String, String, boolean, ServiceContext) |
static void |
WikiPageLocalServiceUtil.movePage(long userId,
long nodeId,
String title,
String newTitle,
boolean strict,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by WikiPageLocalServiceUtil.renamePage(long, long,
String, String, boolean, ServiceContext) |
void |
WikiPageLocalService.movePage(long userId,
long nodeId,
String title,
String newTitle,
boolean strict,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by WikiPageLocalService.renamePage(long, long,
String, String, boolean, ServiceContext) |
void |
WikiPageLocalServiceWrapper.movePage(long userId,
long nodeId,
String title,
String newTitle,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by WikiPageLocalServiceWrapper.renamePage(long, long,
String, String, ServiceContext) |
static void |
WikiPageLocalServiceUtil.movePage(long userId,
long nodeId,
String title,
String newTitle,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by WikiPageLocalServiceUtil.renamePage(long, long,
String, String, ServiceContext) |
void |
WikiPageLocalService.movePage(long userId,
long nodeId,
String title,
String newTitle,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by WikiPageLocalService.renamePage(long, long,
String, String, ServiceContext) |
static void |
WikiPageServiceUtil.movePage(long nodeId,
String title,
String newTitle,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by WikiPageServiceUtil.renamePage(long, String,
String, ServiceContext) * |
void |
WikiPageService.movePage(long nodeId,
String title,
String newTitle,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by WikiPageService.renamePage(long, String,
String, ServiceContext) * |
void |
WikiPageServiceWrapper.movePage(long nodeId,
String title,
String newTitle,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by WikiPageServiceWrapper.renamePage(long, String,
String, ServiceContext) * |
WikiPage |
WikiPageLocalServiceWrapper.movePageFromTrash(long userId,
long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by WikiPageLocalServiceWrapper.movePageFromTrash(long,
long, String, long, String) * |
static WikiPage |
WikiPageLocalServiceUtil.movePageFromTrash(long userId,
long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by WikiPageLocalServiceUtil.movePageFromTrash(long,
long, String, long, String) * |
WikiPage |
WikiPageLocalService.movePageFromTrash(long userId,
long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by WikiPageLocalService.movePageFromTrash(long,
long, String, long, String) * |
void |
WikiPageLocalServiceWrapper.renamePage(long userId,
long nodeId,
String title,
String newTitle,
boolean strict,
ServiceContext serviceContext)
|
static void |
WikiPageLocalServiceUtil.renamePage(long userId,
long nodeId,
String title,
String newTitle,
boolean strict,
ServiceContext serviceContext)
|
void |
WikiPageLocalService.renamePage(long userId,
long nodeId,
String title,
String newTitle,
boolean strict,
ServiceContext serviceContext)
|
void |
WikiPageLocalServiceWrapper.renamePage(long userId,
long nodeId,
String title,
String newTitle,
ServiceContext serviceContext)
|
static void |
WikiPageLocalServiceUtil.renamePage(long userId,
long nodeId,
String title,
String newTitle,
ServiceContext serviceContext)
|
void |
WikiPageLocalService.renamePage(long userId,
long nodeId,
String title,
String newTitle,
ServiceContext serviceContext)
|
static void |
WikiPageServiceUtil.renamePage(long nodeId,
String title,
String newTitle,
ServiceContext serviceContext)
|
void |
WikiPageService.renamePage(long nodeId,
String title,
String newTitle,
ServiceContext serviceContext)
|
void |
WikiPageServiceWrapper.renamePage(long nodeId,
String title,
String newTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalServiceWrapper.revertPage(long userId,
long nodeId,
String title,
double version,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageLocalServiceUtil.revertPage(long userId,
long nodeId,
String title,
double version,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalService.revertPage(long userId,
long nodeId,
String title,
double version,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageServiceUtil.revertPage(long nodeId,
String title,
double version,
ServiceContext serviceContext)
|
WikiPage |
WikiPageService.revertPage(long nodeId,
String title,
double version,
ServiceContext serviceContext)
|
WikiPage |
WikiPageServiceWrapper.revertPage(long nodeId,
String title,
double version,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeServiceWrapper.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeLocalServiceUtil.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeService.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalServiceWrapper.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeServiceUtil.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalService.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalServiceWrapper.updatePage(long userId,
long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageLocalServiceUtil.updatePage(long userId,
long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalService.updatePage(long userId,
long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageServiceUtil.updatePage(long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageService.updatePage(long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageServiceWrapper.updatePage(long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalServiceWrapper.updateStatus(long userId,
long resourcePrimKey,
int status,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageLocalServiceUtil.updateStatus(long userId,
long resourcePrimKey,
int status,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalService.updateStatus(long userId,
long resourcePrimKey,
int status,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeLocalServiceUtil.updateStatus(long userId,
WikiNode node,
int status,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalServiceWrapper.updateStatus(long userId,
WikiNode node,
int status,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalService.updateStatus(long userId,
WikiNode node,
int status,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalServiceWrapper.updateStatus(long userId,
WikiPage page,
int status,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by WikiPageLocalServiceWrapper.updateStatus(long, WikiPage,
int, ServiceContext, Map) |
static WikiPage |
WikiPageLocalServiceUtil.updateStatus(long userId,
WikiPage page,
int status,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by WikiPageLocalServiceUtil.updateStatus(long, WikiPage,
int, ServiceContext, Map) |
WikiPage |
WikiPageLocalService.updateStatus(long userId,
WikiPage page,
int status,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by WikiPageLocalService.updateStatus(long, WikiPage,
int, ServiceContext, Map) |
WikiPage |
WikiPageLocalServiceWrapper.updateStatus(long userId,
WikiPage page,
int status,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
static WikiPage |
WikiPageLocalServiceUtil.updateStatus(long userId,
WikiPage page,
int status,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
WikiPage |
WikiPageLocalService.updateStatus(long userId,
WikiPage page,
int status,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
| Uses of ServiceContext in com.liferay.portlet.wiki.service.persistence |
|---|
| Methods in com.liferay.portlet.wiki.service.persistence with parameters of type ServiceContext | |
|---|---|
static WikiNode |
WikiNodeUtil.update(WikiNode wikiNode,
ServiceContext serviceContext)
|
static WikiPageResource |
WikiPageResourceUtil.update(WikiPageResource wikiPageResource,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageUtil.update(WikiPage wikiPage,
ServiceContext serviceContext)
|
| Uses of ServiceContext in com.liferay.portlet.wiki.util.test |
|---|
| Methods in com.liferay.portlet.wiki.util.test with parameters of type ServiceContext | |
|---|---|
static WikiPage |
WikiTestUtil.addPage(long userId,
long nodeId,
String title,
String content,
boolean approved,
ServiceContext serviceContext)
|
static WikiPage |
WikiTestUtil.addPage(long userId,
long nodeId,
String title,
String content,
String parentTitle,
boolean approved,
ServiceContext serviceContext)
|
static WikiPage |
WikiTestUtil.copyPage(WikiPage page,
boolean approved,
ServiceContext serviceContext)
|
static WikiPage |
WikiTestUtil.updatePage(WikiPage page,
long userId,
String content,
ServiceContext serviceContext)
|
static WikiPage |
WikiTestUtil.updatePage(WikiPage page,
long userId,
String title,
String content,
boolean approved,
ServiceContext serviceContext)
|
protected static WikiPage |
WikiTestUtil.updateStatus(WikiPage page,
ServiceContext serviceContext)
|
|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||