Modifier and Type | Method and Description |
---|---|
static void |
ContentActivityStreamUtil.addViewActivityPriorityRestrictions(SessionConfig sessionConfig,
Collection<Collection<String>> principalsWithAllowViewPermission,
Collection<String> principalsWithDenyViewPermission,
ContentLocale contentLocale,
ITransaction transaction)
Add view activity priority restrictions.
|
static boolean |
ContentActivityStreamUtil.isActivityStreamAutomaticGenerationEnabledByScope(String scope,
Content content,
ITransaction transaction)
Checks if this content's service and source have the automatic generation
of activities by the activity stream framework enabled with a specific
scope.
|
Modifier and Type | Method and Description |
---|---|
ITransaction |
DouiContext.getTransaction() |
Modifier and Type | Method and Description |
---|---|
static void |
SearchQueryUtil.setFieldsBoost(SessionConfig sessionConfig,
Map<DocumentTypeField,Float> boosts,
String serviceInstanceId,
ITransaction transaction)
Sets the given fields boosts in the given service instance.
|
Modifier and Type | Method and Description |
---|---|
ITransaction |
ISourceContext.getTransaction()
Returns the transaction for persistence access.
|
ITransaction |
Source.getTransaction()
Returns the transaction for this source.
|
ITransaction |
SourceContext.getTransaction() |
Modifier and Type | Field and Description |
---|---|
protected ITransaction |
ServiceInterfaceTestCase.transaction
Transaction instance, initiated during
ServiceInterfaceTestCase.setUp() and
disposed in ServiceInterfaceTestCase.tearDown() . |
Modifier and Type | Interface and Description |
---|---|
interface |
ITransactionHibernate
The transaction interface for when the transaction is backed up by hibernate.
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionHibernate
Implements a transaction object
|
Modifier and Type | Method and Description |
---|---|
ITransaction |
TransactionHibernate.getByConnectionId(String id) |
Modifier and Type | Interface and Description |
---|---|
interface |
ITransactionJdbc
JDBC based Transaction Interface
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentManager.changeComponentResolved(String componentId,
ITransaction transaction) |
void |
IDeploymentManagerSPI.changeComponentResolved(String componentId,
ITransaction transaction)
Changes the resolved value of the component based on the given component
identifier.
|
void |
DeploymentManager.changeModuleResolved(String moduleId,
ITransaction transaction) |
void |
IDeploymentManagerSPI.changeModuleResolved(String moduleId,
ITransaction transaction)
Changes the resolved value of the module based on the given module
identifier.
|
protected boolean |
BusinessContextRegisterHelper.shouldUnregister(SessionConfig sessionConfig,
IDeployObject definition,
ITransaction transaction) |
protected boolean |
ServiceRegisterHelper.shouldUnregister(SessionConfig sessionConfig,
IDeployObject definition,
ITransaction transaction) |
protected boolean |
ThemeRegisterHelper.shouldUnregister(SessionConfig sessionConfig,
IDeployObject definition,
ITransaction transaction) |
Modifier and Type | Field and Description |
---|---|
protected ITransaction |
BaseNotificationConfig.transaction
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ITransaction |
AbstractTransactionalPortalEvent.getTransaction()
Returns the transaction in which this event occurs.
|
ITransaction |
BaseNotificationConfig.getTransaction()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
FileMacrotypeMappingUtil.scheduleAsynchronousReorderingTransactionObserver(ITransaction transaction)
Schedule the asynchronous reordering to
ITransactionObserver.afterCommit() of the given ITransaction . |
static void |
FileMacrotypeMappingUtil.scheduleCacheClearTransactionObserver(ITransaction transaction)
Schedule the clear cache processing to
ITransactionObserver.afterCommit() of the given ITransaction . |
Modifier and Type | Method and Description |
---|---|
FileTransformation |
FileTransformationManager.addFileTransformation(SessionConfig sessionConfig,
FileTransformation fileTransformation,
ITransaction transaction) |
FileTransformation |
IFileTransformationManager.addFileTransformation(SessionConfig sessionConfig,
FileTransformation fileTransformation,
ITransaction transaction)
Persist a FileTransformation for a serviceInstance.
|
void |
FileTransformationManager.addTransformedFileConfig(TransformedFileConfig fileTransformedConfig,
ITransaction transaction) |
void |
IFileTransformationManagerSPI.addTransformedFileConfig(TransformedFileConfig file,
ITransaction transaction)
Persists a transformed file.
|
void |
FileTransformationManager.changeFilename(SessionConfig sessionConfig,
String tranformedFileId,
String newFilename,
ITransaction transaction) |
void |
IFileTransformationManagerSPI.changeFilename(SessionConfig sessionConfig,
String fileId,
String newFilename,
ITransaction transaction)
Changes the filename of a tranformed file.
|
IServiceInterfaceUrl |
FileTransformationManager.getFileHref(SessionConfig sessionConfig,
TransformedFileConfig transformedFileConfig,
ITransaction transaction) |
IServiceInterfaceUrl |
IFileTransformationManagerSPI.getFileHref(SessionConfig sessionConfig,
TransformedFileConfig transformedFileConfig,
ITransaction transaction)
Returns the href for linking to the given transformed file in a portal's page.
|
FileTransformation |
FileTransformationManager.getFileTransformation(String fileTransformationId,
ITransaction transaction) |
FileTransformation |
IFileTransformationManager.getFileTransformation(String fileTransformationId,
ITransaction transaction)
Return a given persisted transformation.
|
Collection<FileTransformation> |
FileTransformationManager.getFileTransformationsByServiceInstanceId(String serviceInstanceId,
ITransaction transaction) |
Collection<FileTransformation> |
IFileTransformationManager.getFileTransformationsByServiceInstanceId(String serviceInstanceId,
ITransaction transaction)
Returns all transformations for the given service instance.
|
IFile |
FileTransformationManager.getPortalFile(SessionConfig sessionConfig,
TransformedFileConfig transformedFileConfig,
ITransaction transaction) |
IFile |
IFileTransformationManagerSPI.getPortalFile(SessionConfig sessionConfig,
TransformedFileConfig transformedFileConfig,
ITransaction transaction)
Returns the
IFile related to the given TransformedFileConfig . |
TransformedFileConfig |
FileTransformationManager.getTransformedFileConfig(String transformedFileId,
ITransaction transaction) |
TransformedFileConfig |
IFileTransformationManagerSPI.getTransformedFileConfig(String fileTrnsfPersistedId,
ITransaction transaction)
Returns the persisted generated file.
|
Collection<TransformedFileConfig> |
FileTransformationManager.getTransformedFileConfigByOriginalId(String originalFileId,
ITransaction transaction) |
Collection<TransformedFileConfig> |
IFileTransformationManagerSPI.getTransformedFileConfigByOriginalId(String originalFileId,
ITransaction transaction)
Returns all transformed files by the original file.
|
void |
FileTransformationManager.recreateTransformations(SessionConfig sessionConfig,
String serviceInstanceId,
ITransaction transaction) |
void |
IFileTransformationManagerSPI.recreateTransformations(SessionConfig sessionConfig,
String serviceInstanceId,
ITransaction transaction)
Recreates all transformations of a given file.
|
void |
FileTransformationManager.removeFileTransformation(SessionConfig sessionConfig,
FileTransformation fileTransformation,
ITransaction transaction) |
void |
IFileTransformationManager.removeFileTransformation(SessionConfig sessionConfig,
FileTransformation fileTransformation,
ITransaction transaction)
Removes the specified transformation and its related files.
|
void |
FileTransformationManager.removeFileTransformationInternal(SessionConfig sessionConfig,
FileTransformation fileTransformation,
IWebRootPortalBaseFolder webRoot,
ITransaction transaction) |
void |
IFileTransformationManagerSPI.removeFileTransformationInternal(SessionConfig sessionConfig,
FileTransformation fileTransformation,
IWebRootPortalBaseFolder webRoot,
ITransaction transaction)
Removes the specified transformation and all related files.
|
void |
FileTransformationManager.removeTransformedFileConfig(TransformedFileConfig transformedFileConfig,
ITransaction transaction) |
void |
IFileTransformationManagerSPI.removeTransformedFileConfig(TransformedFileConfig transformedFileConfig,
ITransaction transaction)
Deletes asynchronously the persisted transformed file.
|
void |
FileTransformationManager.removeTransformedFileConfig(TransformedFileConfig transformedFileConfig,
IWebRootPortalBaseFolder webRootBaseFolder,
ITransaction transaction) |
void |
IFileTransformationManagerSPI.removeTransformedFileConfig(TransformedFileConfig transformedFileConfig,
IWebRootPortalBaseFolder webRootBaseFolder,
ITransaction transaction)
Deletes synchronously persisted transformed file.
|
void |
FileTransformationManager.transformFile(SessionConfig sessionConfig,
String fileId,
FileTransformation fileTransformation,
ITransaction transaction) |
void |
IFileTransformationManagerSPI.transformFile(SessionConfig sessionConfig,
String fileId,
FileTransformation fileTransformation,
ITransaction transaction)
Transforms a given file.
|
void |
FileTransformationManager.transformFiles(Collection<FileConfig> files,
String serviceInstanceId,
ITransaction transaction)
Schedule the file transformation for the given files.
|
void |
FileTransformationManager.updateFileTransformation(SessionConfig sessionConfig,
FileTransformation fileTransformation,
ITransaction transaction) |
void |
IFileTransformationManager.updateFileTransformation(SessionConfig sessionConfig,
FileTransformation fileTransformation,
ITransaction transaction)
Updates a given transformation.
|
void |
FileTransformationManager.updateMetadata(String transformedFileConfigId,
ITransaction transaction) |
void |
IFileTransformationManagerSPI.updateMetadata(String transformedFileConfigId,
ITransaction transaction)
Updates metadata information from a given tranformed file
|
Modifier and Type | Method and Description |
---|---|
List<? extends Serializable> |
AbstractMonitorValuesProvider.getValues(SessionConfig sessionConfig,
IMonitorField field,
ITransaction transaction) |
List<? extends Serializable> |
IMonitorValuesProvider.getValues(SessionConfig sessionConfig,
IMonitorField field,
ITransaction transaction)
Returns the values for the given field.
If this value provider does not provide values for the given field, it must return null .Note that returning a null value is not the same
as returning an empty list. |
List<? extends Serializable> |
SimpleMonitorValuesProvider.getValues(SessionConfig sessionConfig,
IMonitorField field,
ITransaction transaction) |
protected abstract Map<String,List<? extends Serializable>> |
AbstractMonitorValuesProvider.initValues(SessionConfig sessionConfig,
ITransaction transaction)
Initializes the monitoring values map.
|
IMonitor |
IMonitorManager.monitor(String eventId,
ITransaction transaction)
Returns the monitor for an event with the given identifier.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Serializable> |
MonitorEventValuesProvider.getValues(SessionConfig sessionConfig,
IMonitorField field,
ITransaction transaction) |
protected Map<String,List<? extends Serializable>> |
ClientOriginValuesProvider.initValues(SessionConfig sessionConfig,
ITransaction transaction) |
protected Map<String,List<? extends Serializable>> |
GeoLocationValuesProvider.initValues(SessionConfig sessionConfig,
ITransaction transaction) |
protected Map<String,List<? extends Serializable>> |
InitialOriginValuesProvider.initValues(SessionConfig sessionConfig,
ITransaction transaction) |
IMonitor |
MonitorManager.monitor(String eventId,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
static Document |
PageRendererUtil.getPageLayout(SessionConfig sessionConfig,
PageWebResource pageWebResource,
ITransaction transaction,
int mode)
Returns current page's layout
document . |
Modifier and Type | Method and Description |
---|---|
static ServiceInstanceConfig |
CustomerExperienceHelper.findCurrentAnalyticsServiceInstance(SessionConfig sessionConfig,
String channelId,
Collection<String> serviceInstanceIds,
ITransaction transaction)
Discovers the current analytics service instance.
|
Modifier and Type | Method and Description |
---|---|
static ServiceInstanceConfig |
AutoAdministrationHelper.findCurrentAutoAdministrationServiceInstance(SessionConfig sessionConfig,
String channelId,
Collection<String> serviceInstanceIds,
ITransaction transaction)
Discovers the current auto administration service instance.
|
Modifier and Type | Method and Description |
---|---|
void |
CrossSiteRequestManager.clearCache(ITransaction transaction) |
void |
ICrossSiteRequestManagerSPI.clearCache(ITransaction transaction)
Clears the cache after the commit of the given transaction.
|
void |
CrossSiteRequestManager.clearCORSCache(ITransaction transaction) |
void |
ICrossSiteRequestManagerSPI.clearCORSCache(ITransaction transaction)
Clears the CORS definitions cache after the commit of the given transaction.
|
Modifier and Type | Method and Description |
---|---|
ITransaction |
BaseSerializationContext.getTransaction() |
Modifier and Type | Method and Description |
---|---|
abstract ITransaction |
ServiceInstanceBaseSerializationContext.getTransaction() |
ITransaction |
ServiceInstanceDeserializationContext.getTransaction() |
ITransaction |
ServiceInstanceSerializationContext.getTransaction() |
Modifier and Type | Method and Description |
---|---|
void |
IServiceInterfaceStyleManager.clearStyleCache(ITransaction transaction)
Clears all style cache.
|
void |
ServiceInterfaceStyleManager.clearStyleCache(ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
RelationshipDAO.getAllRelatableNodeRelationshipType(String sourceId,
String targetId,
ITransaction transaction)
Gets the relatableNode that have some relation between the relatable nodes in params.
|
Modifier and Type | Method and Description |
---|---|
ITransaction |
ParallelExecutor.ITransactionFactory.createTransaction()
Creates a transaction and returns it.
|
Constructor and Description |
---|
ParallelExecutor(int numGeneralThreads,
String processId,
ITransaction singleTransaction)
Constructs a parallel executor with a single transaction for all database
tasks.
|
Modifier and Type | Method and Description |
---|---|
static ITransaction |
PortalTransactionFactory.createTransaction()
Creates a new transaction object, associating it to the
current thread.
|
static ITransaction |
PortalTransactionFactory.createTransaction(boolean associateToThread)
Creates a new transaction object, optionally associating it to the
current thread.
|
ITransaction |
ITransaction.getByConnectionId(String id) |
static ITransaction |
PortalTransactionFactory.getCurrentTransaction()
Returns the transaction associated with the current thread.
|
static ITransaction |
PortalTransactionFactory.getTransaction()
Deprecated.
Since 4.2.0, replaced by
PortalTransactionFactory.createTransaction()
and PortalTransactionFactory.getCurrentTransaction() . Current implementation behaves as
createTransaction() . |
Modifier and Type | Interface and Description |
---|---|
interface |
ITransactionSPI
The transaction interface used internally by the portal framework.
|
Modifier and Type | Method and Description |
---|---|
void |
URLManager.deleteWebResourceByPageIds(SessionConfig sessionConfig,
Collection<String> pagesIds,
Map<String,String[]> parameters,
Locale locale,
PortalEventOperationType opType,
boolean isAutomaticBulkExpiration,
ITransaction transaction)
Delete the webresources by page identifier.
|
Modifier and Type | Method and Description |
---|---|
T |
PortalUtilInternal.ITransactionAware.exec(ITransaction transaction)
Executes a piece of code with a given transaction.
|
Modifier and Type | Field and Description |
---|---|
protected ITransaction |
AbstractObjectInteractionMonitorUtil.transaction |
Constructor and Description |
---|
AbstractObjectInteractionMonitorUtil(HttpServletRequest request,
String targetObjectName,
String targetObjectId,
String targetObjectServiceInstance,
String serviceInstanceId,
ITransaction transaction)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
static IMonitor |
BannerMonitorUtil.getBannerClickMonitor(ServiceInstanceConfig bannerServiceInstanceConfig,
String bannerName,
String bannerCategoryId,
ContentVersion bannerContentVersion,
PageConfig displayPageConfig,
WebResource webResource,
ITransaction transaction)
Returns a monitor for the "lumis.portal.monitor.ev.banner.click" event.
|
static IMonitor |
BannerMonitorUtil.getBannerViewMonitor(ServiceInstanceConfig bannerServiceInstanceConfig,
String bannerName,
String bannerCategoryId,
ContentVersion bannerContentVersion,
PageConfig displayPageConfig,
WebResource webResource,
ITransaction transaction)
Returns a monitor for the "lumis.portal.monitor.ev.banner.view" event.
|
Modifier and Type | Method and Description |
---|---|
static void |
CommentItMonitorUtil.collectAddComment(HttpServletRequest request,
Comment comment,
ITransaction transaction)
Collects the add comment event.
|
static void |
CommentItMonitorUtil.collectRemoveComment(HttpServletRequest request,
Comment comment,
ITransaction transaction)
Collects the remove comment event.
|
Constructor and Description |
---|
CommentItMonitorUtil(boolean isAdd,
HttpServletRequest request,
String targetObjectName,
String targetObjectId,
String targetObjectServiceInstance,
String serviceInstanceId,
ITransaction transaction)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
LikeItMonitorUtil.collectDislike(HttpServletRequest request,
Like like,
ITransaction transaction)
Collects the event data.
|
static void |
LikeItMonitorUtil.collectLike(HttpServletRequest request,
Like like,
ITransaction transaction)
Collects the event data.
|
Constructor and Description |
---|
LikeItMonitorUtil(boolean isLike,
HttpServletRequest request,
String targetObjectName,
String targetObjectId,
String targetObjectServiceInstance,
String serviceInstanceId,
ITransaction transaction)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
WidgetManipulationAction.doAction(HttpServletRequest request,
IPortalMode portalMode,
ITransaction transaction)
Performs necessary widget manipulation.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
StyleEditorUtil.getAppliedThemes(String serviceInterfaceInstanceId,
ITransaction transaction)
Get the applied themes for this interface.
|
Modifier and Type | Method and Description |
---|---|
static void |
PrivacyTermManager.clearUserConsentCache(String groupId,
ITransaction transaction)
Clear the user consent cache of the given group identifier in the given transaction after commit.
|
Modifier and Type | Method and Description |
---|---|
List<HashOccurrence> |
HashOccurrenceManager.findTopOccurrencesOnDay(Integer maxOccurrences,
ITransaction transaction,
String serviceInstanceId)
Method used to retrieve the top-occurrences of a hashtag in the current day.
|
List<HashOccurrence> |
HashOccurrenceManager.findTopOccurrencesOnWeek(Integer maxOccurrences,
ITransaction transaction,
String serviceInstanceId)
Method used to retrieve the top-occurrences of a hashtag in the past week, i.e, the
past 7 days.
|
Modifier and Type | Method and Description |
---|---|
String |
URLGenerator.generateHashtagLink(DouiContext douiContext,
String hashtag,
String serviceInstanceId,
ITransaction transaction)
Method that generates the hashtag hyperlink for the correct 'view hashtag results' interface instance.
|
String |
URLGenerator.processHashtagsAndURLs(String analyzedText,
DouiContext douiContext,
String serviceInstanceId,
ITransaction transaction)
This method is responsible to analyze and process embbeded URLs and hashtags present in a String.
|
Modifier and Type | Method and Description |
---|---|
static String |
ProducerEntityManagerFactory.getProducerEntityId(SessionConfig sessionConfig,
String serviceInstanceId,
ITransaction transaction)
Returns the producerEntityId configured for the specified service instance.
|
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractMessageAction.getLatestRemoteId(ITransaction transaction)
Retrieves the latest remote id for a message.
|
protected void |
AbstractMessageAction.setStatus(ITransaction transaction,
SocialNetworkMessageStatus status)
Updates a process in the queue to a specific status
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.