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 ListBaseService. 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 BaseEntityCayenneUtils. cloneEntity(BaseEntity entity)Perform a shallow clone of an entity, register it with the data context and return the new entity.static BaseEntityCayenneUtils. 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 BaseEntityCayenneUtils. cloneEntity(BaseEntity entity)Perform a shallow clone of an entity, register it with the data context and return the new entity.static BaseEntityCayenneUtils. 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 voidEntityArchiveUtils. copyFromElementToEntity(Element element, BaseEntity entity, List<String> warnings)Copy the given XML element child values to the given data object entity.static voidEntityArchiveUtils. 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 voidEntityArchiveUtils. copyFromEntityToElement(BaseEntity entity, Element element)Copy the attributes of the given entity to the XML element.static voidEntityArchiveUtils. 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 voidEntityArchiveUtils. 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 voidEntityArchiveUtils. 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 AuditLogAuditLogDao. createAuditLogRecord(BaseEntity entity, String message, String type)Create an audit log recordAuditLogAuditLogDao. 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 classApplicationClientPropertyProvides an association between an application package and a client property.classApplicationConnectionProvides an association between an application package and a service connection.classApplicationDeliveryProvides an association between an application package and a delivery channel.classApplicationFormProvides an entity describing a relationship between an application package and a form.classApplicationPackageProvides an entity containing information about applications (sets of related services and forms belonging to the same organization).classApplicationServiceProvides an association between an application package and a service definition.classAttachmentProvides an attachment entity used to model supporting documentation for a submission.classAuditLogProvides an audit log entity used to track changes made to sensitive data.classAuthenticationProviderProvides an security Authentication Provider configuration entity.classAuthProviderParameterProvides an security Authentication Provider configuration Parameter entity.classCategoryProvides a category for form classification.classClientProvides a client (or organization) entity.classClientKeystoreProvides the ClientKeystore entity.classClientMetadataValueProvides a metadata value associated with a client.classClientPortalProvides an association between an organization and a portal.classClientPropertyProvides a property value associated with a specific client.classClientReconciliationFileProvides an entity that holds payment reconciliation files received from payment gateway providers.classClientRefDataThe ClientRefData entity.classClientRefDataDataClientRefDataData entity child entity of the ClientRefData that holds the clob value.classClientUserProvides an entity defining a client user.classComposerImportActionProvides a Composer package import summary action.classComposerPackageDataProvides an entity storing file contents associated with a composer package queue item.classComposerPackageQueueProvides an entity describing a form package created by SmartForm ComposerclassDbVersionUpdateProvides an entity describing an automated update operation on the SmartForm Manager database.classDeliveryDetailsProvides an entity describing how and where a submission shall be delivered.classDeploymentPropertyProvides an entity holding a deployment property.classDocumentTypeProvides a document type entity on which attachments are based.classEmailQueueProvides an email queue entry that can be queued and automatically retried.classEmailQueueDataProvides an email queue compressed body data entity.classErrorLogProvides an error log entry, including detailed information such as the stack trace.classErrorLogDataProvides an entity to encapsulate sensitive submission XML data related to an error log entry.classEventLogProvides an event log entry with a severity indicator and a message.classFileUploadProvides an entity containing information about a file uploaded to SmartForm Manager.classFileUploadDataProvides an entity storing the file contents of a file upload.classFolderProvides a folder entity used in Maestro to group form designs.classFormProvides a form entity encompassing a form template as well as configuration.classFormCategoryProvides an association between a form version and a category.classFormDesignProvides a form design entity used in Maestro.classFormDesignVersionProvides a version entity for form designs used in Maestro.classFormDesignVersionIncludeProvides a join between a form design version and a library include used in Maestro.classFormDesignVersionPropertyProvides a version property value entity for form design versions used in Maestro.classFormFunctionProvides an form function entity.classFormGroupProvides an entity defining a form group.classFormPortalProvides an association between a form and a portal.classFormReceiptSequenceProvides a sequence used in receipt number generation.classGroovyServiceLogProvides a Groovy Service invocation logging entity.classGroovyServiceLogDataProvides a Groovy Service Logging data entity.classGroupProvides a group entity that users can belong to.classGroupAgentLockThe Class GroupAgentLock.classImportActionProvides an entity describing an archive import action.classImportActionDataProvides an entity containing file data for an archive import action.classImportActionDetailProvides an entity containing a detail message about an archive import action.classJobProvides a Collaboration Job entity.classJobActionProvides a transaction job action entity.classJobCommentProvides a job comment entity.classJobEventLogProvides a transaction job event entity.classJobGroupThe JobGroup is a link table between the Job and the Group.classJobHistoryProvides a job history audit entity class.classJobPropertyProvides a property (name/value pair) entity for a job.classJobStatusHistoryProvides a history record of a job or job step status change.classJobStepProvides a Collaboration Job Step entity.classLibraryProvides a resource library entity used in Maestro.classLibraryResourceProvides a resource entity contained in Maestro libraries.classLibraryResourceDataProvides a library resource entity containing binary or text resource data used in Maestro.classLibraryResourceHistoryProvides a form design library resource history item.classLibraryShareclassMetadataListValueProvides a valid value of a metadata tag of type list or list hierarchy.classMetadataTagProvides an entity defining a metadata tag.classNotificationProvides a notification message that is displayed to the users of a specific portal.classOfflineClientSystemLogProvides a Mobile Field Worker client system log reporting entity.classOfflineSyncCallProvides an T.Field offline sync log call record.classOfflineSyncLogProvides an entity logging a synchronization event between SmartForm Manager and the FieldWorker client.classPaymentItemProvides an individual line item that is part of a payment made for a submission.classPaymentLogProvides a record for a payment made using the SmartForm Manager payment module.classPermissionProvides an entity representing the privilege to access restricted content.classPortalProvides a SmartForm Manager portal module, generally used for form hosting and rendering.classPortalPageProvides a named portal page.classPortalPageHistoryProvides a page history for the portal pages.classPortalPropertyProvides a typed property for a portal.classPortalResourceProvides a portal resource, such as an image.classPortalResourceHistoryProvides a resource history for the portal resources.classPortalUserProvides an association between a user account and a portal.classPrefillParamXpathMapProvides an entity request parameter prefill to form data model XML XPath map.classProcessingStatusProvides an entity encapsulating a submission status set by the client.classProjectProvides a project entity containing folders and form designs used in Maestro.classProjectFormTagProvides an entity describing a tag of a project or form design version used in Maestro.classProjectFormTagDataProvides an entity containing data associated with a tag in Maestro.classProjectIncludeProvides a join between a project and a library include in Maestro.classPromotionLogProvides a record of a form being promoted to a certain status, such as "Ready For Production".classPropertyPrefillMapProvides a property prefill mapping from a property (described by name and scope) to an XPath in a schema seed.classPropertyTypeProvides a property type that can be assigned concrete values depending on its scope (client, form, user) and data type.classReleaseVersionProvides a release version used in Maestro.classRequestLogProvides a record around requests for a form, either for fill-in or receipt rendering.classRequiredAttachmentProvides an entity representing a SmartForm Manager managed attachment that is presented to the user after submission.classRoleProvides a named collection of access privileges.classRolePermissionProvides an association between a role and a permission.classScheduledJobHistoryProvides a ScheduledJobHistory entity.classSchemaExtractMapProvides a data extract mapping, defining elements that are to be extracted from the submitted XML data and stored in the SmartForm Manager database.classSchemaSeedProvides an entity containing a blank seed file for a form, as well as configuration such as prefill mappings.classSecurityManagerProvides an Security Manager configuration entity.classSecurityManagerLogProvides an Security Manager Logging entity.classSecurityManagerLogDataProvides an Security Manager Logging Data entity.classSecurityManagerParameterProvides an Security Manager Parameter entity.classServerHealthStatusMetricThe Class ServerHealthStatusMetric.classServerNodeA persistent class mapped as "ServerNode" Cayenne entity.classServiceConnectionProvides an entity describing connection details to an external service.classServiceDefinitionProvides an entity describing a service definition.classServiceParameterProvides a typed parameter used to configure a service.classServiceParameterHistoryThe Class ServiceParameterHistory.classSubmissionProvides an entity containing data submitted by the user along with additional information and status values.classSubmissionAsyncMsgProvides an submission asynchronous message entity.classSubmissionAsyncMsgBodyProvides an submission asynchronous message body entity.classSubmissionAttributeProvides a submission attribute entity for storing large text attribute values (2000) characters associated with a submission record.classSubmissionCommentProvides a submission comments entity.classSubmissionDataProvides an entity storing file contents associated with a submission.classSubmissionDeliveryCheckpointProvides an submission delivery process checkpoint entity.classSubmissionDeliveryFuncProvides an submission delivery function entity.classSubmissionExtractDataDeprecated.classSubmissionExtractJsonProvides a submission data extract map JSON record using aSchemaExtractMap.classSubmissionExtractSearchProvides a submission data extract search item hash value.classSubmissionGroupProvides an submission group entity.classSubmissionHistoryProvides a record of a particular version of a submission.classSubmissionHistoryDataProvides an entity storing the file contents of a submission history entry.classSubmissionMilestoneProvides an entity recording submission milestones.classSubmissionPropertyProvides the entity class to store submission properties.classSubmissionPropertySearchProvides a submission property search item hash value.classSubmissionServiceLogProvides an entity describing a service used by a submission.classSubmissionValidationErrorProvides a submission validation error entity.classSystemHealthProvides an entity encapsulating a number of metrics describing system load and health.classTemplateVersionProvides a version of a form template, defining the actual form template files (e.g.classTemplateVersionDataProvides an entity storing the file contents of a template version.classTemplateVersionDeploymentProvides an entity that records a template version change (either having occurred in the past or scheduled for the future).classTPacProvides an entity modelling TPac packages.classTPacDataProvides an entity containing the binary package data for a TPac package.classTransactionHistoryProvides an entity containing lightweight historic data about a transaction.classTransactionLookupProvides a Transaction Lookup entity.classUserAccountProvides a user account used by SmartForm Manager.classUserAuthEventProvides a user authentication event entity.classUserGroupProvides an association between a user account and a group.classUserPortalPrefProvides a User Portal Preferences class.classUserProfileProvides a user profile containing a set of user properties and their values (e.g.classUserPropertyProvides a property value associated with a specific user.classUserRoleProvides an association between a user and a role.classVersionAttachmentProvides the definition of a required attachment associated with a form template version.classVersionMetadataValueProvides a metadata value associated with a form template version.classVersionPropertyValueProvides a property value associated with a form template version.classXmlInputMapProvides 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_ApplicationClientPropertyProvides the _ApplicationClientProperty database entity.class_ApplicationConnectionProvides the _ApplicationConnection database entity.class_ApplicationDeliveryProvides the _ApplicationDelivery database entity.class_ApplicationFormProvides the _ApplicationForm database entity.class_ApplicationPackageProvides the _ApplicationPackage database entity.class_ApplicationServiceProvides the _ApplicationService database entity.class_AttachmentProvides the _Attachment database entity.class_AuditLogProvides the _AuditLog database entity.class_AuthenticationProviderProvides the _AuthenticationProvider database entity.class_AuthProviderParameterProvides the _AuthProviderParameter database entity.class_CategoryProvides the _Category database entity.class_ClientProvides the _Client database entity.class_ClientKeystoreProvides the _ClientKeystore database entity.class_ClientMetadataValueProvides the _ClientMetadataValue database entity.class_ClientPortalProvides the _ClientPortal database entity.class_ClientPropertyProvides the _ClientProperty database entity.class_ClientReconciliationFileProvides the _ClientReconciliationFile database entity.class_ClientRefDataProvides the _ClientRefData database entity.class_ClientRefDataDataProvides the _ClientRefDataData database entity.class_ClientUserProvides the _ClientUser database entity.class_ComposerImportActionProvides the _ComposerImportAction database entity.class_ComposerPackageDataProvides the _ComposerPackageData database entity.class_ComposerPackageQueueProvides the _ComposerPackageQueue database entity.class_DbVersionUpdateProvides the _DbVersionUpdate database entity.class_DeliveryDetailsProvides the _DeliveryDetails database entity.class_DeploymentPropertyProvides the _DeploymentProperty database entity.class_DocumentTypeProvides the _DocumentType database entity.class_EmailQueueProvides the _EmailQueue database entity.class_EmailQueueDataProvides the _EmailQueueData database entity.class_ErrorLogProvides the _ErrorLog database entity.class_ErrorLogDataProvides the _ErrorLogData database entity.class_EventLogProvides the _EventLog database entity.class_FileUploadProvides the _FileUpload database entity.class_FileUploadDataProvides the _FileUploadData database entity.class_FolderProvides the _Folder database entity.class_FormProvides the _Form database entity.class_FormCategoryProvides the _FormCategory database entity.class_FormDesignProvides the _FormDesign database entity.class_FormDesignVersionProvides the _FormDesignVersion database entity.class_FormDesignVersionIncludeProvides the _FormDesignVersionInclude database entity.class_FormDesignVersionPropertyProvides the _FormDesignVersionProperty database entity.class_FormFunctionProvides the _FormFunction database entity.class_FormGroupProvides the _FormGroup database entity.class_FormPortalProvides the _FormPortal database entity.class_FormReceiptSequenceProvides the _FormReceiptSequence database entity.class_GroovyServiceLogProvides the _GroovyServiceLog database entity.class_GroovyServiceLogDataProvides the _GroovyServiceLogData database entity.class_GroupProvides the _Group database entity.class_GroupAgentLockProvides the _GroupAgentLock database entity.class_ImportActionProvides the _ImportAction database entity.class_ImportActionDataProvides the _ImportActionData database entity.class_ImportActionDetailProvides the _ImportActionDetail database entity.class_JobProvides the _Job database entity.class_JobActionProvides the _JobAction database entity.class_JobCommentProvides the _JobComment database entity.class_JobEventLogProvides the _JobEventLog database entity.class_JobGroupProvides the _JobGroup database entity.class_JobHistoryProvides the _JobHistory database entity.class_JobPropertyProvides the _JobProperty database entity.class_JobStatusHistoryProvides the _JobStatusHistory database entity.class_JobStepProvides the _JobStep database entity.class_LibraryProvides the _Library database entity.class_LibraryResourceProvides the _LibraryResource database entity.class_LibraryResourceDataProvides the _LibraryResourceData database entity.class_LibraryResourceHistoryProvides the _LibraryResourceHistory database entity.class_LibraryShareProvides the _LibraryShare database entity.class_MetadataListValueProvides the _MetadataListValue database entity.class_MetadataTagProvides the _MetadataTag database entity.class_NotificationProvides the _Notification database entity.class_OfflineClientSystemLogProvides the _OfflineClientSystemLog database entity.class_OfflineSyncCallProvides the _OfflineSyncCall database entity.class_OfflineSyncLogProvides the _OfflineSyncLog database entity.class_PaymentItemProvides the _PaymentItem database entity.class_PaymentLogProvides the _PaymentLog database entity.class_PermissionProvides the _Permission database entity.class_PortalProvides the _Portal database entity.class_PortalPageProvides the _PortalPage database entity.class_PortalPageHistoryProvides the _PortalPageHistory database entity.class_PortalPropertyProvides the _PortalProperty database entity.class_PortalResourceProvides the _PortalResource database entity.class_PortalResourceHistoryProvides the _PortalResourceHistory database entity.class_PortalUserProvides the _PortalUser database entity.class_PrefillParamXpathMapProvides the _PrefillParamXpathMap database entity.class_ProcessingStatusProvides the _ProcessingStatus database entity.class_ProjectProvides the _Project database entity.class_ProjectFormTagProvides the _ProjectFormTag database entity.class_ProjectFormTagDataProvides the _ProjectFormTagData database entity.class_ProjectIncludeProvides the _ProjectInclude database entity.class_PromotionLogProvides the _PromotionLog database entity.class_PropertyPrefillMapProvides the _PropertyPrefillMap database entity.class_PropertyTypeProvides the _PropertyType database entity.class_ReleaseVersionProvides the _ReleaseVersion database entity.class_RequestLogProvides the _RequestLog database entity.class_RequiredAttachmentProvides the _RequiredAttachment database entity.class_RoleProvides the _Role database entity.class_RolePermissionProvides the _RolePermission database entity.class_ScheduledJobHistoryProvides the _ScheduledJobHistory database entity.class_SchemaExtractMapProvides the _SchemaExtractMap database entity.class_SchemaSeedProvides the _SchemaSeed database entity.class_SecurityManagerProvides the _SecurityManager database entity.class_SecurityManagerLogProvides the _SecurityManagerLog database entity.class_SecurityManagerLogDataProvides the _SecurityManagerLogData database entity.class_SecurityManagerParameterProvides the _SecurityManagerParameter database entity.class_ServerHealthStatusMetricProvides the _ServerHealthStatusMetric database entity.class_ServerNodeProvides the _ServerNode database entity.class_ServiceConnectionProvides the _ServiceConnection database entity.class_ServiceDefinitionProvides the _ServiceDefinition database entity.class_ServiceParameterProvides the _ServiceParameter database entity.class_ServiceParameterHistoryProvides the _ServiceParameterHistory database entity.class_SubmissionProvides the _Submission database entity.class_SubmissionAsyncMsgProvides the _SubmissionAsyncMsg database entity.class_SubmissionAsyncMsgBodyProvides the _SubmissionAsyncMsgBody database entity.class_SubmissionAttributeProvides the _SubmissionAttribute database entity.class_SubmissionCommentProvides the _SubmissionComment database entity.class_SubmissionDataProvides the _SubmissionData database entity.class_SubmissionDeliveryCheckpointProvides the _SubmissionDeliveryCheckpoint database entity.class_SubmissionDeliveryFuncProvides the _SubmissionDeliveryFunc database entity.class_SubmissionExtractDataProvides the _SubmissionExtractData database entity.class_SubmissionExtractJsonProvides the _SubmissionExtractJson database entity.class_SubmissionExtractSearchProvides the _SubmissionExtractSearch database entity.class_SubmissionGroupProvides the _SubmissionGroup database entity.class_SubmissionHistoryProvides the _SubmissionHistory database entity.class_SubmissionHistoryDataProvides the _SubmissionHistoryData database entity.class_SubmissionMilestoneProvides the _SubmissionMilestone database entity.class_SubmissionPropertyProvides the _SubmissionProperty database entity.class_SubmissionPropertySearchProvides the _SubmissionPropertySearch database entity.class_SubmissionServiceLogProvides the _SubmissionServiceLog database entity.class_SubmissionValidationErrorProvides the _SubmissionValidationError database entity.class_SystemHealthProvides the _SystemHealth database entity.class_TemplateVersionProvides the _TemplateVersion database entity.class_TemplateVersionDataProvides the _TemplateVersionData database entity.class_TemplateVersionDeploymentProvides the _TemplateVersionDeployment database entity.class_TPacProvides the _TPac database entity.class_TPacDataProvides the _TPacData database entity.class_TransactionHistoryProvides the _TransactionHistory database entity.class_TransactionLookupProvides the _TransactionLookup database entity.class_UserAccountProvides the _UserAccount database entity.class_UserAuthEventProvides the _UserAuthEvent database entity.class_UserGroupProvides the _UserGroup database entity.class_UserPortalPrefProvides the _UserPortalPref database entity.class_UserProfileProvides the _UserProfile database entity.class_UserPropertyProvides the _UserProperty database entity.class_UserRoleProvides the _UserRole database entity.class_VersionAttachmentProvides the _VersionAttachment database entity.class_VersionMetadataValueProvides the _VersionMetadataValue database entity.class_VersionPropertyValueProvides the _VersionPropertyValue database entity.class_XmlInputMapProvides 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 voidBaseArchiveService. copyFromElementToEntity(Element element, BaseEntity entity, List<String> warnings)protected voidBaseArchiveService. 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
-