Serialized Form
-
Package io.tesler.api.data.dictionary
-
Class io.tesler.api.data.dictionary.LOV extends Object implements Serializable
-
Serialized Fields
-
hash
int hash
-
key
String key
-
-
-
-
Package io.tesler.api.data.dto
-
Class io.tesler.api.data.dto.DataResponseDTO extends Object implements Serializable
-
Class io.tesler.api.data.dto.UniversalDTO extends DataResponseDTO implements Serializable
-
Serialized Fields
-
fields
org.springframework.cglib.beans.BeanMap fields
-
-
-
-
Package io.tesler.api.exception
-
Class io.tesler.api.exception.IntegrationException extends RuntimeException implements Serializable
-
Class io.tesler.api.exception.ServerException extends RuntimeException implements Serializable
-
-
Package io.tesler.api.service.session
-
Class io.tesler.api.service.session.TeslerUserDetails extends Object implements Serializable
- serialVersionUID:
- 4714671346784362939L
-
-
Package io.tesler.api.system
-
Class io.tesler.api.system.SystemSettingChangedEvent extends org.springframework.context.ApplicationEvent implements Serializable
-
Serialized Fields
-
setting
LOV setting
-
-
-
-
Package io.tesler.api.util.jackson.deser.convert
-
Class io.tesler.api.util.jackson.deser.convert.Raw2StringDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<String> implements Serializable
-
-
Package io.tesler.api.util.jackson.ser.contextaware
-
Class io.tesler.api.util.jackson.ser.contextaware.I18NAwareRawStringSerializer extends com.fasterxml.jackson.databind.ser.std.RawSerializer<String> implements Serializable
-
Class io.tesler.api.util.jackson.ser.contextaware.I18NAwareStringSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<String> implements Serializable
-
-
Package io.tesler.core.controller
-
Class io.tesler.core.controller.UserController.UserDto extends DataResponseDTO implements Serializable
-
-
Package io.tesler.core.crudma
-
Class io.tesler.core.crudma.CrudmaEvent extends org.springframework.context.ApplicationEvent implements Serializable
-
Serialized Fields
-
crudmaAction
CrudmaActionHolder.CrudmaAction crudmaAction
-
exception
Throwable exception
-
result
T result
-
-
-
-
Package io.tesler.core.crudma.state
-
Class io.tesler.core.crudma.state.BcState extends Object implements Serializable
-
Serialized Fields
-
dto
DataResponseDTO dto
Object which stores changes to the current business component in serializable form. If present, record should be updated with this changes as input argument before Crudma method call -
isPersisted
boolean isPersisted
Flag that indicates whether the record was stored in persistence layer if false, pendingAction should be processed before Crudma method call -
pendingAction
String pendingAction
If record is not persisted, this field can be used to determine which action should be used to persist the record before Crudma method call
-
-
-
-
Package io.tesler.core.dao.hbn
-
Class io.tesler.core.dao.hbn.ConfiguredJtaPlatform extends org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform implements Serializable
-
Serialized Fields
-
applicationContext
org.springframework.context.ApplicationContext applicationContext
-
-
-
-
Package io.tesler.core.dto
-
Package io.tesler.core.dto.data
-
Class io.tesler.core.dto.data.AdminBcDto extends DataResponseDTO implements Serializable
-
Class io.tesler.core.dto.data.BcDto extends DataResponseDTO implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class io.tesler.core.dto.data.CommentDTO extends DataResponseDTO implements Serializable
-
Class io.tesler.core.dto.data.HistoricityDto extends DataResponseDTO implements Serializable
-
Serialized Fields
-
endDate
LocalDateTime endDate
-
startDate
LocalDateTime startDate
-
-
-
Class io.tesler.core.dto.data.SystemSettingDTO extends DataResponseDTO implements Serializable
-
Class io.tesler.core.dto.data.ViewAssocDto extends ViewDto implements Serializable
-
Serialized Fields
-
_associate
boolean _associate
-
-
-
Class io.tesler.core.dto.data.ViewDto extends DataResponseDTO implements Serializable
-
-
Package io.tesler.core.dto.data.entity
-
Class io.tesler.core.dto.data.entity.EntityTypeDTO extends DataResponseDTO implements Serializable
-
-
Package io.tesler.core.dto.data.view
-
Class io.tesler.core.dto.data.view.BcAssocDTO extends DataResponseDTO implements Serializable
-
Class io.tesler.core.dto.data.view.BcDTO extends DataResponseDTO implements Serializable
-
Class io.tesler.core.dto.data.view.ScreenDTO extends DataResponseDTO implements Serializable
-
Serialized Fields
-
bo
BusinessObjectDTO bo
-
name
String name
-
navigation
ScreenNavigation navigation
-
primaries
String primaries
-
primary
String primary
-
title
String title
-
views
List<ViewDTO> views
-
-
-
Class io.tesler.core.dto.data.view.WidgetDTO extends DataResponseDTO implements Serializable
-
Serialized Fields
-
axisFields
String axisFields
-
bcName
String bcName
-
chart
String chart
-
description
String description
-
descriptionTitle
String descriptionTitle
-
fields
String fields
-
graph
String graph
-
gridBreak
Long gridBreak
-
gridWidth
Long gridWidth
-
height
Number height
-
hide
Boolean hide
-
isDraggable
Boolean isDraggable
-
isResizable
Boolean isResizable
-
limit
Long limit
-
maxHeight
Number maxHeight
-
maxWidth
Number maxWidth
-
minHeight
Number minHeight
-
minWidth
Number minWidth
-
name
String name
-
options
String options
-
pivotFields
String pivotFields
-
position
Long position
-
showCondition
String showCondition
-
showExportStamp
Boolean showExportStamp
-
snippet
String snippet
-
title
String title
-
type
String type
-
url
String url
-
widgetId
Integer widgetId
-
width
Number width
-
x
Number x
-
y
Number y
-
-
-
-
Package io.tesler.core.dto.rowmeta
-
Class io.tesler.core.dto.rowmeta.FilterGroupDTO extends DataResponseDTO implements Serializable
-
-
Package io.tesler.core.exception
-
Class io.tesler.core.exception.BusinessException extends RuntimeException implements Serializable
-
Serialized Fields
-
entity
BusinessError.Entity entity
-
popup
List<String> popup
-
postActions
List<PostAction> postActions
-
-
-
Class io.tesler.core.exception.BusinessIntermediateException extends RuntimeException implements Serializable
-
Serialized Fields
-
entity
BusinessError.Entity entity
-
object
Object object
-
-
-
Class io.tesler.core.exception.ClientException extends RuntimeException implements Serializable
-
Class io.tesler.core.exception.EntityNotFoundException extends BusinessException implements Serializable
-
Class io.tesler.core.exception.InnerBcException extends BusinessException implements Serializable
-
Class io.tesler.core.exception.UnableToLockException extends BusinessException implements Serializable
-
Class io.tesler.core.exception.UnconfirmedException extends RuntimeException implements Serializable
-
Serialized Fields
-
preInvokeEvents
List<PreInvokeEvent> preInvokeEvents
-
-
-
Class io.tesler.core.exception.VersionMismatchException extends BusinessException implements Serializable
-
-
Package io.tesler.crudma.dto
-
Class io.tesler.crudma.dto.AuditDto extends DataResponseDTO implements Serializable
-
Class io.tesler.crudma.dto.BcPropertiesDTO extends DataResponseDTO implements Serializable
-
Class io.tesler.crudma.dto.CrudmaScreenDto extends DataResponseDTO implements Serializable
-
Class io.tesler.crudma.dto.CrudmaViewDto extends DataResponseDTO implements Serializable
-
Class io.tesler.crudma.dto.CrudmaWidgetDto extends DataResponseDTO implements Serializable
-
Class io.tesler.crudma.dto.DepartmentDTO extends DataResponseDTO implements Serializable
-
Class io.tesler.crudma.dto.SearchSpecServiceDto extends DataResponseDTO implements Serializable
-
Class io.tesler.crudma.dto.ViewsDTO extends DataResponseDTO implements Serializable
-
-
Package io.tesler.model.core.api
-
Class io.tesler.model.core.api.EntitySerializationEvent extends org.springframework.context.ApplicationEvent implements Serializable
-
Serialized Fields
-
entity
BaseEntity entity
-
-
-
Class io.tesler.model.core.api.TranslationId extends Object implements Serializable
-
-
Package io.tesler.model.core.entity
-
Class io.tesler.model.core.entity.BaseEntity extends AbstractEntity implements Serializable
-
Serialized Fields
-
createdBy
Long createdBy
-
createdDate
LocalDateTime createdDate
-
id
Long id
-
lastUpdBy
Long lastUpdBy
-
loadVstamp
long loadVstamp
-
updatedDate
LocalDateTime updatedDate
-
vstamp
long vstamp
-
-
-
Class io.tesler.model.core.entity.Department extends BaseEntity implements Serializable
-
Class io.tesler.model.core.entity.Division extends BaseEntity implements Serializable
-
Class io.tesler.model.core.entity.ExtRevisionEntity extends org.hibernate.envers.DefaultRevisionEntity implements Serializable
-
Serialized Fields
-
user
User user
-
-
-
Class io.tesler.model.core.entity.FileDatasource extends BaseEntity implements Serializable
-
Class io.tesler.model.core.entity.FileEntity extends BaseEntity implements Serializable
-
Class io.tesler.model.core.entity.HistoricityEntity extends BaseEntity implements Serializable
-
Serialized Fields
-
endDate
LocalDateTime endDate
-
startDate
LocalDateTime startDate
-
-
-
Class io.tesler.model.core.entity.Responsibilities extends BaseEntity implements Serializable
-
Class io.tesler.model.core.entity.SystemSetting extends BaseEntity implements Serializable
-
Class io.tesler.model.core.entity.User extends BaseEntity implements Serializable
-
Serialized Fields
-
active
Boolean active
-
department
Department department
-
dn
String dn
-
email
String email
-
extensionAttribute11
String extensionAttribute11
-
extensionAttribute12
String extensionAttribute12
-
extensionAttribute13
String extensionAttribute13
-
extensionAttribute14
String extensionAttribute14
-
extensionAttribute15
String extensionAttribute15
-
firstName
String firstName
-
fullUserName
String fullUserName
-
internalRole
LOV internalRole
Deprecated. -
lastName
String lastName
-
locale
LOV locale
-
login
String login
-
origDeptCode
String origDeptCode
-
password
String password
-
patronymic
String patronymic
-
phone
String phone
-
timezone
LOV timezone
-
title
String title
-
userDivisions
UserDivisions userDivisions
-
userPrincipalName
String userPrincipalName
-
userRoleList
List<UserRole> userRoleList
-
-
-
Class io.tesler.model.core.entity.UserRole extends BaseEntity implements Serializable
-
-
Package io.tesler.model.core.hbn
-
Class io.tesler.model.core.hbn.EnhancedDialectFactoryImpl extends org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl implements Serializable
-
Class io.tesler.model.core.hbn.ImprovedPhysicalNamingStrategy extends org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl implements Serializable
-
-
Package io.tesler.model.core.listeners.hbn
-
Class io.tesler.model.core.listeners.hbn.DatabaseListener extends Object implements Serializable
-
Serialized Fields
-
changeInterceptor
ChangeInterceptor changeInterceptor
-
emf
javax.persistence.EntityManagerFactory emf
-
flushInterceptor
FlushInterceptor flushInterceptor
-
-
-
-
Package io.tesler.model.core.listeners.jpa
-
Class io.tesler.model.core.listeners.jpa.AbstractEntityListener extends Object implements Serializable
-
Class io.tesler.model.core.listeners.jpa.DelegatingBaseEntityListener extends Object implements Serializable
-
Serialized Fields
-
baseEntityListenerDelegate
BaseEntityListenerDelegate baseEntityListenerDelegate
-
-
-
-
Package io.tesler.model.core.tx
-
Class io.tesler.model.core.tx.JpaTransactionManagerCustom extends org.springframework.orm.jpa.JpaTransactionManager implements Serializable
-
Serialized Fields
-
txStatus
ITransactionStatus txStatus
-
-
-
-
Package io.tesler.model.dictionary.entity
-
Class io.tesler.model.dictionary.entity.AudDictionary extends BaseEntity implements Serializable
-
Serialized Fields
-
dictType
String dictType
-
eventDate
LocalDateTime eventDate
-
eventType
String eventType
-
key
String key
-
-
-
Class io.tesler.model.dictionary.entity.DictionaryItem extends BaseEntity implements Serializable
-
Serialized Fields
-
active
boolean active
-
additionFlg
boolean additionFlg
-
description
String description
-
dictionaryTypeId
DictionaryTypeDesc dictionaryTypeId
-
displayOrder
Integer displayOrder
-
key
String key
-
translations
Map<String,DictionaryItemTranslation> translations
-
type
String type
-
-
-
Class io.tesler.model.dictionary.entity.DictionaryTypeDesc extends BaseEntity implements Serializable
-
-
Package io.tesler.model.dictionary.links.entity
-
Class io.tesler.model.dictionary.links.entity.CustomizableResponseService extends BaseEntity implements Serializable
-
Serialized Fields
-
dtoClass
String dtoClass
-
rules
List<DictionaryLnkRule> rules
-
serviceName
String serviceName
-
-
-
Class io.tesler.model.dictionary.links.entity.DictionaryLnkRule extends BaseEntity implements Serializable
-
Serialized Fields
-
allValues
boolean allValues
-
conditions
Set<DictionaryLnkRuleCond> conditions
-
defaultRuleFlg
boolean defaultRuleFlg
-
field
String field
-
filterableField
boolean filterableField
-
name
String name
-
service
CustomizableResponseService service
-
type
String type
-
values
Set<DictionaryLnkRuleValue> values
-
-
-
Class io.tesler.model.dictionary.links.entity.DictionaryLnkRuleCond extends BaseEntity implements Serializable
-
Serialized Fields
-
bcName
String bcName
-
department
Department department
-
dictionaryLnkRule
DictionaryLnkRule dictionaryLnkRule
-
fieldBooleanValue
Boolean fieldBooleanValue
-
fieldDictValue
LOV fieldDictValue
-
fieldName
String fieldName
-
fieldTextValue
String fieldTextValue
-
fieldType
String fieldType
-
ruleInversionFlg
boolean ruleInversionFlg
-
type
LOV type
-
-
-
Class io.tesler.model.dictionary.links.entity.DictionaryLnkRuleValue extends BaseEntity implements Serializable
-
Serialized Fields
-
childKey
LOV childKey
-
dictionaryLnkRule
DictionaryLnkRule dictionaryLnkRule
-
-
-
-
Package io.tesler.model.ui.entity
-
Class io.tesler.model.ui.entity.Bc extends BaseEntity implements Serializable
-
Class io.tesler.model.ui.entity.BcProperties extends BaseEntity implements Serializable
-
Class io.tesler.model.ui.entity.FilterGroup extends BaseEntity implements Serializable
-
Class io.tesler.model.ui.entity.Screen extends BaseEntity implements Serializable
-
Class io.tesler.model.ui.entity.SearchSpec extends BaseEntity implements Serializable
-
Class io.tesler.model.ui.entity.View extends BaseEntity implements Serializable
-
Class io.tesler.model.ui.entity.ViewWidgets extends Object implements Serializable
-
Serialized Fields
-
description
String description
-
descriptionTitle
String descriptionTitle
-
gridBreak
Long gridBreak
-
gridWidth
Long gridWidth
-
hide
Boolean hide
-
limit
Long limit
-
pk
ViewWidgetsPK pk
-
positon
Long positon
-
showExportStamp
Boolean showExportStamp
-
snippet
String snippet
-
viewName
String viewName
-
widget
Widget widget
-
-
-
Class io.tesler.model.ui.entity.ViewWidgetsPK extends Object implements Serializable
-
Class io.tesler.model.ui.entity.Widget extends BaseEntity implements Serializable
-
-
Package io.tesler.model.workflow.entity
-
Class io.tesler.model.workflow.entity.PendingTransition extends BaseEntity implements Serializable
-
Serialized Fields
-
transition
WorkflowTransition transition
-
user
User user
-
userRole
LOV userRole
-
-
-
Class io.tesler.model.workflow.entity.TaskField extends BaseEntity implements Serializable
-
Class io.tesler.model.workflow.entity.Workflow extends BaseEntity implements Serializable
-
Serialized Fields
-
activeVersion
WorkflowVersion activeVersion
Версия модели переходов -
department
Department department
Департамент-владелец -
description
String description
Описание модели переходов -
name
String name
Название модели переходов -
taskTypeCd
LOV taskTypeCd
Тип активности
-
-
-
Class io.tesler.model.workflow.entity.WorkflowableTask extends BaseEntity implements Serializable
-
Serialized Fields
-
automaticTransitionName
String automaticTransitionName
-
stepTerm
LocalDateTime stepTerm
-
templateFlg
boolean templateFlg
-
workflowTask
WorkflowTask workflowTask
-
-
-
Class io.tesler.model.workflow.entity.WorkflowAssigneeRecommendation extends BaseEntity implements Serializable
-
Serialized Fields
-
condAssigneeCd
LOV condAssigneeCd
Правило отбора -
conditionGroup
WorkflowStepConditionGroup conditionGroup
Группа условий -
department
Department department
Департамент -
description
String description
Описание -
divisionLevelCd
LOV divisionLevelCd
Уровень подразделения -
internalRoleCd
LOV internalRoleCd
Роль
-
-
-
Class io.tesler.model.workflow.entity.WorkflowCondition extends BaseEntity implements Serializable
-
Serialized Fields
-
condCd
LOV condCd
Тип условия -
condLinkType
LOV condLinkType
Тип связи условия(кто parent) -
dmn
String dmn
DMN проверка -
seq
Long seq
Порядок -
stepConditionGroup
WorkflowStepConditionGroup stepConditionGroup
Группа условий -
stepField
WorkflowStepField stepField
Настройки атрибута активности для шага модели переходов -
transitionConditionGroup
WorkflowTransitionConditionGroup transitionConditionGroup
Группа условий -
wfChildBcAvailability
WorkflowTaskChildBcAvailability wfChildBcAvailability
Настройки атрибута активности для блокировки дочерних виджетов
-
-
-
Class io.tesler.model.workflow.entity.WorkflowPostFunction extends BaseEntity implements Serializable
-
Serialized Fields
-
actionCd
LOV actionCd
Тип действия -
conditionGroup
WorkflowTransitionConditionGroup conditionGroup
Группа условий -
seq
Long seq
Порядок -
stepTerm
Long stepTerm
Срок выполнения шага
-
-
-
Class io.tesler.model.workflow.entity.WorkflowStep extends BaseEntity implements Serializable
-
Serialized Fields
-
childBcAvailabilities
List<WorkflowTaskChildBcAvailability> childBcAvailabilities
-
linkedStatusCd
LOV linkedStatusCd
Статус соответствующий шагу -
linkedStatusKey
String linkedStatusKey
-
name
String name
Название шага -
overdueTransition
WorkflowTransition overdueTransition
Переход при истечении срока выполнения шага -
stepFields
List<WorkflowStepField> stepFields
-
workflowVersion
WorkflowVersion workflowVersion
Версия модели переходов
-
-
-
Class io.tesler.model.workflow.entity.WorkflowStepConditionGroup extends BaseEntity implements Serializable
-
Serialized Fields
-
name
String name
Название группы -
seq
Long seq
Порядок -
step
WorkflowStep step
Шаг
-
-
-
Class io.tesler.model.workflow.entity.WorkflowStepField extends BaseEntity implements Serializable
-
Serialized Fields
-
step
WorkflowStep step
Шаг -
taskField
TaskField taskField
-
-
-
Class io.tesler.model.workflow.entity.WorkflowTask extends BaseEntity implements Serializable
-
Serialized Fields
-
pendingTransition
PendingTransition pendingTransition
-
stepName
String stepName
-
version
Double version
-
workflowName
String workflowName
-
workflowStep
WorkflowStep workflowStep
-
-
-
Class io.tesler.model.workflow.entity.WorkflowTaskChildBcAvailability extends BaseEntity implements Serializable
-
Serialized Fields
-
affectedWidgets
String affectedWidgets
-
bcName
String bcName
-
workflowStep
WorkflowStep workflowStep
-
-
-
Class io.tesler.model.workflow.entity.WorkflowTransition extends BaseEntity implements Serializable
-
Serialized Fields
-
backgroundExecution
Boolean backgroundExecution
Фоновое выполнение -
checkRequiredFields
Boolean checkRequiredFields
Проверка заполнения обязательных полей -
destinationStep
WorkflowStep destinationStep
Шаг назначения -
iconCode
String iconCode
Icon Code -
name
String name
Название перехода -
seq
Long seq
Order -
sourceStep
WorkflowStep sourceStep
Исходный шаг -
text
String text
Button text -
workflowTransitionGroup
WorkflowTransitionGroup workflowTransitionGroup
Идентификатор группы кнопок
-
-
-
Class io.tesler.model.workflow.entity.WorkflowTransitionConditionGroup extends BaseEntity implements Serializable
-
Serialized Fields
-
condGroupCd
LOV condGroupCd
Тип группы -
name
String name
Название группы -
seq
Long seq
Порядок -
transition
WorkflowTransition transition
Переход
-
-
-
Class io.tesler.model.workflow.entity.WorkflowTransitionGroup extends BaseEntity implements Serializable
-
Serialized Fields
-
description
String description
-
maxShowButtonsInGroup
int maxShowButtonsInGroup
-
nameButtonYet
String nameButtonYet
-
seq
Long seq
-
workflowStep
WorkflowStep workflowStep
-
workflowTransitions
Set<WorkflowTransition> workflowTransitions
-
-
-
Class io.tesler.model.workflow.entity.WorkflowTransitionHistory extends BaseEntity implements Serializable
-
Serialized Fields
-
destinationStepName
String destinationStepName
-
previousAssignee
User previousAssignee
Пользователь, на которого была назначена задача -
sourceStepName
String sourceStepName
-
transitionName
String transitionName
Переход -
transitionUser
User transitionUser
Пользователь, выполнившего переход -
workflowTask
WorkflowTask workflowTask
Активность
-
-
-
Class io.tesler.model.workflow.entity.WorkflowTransitionValidation extends BaseEntity implements Serializable
-
Serialized Fields
-
conditionGroup
WorkflowTransitionConditionGroup conditionGroup
Группа условий -
dmn
String dmn
DMN валидация -
errorMessage
String errorMessage
-
preInvokeCondCd
LOV preInvokeCondCd
Условие предварительного действия -
preInvokeMessage
String preInvokeMessage
Сообщение предварительного действия -
preInvokeTypeCd
LOV preInvokeTypeCd
Тип предварительного действия -
seq
Long seq
Порядок -
validCd
LOV validCd
Тип валидации
-
-
-
Class io.tesler.model.workflow.entity.WorkflowVersion extends BaseEntity implements Serializable
-
Serialized Fields
-
autoClosedStep
WorkflowStep autoClosedStep
Шаг автозакрытия -
description
String description
Описание версии -
draft
boolean draft
Черновик -
firstStep
WorkflowStep firstStep
Начальный шаг -
version
Double version
Номер версии -
workflow
Workflow workflow
Модель переходов -
workflowSteps
List<WorkflowStep> workflowSteps
-
-
-
-
Package io.tesler.notifications.api
-
Class io.tesler.notifications.api.NotificationEvent extends org.springframework.context.ApplicationEvent implements Serializable
-
-
Package io.tesler.notifications.crudma.dto
-
Class io.tesler.notifications.crudma.dto.NotificationRecipientDTO extends DataResponseDTO implements Serializable
-
Class io.tesler.notifications.crudma.dto.NotificationSettingsDTO extends DataResponseDTO implements Serializable
-
Class io.tesler.notifications.crudma.dto.NotificationTemplateDTO extends DataResponseDTO implements Serializable
-
Serialized Fields
-
cntrpId
Long cntrpId
-
cntrpName
String cntrpName
-
eventName
String eventName
-
message
String message
-
mimeType
String mimeType
-
previewMessage
String previewMessage
-
previewSubject
String previewSubject
-
previewUIMessage
String previewUIMessage
-
previewUISubject
String previewUISubject
-
previewUrl
String previewUrl
-
subject
String subject
-
taskId
Long taskId
-
taskName
String taskName
-
uiMessage
String uiMessage
-
uiSubject
String uiSubject
-
url
String url
-
-
-
-
Package io.tesler.notifications.dto
-
Class io.tesler.notifications.dto.NotificationDTO extends DataResponseDTO implements Serializable
-
-
Package io.tesler.notifications.model.entity
-
Class io.tesler.notifications.model.entity.Notification extends BaseEntity implements Serializable
-
Serialized Fields
-
deliveryStatus
int deliveryStatus
-
deliveryType
int deliveryType
-
eventName
LOV eventName
-
message
String message
-
mimeType
LOV mimeType
-
pushBit
Integer pushBit
-
readBit
Integer readBit
-
recipientId
Long recipientId
-
subject
String subject
-
uiMessage
String uiMessage
-
uiSubject
String uiSubject
-
url
String url
-
-
-
Class io.tesler.notifications.model.entity.NotificationRecipient extends BaseEntity implements Serializable
-
Serialized Fields
-
notificationSettings
NotificationSettings notificationSettings
-
recipientType
LOV recipientType
-
sameDeptOnly
boolean sameDeptOnly
-
-
-
Class io.tesler.notifications.model.entity.NotificationSettings extends BaseEntity implements Serializable
-
Serialized Fields
-
deliveryType
int deliveryType
-
eventName
LOV eventName
-
notificationRecipients
List<NotificationRecipient> notificationRecipients
-
notifyMyself
boolean notifyMyself
-
settingsType
LOV settingsType
-
userId
Long userId
-
-
-
Class io.tesler.notifications.model.entity.NotificationTemplate extends BaseEntity implements Serializable
-
-
Package io.tesler.notifications.service
-
Class io.tesler.notifications.service.INotificationPollingService.NotificationCtrlDTO extends NotificationDTO implements Serializable
-
-
Package io.tesler.quartz.crudma.dto
-
Class io.tesler.quartz.crudma.dto.JobParamsDto extends DataResponseDTO implements Serializable
-
Serialized Fields
-
jobParamCd
String jobParamCd
-
paramValueNumber
Long paramValueNumber
-
scheduledJob
ScheduledJob scheduledJob
-
-
-
Class io.tesler.quartz.crudma.dto.ScheduledJobDTO extends DataResponseDTO implements Serializable
-
Serialized Fields
-
active
boolean active
-
cronExpression
String cronExpression
-
lastLaunchDate
LocalDateTime lastLaunchDate
-
launchStatusCd
String launchStatusCd
-
serviceKey
String serviceKey
-
serviceName
String serviceName
-
-
-
Class io.tesler.quartz.crudma.dto.ScheduledJobParamDTO extends DataResponseDTO implements Serializable
-
-
Package io.tesler.quartz.model
-
Class io.tesler.quartz.model.JobParams extends BaseEntity implements Serializable
-
Serialized Fields
-
jobParamCd
LOV jobParamCd
-
paramValueNumber
Long paramValueNumber
-
scheduledJob
ScheduledJob scheduledJob
-
-
-
Class io.tesler.quartz.model.ScheduledJob extends BaseEntity implements Serializable
-
Serialized Fields
-
active
boolean active
-
cronExpression
String cronExpression
-
lastLaunchDate
LocalDateTime lastLaunchDate
-
lastLaunchStatus
LOV lastLaunchStatus
-
lastSuccessLaunchDate
LocalDateTime lastSuccessLaunchDate
-
lastSuccessLaunchDuration
Long lastSuccessLaunchDuration
-
launchCnt
long launchCnt
-
launchFailedCnt
long launchFailedCnt
-
launchFailedLastCnt
long launchFailedLastCnt
-
launchOnCreate
boolean launchOnCreate
-
params
List<ScheduledJobParam> params
-
service
LOV service
-
system
boolean system
-
-
-
Class io.tesler.quartz.model.ScheduledJobParam extends BaseEntity implements Serializable
-
Serialized Fields
-
job
ScheduledJob job
-
paramName
LOV paramName
-
paramValue
String paramValue
-
-
-
-
Package io.tesler.source.dto
-
Class io.tesler.source.dto.AudDictionaryDto extends DataResponseDTO implements Serializable
-
Serialized Fields
-
dictType
String dictType
-
eventDate
LocalDateTime eventDate
-
eventType
String eventType
-
key
String key
-
-
-
Class io.tesler.source.dto.CustomizableResponseServiceDto extends DataResponseDTO implements Serializable
-
Class io.tesler.source.dto.DictionaryItemDTO extends DataResponseDTO implements Serializable
-
Class io.tesler.source.dto.DictionaryLnkRuleCondDto extends DataResponseDTO implements Serializable
-
Serialized Fields
-
bcName
String bcName
-
defaultRuleFlg
boolean defaultRuleFlg
-
department
String department
-
departmentId
String departmentId
-
fieldBooleanValue
Boolean fieldBooleanValue
-
fieldDictValue
String fieldDictValue
-
fieldName
String fieldName
-
fieldNameText
String fieldNameText
-
fieldTextValue
String fieldTextValue
-
fieldType
String fieldType
-
ruleInversionFlg
boolean ruleInversionFlg
-
type
String type
-
typeCd
String typeCd
-
-
-
Class io.tesler.source.dto.DictionaryLnkRuleDto extends DataResponseDTO implements Serializable
-
Class io.tesler.source.dto.DictionaryLnkRuleValueDto extends DataResponseDTO implements Serializable
-
Class io.tesler.source.dto.DictionaryTypeDescDTO extends DataResponseDTO implements Serializable
-
Class io.tesler.source.dto.DmnTaskFieldsDto extends DataResponseDTO implements Serializable
-
Class io.tesler.source.dto.WorkflowAssigneeRecommendationDto extends DataResponseDTO implements Serializable
-
Class io.tesler.source.dto.WorkflowConditionDto extends DataResponseDTO implements Serializable
-
Class io.tesler.source.dto.WorkflowDto extends DataResponseDTO implements Serializable
-
Class io.tesler.source.dto.WorkflowPostFunctionDto extends DataResponseDTO implements Serializable
-
Class io.tesler.source.dto.WorkflowProjectDto extends DataResponseDTO implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class io.tesler.source.dto.WorkflowStepConditionGroupDto extends DataResponseDTO implements Serializable
-
Class io.tesler.source.dto.WorkflowStepDto extends DataResponseDTO implements Serializable
-
Class io.tesler.source.dto.WorkflowStepFieldDto extends DataResponseDTO implements Serializable
-
Class io.tesler.source.dto.WorkflowTaskChildBcAvailabilityDto extends DataResponseDTO implements Serializable
-
Class io.tesler.source.dto.WorkflowTaskFieldDto extends DataResponseDTO implements Serializable
-
Class io.tesler.source.dto.WorkflowTaskMigrationDto extends DataResponseDTO implements Serializable
-
Serialized Fields
-
currentAutomaticTransitionId
String currentAutomaticTransitionId
-
currentAutomaticTransitionName
String currentAutomaticTransitionName
-
currentStepId
Long currentStepId
-
currentStepName
String currentStepName
-
newAutomaticTransitionId
String newAutomaticTransitionId
-
newAutomaticTransitionName
String newAutomaticTransitionName
-
newStepId
Long newStepId
-
newStepName
String newStepName
-
-
-
Class io.tesler.source.dto.WorkflowTransitionConditionGroupDto extends DataResponseDTO implements Serializable
-
Class io.tesler.source.dto.WorkflowTransitionDto extends DataResponseDTO implements Serializable
-
Serialized Fields
-
backgroundExecution
Boolean backgroundExecution
-
checkRequiredFields
Boolean checkRequiredFields
-
name
String name
-
uuid
String uuid
-
workflowDestStepId
Long workflowDestStepId
-
workflowDestStepName
String workflowDestStepName
-
workflowGroupDescription
String workflowGroupDescription
-
workflowGroupNameButtonYet
String workflowGroupNameButtonYet
-
workflowName
String workflowName
-
workflowTransitionGroupId
Long workflowTransitionGroupId
-
workflowVersion
Double workflowVersion
-
-
-
Class io.tesler.source.dto.WorkflowTransitionGroupDto extends DataResponseDTO implements Serializable
-
Class io.tesler.source.dto.WorkflowTransitionHistoryDto extends DataResponseDTO implements Serializable
-
Serialized Fields
-
createdDate
LocalDateTime createdDate
-
stepTerm
LocalDateTime stepTerm
-
transition
String transition
-
transitionId
Long transitionId
-
transitionPreviousUser
String transitionPreviousUser
-
transitionTaskId
Long transitionTaskId
-
transitionUser
String transitionUser
-
updatedDate
LocalDateTime updatedDate
-
-
-
Class io.tesler.source.dto.WorkflowTransitionValidationDto extends DataResponseDTO implements Serializable
-
Class io.tesler.source.dto.WorkflowVersionDto extends DataResponseDTO implements Serializable
-
-
Package io.tesler.sqlbc.crudma
-
Class io.tesler.sqlbc.crudma.SqlComponentObject extends DataResponseDTO implements Serializable
-
Serialized Fields
-
fields
org.springframework.cglib.beans.BeanMap fields
-
-
-
-
Package io.tesler.sqlbc.dto
-
Class io.tesler.sqlbc.dto.SqlBcEditFieldDTO extends DataResponseDTO implements Serializable
-
Serialized Fields
-
edit_date1
LocalDateTime edit_date1
-
edit_date2
LocalDateTime edit_date2
-
edit_date3
LocalDateTime edit_date3
-
edit_date4
LocalDateTime edit_date4
-
edit_date5
LocalDateTime edit_date5
-
edit_lov1
String edit_lov1
-
edit_lov2
String edit_lov2
-
edit_lov3
String edit_lov3
-
edit_lov4
String edit_lov4
-
edit_lov5
String edit_lov5
-
edit_number1
Number edit_number1
-
edit_number2
Number edit_number2
-
edit_number3
Number edit_number3
-
edit_number4
Number edit_number4
-
edit_number5
Number edit_number5
-
edit_string1
String edit_string1
-
edit_string10
String edit_string10
-
edit_string2
String edit_string2
-
edit_string3
String edit_string3
-
edit_string4
String edit_string4
-
edit_string5
String edit_string5
-
edit_string6
String edit_string6
-
edit_string7
String edit_string7
-
edit_string8
String edit_string8
-
edit_string9
String edit_string9
-
-
-
Class io.tesler.sqlbc.dto.SqlBindMetaDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<SqlBindMeta> implements Serializable
-
-
Package io.tesler.sqlbc.entity
-
Class io.tesler.sqlbc.entity.SqlBcEditField extends BaseEntity implements Serializable
-
Serialized Fields
-
bcName
String bcName
-
editDate1
LocalDateTime editDate1
-
editDate2
LocalDateTime editDate2
-
editDate3
LocalDateTime editDate3
-
editDate4
LocalDateTime editDate4
-
editDate5
LocalDateTime editDate5
-
editLov1
String editLov1
-
editLov2
String editLov2
-
editLov3
String editLov3
-
editLov4
String editLov4
-
editLov5
String editLov5
-
editNumber1
Integer editNumber1
-
editNumber2
Integer editNumber2
-
editNumber3
Integer editNumber3
-
editNumber4
Integer editNumber4
-
editNumber5
Integer editNumber5
-
editString1
String editString1
-
editString10
String editString10
-
editString2
String editString2
-
editString3
String editString3
-
editString4
String editString4
-
editString5
String editString5
-
editString6
String editString6
-
editString7
String editString7
-
editString8
String editString8
-
editString9
String editString9
-
parentId
String parentId
-
-
-
-
Package io.tesler.sqlbc.exception
-
Class io.tesler.sqlbc.exception.BadSqlComponentException extends ServerException implements Serializable
-