Uses of Class
com.avoka.core.entity.BaseEntity
-
Packages that use BaseEntity Package Description com.avoka.core.cayenne Provides Database Monitor and Other Cayenne utility classes for the application.com.avoka.core.service Provides base service classes for application services classes to extend.com.avoka.core.util Provides miscellaneous utility classes.com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager.com.avoka.fc.core.entity Provides the SmartForm Manager entity classes.com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.com.avoka.fc.core.service Provides the SmartForm Manager service classes.com.avoka.fc.core.service.archive Provides the SmartForm Manager portal import and export service.com.avoka.fc.core.service.storage Provides submission data storage service implementations.com.avoka.fc.core.util Provides common utility classes and exception objects. -
-
Uses of BaseEntity in com.avoka.core.cayenne
Methods in com.avoka.core.cayenne that return types with arguments of type BaseEntity Modifier and Type Method Description Map<String,BaseEntity>
ExecutionContext. getQueryCacheMap()
Return the query cache map. -
Uses of BaseEntity in com.avoka.core.service
Methods in com.avoka.core.service with parameters of type BaseEntity Modifier and Type Method Description List
BaseService. performQueryMatchAll(BaseEntity baseEntity)
Get a list of entities that suits all match criteria. -
Uses of BaseEntity in com.avoka.core.util
Methods in com.avoka.core.util with type parameters of type BaseEntity Modifier and Type Method Description static <T extends BaseEntity>
TCayenneUtils. refetchEntity(T entity)
Refetch the given entity if associated with a different data context.static <T extends BaseEntity>
TCayenneUtils. refetchForced(T entity, org.apache.cayenne.access.DataContext dataContext)
Refetch the given entity.Methods in com.avoka.core.util that return BaseEntity Modifier and Type Method Description static BaseEntity
CayenneUtils. cloneEntity(BaseEntity entity)
Perform a shallow clone of an entity, register it with the data context and return the new entity.static BaseEntity
CayenneUtils. cloneEntity(BaseEntity entity, String[] copyPaths, String[] clonePaths)
Perform a deep clone of an entity, progressing only down the paths specified, register it with the data context and return the new entity.Methods in com.avoka.core.util with parameters of type BaseEntity Modifier and Type Method Description static BaseEntity
CayenneUtils. cloneEntity(BaseEntity entity)
Perform a shallow clone of an entity, register it with the data context and return the new entity.static BaseEntity
CayenneUtils. cloneEntity(BaseEntity entity, String[] copyPaths, String[] clonePaths)
Perform a deep clone of an entity, progressing only down the paths specified, register it with the data context and return the new entity.static void
EntityArchiveUtils. copyFromElementToEntity(Element element, BaseEntity entity, List<String> warnings)
Copy the given XML element child values to the given data object entity.static void
EntityArchiveUtils. copyFromElementToEntity(Element element, BaseEntity entity, List<String> exclusions, List<String> warnings)
Copy the given XML element child values to the given data object entity, excluding the values defined in the exclusions list.static void
EntityArchiveUtils. copyFromEntityToElement(BaseEntity entity, Element element)
Copy the attributes of the given entity to the XML element.static void
EntityArchiveUtils. copyFromEntityToElement(BaseEntity entity, Element parent, List<String> exclusions)
Copy the attributes of the given entity to the XML element, excluding the attribute values defined in the exclusions list.static void
EntityArchiveUtils. copyFromEntityToEntity(BaseEntity sourceEntity, BaseEntity targetEntity, Set<String> exclusionSet)
Copy the attributes of the given source entity to the target entity, excluding the attribute values defined in the exclusion set.static void
EntityArchiveUtils. copySubsetFromElementToEntity(Element element, BaseEntity entity, List<String> propertiesToInclude, List<String> warnings)
Copy the given XML element child values to the given data object entity, using only the properties defined in the inclusion list. -
Uses of BaseEntity in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao with parameters of type BaseEntity Modifier and Type Method Description AuditLog
AuditLogDao. createAuditLogRecord(BaseEntity entity, String message, String type)
Create an audit log recordAuditLog
AuditLogDao. createAuditLogRecord(BaseEntity entity, String message, String type, Submission submission)
Create an audit log record -
Uses of BaseEntity in com.avoka.fc.core.entity
Subclasses of BaseEntity in com.avoka.fc.core.entity Modifier and Type Class Description class
ApplicationClientProperty
Provides an association between an application package and a client property.class
ApplicationConnection
Provides an association between an application package and a service connection.class
ApplicationDelivery
Provides an association between an application package and a delivery channel.class
ApplicationForm
Provides an entity describing a relationship between an application package and a form.class
ApplicationPackage
Provides an entity containing information about applications (sets of related services and forms belonging to the same organization).class
ApplicationService
Provides an association between an application package and a service definition.class
Attachment
Provides an attachment entity used to model supporting documentation for a submission.class
AuditLog
Provides an audit log entity used to track changes made to sensitive data.class
AuthenticationProvider
Provides an security Authentication Provider configuration entity.class
AuthProviderParameter
Provides an security Authentication Provider configuration Parameter entity.class
Category
Provides a category for form classification.class
Client
Provides a client (or organization) entity.class
ClientKeystore
Provides the ClientKeystore entity.class
ClientMetadataValue
Provides a metadata value associated with a client.class
ClientPortal
Provides an association between an organization and a portal.class
ClientProperty
Provides a property value associated with a specific client.class
ClientReconciliationFile
Provides an entity that holds payment reconciliation files received from payment gateway providers.class
ClientRefData
The ClientRefData entity.class
ClientRefDataData
ClientRefDataData entity child entity of the ClientRefData that holds the clob value.class
ClientUser
Provides an entity defining a client user.class
ComposerImportAction
Provides a Composer package import summary action.class
ComposerPackageData
Provides an entity storing file contents associated with a composer package queue item.class
ComposerPackageQueue
Provides an entity describing a form package created by SmartForm Composerclass
DbVersionUpdate
Provides an entity describing an automated update operation on the SmartForm Manager database.class
DeliveryDetails
Provides an entity describing how and where a submission shall be delivered.class
DeploymentProperty
Provides an entity holding a deployment property.class
DocumentType
Provides a document type entity on which attachments are based.class
EmailQueue
Provides an email queue entry that can be queued and automatically retried.class
EmailQueueData
Provides an email queue compressed body data entity.class
ErrorLog
Provides an error log entry, including detailed information such as the stack trace.class
ErrorLogData
Provides an entity to encapsulate sensitive submission XML data related to an error log entry.class
EventLog
Provides an event log entry with a severity indicator and a message.class
FileUpload
Provides an entity containing information about a file uploaded to SmartForm Manager.class
FileUploadData
Provides an entity storing the file contents of a file upload.class
Folder
Provides a folder entity used in Maestro to group form designs.class
Form
Provides a form entity encompassing a form template as well as configuration.class
FormCategory
Provides an association between a form version and a category.class
FormDesign
Provides a form design entity used in Maestro.class
FormDesignVersion
Provides a version entity for form designs used in Maestro.class
FormDesignVersionInclude
Provides a join between a form design version and a library include used in Maestro.class
FormDesignVersionProperty
Provides a version property value entity for form design versions used in Maestro.class
FormFunction
Provides an form function entity.class
FormGroup
Provides an entity defining a form group.class
FormPortal
Provides an association between a form and a portal.class
FormReceiptSequence
Provides a sequence used in receipt number generation.class
GroovyServiceLog
Provides a Groovy Service invocation logging entity.class
GroovyServiceLogData
Provides a Groovy Service Logging data entity.class
Group
Provides a group entity that users can belong to.class
GroupAgentLock
The Class GroupAgentLock.class
ImportAction
Provides an entity describing an archive import action.class
ImportActionData
Provides an entity containing file data for an archive import action.class
ImportActionDetail
Provides an entity containing a detail message about an archive import action.class
Job
Provides a Collaboration Job entity.class
JobAction
Provides a transaction job action entity.class
JobComment
Provides a job comment entity.class
JobEventLog
Provides a transaction job event entity.class
JobGroup
The JobGroup is a link table between the Job and the Group.class
JobHistory
Provides a job history audit entity class.class
JobProperty
Provides a property (name/value pair) entity for a job.class
JobStatusHistory
Provides a history record of a job or job step status change.class
JobStep
Provides a Collaboration Job Step entity.class
Library
Provides a resource library entity used in Maestro.class
LibraryResource
Provides a resource entity contained in Maestro libraries.class
LibraryResourceData
Provides a library resource entity containing binary or text resource data used in Maestro.class
LibraryResourceHistory
Provides a form design library resource history item.class
LibraryShare
class
MetadataListValue
Provides a valid value of a metadata tag of type list or list hierarchy.class
MetadataTag
Provides an entity defining a metadata tag.class
Notification
Provides a notification message that is displayed to the users of a specific portal.class
OfflineClientSystemLog
Provides a Mobile Field Worker client system log reporting entity.class
OfflineSyncCall
Provides an T.Field offline sync log call record.class
OfflineSyncLog
Provides an entity logging a synchronization event between SmartForm Manager and the FieldWorker client.class
PaymentItem
Provides an individual line item that is part of a payment made for a submission.class
PaymentLog
Provides a record for a payment made using the SmartForm Manager payment module.class
Permission
Provides an entity representing the privilege to access restricted content.class
Portal
Provides a SmartForm Manager portal module, generally used for form hosting and rendering.class
PortalPage
Provides a named portal page.class
PortalPageHistory
Provides a page history for the portal pages.class
PortalProperty
Provides a typed property for a portal.class
PortalResource
Provides a portal resource, such as an image.class
PortalResourceHistory
Provides a resource history for the portal resources.class
PortalUser
Provides an association between a user account and a portal.class
PrefillParamXpathMap
Provides an entity request parameter prefill to form data model XML XPath map.class
ProcessingStatus
Provides an entity encapsulating a submission status set by the client.class
Project
Provides a project entity containing folders and form designs used in Maestro.class
ProjectFormTag
Provides an entity describing a tag of a project or form design version used in Maestro.class
ProjectFormTagData
Provides an entity containing data associated with a tag in Maestro.class
ProjectInclude
Provides a join between a project and a library include in Maestro.class
PromotionLog
Provides a record of a form being promoted to a certain status, such as "Ready For Production".class
PropertyPrefillMap
Provides a property prefill mapping from a property (described by name and scope) to an XPath in a schema seed.class
PropertyType
Provides a property type that can be assigned concrete values depending on its scope (client, form, user) and data type.class
ReleaseVersion
Provides a release version used in Maestro.class
RequestLog
Provides a record around requests for a form, either for fill-in or receipt rendering.class
RequiredAttachment
Provides an entity representing a SmartForm Manager managed attachment that is presented to the user after submission.class
Role
Provides a named collection of access privileges.class
RolePermission
Provides an association between a role and a permission.class
ScheduledJobHistory
Provides a ScheduledJobHistory entity.class
SchemaExtractMap
Provides a data extract mapping, defining elements that are to be extracted from the submitted XML data and stored in the SmartForm Manager database.class
SchemaSeed
Provides an entity containing a blank seed file for a form, as well as configuration such as prefill mappings.class
SecurityManager
Provides an Security Manager configuration entity.class
SecurityManagerLog
Provides an Security Manager Logging entity.class
SecurityManagerLogData
Provides an Security Manager Logging Data entity.class
SecurityManagerParameter
Provides an Security Manager Parameter entity.class
ServerHealthStatusMetric
The Class ServerHealthStatusMetric.class
ServerNode
A persistent class mapped as "ServerNode" Cayenne entity.class
ServiceConnection
Provides an entity describing connection details to an external service.class
ServiceDefinition
Provides an entity describing a service definition.class
ServiceParameter
Provides a typed parameter used to configure a service.class
ServiceParameterHistory
The Class ServiceParameterHistory.class
Submission
Provides an entity containing data submitted by the user along with additional information and status values.class
SubmissionAsyncMsg
Provides an submission asynchronous message entity.class
SubmissionAsyncMsgBody
Provides an submission asynchronous message body entity.class
SubmissionAttribute
Provides a submission attribute entity for storing large text attribute values (2000) characters associated with a submission record.class
SubmissionComment
Provides a submission comments entity.class
SubmissionData
Provides an entity storing file contents associated with a submission.class
SubmissionDeliveryCheckpoint
Provides an submission delivery process checkpoint entity.class
SubmissionDeliveryFunc
Provides an submission delivery function entity.class
SubmissionExtractData
Deprecated.class
SubmissionExtractJson
Provides a submission data extract map JSON record using aSchemaExtractMap
.class
SubmissionExtractSearch
Provides a submission data extract search item hash value.class
SubmissionGroup
Provides an submission group entity.class
SubmissionHistory
Provides a record of a particular version of a submission.class
SubmissionHistoryData
Provides an entity storing the file contents of a submission history entry.class
SubmissionMilestone
Provides an entity recording submission milestones.class
SubmissionProperty
Provides the entity class to store submission properties.class
SubmissionPropertySearch
Provides a submission property search item hash value.class
SubmissionServiceLog
Provides an entity describing a service used by a submission.class
SubmissionValidationError
Provides a submission validation error entity.class
SystemHealth
Provides an entity encapsulating a number of metrics describing system load and health.class
TemplateVersion
Provides a version of a form template, defining the actual form template files (e.g.class
TemplateVersionData
Provides an entity storing the file contents of a template version.class
TemplateVersionDeployment
Provides an entity that records a template version change (either having occurred in the past or scheduled for the future).class
TPac
Provides an entity modelling TPac packages.class
TPacData
Provides an entity containing the binary package data for a TPac package.class
TransactionHistory
Provides an entity containing lightweight historic data about a transaction.class
TransactionLookup
Provides a Transaction Lookup entity.class
UserAccount
Provides a user account used by SmartForm Manager.class
UserAuthEvent
Provides a user authentication event entity.class
UserGroup
Provides an association between a user account and a group.class
UserPortalPref
Provides a User Portal Preferences class.class
UserProfile
Provides a user profile containing a set of user properties and their values (e.g.class
UserProperty
Provides a property value associated with a specific user.class
UserRole
Provides an association between a user and a role.class
VersionAttachment
Provides the definition of a required attachment associated with a form template version.class
VersionMetadataValue
Provides a metadata value associated with a form template version.class
VersionPropertyValue
Provides a property value associated with a form template version.class
XmlInputMap
Provides an mapping from an XML prefill file into a schema seed. -
Uses of BaseEntity in com.avoka.fc.core.entity.auto
Subclasses of BaseEntity in com.avoka.fc.core.entity.auto Modifier and Type Class Description class
_ApplicationClientProperty
Provides the _ApplicationClientProperty database entity.class
_ApplicationConnection
Provides the _ApplicationConnection database entity.class
_ApplicationDelivery
Provides the _ApplicationDelivery database entity.class
_ApplicationForm
Provides the _ApplicationForm database entity.class
_ApplicationPackage
Provides the _ApplicationPackage database entity.class
_ApplicationService
Provides the _ApplicationService database entity.class
_Attachment
Provides the _Attachment database entity.class
_AuditLog
Provides the _AuditLog database entity.class
_AuthenticationProvider
Provides the _AuthenticationProvider database entity.class
_AuthProviderParameter
Provides the _AuthProviderParameter database entity.class
_Category
Provides the _Category database entity.class
_Client
Provides the _Client database entity.class
_ClientKeystore
Provides the _ClientKeystore database entity.class
_ClientMetadataValue
Provides the _ClientMetadataValue database entity.class
_ClientPortal
Provides the _ClientPortal database entity.class
_ClientProperty
Provides the _ClientProperty database entity.class
_ClientReconciliationFile
Provides the _ClientReconciliationFile database entity.class
_ClientRefData
Provides the _ClientRefData database entity.class
_ClientRefDataData
Provides the _ClientRefDataData database entity.class
_ClientUser
Provides the _ClientUser database entity.class
_ComposerImportAction
Provides the _ComposerImportAction database entity.class
_ComposerPackageData
Provides the _ComposerPackageData database entity.class
_ComposerPackageQueue
Provides the _ComposerPackageQueue database entity.class
_DbVersionUpdate
Provides the _DbVersionUpdate database entity.class
_DeliveryDetails
Provides the _DeliveryDetails database entity.class
_DeploymentProperty
Provides the _DeploymentProperty database entity.class
_DocumentType
Provides the _DocumentType database entity.class
_EmailQueue
Provides the _EmailQueue database entity.class
_EmailQueueData
Provides the _EmailQueueData database entity.class
_ErrorLog
Provides the _ErrorLog database entity.class
_ErrorLogData
Provides the _ErrorLogData database entity.class
_EventLog
Provides the _EventLog database entity.class
_FileUpload
Provides the _FileUpload database entity.class
_FileUploadData
Provides the _FileUploadData database entity.class
_Folder
Provides the _Folder database entity.class
_Form
Provides the _Form database entity.class
_FormCategory
Provides the _FormCategory database entity.class
_FormDesign
Provides the _FormDesign database entity.class
_FormDesignVersion
Provides the _FormDesignVersion database entity.class
_FormDesignVersionInclude
Provides the _FormDesignVersionInclude database entity.class
_FormDesignVersionProperty
Provides the _FormDesignVersionProperty database entity.class
_FormFunction
Provides the _FormFunction database entity.class
_FormGroup
Provides the _FormGroup database entity.class
_FormPortal
Provides the _FormPortal database entity.class
_FormReceiptSequence
Provides the _FormReceiptSequence database entity.class
_GroovyServiceLog
Provides the _GroovyServiceLog database entity.class
_GroovyServiceLogData
Provides the _GroovyServiceLogData database entity.class
_Group
Provides the _Group database entity.class
_GroupAgentLock
Provides the _GroupAgentLock database entity.class
_ImportAction
Provides the _ImportAction database entity.class
_ImportActionData
Provides the _ImportActionData database entity.class
_ImportActionDetail
Provides the _ImportActionDetail database entity.class
_Job
Provides the _Job database entity.class
_JobAction
Provides the _JobAction database entity.class
_JobComment
Provides the _JobComment database entity.class
_JobEventLog
Provides the _JobEventLog database entity.class
_JobGroup
Provides the _JobGroup database entity.class
_JobHistory
Provides the _JobHistory database entity.class
_JobProperty
Provides the _JobProperty database entity.class
_JobStatusHistory
Provides the _JobStatusHistory database entity.class
_JobStep
Provides the _JobStep database entity.class
_Library
Provides the _Library database entity.class
_LibraryResource
Provides the _LibraryResource database entity.class
_LibraryResourceData
Provides the _LibraryResourceData database entity.class
_LibraryResourceHistory
Provides the _LibraryResourceHistory database entity.class
_LibraryShare
Provides the _LibraryShare database entity.class
_MetadataListValue
Provides the _MetadataListValue database entity.class
_MetadataTag
Provides the _MetadataTag database entity.class
_Notification
Provides the _Notification database entity.class
_OfflineClientSystemLog
Provides the _OfflineClientSystemLog database entity.class
_OfflineSyncCall
Provides the _OfflineSyncCall database entity.class
_OfflineSyncLog
Provides the _OfflineSyncLog database entity.class
_PaymentItem
Provides the _PaymentItem database entity.class
_PaymentLog
Provides the _PaymentLog database entity.class
_Permission
Provides the _Permission database entity.class
_Portal
Provides the _Portal database entity.class
_PortalPage
Provides the _PortalPage database entity.class
_PortalPageHistory
Provides the _PortalPageHistory database entity.class
_PortalProperty
Provides the _PortalProperty database entity.class
_PortalResource
Provides the _PortalResource database entity.class
_PortalResourceHistory
Provides the _PortalResourceHistory database entity.class
_PortalUser
Provides the _PortalUser database entity.class
_PrefillParamXpathMap
Provides the _PrefillParamXpathMap database entity.class
_ProcessingStatus
Provides the _ProcessingStatus database entity.class
_Project
Provides the _Project database entity.class
_ProjectFormTag
Provides the _ProjectFormTag database entity.class
_ProjectFormTagData
Provides the _ProjectFormTagData database entity.class
_ProjectInclude
Provides the _ProjectInclude database entity.class
_PromotionLog
Provides the _PromotionLog database entity.class
_PropertyPrefillMap
Provides the _PropertyPrefillMap database entity.class
_PropertyType
Provides the _PropertyType database entity.class
_ReleaseVersion
Provides the _ReleaseVersion database entity.class
_RequestLog
Provides the _RequestLog database entity.class
_RequiredAttachment
Provides the _RequiredAttachment database entity.class
_Role
Provides the _Role database entity.class
_RolePermission
Provides the _RolePermission database entity.class
_ScheduledJobHistory
Provides the _ScheduledJobHistory database entity.class
_SchemaExtractMap
Provides the _SchemaExtractMap database entity.class
_SchemaSeed
Provides the _SchemaSeed database entity.class
_SecurityManager
Provides the _SecurityManager database entity.class
_SecurityManagerLog
Provides the _SecurityManagerLog database entity.class
_SecurityManagerLogData
Provides the _SecurityManagerLogData database entity.class
_SecurityManagerParameter
Provides the _SecurityManagerParameter database entity.class
_ServerHealthStatusMetric
Provides the _ServerHealthStatusMetric database entity.class
_ServerNode
Provides the _ServerNode database entity.class
_ServiceConnection
Provides the _ServiceConnection database entity.class
_ServiceDefinition
Provides the _ServiceDefinition database entity.class
_ServiceParameter
Provides the _ServiceParameter database entity.class
_ServiceParameterHistory
Provides the _ServiceParameterHistory database entity.class
_Submission
Provides the _Submission database entity.class
_SubmissionAsyncMsg
Provides the _SubmissionAsyncMsg database entity.class
_SubmissionAsyncMsgBody
Provides the _SubmissionAsyncMsgBody database entity.class
_SubmissionAttribute
Provides the _SubmissionAttribute database entity.class
_SubmissionComment
Provides the _SubmissionComment database entity.class
_SubmissionData
Provides the _SubmissionData database entity.class
_SubmissionDeliveryCheckpoint
Provides the _SubmissionDeliveryCheckpoint database entity.class
_SubmissionDeliveryFunc
Provides the _SubmissionDeliveryFunc database entity.class
_SubmissionExtractData
Provides the _SubmissionExtractData database entity.class
_SubmissionExtractJson
Provides the _SubmissionExtractJson database entity.class
_SubmissionExtractSearch
Provides the _SubmissionExtractSearch database entity.class
_SubmissionGroup
Provides the _SubmissionGroup database entity.class
_SubmissionHistory
Provides the _SubmissionHistory database entity.class
_SubmissionHistoryData
Provides the _SubmissionHistoryData database entity.class
_SubmissionMilestone
Provides the _SubmissionMilestone database entity.class
_SubmissionProperty
Provides the _SubmissionProperty database entity.class
_SubmissionPropertySearch
Provides the _SubmissionPropertySearch database entity.class
_SubmissionServiceLog
Provides the _SubmissionServiceLog database entity.class
_SubmissionValidationError
Provides the _SubmissionValidationError database entity.class
_SystemHealth
Provides the _SystemHealth database entity.class
_TemplateVersion
Provides the _TemplateVersion database entity.class
_TemplateVersionData
Provides the _TemplateVersionData database entity.class
_TemplateVersionDeployment
Provides the _TemplateVersionDeployment database entity.class
_TPac
Provides the _TPac database entity.class
_TPacData
Provides the _TPacData database entity.class
_TransactionHistory
Provides the _TransactionHistory database entity.class
_TransactionLookup
Provides the _TransactionLookup database entity.class
_UserAccount
Provides the _UserAccount database entity.class
_UserAuthEvent
Provides the _UserAuthEvent database entity.class
_UserGroup
Provides the _UserGroup database entity.class
_UserPortalPref
Provides the _UserPortalPref database entity.class
_UserProfile
Provides the _UserProfile database entity.class
_UserProperty
Provides the _UserProperty database entity.class
_UserRole
Provides the _UserRole database entity.class
_VersionAttachment
Provides the _VersionAttachment database entity.class
_VersionMetadataValue
Provides the _VersionMetadataValue database entity.class
_VersionPropertyValue
Provides the _VersionPropertyValue database entity.class
_XmlInputMap
Provides the _XmlInputMap database entity. -
Uses of BaseEntity in com.avoka.fc.core.service
Methods in com.avoka.fc.core.service with type parameters of type BaseEntity Modifier and Type Method Description protected <T extends BaseEntity>
TCayenneService. refetchEntity(T entity)
Refetch the given entity if associated with a different data context. -
Uses of BaseEntity in com.avoka.fc.core.service.archive
Methods in com.avoka.fc.core.service.archive with parameters of type BaseEntity Modifier and Type Method Description protected void
BaseArchiveService. copyFromElementToEntity(Element element, BaseEntity entity, List<String> warnings)
protected void
BaseArchiveService. copyFromElementToEntity(Element element, BaseEntity entity, List<String> exclusions, List<String> warnings)
Copies from an XML element to the given entity, usingEntityArchiveUtils
. -
Uses of BaseEntity in com.avoka.fc.core.service.storage
Methods in com.avoka.fc.core.service.storage with type parameters of type BaseEntity Modifier and Type Method Description protected <T extends BaseEntity>
TAbstractSubmissionDataStorageService. refetchEntity(T entity)
Refetch the given entity if associted with a different data context.protected <T extends BaseEntity>
TAmazonKMSSubmissionDataStorageService. refetchEntity(T entity)
Deprecated.Refetch the given entity if associted with a different data context. -
Uses of BaseEntity in com.avoka.fc.core.util
Constructors in com.avoka.fc.core.util with parameters of type BaseEntity Constructor Description UnsupportedVersionException(String userMessage, String minVersionRequired, BaseEntity entity)
Create a UnsupportedVersionException object with the given parameters
-