Serialized Form
-
Package com.skava.constants
-
Class com.skava.constants.ActionResponseCode
class ActionResponseCode extends ResponseCode implements Serializable- serialVersionUID:
- 1565682666535614594L
-
Class com.skava.constants.CollectionResponseCode
class CollectionResponseCode extends ResponseCode implements Serializable- serialVersionUID:
- 1565682666535614594L
-
Class com.skava.constants.EventResponseCode
class EventResponseCode extends ResponseCode implements Serializable- serialVersionUID:
- 1565682666535614594L
-
Class com.skava.constants.NotificationConstants
class NotificationConstants extends Object implements Serializable- serialVersionUID:
- 8247882397747858952L
-
Class com.skava.constants.ResponseCode
class ResponseCode extends Object implements Serializable- serialVersionUID:
- 1565482159675718294L
-
-
Package com.skava.entities
-
Class com.skava.entities.ActionEntity
class ActionEntity extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionId
Long collectionId
CollectionId -
configName
String configName
config_id -
createdTime
Date createdTime
The created date time. -
description
String description
The description. -
eventId
Long eventId
event -
id
Long id
The id. -
name
String name
The name. -
status
String status
The collection status. -
template
String template
template_id -
updatedTime
Date updatedTime
The updated date time.
-
-
Class com.skava.entities.CollectionAttributeEntity
class CollectionAttributeEntity extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.entities.CollectionEntity
class CollectionEntity extends Object implements Serializable- serialVersionUID:
- 4705856243844145478L
-
Serialized Fields
-
businessId
Long businessId
The business id. -
createdBy
Long createdBy
The created by. -
createdTimestamp
Date createdTimestamp
The created date time. -
description
String description
The description. -
id
Long id
The id. -
name
@Length(min=2,max=255) String name
The name. -
properties
Set<CollectionPropertyEntity> properties
The properties as list object. -
status
String status
The collection status. -
updatedBy
Long updatedBy
The updated by. -
updatedTimestamp
Date updatedTimestamp
The updated date time.
-
-
Class com.skava.entities.CollectionPropertyEntity
class CollectionPropertyEntity extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attribute
CollectionAttributeEntity attribute
The attribute information for this collection property. -
collection
CollectionEntity collection
The collection object. -
createdBy
Long createdBy
The created by. -
createdTimestamp
Date createdTimestamp
The created date time. -
id
Long id
The id. -
updatedBy
Long updatedBy
The updated by. -
updatedTimestamp
Date updatedTimestamp
The updated date time. -
value
String value
The value.
-
-
Class com.skava.entities.EventActionAttributeEntity
class EventActionAttributeEntity extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionConfigName
String actionConfigName
The actionConfigName. -
actionDescription
String actionDescription
The actionDescription -
actionName
String actionName
The actionName -
actionTemplate
String actionTemplate
The actionTemplate -
eventDescription
String eventDescription
The Event Description. -
eventName
String eventName
The Event name. -
eventNotificationName
String eventNotificationName
The eventNotificationName. -
eventServiceName
String eventServiceName
The eventServiceName. -
id
long id
The id.
-
-
Class com.skava.entities.EventEntity
class EventEntity extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionId
Long collectionId
CollectionId -
createdTime
Date createdTime
The created date time. -
description
String description
The description. -
id
Long id
The id. -
name
@Length(min=3) String name
The name. -
notificationName
String notificationName
The eventDisplayName. -
serviceName
String serviceName
The serviceName. -
status
String status
The collection status. -
updatedTime
Date updatedTime
The updated date time.
-
-
Class com.skava.entities.QActionEntity
class QActionEntity extends com.querydsl.core.types.dsl.EntityPathBase<ActionEntity> implements Serializable- serialVersionUID:
- -1099020545L
-
Serialized Fields
-
collectionId
com.querydsl.core.types.dsl.NumberPath<Long> collectionId
-
configName
com.querydsl.core.types.dsl.StringPath configName
-
createdTime
com.querydsl.core.types.dsl.DateTimePath<Date> createdTime
-
description
com.querydsl.core.types.dsl.StringPath description
-
eventId
com.querydsl.core.types.dsl.NumberPath<Long> eventId
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
name
com.querydsl.core.types.dsl.StringPath name
-
status
com.querydsl.core.types.dsl.StringPath status
-
template
com.querydsl.core.types.dsl.StringPath template
-
updatedTime
com.querydsl.core.types.dsl.DateTimePath<Date> updatedTime
-
-
Class com.skava.entities.QCollectionAttributeEntity
class QCollectionAttributeEntity extends com.querydsl.core.types.dsl.EntityPathBase<CollectionAttributeEntity> implements Serializable- serialVersionUID:
- 1045501851L
-
Serialized Fields
-
defaultValue
com.querydsl.core.types.dsl.StringPath defaultValue
-
description
com.querydsl.core.types.dsl.StringPath description
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
name
com.querydsl.core.types.dsl.StringPath name
-
nullable
com.querydsl.core.types.dsl.BooleanPath nullable
-
rule
com.querydsl.core.types.dsl.StringPath rule
-
type
com.querydsl.core.types.dsl.StringPath type
-
-
Class com.skava.entities.QCollectionEntity
class QCollectionEntity extends com.querydsl.core.types.dsl.EntityPathBase<CollectionEntity> implements Serializable- serialVersionUID:
- -539068825L
-
Serialized Fields
-
businessId
com.querydsl.core.types.dsl.NumberPath<Long> businessId
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdTimestamp
com.querydsl.core.types.dsl.DateTimePath<Date> createdTimestamp
-
description
com.querydsl.core.types.dsl.StringPath description
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
name
com.querydsl.core.types.dsl.StringPath name
-
properties
com.querydsl.core.types.dsl.SetPath<CollectionPropertyEntity,
QCollectionPropertyEntity> properties -
status
com.querydsl.core.types.dsl.StringPath status
-
updatedBy
com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
-
updatedTimestamp
com.querydsl.core.types.dsl.DateTimePath<Date> updatedTimestamp
-
-
Class com.skava.entities.QCollectionPropertyEntity
class QCollectionPropertyEntity extends com.querydsl.core.types.dsl.EntityPathBase<CollectionPropertyEntity> implements Serializable- serialVersionUID:
- -543291236L
-
Serialized Fields
-
attribute
QCollectionAttributeEntity attribute
-
collection
QCollectionEntity collection
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdTimestamp
com.querydsl.core.types.dsl.DateTimePath<Date> createdTimestamp
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
updatedBy
com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
-
updatedTimestamp
com.querydsl.core.types.dsl.DateTimePath<Date> updatedTimestamp
-
value
com.querydsl.core.types.dsl.StringPath value
-
-
Class com.skava.entities.QEventActionAttributeEntity
class QEventActionAttributeEntity extends com.querydsl.core.types.dsl.EntityPathBase<EventActionAttributeEntity> implements Serializable- serialVersionUID:
- 276628693L
-
Serialized Fields
-
actionConfigName
com.querydsl.core.types.dsl.StringPath actionConfigName
-
actionDescription
com.querydsl.core.types.dsl.StringPath actionDescription
-
actionName
com.querydsl.core.types.dsl.StringPath actionName
-
actionTemplate
com.querydsl.core.types.dsl.StringPath actionTemplate
-
eventDescription
com.querydsl.core.types.dsl.StringPath eventDescription
-
eventName
com.querydsl.core.types.dsl.StringPath eventName
-
eventNotificationName
com.querydsl.core.types.dsl.StringPath eventNotificationName
-
eventServiceName
com.querydsl.core.types.dsl.StringPath eventServiceName
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
-
Class com.skava.entities.QEventEntity
class QEventEntity extends com.querydsl.core.types.dsl.EntityPathBase<EventEntity> implements Serializable- serialVersionUID:
- -231592681L
-
Serialized Fields
-
collectionId
com.querydsl.core.types.dsl.NumberPath<Long> collectionId
-
createdTime
com.querydsl.core.types.dsl.DateTimePath<Date> createdTime
-
description
com.querydsl.core.types.dsl.StringPath description
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
name
com.querydsl.core.types.dsl.StringPath name
-
notificationName
com.querydsl.core.types.dsl.StringPath notificationName
-
serviceName
com.querydsl.core.types.dsl.StringPath serviceName
-
status
com.querydsl.core.types.dsl.StringPath status
-
updatedTime
com.querydsl.core.types.dsl.DateTimePath<Date> updatedTime
-
-
-
Package com.skava.helper
-
Class com.skava.helper.CacheUtil
class CacheUtil extends Object implements Serializable- serialVersionUID:
- -8938478541411840059L
-
-
Package com.skava.helper.search
-
Class com.skava.helper.search.SearchCriteria
class SearchCriteria extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.skava.model.datatransferobjects
-
Class com.skava.model.datatransferobjects.Action
class Action extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 5379829626446791824L
-
Serialized Fields
-
collectionId
long collectionId
collectionId param. -
configName
String configName
The config Id -
createdTime
Date createdTime
The created date time. -
description
String description
The description. -
eventId
Long eventId
The eventId -
id
Long id
The id. -
locale
String locale
The locale. -
name
String name
The name. -
status
EventStatus status
The collection status -
template
String template
The template Id -
updatedTime
Date updatedTime
The updated date time.
-
-
Class com.skava.model.datatransferobjects.Attachment
class Attachment extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 193136676127118992L
-
Class com.skava.model.datatransferobjects.Collection
class Collection extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 5379829626446791824L
-
Serialized Fields
-
businessId
Long businessId
The business id. -
createdBy
Long createdBy
The created by. -
createdOn
Date createdOn
The created date time. -
description
String description
The description. -
id
Long id
The id. -
locale
String locale
The locale. -
name
String name
The name. -
properties
List<CollectionProperty> properties
The collection properties as mapping object. -
status
CollectionStatus status
The collection status -
updatedBy
Long updatedBy
The updated by. -
updatedOn
Date updatedOn
The updated date time.
-
-
Class com.skava.model.datatransferobjects.CollectionAttribute
class CollectionAttribute extends Object implements Serializable- serialVersionUID:
- 3044231504400989121L
-
Serialized Fields
-
defaultValue
String defaultValue
The default value of the attribute. -
description
String description
The description of the attribute. -
name
String name
The name of the attribute. -
nullable
boolean nullable
The attribute emptiness of the attribute. -
possibleValues
List<String> possibleValues
The possible values of the attribute. -
type
String type
The type of the attribute.
-
-
Class com.skava.model.datatransferobjects.CollectionProperty
class CollectionProperty extends Object implements Serializable- serialVersionUID:
- 5379829626446791824L
-
Serialized Fields
-
collectionId
Long collectionId
The collection id. -
createdBy
Long createdBy
The created by. -
createdOn
Date createdOn
The created date time. -
id
Long id
The id. -
name
String name
The name. -
updatedBy
Long updatedBy
The updated by. -
updatedOn
Date updatedOn
The updated date time. -
value
String value
The value.
-
-
Class com.skava.model.datatransferobjects.CreateSendNotification
class CreateSendNotification extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
name of the event. -
recipients
List<RecipientInfo> recipients
Recipient information
-
-
Class com.skava.model.datatransferobjects.EmailNotification
class EmailNotification extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 5379829626446791824L
-
Class com.skava.model.datatransferobjects.Event
class Event extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 5379829626446791824L
-
Serialized Fields
-
collectionId
long collectionId
collectionId param*. -
createdTime
Date createdTime
The created date time. -
description
String description
The description. -
id
Long id
The id. -
locale
String locale
The locale. -
name
String name
The name. -
notificationName
String notificationName
The name. -
serviceName
String serviceName
The name. -
status
EventStatus status
The collection status -
updatedTime
Date updatedTime
The updated date time.
-
-
Class com.skava.model.datatransferobjects.EventActionAttribute
class EventActionAttribute extends Object implements Serializable- serialVersionUID:
- 3374645591789811527L
-
Serialized Fields
-
actionConfigName
String actionConfigName
The actionName. -
actionDescription
String actionDescription
The actionDescription. -
actionName
String actionName
The actionName. -
actionTemplate
String actionTemplate
The actionName. -
eventDescription
String eventDescription
The Event Description. -
eventName
String eventName
The Event name. -
eventNotificationName
String eventNotificationName
The eventNotificationName. -
eventServiceName
String eventServiceName
The eventServiceName.
-
-
Class com.skava.model.datatransferobjects.Notification
class Notification extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
name of the event. -
recipients
List<RecipientInfo> recipients
Recipient information -
sender
SenderInfo sender
-
-
Class com.skava.model.datatransferobjects.RecipientInfo
class RecipientInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.model.datatransferobjects.SenderInfo
class SenderInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.skava.model.domain
-
Class com.skava.model.domain.ActionDomain
class ActionDomain extends Object implements Serializable- serialVersionUID:
- 5379829626446791824L
-
Serialized Fields
-
collectionId
long collectionId
The collectionId -
configName
String configName
The config name -
createdTime
Date createdTime
The createdTime -
description
String description
The description -
eventId
Long eventId
The eventId -
id
Long id
The id. -
locale
String locale
-
name
String name
The name -
status
String status
The status -
template
String template
The templateId -
updatedTime
Date updatedTime
The updatedTime
-
-
Class com.skava.model.domain.CollectionDomain
class CollectionDomain extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
businessId
Long businessId
The business id. -
createdBy
Long createdBy
The created by. -
createdTimestamp
Date createdTimestamp
The created date time. -
description
String description
The description. -
id
Long id
The id. -
name
String name
The name. -
properties
List<CollectionPropertyDomain> properties
The collection properties as mapping object. -
status
String status
The collection status. -
updatedBy
Long updatedBy
The updated by. -
updatedTimestamp
Date updatedTimestamp
The updated date time.
-
-
Class com.skava.model.domain.CollectionPropertyDomain
class CollectionPropertyDomain extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributeId
long attributeId
attributeId. -
collectionId
Long collectionId
-
createdBy
Long createdBy
The created by. -
createdTimestamp
Date createdTimestamp
The created date time. -
id
Long id
The id. -
name
String name
The name. -
updatedBy
Long updatedBy
The updated by. -
updatedTimestamp
Date updatedTimestamp
The updated date time. -
value
String value
The value.
-
-
Class com.skava.model.domain.EventDomain
class EventDomain extends Object implements Serializable- serialVersionUID:
- 5379829626446791824L
-
Serialized Fields
-
collectionId
long collectionId
collectionId -
createdTime
Date createdTime
createdTime -
description
String description
description -
id
Long id
id -
locale
String locale
locale -
name
String name
name -
notificationName
String notificationName
eventDisplayName -
serviceName
String serviceName
serviceName -
status
String status
status -
updatedTime
Date updatedTime
updatedTime
-
-
-
Package com.skava.model.requests
-
Class com.skava.model.requests.CollectionAttributeRequest
class CollectionAttributeRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- -6541623830906386726L
-
Serialized Fields
-
locale
String locale
The locale.
-
-
Class com.skava.model.requests.CollectionPropertyRequest
class CollectionPropertyRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 4187372249047268129L
-
Class com.skava.model.requests.CommonRequest
class CommonRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 4187372249047268129L
-
Serialized Fields
-
Class com.skava.model.requests.NotificationRequest
class NotificationRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 7668172380611580045L
-
Serialized Fields
-
collectionId
long collectionId
The collection id. -
locale
String locale
The locale. -
notification
Notification notification
NotificationDTO
-
-
Class com.skava.model.requests.SendNotificationRequest
class SendNotificationRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- -1L
-
Serialized Fields
-
collectionId
long collectionId
The collection id. -
locale
String locale
The locale. -
notification
CreateSendNotification notification
NotificationDTO
-
-
-
Package com.skava.model.responses
-
Class com.skava.model.responses.ActionResponse
class ActionResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 2065053780297908685L
-
Serialized Fields
-
action
Action action
The action object.
-
-
Class com.skava.model.responses.ActionsResponse
class ActionsResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 6312832513457525780L
-
Serialized Fields
-
action
List<Action> action
The List of Action Objects. -
pageableInfo
PageableInfo pageableInfo
-
-
Class com.skava.model.responses.CollectionAttributesResponse
class CollectionAttributesResponse extends Object implements Serializable- serialVersionUID:
- 6312832513457525780L
-
Serialized Fields
-
attributes
List<CollectionAttribute> attributes
The list of collection attribute objects.
-
-
Class com.skava.model.responses.CollectionPropertiesResponse
class CollectionPropertiesResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 6312832513457525780L
-
Serialized Fields
-
collectionProperties
List<CollectionProperty> collectionProperties
The List of CollectionPropertyVO Objects.
-
-
Class com.skava.model.responses.CollectionPropertyResponse
class CollectionPropertyResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 2065053780297908685L
-
Serialized Fields
-
collectionProperty
CollectionProperty collectionProperty
The list of collection properties.
-
-
Class com.skava.model.responses.CollectionsResponse
class CollectionsResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 6312832513457525780L
-
Serialized Fields
-
collections
List<Collection> collections
The List of AuthCollectionVO Objects. -
pageableInfo
PageableInfo pageableInfo
-
-
Class com.skava.model.responses.CommonCollectionResponse
class CommonCollectionResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 2065053780297908685L
-
Serialized Fields
-
collection
Collection collection
The collection object.
-
-
Class com.skava.model.responses.EventResponse
class EventResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 2065053780297908685L
-
Serialized Fields
-
event
Event event
The event object.
-
-
Class com.skava.model.responses.EventsResponse
class EventsResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 6312832513457525780L
-
Serialized Fields
-
events
List<Event> events
The List of AuthCollectionVO Objects. -
pageableInfo
PageableInfo pageableInfo
-
-
Class com.skava.model.responses.NotificationResponse
class NotificationResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 5113342930827792989L
-
Serialized Fields
-
notification
Notification notification
the notification
-
-
Class com.skava.model.responses.PageableInfo
class PageableInfo extends Object implements Serializable- serialVersionUID:
- -630014818044316619L
-
Serialized Fields
-
count
long count
count -
page
int page
page -
size
int size
size -
totalCount
long totalCount
totalCount
-
-