Serialized Form
-
Package tr.com.havelsan.javarch.notification.content.provider
-
Exception Class tr.com.havelsan.javarch.notification.content.provider.HvlNotificationMailTemplateException
class HvlNotificationMailTemplateException extends tr.com.havelsan.javarch.exception.HvlUncheckedException implements Serializable
-
-
Package tr.com.havelsan.javarch.notification.content.provider.entity
-
Class tr.com.havelsan.javarch.notification.content.provider.entity.HvlNotificationTemplate
class HvlNotificationTemplate extends tr.com.havelsan.javarch.domain.model.entity.HvlHardDeleteEntity implements Serializable-
Serialized Fields
-
code
@NotNull @Size(max=100) String code
-
contentMap
@NotNull Map<String,
HvlNotificationTemplateContent> contentMap -
description
@Size(max=100) String description
-
enabled
@NotNull Boolean enabled
-
name
@Size(max=100) String name
-
type
@NotNull HvlNotificationType type
-
-
-
Class tr.com.havelsan.javarch.notification.content.provider.entity.HvlNotificationTemplateAudit
class HvlNotificationTemplateAudit extends Object implements Serializable -
Class tr.com.havelsan.javarch.notification.content.provider.entity.HvlNotificationTemplateContent
class HvlNotificationTemplateContent extends tr.com.havelsan.javarch.domain.model.entity.HvlLocalizedEntity implements Serializable-
Serialized Fields
-
content
@NotNull @Size(max=1000000) String content
-
contentType
@NotNull HvlNotificationTemplateContentType contentType
-
sender
@NotNull @Size(max=50) String sender
-
subject
@NotNull @Size(max=100) String subject
-
template
HvlNotificationTemplate template
-
-
-
Class tr.com.havelsan.javarch.notification.content.provider.entity.HvNotificationEnversRevisionEntity
class HvNotificationEnversRevisionEntity extends tr.com.havelsan.javarch.data.jpa.envers.entity.HvlEnversRevisionEntity implements Serializable
-
-
Package tr.com.havelsan.javarch.notification.content.provider.entity.query
-
Class tr.com.havelsan.javarch.notification.content.provider.entity.query.HvlNotificationTemplateAuditQuery
class HvlNotificationTemplateAuditQuery extends com.querydsl.core.types.dsl.EntityPathBase<HvlNotificationTemplateAudit> implements Serializable- serialVersionUID:
- 137010768L
-
Serialized Fields
-
code
com.querydsl.core.types.dsl.StringPath code
-
description
com.querydsl.core.types.dsl.StringPath description
-
enabled
com.querydsl.core.types.dsl.BooleanPath enabled
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
name
com.querydsl.core.types.dsl.StringPath name
-
rev
com.querydsl.core.types.dsl.NumberPath<Long> rev
-
type
com.querydsl.core.types.dsl.EnumPath<HvlNotificationType> type
-
-
Class tr.com.havelsan.javarch.notification.content.provider.entity.query.HvlNotificationTemplateContentQuery
class HvlNotificationTemplateContentQuery extends com.querydsl.core.types.dsl.EntityPathBase<HvlNotificationTemplateContent> implements Serializable- serialVersionUID:
- 136146350L
-
Serialized Fields
-
_super
tr.com.havelsan.javarch.domain.model.entity.query.HvlLocalizedEntityQuery _super
-
content
com.querydsl.core.types.dsl.StringPath content
-
contentType
com.querydsl.core.types.dsl.EnumPath<HvlNotificationTemplateContentType> contentType
-
locale
com.querydsl.core.types.dsl.StringPath locale
-
localizedId
tr.com.havelsan.javarch.domain.model.entity.query.HvlLocalizedIdQuery localizedId
-
sender
com.querydsl.core.types.dsl.StringPath sender
-
subject
com.querydsl.core.types.dsl.StringPath subject
-
template
HvlNotificationTemplateQuery template
-
-
Class tr.com.havelsan.javarch.notification.content.provider.entity.query.HvlNotificationTemplateQuery
class HvlNotificationTemplateQuery extends com.querydsl.core.types.dsl.EntityPathBase<HvlNotificationTemplate> implements Serializable- serialVersionUID:
- 901645387L
-
Serialized Fields
-
_super
tr.com.havelsan.javarch.domain.model.entity.query.HvlHardDeleteEntityQuery _super
-
code
com.querydsl.core.types.dsl.StringPath code
-
contentMap
com.querydsl.core.types.dsl.MapPath<String,
HvlNotificationTemplateContent, HvlNotificationTemplateContentQuery> contentMap -
createdBy
com.querydsl.core.types.dsl.StringPath createdBy
-
dateCreated
com.querydsl.core.types.dsl.DateTimePath<OffsetDateTime> dateCreated
-
dateUpdated
com.querydsl.core.types.dsl.DateTimePath<OffsetDateTime> dateUpdated
-
description
com.querydsl.core.types.dsl.StringPath description
-
enabled
com.querydsl.core.types.dsl.BooleanPath enabled
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
name
com.querydsl.core.types.dsl.StringPath name
-
type
com.querydsl.core.types.dsl.EnumPath<HvlNotificationType> type
-
updatedBy
com.querydsl.core.types.dsl.StringPath updatedBy
-
uuid
com.querydsl.core.types.dsl.StringPath uuid
-
version
com.querydsl.core.types.dsl.NumberPath<Integer> version
-
-
-
Package tr.com.havelsan.javarch.notification.mail.cloud.client.exception
-
Exception Class tr.com.havelsan.javarch.notification.mail.cloud.client.exception.HvlNotificationMailException
class HvlNotificationMailException extends tr.com.havelsan.javarch.exception.HvlCheckedException implements Serializable
-
-
Package tr.com.havelsan.javarch.notification.mail.common.model
-
Class tr.com.havelsan.javarch.notification.mail.common.model.HvlCalendarNotificationRequestModel
class HvlCalendarNotificationRequestModel extends HvlNotificationMailRequestModel implements Serializable-
Serialized Fields
-
calendar
@Valid tr.com.havelsan.javarch.mail.support.model.HvlCalendar calendar
-
-
-
Class tr.com.havelsan.javarch.notification.mail.common.model.HvlNotificationMailRequestModel
class HvlNotificationMailRequestModel extends Object implements Serializable-
Serialized Fields
-
attachmentList
List<tr.com.havelsan.javarch.mail.support.model.HvlMailAttachment> attachmentList
-
attributeMap
Map<String,
Object> attributeMap -
bccAddressList
List<String> bccAddressList
-
ccAddressList
List<String> ccAddressList
-
code
@NotNull String code
-
locale
Locale locale
-
produceDate
OffsetDateTime produceDate
-
reCheck
boolean reCheck
-
sendSync
boolean sendSync
-
toAddressList
List<String> toAddressList
-
-
-
Class tr.com.havelsan.javarch.notification.mail.common.model.HvlNotificationMailRequestModelWithContent
class HvlNotificationMailRequestModelWithContent extends HvlNotificationMailRequestModel implements Serializable-
Serialized Fields
-
content
@NotNull String content
-
-
-
Class tr.com.havelsan.javarch.notification.mail.common.model.HvlNotificationPreviewModel
class HvlNotificationPreviewModel extends Object implements Serializable -
Class tr.com.havelsan.javarch.notification.mail.common.model.HvlNotificationTemplateContentModel
class HvlNotificationTemplateContentModel extends tr.com.havelsan.javarch.dto.model.HvlModel implements Serializable-
Serialized Fields
-
content
@NotNull @Size(max=1000000) String content
-
contentType
@NotNull HvlNotificationTemplateContentType contentType
-
sender
@NotNull @Size(max=50) String sender
-
subject
@NotNull @Size(max=100) String subject
-
-
-
Class tr.com.havelsan.javarch.notification.mail.common.model.HvlNotificationTemplateModel
class HvlNotificationTemplateModel extends tr.com.havelsan.javarch.dto.model.HvlModel implements Serializable-
Serialized Fields
-
code
@NotNull @Size(max=100) String code
-
contentMap
Map<String,
HvlNotificationTemplateContentModel> contentMap -
description
@Size(max=100) String description
-
name
@Size(max=100) String name
-
type
@NotNull HvlNotificationType type
-
-
-
-
Package tr.com.havelsan.javarch.notification.mail.common.model.projection
-
Class tr.com.havelsan.javarch.notification.mail.common.model.projection.HvlNotificationTemplateContentDataModel
class HvlNotificationTemplateContentDataModel extends tr.com.havelsan.javarch.dto.model.HvlModel implements Serializable-
Serialized Fields
-
content
@Size(max=1000000) String content
-
locale
@Size(max=2) String locale
-
sender
@Size(max=50) String sender
-
subject
@Size(max=100) String subject
-
type
HvlNotificationTemplateContentType type
-
-
-
Class tr.com.havelsan.javarch.notification.mail.common.model.projection.HvlNotificationTemplateDataModel
class HvlNotificationTemplateDataModel extends tr.com.havelsan.javarch.dto.model.HvlModel implements Serializable-
Serialized Fields
-
code
@Size(max=100) String code
-
description
@Size(max=100) String description
-
enabled
Boolean enabled
-
name
@Size(max=100) String name
-
type
HvlNotificationType type
-
-
-
-
Package tr.com.havelsan.javarch.notification.mail.common.model.query
-
Class tr.com.havelsan.javarch.notification.mail.common.model.query.HvlNotificationTemplateContentQueryModel
class HvlNotificationTemplateContentQueryModel extends tr.com.havelsan.javarch.dto.model.query.HvlQueryModel implements Serializable -
Class tr.com.havelsan.javarch.notification.mail.common.model.query.HvlNotificationTemplateQueryModel
class HvlNotificationTemplateQueryModel extends tr.com.havelsan.javarch.dto.model.query.HvlQueryModel implements Serializable
-
-
Package tr.com.havelsan.javarch.notification.mailsender.provider.exception
-
Exception Class tr.com.havelsan.javarch.notification.mailsender.provider.exception.HvlNotificationMailSenderException
class HvlNotificationMailSenderException extends tr.com.havelsan.javarch.exception.HvlUncheckedException implements Serializable
-
-
Package tr.com.havelsan.javarch.notification.polling.cloud.client.exception
-
Exception Class tr.com.havelsan.javarch.notification.polling.cloud.client.exception.HvlNotificationPollingException
class HvlNotificationPollingException extends tr.com.havelsan.javarch.exception.HvlUncheckedException implements Serializable
-
-
Package tr.com.havelsan.javarch.notification.polling.cloud.client.model
-
Class tr.com.havelsan.javarch.notification.polling.cloud.client.model.HvlNotificationPollingAnnouncementModel
class HvlNotificationPollingAnnouncementModel extends HvlNotificationPollingPayloadModel implements Serializable-
Serialized Fields
-
expirationDate
@NotNull OffsetDateTime expirationDate
-
-
-
Class tr.com.havelsan.javarch.notification.polling.cloud.client.model.HvlNotificationPollingPayloadModel
class HvlNotificationPollingPayloadModel extends tr.com.havelsan.javarch.dto.model.HvlModel implements Serializable -
Class tr.com.havelsan.javarch.notification.polling.cloud.client.model.HvlNotificationPollingUserModel
class HvlNotificationPollingUserModel extends HvlNotificationPollingPayloadModel implements Serializable-
Serialized Fields
-
assigneeUser
@NotBlank @Size(max=50) String assigneeUser
-
read
boolean read
-
-
-
Class tr.com.havelsan.javarch.notification.polling.cloud.client.model.HvlNotificationPollingUuidSetModel
class HvlNotificationPollingUuidSetModel extends tr.com.havelsan.javarch.dto.model.HvlModel implements Serializable -
Class tr.com.havelsan.javarch.notification.polling.cloud.client.model.HvlNotificationSubCountModel
class HvlNotificationSubCountModel extends tr.com.havelsan.javarch.dto.model.HvlModel implements Serializable -
Class tr.com.havelsan.javarch.notification.polling.cloud.client.model.HvlNotificationUserProfilePredicateModel
class HvlNotificationUserProfilePredicateModel extends Object implements Serializable- serialVersionUID:
- -1L
-
Serialized Fields
-
username
@NotNull String username
-
-
-
Package tr.com.havelsan.javarch.notification.polling.cloud.client.model.builder
-
Class tr.com.havelsan.javarch.notification.polling.cloud.client.model.builder.HvlNotificationSubCountModelBuilder
class HvlNotificationSubCountModelBuilder extends tr.com.havelsan.javarch.dto.model.HvlModel implements Serializable-
Serialized Fields
-
notificationSubCountModel
HvlNotificationSubCountModel notificationSubCountModel
-
-
-
-
Package tr.com.havelsan.javarch.notification.polling.cloud.client.model.query
-
Class tr.com.havelsan.javarch.notification.polling.cloud.client.model.query.HvlNotificationPollingAnnouncementQueryModel
class HvlNotificationPollingAnnouncementQueryModel extends tr.com.havelsan.javarch.dto.model.query.HvlQueryModel implements Serializable-
Serialized Fields
-
checkExpirationDate
Boolean checkExpirationDate
-
expirationEndDate
OffsetDateTime expirationEndDate
-
expirationStartDate
OffsetDateTime expirationStartDate
-
limit
Integer limit
-
publishEndDate
OffsetDateTime publishEndDate
-
publishStartDate
OffsetDateTime publishStartDate
-
title
@Size(max=50) String title
-
-
-
Class tr.com.havelsan.javarch.notification.polling.cloud.client.model.query.HvlNotificationPollingUserQueryModel
class HvlNotificationPollingUserQueryModel extends tr.com.havelsan.javarch.dto.model.query.HvlQueryModel implements Serializable-
Serialized Fields
-
assigneeUser
@NotBlank(groups=PredicatingOperation.class) @Size(max=50) String assigneeUser
-
endDate
OffsetDateTime endDate
-
limit
Integer limit
-
read
Boolean read
-
startDate
OffsetDateTime startDate
-
title
@Size(max=50) String title
-
type
@NotBlank(groups=PredicatingOperation.class) @Size(max=50) String type
-
-
-
-
Package tr.com.havelsan.javarch.notification.polling.starter.entity
-
Class tr.com.havelsan.javarch.notification.polling.starter.entity.HvlNotificationPolling
class HvlNotificationPolling extends tr.com.havelsan.javarch.domain.model.entity.HvlHardDeleteEntity implements Serializable -
Class tr.com.havelsan.javarch.notification.polling.starter.entity.HvlNotificationPollingAnnouncement
class HvlNotificationPollingAnnouncement extends HvlNotificationPolling implements Serializable-
Serialized Fields
-
expirationDate
OffsetDateTime expirationDate
-
-
-
Class tr.com.havelsan.javarch.notification.polling.starter.entity.HvlNotificationPollingUser
class HvlNotificationPollingUser extends HvlNotificationPolling implements Serializable-
Serialized Fields
-
assigneeUser
@Size(max=50) String assigneeUser
-
isRead
boolean isRead
-
-
-
-
Package tr.com.havelsan.javarch.notification.polling.starter.entity.query
-
Class tr.com.havelsan.javarch.notification.polling.starter.entity.query.HvlNotificationPollingAnnouncementQuery
class HvlNotificationPollingAnnouncementQuery extends com.querydsl.core.types.dsl.EntityPathBase<HvlNotificationPollingAnnouncement> implements Serializable- serialVersionUID:
- 241699469L
-
Serialized Fields
-
_super
HvlNotificationPollingQuery _super
-
createdBy
com.querydsl.core.types.dsl.StringPath createdBy
-
dateCreated
com.querydsl.core.types.dsl.DateTimePath<OffsetDateTime> dateCreated
-
dateUpdated
com.querydsl.core.types.dsl.DateTimePath<OffsetDateTime> dateUpdated
-
expirationDate
com.querydsl.core.types.dsl.DateTimePath<OffsetDateTime> expirationDate
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
redirectUrl
com.querydsl.core.types.dsl.StringPath redirectUrl
-
shortDescription
com.querydsl.core.types.dsl.StringPath shortDescription
-
title
com.querydsl.core.types.dsl.StringPath title
-
type
com.querydsl.core.types.dsl.StringPath type
-
updatedBy
com.querydsl.core.types.dsl.StringPath updatedBy
-
uuid
com.querydsl.core.types.dsl.StringPath uuid
-
version
com.querydsl.core.types.dsl.NumberPath<Integer> version
-
-
Class tr.com.havelsan.javarch.notification.polling.starter.entity.query.HvlNotificationPollingQuery
class HvlNotificationPollingQuery extends com.querydsl.core.types.dsl.EntityPathBase<HvlNotificationPolling> implements Serializable- serialVersionUID:
- 1022128678L
-
Serialized Fields
-
_super
tr.com.havelsan.javarch.domain.model.entity.query.HvlHardDeleteEntityQuery _super
-
createdBy
com.querydsl.core.types.dsl.StringPath createdBy
-
dateCreated
com.querydsl.core.types.dsl.DateTimePath<OffsetDateTime> dateCreated
-
dateUpdated
com.querydsl.core.types.dsl.DateTimePath<OffsetDateTime> dateUpdated
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
redirectUrl
com.querydsl.core.types.dsl.StringPath redirectUrl
-
shortDescription
com.querydsl.core.types.dsl.StringPath shortDescription
-
title
com.querydsl.core.types.dsl.StringPath title
-
type
com.querydsl.core.types.dsl.StringPath type
-
updatedBy
com.querydsl.core.types.dsl.StringPath updatedBy
-
uuid
com.querydsl.core.types.dsl.StringPath uuid
-
version
com.querydsl.core.types.dsl.NumberPath<Integer> version
-
-
Class tr.com.havelsan.javarch.notification.polling.starter.entity.query.HvlNotificationPollingUserQuery
class HvlNotificationPollingUserQuery extends com.querydsl.core.types.dsl.EntityPathBase<HvlNotificationPollingUser> implements Serializable- serialVersionUID:
- 799231761L
-
Serialized Fields
-
_super
HvlNotificationPollingQuery _super
-
assigneeUser
com.querydsl.core.types.dsl.StringPath assigneeUser
-
createdBy
com.querydsl.core.types.dsl.StringPath createdBy
-
dateCreated
com.querydsl.core.types.dsl.DateTimePath<OffsetDateTime> dateCreated
-
dateUpdated
com.querydsl.core.types.dsl.DateTimePath<OffsetDateTime> dateUpdated
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
isRead
com.querydsl.core.types.dsl.BooleanPath isRead
-
redirectUrl
com.querydsl.core.types.dsl.StringPath redirectUrl
-
shortDescription
com.querydsl.core.types.dsl.StringPath shortDescription
-
title
com.querydsl.core.types.dsl.StringPath title
-
type
com.querydsl.core.types.dsl.StringPath type
-
updatedBy
com.querydsl.core.types.dsl.StringPath updatedBy
-
uuid
com.querydsl.core.types.dsl.StringPath uuid
-
version
com.querydsl.core.types.dsl.NumberPath<Integer> version
-
-
-
Package tr.com.havelsan.javarch.notification.producer.template.provider.exception
-
Exception Class tr.com.havelsan.javarch.notification.producer.template.provider.exception.HvlNotificationTemplateProviderException
class HvlNotificationTemplateProviderException extends tr.com.havelsan.javarch.exception.HvlUncheckedException implements Serializable
-
-
Package tr.com.havelsan.javarch.notification.stomp.ws.cloud.client.exception
-
Exception Class tr.com.havelsan.javarch.notification.stomp.ws.cloud.client.exception.HvlNotificationStompWsException
class HvlNotificationStompWsException extends tr.com.havelsan.javarch.exception.HvlCheckedException implements Serializable
-
-
Package tr.com.havelsan.javarch.notification.stomp.ws.cloud.common.model
-
Class tr.com.havelsan.javarch.notification.stomp.ws.cloud.common.model.HvlNotificationStompWsMessage
class HvlNotificationStompWsMessage extends Object implements Serializable -
Class tr.com.havelsan.javarch.notification.stomp.ws.cloud.common.model.HvlNotificationStompWsResponse
class HvlNotificationStompWsResponse extends Object implements Serializable-
Serialized Fields
-
message
String message
-
-
-