Modifier and Type | Method and Description |
---|---|
ITransaction |
DouiContext.getTransaction() |
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.changeComponentSignal(String componentId,
ITransaction transaction) |
void |
IDeploymentManagerSPI.changeComponentSignal(String componentId,
ITransaction transaction)
Changes the signal 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.
|
void |
DeploymentManager.changeModuleSignal(String moduleId,
ITransaction transaction) |
void |
IDeploymentManagerSPI.changeModuleSignal(String moduleId,
ITransaction transaction)
Changes the signal value of the module based on the given module
identifier.
|
protected boolean |
BusinessContextRegisterHelper.isAvailable(SessionConfig sessionConfig,
String definitionId,
ITransaction transaction) |
protected boolean |
ObserverRegisterHelper.isAvailable(SessionConfig sessionConfig,
String definitionId,
ITransaction transaction) |
protected boolean |
ServiceRegisterHelper.isAvailable(SessionConfig sessionConfig,
String definitionId,
ITransaction transaction) |
protected boolean |
ThemeRegisterHelper.isAvailable(SessionConfig sessionConfig,
String definitionId,
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.
|
File |
FileTransformationManager.getFile(SessionConfig sessionConfig,
TransformedFileConfig transformedFileConfig,
ITransaction transaction) |
File |
IFileTransformationManagerSPI.getFile(SessionConfig sessionConfig,
TransformedFileConfig transformedFileConfig,
ITransaction transaction)
Returns a file based on the
TransformedFileConfig indicated. |
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.
|
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 |
---|---|
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 |
AutoAdministrationHelper.findCurrentAutoAdministrationServiceInstance(SessionConfig sessionConfig,
String channelId,
Collection<String> serviceInstanceIds,
ITransaction transaction)
Discovers the current auto administration service instance.
|
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 |
---|---|
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 |
---|---|
int |
WidgetManipulationAction.doAction(HttpServletRequest request,
IPortalMode portalMode,
ITransaction transaction)
Performs necessary widget manipulation.
|
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
|
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.