Serialized Form
-
Package com.skava.merchandise.exception
-
Exception com.skava.merchandise.exception.CategoryAlreadyExistsException
class CategoryAlreadyExistsException extends com.skava.core.ECommerceException implements Serializable- serialVersionUID:
- 1L
-
Exception com.skava.merchandise.exception.CategoryAttributeAlreadyExistsException
class CategoryAttributeAlreadyExistsException extends com.skava.core.ECommerceException implements Serializable- serialVersionUID:
- 1L
-
Exception com.skava.merchandise.exception.CategoryAttributeNotFoundException
class CategoryAttributeNotFoundException extends com.skava.core.ECommerceException implements Serializable- serialVersionUID:
- 1L
-
Exception com.skava.merchandise.exception.CategoryInvalidException
class CategoryInvalidException extends com.skava.core.ECommerceException implements Serializable- serialVersionUID:
- 1L
-
Exception com.skava.merchandise.exception.CategoryNotFoundException
class CategoryNotFoundException extends com.skava.core.ECommerceException implements Serializable- serialVersionUID:
- 1L
-
Exception com.skava.merchandise.exception.CategoryPropertyNotFoundException
class CategoryPropertyNotFoundException extends com.skava.core.ECommerceException implements Serializable- serialVersionUID:
- 1L
-
Exception com.skava.merchandise.exception.CollectionAlreadyExistsException
class CollectionAlreadyExistsException extends com.skava.core.ECommerceException implements Serializable- serialVersionUID:
- 1L
-
Exception com.skava.merchandise.exception.CollectionAttributeNotFoundException
class CollectionAttributeNotFoundException extends com.skava.core.ECommerceException implements Serializable- serialVersionUID:
- 1L
-
Exception com.skava.merchandise.exception.CollectionNotFoundException
class CollectionNotFoundException extends com.skava.core.ECommerceException implements Serializable- serialVersionUID:
- 1L
-
Exception com.skava.merchandise.exception.CreativeAlreadyExistsException
class CreativeAlreadyExistsException extends com.skava.core.ECommerceException implements Serializable- serialVersionUID:
- 1L
-
Exception com.skava.merchandise.exception.CreativeNotFoundException
class CreativeNotFoundException extends com.skava.core.ECommerceException implements Serializable- serialVersionUID:
- 1L
-
Exception com.skava.merchandise.exception.DuplicateCollectionPropKeyException
class DuplicateCollectionPropKeyException extends com.skava.core.ECommerceException implements Serializable- serialVersionUID:
- 1L
-
Exception com.skava.merchandise.exception.DuplicatePropertyFoundException
class DuplicatePropertyFoundException extends com.skava.core.ECommerceException implements Serializable- serialVersionUID:
- 1L
-
Exception com.skava.merchandise.exception.MilestoneAlreadyExistsException
class MilestoneAlreadyExistsException extends com.skava.core.ECommerceException implements Serializable- serialVersionUID:
- 1L
-
Exception com.skava.merchandise.exception.MilestoneNotFoundException
class MilestoneNotFoundException extends com.skava.core.ECommerceException implements Serializable- serialVersionUID:
- 1L
-
Exception com.skava.merchandise.exception.ProjectAlreadyExistsException
class ProjectAlreadyExistsException extends com.skava.core.ECommerceException implements Serializable- serialVersionUID:
- 1L
-
Exception com.skava.merchandise.exception.ProjectNotesNotFoundException
class ProjectNotesNotFoundException extends com.skava.core.ECommerceException implements Serializable- serialVersionUID:
- 1L
-
Exception com.skava.merchandise.exception.ProjectNotFoundException
class ProjectNotFoundException extends com.skava.core.ECommerceException implements Serializable- serialVersionUID:
- 1L
-
Exception com.skava.merchandise.exception.VersionNotFoundException
class VersionNotFoundException extends com.skava.core.ECommerceException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.skava.merchandise.model
-
Class com.skava.merchandise.model.MerchandiseEventPayload
class MerchandiseEventPayload extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
categoryAttributeId
String categoryAttributeId
Category Attribute ID -
categoryId
String categoryId
Category ID -
collectionId
long collectionId
Collection ID -
creativeId
String creativeId
Creative ID -
mileStoneId
String mileStoneId
MileStone ID -
navigationId
String navigationId
Navigation ID -
projectId
String projectId
Project ID -
projectNotesId
String projectNotesId
ProjectNotes Id -
updatedStatus
String updatedStatus
Updated Status
-
-
-
Package com.skava.merchandise.model.domain
-
Class com.skava.merchandise.model.domain.CollectionAttributeDO
class CollectionAttributeDO extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultValue
String defaultValue
Holds the defaultValue of the collection property attribute -
description
String description
Holds the description of the collection property attribute -
name
String name
Holds the name of the collection property attribute -
nullable
boolean nullable
Holds the validationRule of the collection property attribute -
possibleValues
List<String> possibleValues
The possible values of the attribute. -
type
CollectionAttributeType type
The type of the attribute.
-
-
Class com.skava.merchandise.model.domain.CollectionPropertyDO
class CollectionPropertyDO extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributeId
String attributeId
Holds the unique attribute id of the collection attribute -
businessId
long businessId
-
collectionId
long collectionId
Holds the collection Id of the collection property -
filters
com.skava.core.qdsl.filter.EcomFilters filters
-
id
String id
Holds the unique id of the collection property -
name
String name
Holds the unique name of the collection property -
nullable
boolean nullable
-
page
int page
Holds the page value -
size
int size
Holds the page value -
sort
com.skava.core.qdsl.sort.EcomSorts sort
-
value
String value
Holds the value of the collection property
-
-
-
Package com.skava.merchandise.model.entity
-
Class com.skava.merchandise.model.entity.AliasCategoryName
class AliasCategoryName extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.entity.Category
class Category extends MerchandiseAuditEntry implements Serializable- serialVersionUID:
- -2084510972914035666L
-
Serialized Fields
-
categoryId
CategoryId categoryId
-
keyword
String keyword
-
locked
Boolean locked
-
pageType
PageType pageType
-
properties
List<CategoryProperty> properties
-
semantics
List<String> semantics
-
status
ItemStatus status
-
visible
Boolean visible
-
-
Class com.skava.merchandise.model.entity.CategoryAttribute
class CategoryAttribute extends MerchandiseAuditEntry implements Serializable- serialVersionUID:
- 2435892822392403060L
-
Serialized Fields
-
categoryAttributeId
CategoryAttributeId categoryAttributeId
-
mandatory
Boolean mandatory
-
properties
List<CategoryAttributeProperty> properties
-
status
ItemStatus status
-
-
Class com.skava.merchandise.model.entity.CategoryAttributeId
class CategoryAttributeId extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.entity.CategoryAttributeProperty
class CategoryAttributeProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.entity.CategoryId
class CategoryId extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.entity.CategoryProperty
class CategoryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributeId
String attributeId
It refers to the name of the attribute -
locale
String locale
locale for the category property -
locked
Boolean locked
The boolean parameter specifies whether the category is locked or not -
name
String name
name of the category property -
value
String value
value of the category property
-
-
Class com.skava.merchandise.model.entity.Children
class Children extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
aliasCategoryName
List<AliasCategoryName> aliasCategoryName
-
isDelete
Boolean isDelete
-
itemId
String itemId
-
link
String link
-
name
String name
-
parentId
String parentId
-
sequence
double sequence
-
type
ChildrenType type
-
-
Class com.skava.merchandise.model.entity.Collection
class Collection extends MerchandiseAuditEntry implements Serializable- serialVersionUID:
- -7878616276808946125L
-
Serialized Fields
-
businessId
long businessId
-
description
String description
-
id
long id
-
name
String name
-
properties
List<CollectionProperty> properties
-
status
CollectionStatus status
-
-
Class com.skava.merchandise.model.entity.CollectionProperty
class CollectionProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.entity.CollectionPropertyAttribute
class CollectionPropertyAttribute extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
createdOn
Date createdOn
-
defaultValue
String defaultValue
Holds the defaultValue of the collection property attribute -
description
String description
Holds the description of the collection property attribute -
id
String id
It refers the Identifier of the collection. -
name
String name
Holds the name of the collection property attribute -
nullable
boolean nullable
Holds the validationRule of the collection property attribute -
rule
String rule
Holds the rule of the collection property attribute -
type
CollectionAttributeType type
-
updatedOn
Date updatedOn
-
-
Class com.skava.merchandise.model.entity.Creative
class Creative extends MerchandiseAuditEntry implements Serializable- serialVersionUID:
- -5603721978616364845L
-
Serialized Fields
-
creativeId
CreativeId creativeId
-
description
String description
-
name
String name
-
status
ItemStatus status
-
tags
Set<String> tags
-
widgetId
String widgetId
-
widgetProperties
Map<String,
String> widgetProperties
-
-
Class com.skava.merchandise.model.entity.CreativeId
class CreativeId extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.entity.LocalizedRule
class LocalizedRule extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.entity.LocalizedSearchKeyword
class LocalizedSearchKeyword extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.entity.LocalizedUXData
class LocalizedUXData extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.entity.MerchandiseAuditEntry
class MerchandiseAuditEntry extends Object implements Serializable- serialVersionUID:
- -728536578108817836L
-
Serialized Fields
-
createdBy
long createdBy
-
createdOn
LocalDateTime createdOn
-
updatedBy
long updatedBy
-
updatedOn
LocalDateTime updatedOn
-
-
Class com.skava.merchandise.model.entity.Milestone
class Milestone extends MerchandiseAuditEntry implements Serializable- serialVersionUID:
- -4081756681495798809L
-
Serialized Fields
-
action
NavigationType action
-
children
List<Children> children
-
endTime
LocalDateTime endTime
-
itemId
String itemId
-
milestoneId
MilestoneId milestoneId
-
name
String name
-
priority
int priority
-
products
Set<String> products
-
productSortOrder
String productSortOrder
-
rule
String rule
-
rules
List<LocalizedRule> rules
-
searchKeyword
String searchKeyword
-
searchKeywords
List<LocalizedSearchKeyword> searchKeywords
-
startTime
LocalDateTime startTime
-
status
ItemStatus status
-
templateId
String templateId
-
templateUrl
String templateUrl
-
type
MilestoneType type
-
uxData
UxData uxData
-
uxDatas
List<LocalizedUXData> uxDatas
-
-
Class com.skava.merchandise.model.entity.MilestoneId
class MilestoneId extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.entity.Note
class Note extends Object implements Serializable- serialVersionUID:
- -1752231477952092045L
-
Class com.skava.merchandise.model.entity.Project
class Project extends Object implements Serializable- serialVersionUID:
- -8836729303120080649L
-
Serialized Fields
-
actualCompletionDate
LocalDateTime actualCompletionDate
-
collectionId
long collectionId
-
createdBy
long createdBy
-
createdOn
LocalDateTime createdOn
-
description
String description
-
id
String id
-
name
String name
-
status
ProjectStatus status
-
targetCompletionDate
LocalDateTime targetCompletionDate
-
updatedBy
long updatedBy
-
updatedOn
LocalDateTime updatedOn
-
-
Class com.skava.merchandise.model.entity.QCategory
class QCategory extends com.querydsl.core.types.dsl.EntityPathBase<Category> implements Serializable- serialVersionUID:
- 285155506L
-
Serialized Fields
-
_super
QMerchandiseAuditEntry _super
-
categoryId
QCategoryId categoryId
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> createdOn
-
keyword
com.querydsl.core.types.dsl.StringPath keyword
-
locked
com.querydsl.core.types.dsl.BooleanPath locked
-
pageType
com.querydsl.core.types.dsl.EnumPath<PageType> pageType
-
properties
com.querydsl.core.types.dsl.ListPath<CategoryProperty,
QCategoryProperty> properties -
semantics
com.querydsl.core.types.dsl.ListPath<String,
com.querydsl.core.types.dsl.StringPath> semantics -
status
com.querydsl.core.types.dsl.EnumPath<ItemStatus> status
-
updatedBy
com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
-
updatedOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> updatedOn
-
visible
com.querydsl.core.types.dsl.BooleanPath visible
-
-
Class com.skava.merchandise.model.entity.QCategoryAttribute
class QCategoryAttribute extends com.querydsl.core.types.dsl.EntityPathBase<CategoryAttribute> implements Serializable- serialVersionUID:
- 525292042L
-
Serialized Fields
-
_super
QMerchandiseAuditEntry _super
-
categoryAttributeId
QCategoryAttributeId categoryAttributeId
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> createdOn
-
mandatory
com.querydsl.core.types.dsl.BooleanPath mandatory
-
properties
com.querydsl.core.types.dsl.ListPath<CategoryAttributeProperty,
QCategoryAttributeProperty> properties -
status
com.querydsl.core.types.dsl.EnumPath<ItemStatus> status
-
updatedBy
com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
-
updatedOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> updatedOn
-
-
Class com.skava.merchandise.model.entity.QCategoryAttributeId
class QCategoryAttributeId extends com.querydsl.core.types.dsl.BeanPath<CategoryAttributeId> implements Serializable- serialVersionUID:
- -2000486203L
-
Serialized Fields
-
collectionId
com.querydsl.core.types.dsl.NumberPath<Long> collectionId
-
identifier
com.querydsl.core.types.dsl.StringPath identifier
-
versionId
com.querydsl.core.types.dsl.StringPath versionId
-
-
Class com.skava.merchandise.model.entity.QCategoryAttributeProperty
class QCategoryAttributeProperty extends com.querydsl.core.types.dsl.BeanPath<CategoryAttributeProperty> implements Serializable- serialVersionUID:
- -550376961L
-
Serialized Fields
-
locale
com.querydsl.core.types.dsl.StringPath locale
-
name
com.querydsl.core.types.dsl.StringPath name
-
-
Class com.skava.merchandise.model.entity.QCategoryId
class QCategoryId extends com.querydsl.core.types.dsl.BeanPath<CategoryId> implements Serializable- serialVersionUID:
- -843463315L
-
Serialized Fields
-
collectionId
com.querydsl.core.types.dsl.NumberPath<Long> collectionId
-
identifier
com.querydsl.core.types.dsl.StringPath identifier
-
projectId
com.querydsl.core.types.dsl.StringPath projectId
-
versionId
com.querydsl.core.types.dsl.StringPath versionId
-
-
Class com.skava.merchandise.model.entity.QCategoryProperty
class QCategoryProperty extends com.querydsl.core.types.dsl.EntityPathBase<CategoryProperty> implements Serializable- serialVersionUID:
- 270307495L
-
Serialized Fields
-
attributeId
com.querydsl.core.types.dsl.StringPath attributeId
-
locale
com.querydsl.core.types.dsl.StringPath locale
-
locked
com.querydsl.core.types.dsl.BooleanPath locked
-
name
com.querydsl.core.types.dsl.StringPath name
-
value
com.querydsl.core.types.dsl.StringPath value
-
-
Class com.skava.merchandise.model.entity.QChildren
class QChildren extends com.querydsl.core.types.dsl.BeanPath<Children> implements Serializable- serialVersionUID:
- 1894171059L
-
Serialized Fields
-
aliasCategoryName
com.querydsl.core.types.dsl.ListPath<AliasCategoryName,
com.querydsl.core.types.dsl.SimplePath<AliasCategoryName>> aliasCategoryName -
isDelete
com.querydsl.core.types.dsl.BooleanPath isDelete
-
itemId
com.querydsl.core.types.dsl.StringPath itemId
-
link
com.querydsl.core.types.dsl.StringPath link
-
name
com.querydsl.core.types.dsl.StringPath name
-
parentId
com.querydsl.core.types.dsl.StringPath parentId
-
sequence
com.querydsl.core.types.dsl.NumberPath<Double> sequence
-
type
com.querydsl.core.types.dsl.EnumPath<ChildrenType> type
-
-
Class com.skava.merchandise.model.entity.QCollection
class QCollection extends com.querydsl.core.types.dsl.EntityPathBase<Collection> implements Serializable- serialVersionUID:
- 413660498L
-
Serialized Fields
-
_super
QMerchandiseAuditEntry _super
-
businessId
com.querydsl.core.types.dsl.NumberPath<Long> businessId
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> createdOn
-
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.ListPath<CollectionProperty,
QCollectionProperty> properties -
status
com.querydsl.core.types.dsl.EnumPath<CollectionStatus> status
-
updatedBy
com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
-
updatedOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> updatedOn
-
-
Class com.skava.merchandise.model.entity.QCollectionProperty
class QCollectionProperty extends com.querydsl.core.types.dsl.EntityPathBase<CollectionProperty> implements Serializable- serialVersionUID:
- 1182188871L
-
Serialized Fields
-
attributeId
com.querydsl.core.types.dsl.StringPath attributeId
-
value
com.querydsl.core.types.dsl.StringPath value
-
-
Class com.skava.merchandise.model.entity.QCollectionPropertyAttribute
class QCollectionPropertyAttribute extends com.querydsl.core.types.dsl.EntityPathBase<CollectionPropertyAttribute> implements Serializable- serialVersionUID:
- 1525613845L
-
Serialized Fields
-
createdOn
com.querydsl.core.types.dsl.DateTimePath<Date> createdOn
-
defaultValue
com.querydsl.core.types.dsl.StringPath defaultValue
-
description
com.querydsl.core.types.dsl.StringPath description
-
id
com.querydsl.core.types.dsl.StringPath 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.EnumPath<CollectionAttributeType> type
-
updatedOn
com.querydsl.core.types.dsl.DateTimePath<Date> updatedOn
-
-
Class com.skava.merchandise.model.entity.QCreative
class QCreative extends com.querydsl.core.types.dsl.EntityPathBase<Creative> implements Serializable- serialVersionUID:
- 2055066467L
-
Serialized Fields
-
_super
QMerchandiseAuditEntry _super
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> createdOn
-
creativeId
QCreativeId creativeId
-
description
com.querydsl.core.types.dsl.StringPath description
-
name
com.querydsl.core.types.dsl.StringPath name
-
status
com.querydsl.core.types.dsl.EnumPath<ItemStatus> status
-
tags
com.querydsl.core.types.dsl.SetPath<String,
com.querydsl.core.types.dsl.StringPath> tags -
updatedBy
com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
-
updatedOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> updatedOn
-
widgetId
com.querydsl.core.types.dsl.StringPath widgetId
-
widgetProperties
com.querydsl.core.types.dsl.MapPath<String,
String, com.querydsl.core.types.dsl.StringPath> widgetProperties
-
-
Class com.skava.merchandise.model.entity.QCreativeId
class QCreativeId extends com.querydsl.core.types.dsl.BeanPath<CreativeId> implements Serializable- serialVersionUID:
- -766079010L
-
Serialized Fields
-
collectionId
com.querydsl.core.types.dsl.NumberPath<Long> collectionId
-
identifier
com.querydsl.core.types.dsl.StringPath identifier
-
projectId
com.querydsl.core.types.dsl.StringPath projectId
-
versionId
com.querydsl.core.types.dsl.StringPath versionId
-
-
Class com.skava.merchandise.model.entity.QLocalizedRule
class QLocalizedRule extends com.querydsl.core.types.dsl.BeanPath<LocalizedRule> implements Serializable- serialVersionUID:
- -1678219805L
-
Serialized Fields
-
locale
com.querydsl.core.types.dsl.StringPath locale
-
rule
com.querydsl.core.types.dsl.StringPath rule
-
-
Class com.skava.merchandise.model.entity.QLocalizedSearchKeyword
class QLocalizedSearchKeyword extends com.querydsl.core.types.dsl.BeanPath<LocalizedSearchKeyword> implements Serializable- serialVersionUID:
- 599205914L
-
Serialized Fields
-
locale
com.querydsl.core.types.dsl.StringPath locale
-
redirectionURL
com.querydsl.core.types.dsl.StringPath redirectionURL
-
searchKeyword
com.querydsl.core.types.dsl.StringPath searchKeyword
-
synonyms
com.querydsl.core.types.dsl.StringPath synonyms
-
-
Class com.skava.merchandise.model.entity.QLocalizedUXData
class QLocalizedUXData extends com.querydsl.core.types.dsl.BeanPath<LocalizedUXData> implements Serializable- serialVersionUID:
- -2098583052L
-
Serialized Fields
-
locale
com.querydsl.core.types.dsl.StringPath locale
-
uxData
QUxData uxData
-
-
Class com.skava.merchandise.model.entity.QMerchandiseAuditEntry
class QMerchandiseAuditEntry extends com.querydsl.core.types.dsl.BeanPath<MerchandiseAuditEntry> implements Serializable- serialVersionUID:
- 1877739078L
-
Serialized Fields
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> createdOn
-
updatedBy
com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
-
updatedOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> updatedOn
-
-
Class com.skava.merchandise.model.entity.QMilestone
class QMilestone extends com.querydsl.core.types.dsl.EntityPathBase<Milestone> implements Serializable- serialVersionUID:
- 1913924668L
-
Serialized Fields
-
_super
QMerchandiseAuditEntry _super
-
action
com.querydsl.core.types.dsl.EnumPath<NavigationType> action
-
children
com.querydsl.core.types.dsl.ListPath<Children,
QChildren> children -
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> createdOn
-
endTime
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> endTime
-
itemId
com.querydsl.core.types.dsl.StringPath itemId
-
milestoneId
QMilestoneId milestoneId
-
name
com.querydsl.core.types.dsl.StringPath name
-
priority
com.querydsl.core.types.dsl.NumberPath<Integer> priority
-
products
com.querydsl.core.types.dsl.SetPath<String,
com.querydsl.core.types.dsl.StringPath> products -
productSortOrder
com.querydsl.core.types.dsl.StringPath productSortOrder
-
rule
com.querydsl.core.types.dsl.StringPath rule
-
rules
com.querydsl.core.types.dsl.ListPath<LocalizedRule,
QLocalizedRule> rules -
searchKeyword
com.querydsl.core.types.dsl.StringPath searchKeyword
-
searchKeywords
com.querydsl.core.types.dsl.ListPath<LocalizedSearchKeyword,
QLocalizedSearchKeyword> searchKeywords -
startTime
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> startTime
-
status
com.querydsl.core.types.dsl.EnumPath<ItemStatus> status
-
templateId
com.querydsl.core.types.dsl.StringPath templateId
-
templateUrl
com.querydsl.core.types.dsl.StringPath templateUrl
-
type
com.querydsl.core.types.dsl.EnumPath<MilestoneType> type
-
updatedBy
com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
-
updatedOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> updatedOn
-
uxData
QUxData uxData
-
uxDatas
com.querydsl.core.types.dsl.ListPath<LocalizedUXData,
QLocalizedUXData> uxDatas
-
-
Class com.skava.merchandise.model.entity.QMilestoneId
class QMilestoneId extends com.querydsl.core.types.dsl.BeanPath<MilestoneId> implements Serializable- serialVersionUID:
- 1035605623L
-
Serialized Fields
-
collectionId
com.querydsl.core.types.dsl.NumberPath<Long> collectionId
-
identifier
com.querydsl.core.types.dsl.StringPath identifier
-
projectId
com.querydsl.core.types.dsl.StringPath projectId
-
versionId
com.querydsl.core.types.dsl.StringPath versionId
-
-
Class com.skava.merchandise.model.entity.QNote
class QNote extends com.querydsl.core.types.dsl.EntityPathBase<Note> implements Serializable- serialVersionUID:
- 985533862L
-
Serialized Fields
-
collectionId
com.querydsl.core.types.dsl.NumberPath<Long> collectionId
-
id
com.querydsl.core.types.dsl.StringPath id
-
itemId
com.querydsl.core.types.dsl.StringPath itemId
-
itemType
com.querydsl.core.types.dsl.EnumPath<ItemType> itemType
-
notes
com.querydsl.core.types.dsl.StringPath notes
-
projectId
com.querydsl.core.types.dsl.StringPath projectId
-
updatedTime
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> updatedTime
-
userId
com.querydsl.core.types.dsl.NumberPath<Long> userId
-
-
Class com.skava.merchandise.model.entity.QProject
class QProject extends com.querydsl.core.types.dsl.EntityPathBase<Project> implements Serializable- serialVersionUID:
- 1499373797L
-
Serialized Fields
-
actualCompletionDate
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> actualCompletionDate
-
collectionId
com.querydsl.core.types.dsl.NumberPath<Long> collectionId
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> createdOn
-
description
com.querydsl.core.types.dsl.StringPath description
-
id
com.querydsl.core.types.dsl.StringPath id
-
name
com.querydsl.core.types.dsl.StringPath name
-
status
com.querydsl.core.types.dsl.EnumPath<ProjectStatus> status
-
targetCompletionDate
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> targetCompletionDate
-
updatedBy
com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
-
updatedOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> updatedOn
-
-
Class com.skava.merchandise.model.entity.QSequence
class QSequence extends com.querydsl.core.types.dsl.EntityPathBase<Sequence> implements Serializable- serialVersionUID:
- 1584192373L
-
Serialized Fields
-
id
com.querydsl.core.types.dsl.StringPath id
-
lastCollectionId
com.querydsl.core.types.dsl.NumberPath<Long> lastCollectionId
-
-
Class com.skava.merchandise.model.entity.QUxData
class QUxData extends com.querydsl.core.types.dsl.BeanPath<UxData> implements Serializable- serialVersionUID:
- -1882445407L
-
Serialized Fields
-
creativeIds
com.querydsl.core.types.dsl.StringPath creativeIds
-
data
com.querydsl.core.types.dsl.StringPath data
-
-
Class com.skava.merchandise.model.entity.QVersion
class QVersion extends com.querydsl.core.types.dsl.EntityPathBase<Version> implements Serializable- serialVersionUID:
- -2134674780L
-
Serialized Fields
-
_super
QMerchandiseAuditEntry _super
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> createdOn
-
id
QVersionId id
-
notes
com.querydsl.core.types.dsl.StringPath notes
-
s3path
com.querydsl.core.types.dsl.StringPath s3path
-
status
com.querydsl.core.types.dsl.EnumPath<PublishStatus> status
-
type
com.querydsl.core.types.dsl.EnumPath<PublishType> type
-
updatedBy
com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
-
updatedOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> updatedOn
-
versionIdentifier
com.querydsl.core.types.dsl.StringPath versionIdentifier
-
-
Class com.skava.merchandise.model.entity.QVersionId
class QVersionId extends com.querydsl.core.types.dsl.BeanPath<VersionId> implements Serializable- serialVersionUID:
- 1571906271L
-
Serialized Fields
-
collectionId
com.querydsl.core.types.dsl.NumberPath<Long> collectionId
-
identifier
com.querydsl.core.types.dsl.StringPath identifier
-
-
Class com.skava.merchandise.model.entity.UxData
class UxData extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.entity.Version
class Version extends MerchandiseAuditEntry implements Serializable-
Serialized Fields
-
id
VersionId id
It refers the Identifier of the Merchandise Version. -
notes
String notes
It refers to the notes of publish version. -
s3path
String s3path
It refers to the s3path of the publish version. -
status
PublishStatus status
This is used to change the status of the particular Merchandise Version.There are two status INPROGRESS denotes Version is in Progress and status COMPLETED denotes Version is a complete version. -
type
PublishType type
This is used to change the type of the particular Merchandise Version.There are three status INPROGRESS denotes Version is in Progress and status COMPLETED denotes Version is a complete version. -
versionIdentifier
String versionIdentifier
-
-
-
Class com.skava.merchandise.model.entity.VersionId
class VersionId extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionId
long collectionId
-
identifier
String identifier
-
-
-
Package com.skava.merchandise.model.exchange.request
-
Class com.skava.merchandise.model.exchange.request.CacheClearRequestInternal
class CacheClearRequestInternal extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.exchange.request.CacheClearRequestInternal.CacheClearRequestInternalBuilder
class CacheClearRequestInternalBuilder extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1704936960605331504L
-
Class com.skava.merchandise.model.exchange.request.CategoryAttributeProperty
class CategoryAttributeProperty extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.exchange.request.CategoryAttributeRequest
class CategoryAttributeRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionId
long collectionId
-
identifier
String identifier
-
mandatory
boolean mandatory
-
properties
List<CategoryAttributeProperty> properties
-
status
ItemStatus status
-
-
Class com.skava.merchandise.model.exchange.request.CategoryAttributeRequestInternal
class CategoryAttributeRequestInternal extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
categoryAttributeRequest
CategoryAttributeRequest categoryAttributeRequest
-
collectionId
long collectionId
-
filters
String filters
-
id
String id
-
locale
String locale
-
page
int page
-
size
int size
-
sort
com.skava.core.qdsl.sort.EcomSorts sort
-
-
Class com.skava.merchandise.model.exchange.request.CategoryPropertyRequest
class CategoryPropertyRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.exchange.request.CategoryPropertyRequestInternal
class CategoryPropertyRequestInternal extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.exchange.request.CategoryRequest
class CategoryRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionId
long collectionId
-
identifier
String identifier
-
locked
Boolean locked
-
pageType
PageType pageType
-
projectId
String projectId
-
properties
List<CategoryProperty> properties
-
semantics
List<String> semantics
-
status
ItemStatus status
-
type
CategoryType type
-
visible
Boolean visible
-
-
Class com.skava.merchandise.model.exchange.request.CategoryRequestInternal
class CategoryRequestInternal extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
authToken
String authToken
-
categoryRequest
CategoryRequest categoryRequest
-
collectionId
long collectionId
-
filters
String filters
-
identifier
String identifier
-
includeParent
boolean includeParent
-
level
int level
-
locale
String locale
-
page
int page
-
projectId
String projectId
-
size
int size
-
sort
com.skava.core.qdsl.sort.EcomSorts sort
-
-
Class com.skava.merchandise.model.exchange.request.CollectionAttributeRequestInternal
class CollectionAttributeRequestInternal extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
locale
String locale
Response message would be rendered in the mentioned locale **
-
-
Class com.skava.merchandise.model.exchange.request.CollectionPropertyRequestInternal
class CollectionPropertyRequestInternal extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
authToken
String authToken
Holds the authorization token to perform authentication ** -
businessId
long businessId
-
collectionAttributeRequest
CollectionProperty collectionAttributeRequest
Holds the request data ** -
collectionId
@jakarta.validation.constraints.Min(message="Collection Id should be greater than 0", value=0L) long collectionId
An unique id for the collection ** -
collectionProperties
List<CollectionProperty> collectionProperties
Holds the request data ** -
filters
com.skava.core.qdsl.filter.EcomFilters filters
-
locale
String locale
Response message would be rendered in the mentioned locale ** -
page
int page
-
size
int size
Holds the size value for pagination** -
sort
com.skava.core.qdsl.sort.EcomSorts sort
-
-
Class com.skava.merchandise.model.exchange.request.CollectionRequest
class CollectionRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
businessId
long businessId
-
createdBy
long createdBy
-
description
String description
-
name
String name
-
properties
List<CollectionProperty> properties
Holds the collection property attributes list ** -
status
CollectionStatus status
-
updatedBy
long updatedBy
-
-
Class com.skava.merchandise.model.exchange.request.CollectionRequestInternal
class CollectionRequestInternal extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
authToken
String authToken
-
businessId
long businessId
-
collectionRequest
CollectionRequest collectionRequest
-
filters
String filters
-
id
long id
-
page
int page
-
size
int size
-
sort
com.skava.core.qdsl.sort.EcomSorts sort
-
-
Class com.skava.merchandise.model.exchange.request.CreativeRequest
class CreativeRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- -3556070318138237049L
-
Class com.skava.merchandise.model.exchange.request.CreativeRequestInternal
class CreativeRequestInternal extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionId
long collectionId
-
creativeRequest
CreativeRequest creativeRequest
-
filters
String filters
-
page
int page
-
projectId
String projectId
-
size
int size
-
sort
com.skava.core.qdsl.sort.EcomSorts sort
-
-
Class com.skava.merchandise.model.exchange.request.ImportExportRequestInternal
class ImportExportRequestInternal extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
authToken
String authToken
It contains the authentication token required for the creation of Collection. -
businessId
long businessId
It refers to the businessId of the catalog. -
collectionId
long collectionId
It refers to the identifier of the collection. -
filters
com.skava.core.qdsl.filter.EcomFilters filters
It refers to the filter parameters of catalog. -
id
long id
It refers to the identifier of the catalog. -
locale
String locale
-
page
int page
This parameter will be available for all the services that supports pagination. This parameter is used to mention the starting index of the items which going to responded by the API. -
size
int size
This parameter will be available for all the services that supports pagination. This parameter is used to mention the number of maximum items that needs to be responded for the request. -
sort
com.skava.core.qdsl.sort.EcomSorts sort
It refers to EcomSort
-
-
Class com.skava.merchandise.model.exchange.request.MilestoneRequest
class MilestoneRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
action
NavigationType action
-
children
List<Children> children
-
collectionId
long collectionId
-
endTime
String endTime
-
identifier
String identifier
-
itemId
String itemId
-
localizedRules
List<LocalizedRule> localizedRules
-
localizedSearchKeywords
List<LocalizedSearchKeyword> localizedSearchKeywords
-
localizedUxDatas
List<LocalizedUXData> localizedUxDatas
-
name
String name
-
overwriteHierarchy
boolean overwriteHierarchy
-
priority
int priority
-
products
Set<String> products
-
productSortOrder
String productSortOrder
-
projectId
String projectId
-
rule
String rule
-
searchKeyword
String searchKeyword
-
startTime
String startTime
-
status
ItemStatus status
-
templateId
String templateId
-
templateUrl
String templateUrl
-
type
MilestoneType type
-
uxData
UxData uxData
-
-
Class com.skava.merchandise.model.exchange.request.MilestoneRequestInternal
class MilestoneRequestInternal extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
authToken
String authToken
-
collectionId
long collectionId
-
filters
String filters
-
id
String id
-
itemId
String itemId
-
locale
String locale
-
milestoneRequest
MilestoneRequest milestoneRequest
-
page
int page
-
previewTime
Long previewTime
-
projectId
String projectId
-
size
int size
-
sort
com.skava.core.qdsl.sort.EcomSorts sort
-
-
Class com.skava.merchandise.model.exchange.request.NoteRequest
class NoteRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.exchange.request.NoteRequestInternal
class NoteRequestInternal extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionId
long collectionId
-
filters
String filters
-
identifier
String identifier
-
page
int page
-
projectId
String projectId
-
projectNotesRequest
NoteRequest projectNotesRequest
-
size
int size
-
sort
com.skava.core.qdsl.sort.EcomSorts sort
-
-
Class com.skava.merchandise.model.exchange.request.PdpUXRequest
class PdpUXRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionId
long collectionId
-
identifier
String identifier
-
locked
Boolean locked
-
projectId
String projectId
-
properties
List<CategoryProperty> properties
-
semantics
List<String> semantics
-
status
ItemStatus status
-
type
CategoryType type
-
visible
Boolean visible
-
-
Class com.skava.merchandise.model.exchange.request.ProductCategoryRequestInternal
class ProductCategoryRequestInternal extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.exchange.request.ProjectRequest
class ProjectRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionId
long collectionId
-
description
String description
-
name
String name
-
status
ProjectStatus status
-
targetCompletionDate
String targetCompletionDate
-
-
Class com.skava.merchandise.model.exchange.request.ProjectRequestInternal
class ProjectRequestInternal extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
authToken
String authToken
-
collectionId
long collectionId
-
filters
String filters
-
identifier
String identifier
-
locale
String locale
-
page
int page
-
projectRequest
ProjectRequest projectRequest
-
size
int size
-
sort
com.skava.core.qdsl.sort.EcomSorts sort
-
-
Class com.skava.merchandise.model.exchange.request.ProjectRequestInternal.ProjectRequestInternalBuilder
class ProjectRequestInternalBuilder extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1704936960605331504L
-
Serialized Fields
-
authToken
String authToken
-
collectionId
long collectionId
-
identifier
String identifier
-
locale
String locale
-
projectRequest
ProjectRequest projectRequest
-
-
Class com.skava.merchandise.model.exchange.request.SearchUXRequest
class SearchUXRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionId
long collectionId
-
identifier
String identifier
-
locked
Boolean locked
-
projectId
String projectId
-
properties
List<CategoryProperty> properties
-
semantics
List<String> semantics
-
status
ItemStatus status
-
type
CategoryType type
-
visible
Boolean visible
-
-
Class com.skava.merchandise.model.exchange.request.VersionRequestInternal
class VersionRequestInternal extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionId
long collectionId
It refers to the identifier of the collection. -
filters
String filters
The filter parameter to hold the querydsl. -
id
String id
It refers to the identifier of version -
locale
String locale
locale for response. -
page
int page
This parameter will be available for all the services that supports pagination. This parameter is used to mention the starting index of the items which going to responded by the API. -
size
int size
This parameter will be available for all the services that supports pagination. " + "This parameter is used to mention the number of maximum items that needs to be responded for the request. -
sort
com.skava.core.qdsl.sort.EcomSorts sort
It refers to EcomSort
-
-
-
Package com.skava.merchandise.model.exchange.response
-
Class com.skava.merchandise.model.exchange.response.BaseMilestone
class BaseMilestone extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
action
NavigationType action
-
createdBy
long createdBy
-
createdOn
String createdOn
-
endTime
String endTime
-
identifier
String identifier
-
itemId
String itemId
-
name
String name
-
priority
int priority
-
startTime
String startTime
-
status
ItemStatus status
-
type
MilestoneType type
-
updatedBy
long updatedBy
-
updatedOn
String updatedOn
-
-
Class com.skava.merchandise.model.exchange.response.CategoriesResponse
class CategoriesResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
categories
List<Category> categories
-
pageableInfo
PageableInfo pageableInfo
Page data consists of page, size, count and total count of the response data
-
-
Class com.skava.merchandise.model.exchange.response.Category
class Category extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionId
long collectionId
-
createdBy
long createdBy
-
createdOn
String createdOn
-
identifier
String identifier
-
locked
Boolean locked
-
navigationType
NavigationType navigationType
-
pageType
PageType pageType
-
projectId
String projectId
-
properties
List<CategoryProperty> properties
-
semantics
List<String> semantics
-
status
ItemStatus status
-
updatedBy
long updatedBy
-
updatedOn
String updatedOn
-
visible
Boolean visible
-
-
Class com.skava.merchandise.model.exchange.response.CategoryAttribute
class CategoryAttribute extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionId
long collectionId
-
identifier
String identifier
-
mandatory
Boolean mandatory
-
properties
List<CategoryAttributeProperty> properties
-
status
ItemStatus status
-
-
Class com.skava.merchandise.model.exchange.response.CategoryAttributeProperty
class CategoryAttributeProperty extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.exchange.response.CategoryAttributesResponse
class CategoryAttributesResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
categoryAttributes
List<CategoryAttribute> categoryAttributes
COntains list of Category attributes -
pageableInfo
PageableInfo pageableInfo
Page data consists of page, size, count and total count of the response data
-
-
Class com.skava.merchandise.model.exchange.response.CategoryCode
class CategoryCode extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperty
Map<String,
PropertyValue> additionalProperty This attribute is used to hold the children properties of category properties -
description
String description
This attribute is used to hold the description of the category -
hasCategoryCode
List<CategoryCode> hasCategoryCode
Contains the list of categories with information that are associated with current category. It holds the sub category of the current category -
identifier
@Size(min=1,max=50) String identifier
Categories that are configured in the Admin will have unique identifier. Based on the mentioned identifier, associated category information and its sub categories that have products are responded -
image
Map<String,
ImageObject> image -
name
@Size(min=1,max=50) String name
This attribute is used to hold the name of the category -
parentCategory
CategoryCode parentCategory
Contains the list of categories with information that are associated with current category. It holds the parent category of the current category -
parentId
@Size(min=0,max=255) String parentId
In category entity of catalog service parent id is used to specifies the parent category of the actual category -
subjectOf
CreativeWork subjectOf
The creativework (milestone)
-
-
Class com.skava.merchandise.model.exchange.response.CategoryHierarchy
class CategoryHierarchy extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- -1338824626519200639L
-
Serialized Fields
-
collectionId
long collectionId
-
createdBy
long createdBy
-
createdOn
String createdOn
-
endTime
String endTime
-
identifier
String identifier
-
locked
Boolean locked
-
parent
CategoryHierarchy parent
-
projectId
String projectId
-
properties
List<CategoryProperty> properties
-
semantics
List<String> semantics
-
startTime
String startTime
-
status
ItemStatus status
-
subCategories
CategoryHierarchy[] subCategories
-
updatedBy
long updatedBy
-
updatedOn
String updatedOn
-
visible
Boolean visible
-
-
Class com.skava.merchandise.model.exchange.response.CategoryPropertiesResponse
class CategoryPropertiesResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
pageableInfo
PageableInfo pageableInfo
Page data consists of page, size, count and total count of the response data -
properties
List<CategoryProperty> properties
-
-
Class com.skava.merchandise.model.exchange.response.CategoryProperty
class CategoryProperty extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.exchange.response.Collection
class Collection extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
businessId
long businessId
-
createdBy
long createdBy
-
createdOn
String createdOn
-
description
String description
-
id
long id
-
ignoredPropertiesList
Set<String> ignoredPropertiesList
Holds the ignored Properties List ** -
name
String name
-
properties
@Valid List<CollectionProperty> properties
Holds the collection property attributes list ** -
status
CollectionStatus status
-
updatedBy
long updatedBy
-
updatedOn
String updatedOn
-
-
Class com.skava.merchandise.model.exchange.response.CollectionAttribute
class CollectionAttribute extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultValue
String defaultValue
Holds the defaultValue of the collection property attribute ** -
description
String description
Holds the description of the collection property attribute ** -
name
String name
Holds the name of the collection property attribute ** -
nullable
boolean nullable
Holds the validationRule of the collection property attribute ** -
possibleValues
List<String> possibleValues
The possible values of the attribute. -
type
CollectionAttributeType type
The type of the attribute.
-
-
Class com.skava.merchandise.model.exchange.response.CollectionAttributesResponse
class CollectionAttributesResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributes
List<CollectionAttribute> attributes
List of Collection attributes
-
-
Class com.skava.merchandise.model.exchange.response.CollectionPropertiesResponse
class CollectionPropertiesResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ignoredPropertiesList
Set<String> ignoredPropertiesList
Holds the ignored Properties List ** -
properties
List<CollectionProperty> properties
-
-
Class com.skava.merchandise.model.exchange.response.CollectionProperty
class CollectionProperty extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.exchange.response.CollectionsResponse
class CollectionsResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collections
List<Collection> collections
-
pageableInfo
PageableInfo pageableInfo
Page data consists of page, size, count and total count of the response data
-
-
Class com.skava.merchandise.model.exchange.response.Creative
class Creative extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionId
long collectionId
-
createdBy
long createdBy
-
createdOn
String createdOn
-
description
String description
-
identifier
String identifier
-
name
String name
-
projectId
String projectId
-
status
ItemStatus status
-
tags
Set<String> tags
-
updatedBy
long updatedBy
-
updatedOn
String updatedOn
-
widgetId
String widgetId
-
widgetProperties
Map<String,
String> widgetProperties
-
-
Class com.skava.merchandise.model.exchange.response.CreativesResponse
class CreativesResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
creatives
List<Creative> creatives
-
pageableInfo
PageableInfo pageableInfo
Page data consists of page, size, count and total count of the response data
-
-
Class com.skava.merchandise.model.exchange.response.CreativeWork
class CreativeWork extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
alternateName
String alternateName
-
conditionsOfAccess
String conditionsOfAccess
-
identifier
String identifier
-
mainEntityOfPage
String mainEntityOfPage
-
name
String name
-
pattern
String pattern
-
position
Integer position
-
productSortOrder
String productSortOrder
-
url
String url
-
workExample
WorkExample workExample
-
-
Class com.skava.merchandise.model.exchange.response.ImageObject
class ImageObject extends Object implements Serializable- serialVersionUID:
- -5959302791467316141L
-
Class com.skava.merchandise.model.exchange.response.MerchandiseFileAPIResponse
class MerchandiseFileAPIResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fileName
String fileName
Name of the file to deliver
-
-
Class com.skava.merchandise.model.exchange.response.MerchandiseServiceErrorResponse
class MerchandiseServiceErrorResponse extends com.skava.core.ResponseModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.exchange.response.Milestone
class Milestone extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
action
NavigationType action
-
children
List<Children> children
-
collectionId
long collectionId
-
createdBy
long createdBy
-
createdOn
String createdOn
-
endTime
String endTime
-
identifier
String identifier
-
itemId
String itemId
-
localizedRules
List<LocalizedRule> localizedRules
-
localizedSearchKeywords
List<LocalizedSearchKeyword> localizedSearchKeywords
-
localizedUxDatas
List<LocalizedUXData> localizedUxDatas
-
name
String name
-
priority
int priority
-
products
Set<String> products
-
productSortOrder
String productSortOrder
-
projectId
String projectId
-
rule
String rule
-
searchKeyword
String searchKeyword
-
startTime
String startTime
-
status
ItemStatus status
-
templateId
String templateId
-
templateUrl
String templateUrl
-
type
MilestoneType type
-
updatedBy
long updatedBy
-
updatedOn
String updatedOn
-
uxData
UxData uxData
-
-
Class com.skava.merchandise.model.exchange.response.MilestonesResponse
class MilestonesResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
milestones
List<BaseMilestone> milestones
-
pageableInfo
PageableInfo pageableInfo
Page data consists of page, size, count and total count of the response data
-
-
Class com.skava.merchandise.model.exchange.response.Note
class Note extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.exchange.response.NotesResponse
class NotesResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
notes
List<Note> notes
-
pageableInfo
PageableInfo pageableInfo
Page data consists of page, size, count and total count of the response data
-
-
Class com.skava.merchandise.model.exchange.response.PageableInfo
class PageableInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
count
int count
actual number of records the response holds -
page
int page
page number of the response -
size
int size
max size of the page -
totalCount
long totalCount
total records available for the request
-
-
Class com.skava.merchandise.model.exchange.response.ParentCategoryResponse
class ParentCategoryResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- -1338824626519200639L
-
Serialized Fields
-
identifier
String identifier
-
parent
ParentCategoryResponse parent
-
projectId
String projectId
-
status
ItemStatus status
-
visible
Boolean visible
-
-
Class com.skava.merchandise.model.exchange.response.ProductCategoryResponse
class ProductCategoryResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- -1338824626519200639L
-
Serialized Fields
-
collectionId
long collectionId
-
productCategories
List<ParentCategoryResponse> productCategories
-
productId
String productId
-
projectId
String projectId
-
-
Class com.skava.merchandise.model.exchange.response.Project
class Project extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actualCompletionDate
String actualCompletionDate
-
collectionId
long collectionId
-
createdBy
long createdBy
-
createdOn
String createdOn
-
description
String description
-
identifier
String identifier
-
name
String name
-
status
ProjectStatus status
-
targetCompletionDate
String targetCompletionDate
-
updatedBy
long updatedBy
-
updatedOn
String updatedOn
-
-
Class com.skava.merchandise.model.exchange.response.ProjectsResponse
class ProjectsResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
pageableInfo
PageableInfo pageableInfo
Page data consists of page, size, count and total count of the response data -
projects
List<Project> projects
-
-
Class com.skava.merchandise.model.exchange.response.PropertyValue
class PropertyValue extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.exchange.response.Reason
class Reason extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.merchandise.model.exchange.response.Version
class Version extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 687726547103426L
-
Serialized Fields
-
collectionId
long collectionId
-
createdBy
long createdBy
Id of the user who created entity. -
createdOn
String createdOn
Time stamp denotes the created time of the entity. -
identifier
String identifier
-
notes
String notes
It refers to the notes of publish version. -
s3path
String s3path
It refers to the s3path of the publish version. -
status
PublishStatus status
This is used to change the status of the particular Merchandise Version.There are two status INPROGRESS denotes Version is in Progress and status COMPLETED denotes Version is a complete version. -
type
PublishType type
This is used to change the type of the particular Merchandise Version.There are three status INPROGRESS denotes Version is in Progress and status COMPLETED denotes Version is a complete version. -
updatedBy
long updatedBy
Id of the user who updated entity. -
updatedOn
String updatedOn
Time stamp denotes the updated time of the entity. -
versionIdentifier
String versionIdentifier
-
-
Class com.skava.merchandise.model.exchange.response.VersionsAPIResponse
class VersionsAPIResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
pageableInfo
PageableInfo pageableInfo
Page data consists of page, size, count and total count of the response data -
versions
List<Version> versions
The version parameter contains list of version response data.
-
-
Class com.skava.merchandise.model.exchange.response.WorkExample
class WorkExample extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
exampleOfWork
String exampleOfWork
Contains all the data about the template used for a category.
-
-