Package com.avoka.fc.core.entity
Class ErrorLog
- java.lang.Object
-
- org.apache.cayenne.PersistentObject
-
- org.apache.cayenne.BaseDataObject
-
- org.apache.cayenne.CayenneDataObject
-
- com.avoka.core.entity.BaseEntity
-
- com.avoka.fc.core.entity.auto._ErrorLog
-
- com.avoka.fc.core.entity.ErrorLog
-
- All Implemented Interfaces:
IEntity
,Serializable
,org.apache.cayenne.DataObject
,org.apache.cayenne.Persistent
,org.apache.cayenne.Validating
public class ErrorLog extends _ErrorLog
Provides an error log entry, including detailed information such as the stack trace.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ERROR_TYPE_COLLABORATION_JOB
The Collaboration Job error type.static String
ERROR_TYPE_EMAIL
The Email error type.static String
ERROR_TYPE_FLUENT_REST_SERVICE
The Fluent REST Service error type.static String
ERROR_TYPE_FORM_DELIVERY
The Form Delivery error type.static String
ERROR_TYPE_FORM_DYNAMIC_DATA
The Form Dynamic Data error type.static String
ERROR_TYPE_FORM_RENDER
The Form Render error type.static String
ERROR_TYPE_FORM_SUBMISSION
The Form Submission error type.static String
ERROR_TYPE_INSIGHTS
The Insights error type.static String
ERROR_TYPE_MANAGEMENT
The Management error type.static String
ERROR_TYPE_PAYMENT_GATEWAY
The Payment Gateway error type.static String
ERROR_TYPE_RECEIPT_RENDER
The Receipt Render error type.static String
ERROR_TYPE_REST_SOAP_API
The REST API error type.static String
ERROR_TYPE_SCHEDULED_JOB
The Scheduled Job error type.static String
ERROR_TYPE_SECURITY_MANAGER
The Security Manager error type.static String
ERROR_TYPE_T_FIELD_SYNC
The T.Field error type.static String
ERROR_TYPE_UNCLASSIFIED
The Unclassified error type.static String[]
ERROR_TYPES
The list of available error types.-
Fields inherited from class com.avoka.fc.core.entity.auto._ErrorLog
CLIENT, CLIENT_PROPERTY, CONTEXT, CONTEXT_PROPERTY, CRITICAL_ERROR_FLAG, CRITICAL_ERROR_FLAG_PROPERTY, EMAIL_QUEUE, EMAIL_QUEUE_PROPERTY, ERROR_LOG_DATA, ERROR_LOG_DATA_PROPERTY, ERROR_OID_PK_COLUMN, ERROR_TIME, ERROR_TIME_PROPERTY, ERROR_TYPE, ERROR_TYPE_PROPERTY, GROOVY_ERROR_FLAG, GROOVY_ERROR_FLAG_PROPERTY, GROOVY_SERVICE_LOG, GROOVY_SERVICE_LOG_PROPERTY, IP_ADDRESS, IP_ADDRESS_PROPERTY, JOB_ACTION, JOB_ACTION_PROPERTY, MESSAGE, MESSAGE_PROPERTY, NAME, NAME_PROPERTY, PORTAL, PORTAL_PROPERTY, REFERER, REFERER_PROPERTY, REQUEST_URL, REQUEST_URL_PROPERTY, SCHEDULED_JOB_HISTORY, SCHEDULED_JOB_HISTORY_PROPERTY, SECURITY_MANAGER_LOG, SECURITY_MANAGER_LOG_PROPERTY, SERVER_NODE, SERVER_NODE_PROPERTY, SOLUTION, SOLUTION_PROPERTY, STACKTRACE, STACKTRACE_PROPERTY, SUBMISSION, SUBMISSION_DELIVERY, SUBMISSION_DELIVERY_PROPERTY, SUBMISSION_PROPERTY, TM_VERSION, TM_VERSION_PROPERTY, USER_AGENT, USER_AGENT_PROPERTY, USER_MESSAGE, USER_MESSAGE_PROPERTY, USERNAME, USERNAME_PROPERTY
-
Fields inherited from class com.avoka.core.entity.BaseEntity
ID_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description ErrorLog()
-
Method Summary
-
Methods inherited from class com.avoka.fc.core.entity.auto._ErrorLog
addToGroovyServiceLog, addToScheduledJobHistory, addToSecurityManagerLog, getClient, getContext, getEmailQueue, getErrorLogData, getErrorTime, getErrorType, getGroovyServiceLog, getIpAddress, getJobAction, getMessage, getName, getPortal, getReferer, getRequestUrl, getScheduledJobHistory, getSecurityManagerLog, getServerNode, getSolution, getStacktrace, getSubmission, getSubmissionDelivery, getTmVersion, getUserAgent, getUserMessage, getUsername, isCriticalErrorFlag, isGroovyErrorFlag, removeFromGroovyServiceLog, removeFromScheduledJobHistory, removeFromSecurityManagerLog, setClient, setContext, setCriticalErrorFlag, setEmailQueue, setErrorLogData, setErrorTime, setErrorType, setGroovyErrorFlag, setIpAddress, setJobAction, setMessage, setName, setPortal, setReferer, setRequestUrl, setServerNode, setSolution, setStacktrace, setSubmission, setSubmissionDelivery, setTmVersion, setUserAgent, setUserMessage, setUsername
-
Methods inherited from class com.avoka.core.entity.BaseEntity
appendProperties, getId, getValuesMap, isNew, setId, toString
-
Methods inherited from class org.apache.cayenne.CayenneDataObject
makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeState
-
Methods inherited from class org.apache.cayenne.BaseDataObject
addToManyTarget, beforePropertyRead, beforePropertyWrite, getSnapshotVersion, readNestedProperty, readProperty, readSerialized, removeToManyTarget, setObjectContext, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writeSerialized
-
Methods inherited from class org.apache.cayenne.PersistentObject
getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectId
-
-
-
-
Field Detail
-
ERROR_TYPE_COLLABORATION_JOB
public static final String ERROR_TYPE_COLLABORATION_JOB
The Collaboration Job error type.- See Also:
- Constant Field Values
-
ERROR_TYPE_EMAIL
public static final String ERROR_TYPE_EMAIL
The Email error type.- See Also:
- Constant Field Values
-
ERROR_TYPE_FORM_DELIVERY
public static final String ERROR_TYPE_FORM_DELIVERY
The Form Delivery error type.- See Also:
- Constant Field Values
-
ERROR_TYPE_FORM_DYNAMIC_DATA
public static final String ERROR_TYPE_FORM_DYNAMIC_DATA
The Form Dynamic Data error type.- See Also:
- Constant Field Values
-
ERROR_TYPE_FORM_RENDER
public static final String ERROR_TYPE_FORM_RENDER
The Form Render error type.- See Also:
- Constant Field Values
-
ERROR_TYPE_FORM_SUBMISSION
public static final String ERROR_TYPE_FORM_SUBMISSION
The Form Submission error type.- See Also:
- Constant Field Values
-
ERROR_TYPE_FLUENT_REST_SERVICE
public static final String ERROR_TYPE_FLUENT_REST_SERVICE
The Fluent REST Service error type.- See Also:
- Constant Field Values
-
ERROR_TYPE_INSIGHTS
public static final String ERROR_TYPE_INSIGHTS
The Insights error type.- See Also:
- Constant Field Values
-
ERROR_TYPE_MANAGEMENT
public static final String ERROR_TYPE_MANAGEMENT
The Management error type.- See Also:
- Constant Field Values
-
ERROR_TYPE_PAYMENT_GATEWAY
public static final String ERROR_TYPE_PAYMENT_GATEWAY
The Payment Gateway error type.- See Also:
- Constant Field Values
-
ERROR_TYPE_RECEIPT_RENDER
public static final String ERROR_TYPE_RECEIPT_RENDER
The Receipt Render error type.- See Also:
- Constant Field Values
-
ERROR_TYPE_REST_SOAP_API
public static final String ERROR_TYPE_REST_SOAP_API
The REST API error type.- See Also:
- Constant Field Values
-
ERROR_TYPE_SCHEDULED_JOB
public static final String ERROR_TYPE_SCHEDULED_JOB
The Scheduled Job error type.- See Also:
- Constant Field Values
-
ERROR_TYPE_SECURITY_MANAGER
public static final String ERROR_TYPE_SECURITY_MANAGER
The Security Manager error type.- See Also:
- Constant Field Values
-
ERROR_TYPE_T_FIELD_SYNC
public static final String ERROR_TYPE_T_FIELD_SYNC
The T.Field error type.- See Also:
- Constant Field Values
-
ERROR_TYPE_UNCLASSIFIED
public static final String ERROR_TYPE_UNCLASSIFIED
The Unclassified error type.- See Also:
- Constant Field Values
-
ERROR_TYPES
public static final String[] ERROR_TYPES
The list of available error types.
-
-