-
-
-
Class com.skava.core.validation.OutputModel
- serialVersionUID:
- 1565282169175618294L
-
-
Exception com.skava.core.validation.ValidateException
class ValidateException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- -8408200706158025317L
-
Class com.skava.core.validation.ValidationErrorModel
- serialVersionUID:
- 6770233622099652219L
-
Class com.skava.core.validation.ValidationErrorResponse
class ValidationErrorResponse extends com.skava.core.ResponseModel implements
Serializable
- serialVersionUID:
- -4074424525367593318L
-
Class com.skava.core.validation.ValidationFieldErrorModel
- serialVersionUID:
- -8304760824219203394L
-
Class com.skava.core.validation.ValidationGlobalErrorModel
- serialVersionUID:
- -1601982831803168203L
-
-
class CollectionAlreadyExistsException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
class CollectionAttributeNotFoundException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
class CollectionNotFoundException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
class DuplicateCollectionPropKeyException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
class DuplicatePropertyFoundException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
class EventAlreadyExistsException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
class EventNotFoundException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
class EventPropertyNotFoundException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
class LocationAlreadyExistsException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
class LocationNotFoundException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
class LocationPropertyNotFoundException extends com.skava.core.ECommerceException implements
Serializable
- serialVersionUID:
- 1L
-
-
- serialVersionUID:
- -8117674097841116266L
-
Serialized Fields
-
address1
String address1
Field to hold the address of location
-
address2
String address2
Field to hold the address of location
-
address3
String address3
Field to hold the address of location
-
city
String city
Field to hold the city of the location
-
country
String country
Field to hold country of the location
-
phonNumber
String phonNumber
Field to hold phone number of the location
-
position
GeoJsonPoint position
Field to hold the latitude and longitude of the location
-
postalCode
String postalCode
Field to hold the postal code of the location
-
state
String state
Field to hold the state of the location
-
- serialVersionUID:
- -1100286684379512616L
-
- serialVersionUID:
- 4809149849620191262L
-
Serialized Fields
-
description
String description
Field to hold a description for Hour
-
hoursType
String hoursType
Field to hold the Hour type like working/lunch/closed
-
name
String name
Field to hold a name for Hour
-
overrides
List<OverrideTimeIntervel> overrides
Field to hold the hours that can be used as override hour
from the regular hours
-
standardHours
StandardHours standardHours
Field to hold a standard hours of a week
-
class Image extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 2079476165075739571L
-
Serialized Fields
-
caption
String caption
Field to hold caption of location image
-
description
String description
Field to hold description of location image
-
url
String url
Field to hold url of location image
-
- serialVersionUID:
- 3357874252666725661L
-
Serialized Fields
-
dateEnd
String dateEnd
Field to hold end date of override time
-
dateStart
String dateStart
Field to hold start date of override time
-
description
String description
Field to hold description of override time
-
hours
TimeInterval hours
Field to hold hours of override time
-
name
String name
Field to hold name of override time
-
- serialVersionUID:
- -1414831459L
-
Serialized Fields
-
address1
com.querydsl.core.types.dsl.StringPath address1
-
address2
com.querydsl.core.types.dsl.StringPath address2
-
address3
com.querydsl.core.types.dsl.StringPath address3
-
city
com.querydsl.core.types.dsl.StringPath city
-
country
com.querydsl.core.types.dsl.StringPath country
-
phonNumber
com.querydsl.core.types.dsl.StringPath phonNumber
-
position
com.querydsl.core.types.dsl.SimplePath<GeoJsonPoint> position
-
postalCode
com.querydsl.core.types.dsl.StringPath postalCode
-
state
com.querydsl.core.types.dsl.StringPath state
-
class QHour extends com.querydsl.core.types.dsl.BeanPath<
Hour> implements
Serializable
- serialVersionUID:
- 1414911963L
-
Serialized Fields
-
description
com.querydsl.core.types.dsl.StringPath description
-
hoursType
com.querydsl.core.types.dsl.StringPath hoursType
-
name
com.querydsl.core.types.dsl.StringPath name
-
overrides
com.querydsl.core.types.dsl.ListPath<OverrideTimeIntervel,com.querydsl.core.types.dsl.SimplePath<OverrideTimeIntervel>> overrides
-
standardHours
com.querydsl.core.types.dsl.SimplePath<StandardHours> standardHours
-
class QImage extends com.querydsl.core.types.dsl.BeanPath<
Image> implements
Serializable
- serialVersionUID:
- 913442372L
-
Serialized Fields
-
_super
QInputModel _super
-
caption
com.querydsl.core.types.dsl.StringPath caption
-
description
com.querydsl.core.types.dsl.StringPath description
-
url
com.querydsl.core.types.dsl.StringPath url
-
- serialVersionUID:
- 3507931634158530849L
-
- serialVersionUID:
- 3650456055939901209L
-
Serialized Fields
-
description
String description
Field to hold the description of interval
-
endTime
String endTime
Field to hold the end time of interval
-
startTime
String startTime
Field to hold the start time of interval
-
type
String type
Field to hold the type if time interval like working/lunch/closed
-
-
- serialVersionUID:
- 1L
-
Serialized Fields
-
businessId
long businessId
-
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 **
-
possibleValues
List<String> possibleValues
The possible values of the attribute.
-
type
CollectionAttributeType type
The type of the attribute.
-
- 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 **
-
- serialVersionUID:
- -6039166852074397241L
-
Serialized Fields
-
address
AddressRequest address
-
addressField
String addressField
-
binId
String binId
-
collectionId
long collectionId
-
createdBy
long createdBy
-
createdOn
LocalDateTime createdOn
-
distance
Double distance
-
distantUnit
DistantUnit distantUnit
-
enableShipFromStore
boolean enableShipFromStore
-
enableShipToStore
boolean enableShipToStore
-
enableStorePickup
boolean enableStorePickup
-
events
List<EventSchedule> events
-
filters
String filters
-
hours
List<Hour> hours
-
identifier
String identifier
-
images
List<Image> images
-
isFromPropertyService
boolean isFromPropertyService
-
latitude
double latitude
-
locale
String locale
-
locationId
LocationId locationId
-
locationType
String locationType
-
longitude
double longitude
-
name
String name
-
page
int page
-
properties
List<LocationProperty> properties
-
proximity
double proximity
-
size
int size
-
sort
com.skava.core.qdsl.sort.EcomSorts sort
-
status
LocationStatus status
-
tags
List<String> tags
-
timeZone
String timeZone
-
updatedBy
long updatedBy
-
updatedOn
LocalDateTime updatedOn
-
class PageableDO extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- -4171794710531693613L
-
-
- serialVersionUID:
- 3962572169854761246L
-
- serialVersionUID:
- -6371653072984370966L
-
- serialVersionUID:
- -3653873573190843664L
-
-
- 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
-
- serialVersionUID:
- 3962572169854761246L
-
- serialVersionUID:
- -6371653072984370966L
-
- serialVersionUID:
- 8349942900846002559L
-
Serialized Fields
-
collectionId
long collectionId
It refers to the identifier of collection
-
endTime
LocalDateTime endTime
It refers to the end time for the event
-
identifier
String identifier
It refers to the identifier of event
-
images
Set<Image> images
It refers to the list of images for the event
-
locationIds
Set<String> locationIds
It refers to the list of locations where this event is associated to.
-
longDescription
String longDescription
It refers to the long description of event
-
name
String name
It refers to the name of event
-
properties
List<EventProperty> properties
It refers to the list of properties for event.
-
shortDescription
String shortDescription
It refers to the short description of event
-
startTime
LocalDateTime startTime
It refers to the start time for the event
-
tags
Set<String> tags
It refers to the list of tags for the event
-
url
String url
It refers to the url of event
-
-
- serialVersionUID:
- 3507931634158530849L
-
- serialVersionUID:
- 3962572169854761246L
-
- serialVersionUID:
- -728536578108817836L
-
- serialVersionUID:
- -6371653072984370966L
-
Serialized Fields
-
collectionId
long collectionId
-
identifier
String identifier
-
-
- serialVersionUID:
- 3962572169854761246L
-
- serialVersionUID:
- -6371653072984370966L
-
class QCity extends com.querydsl.core.types.dsl.EntityPathBase<
City> implements
Serializable
- serialVersionUID:
- -2076116225L
-
Serialized Fields
-
cityId
QCityId cityId
-
country
com.querydsl.core.types.dsl.StringPath country
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> createdOn
-
name
com.querydsl.core.types.dsl.StringPath name
-
state
com.querydsl.core.types.dsl.StringPath state
-
updatedBy
com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
-
class QCityId extends com.querydsl.core.types.dsl.BeanPath<
CityId> implements
Serializable
- serialVersionUID:
- 2012102778L
-
- serialVersionUID:
- 408260914L
-
Serialized Fields
-
_super
QLocationAuditEntry _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<LocationStatus> status
-
updatedBy
com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
-
updatedOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> updatedOn
-
- serialVersionUID:
- 1949991207L
-
- serialVersionUID:
- 1584440629L
-
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 QCountry extends com.querydsl.core.types.dsl.EntityPathBase<
Country> implements
Serializable
- serialVersionUID:
- -1876910718L
-
Serialized Fields
-
countryId
QCountryId countryId
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> createdOn
-
name
com.querydsl.core.types.dsl.StringPath name
-
updatedBy
com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
-
- serialVersionUID:
- 175066685L
-
class QEvent extends com.querydsl.core.types.dsl.EntityPathBase<
Event> implements
Serializable
- serialVersionUID:
- 67126150L
-
Serialized Fields
-
_super
QLocationAuditEntry _super
-
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
-
endTime
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> endTime
-
identifier
com.querydsl.core.types.dsl.StringPath identifier
-
images
com.querydsl.core.types.dsl.SetPath<Image,QImage> images
-
locationIds
com.querydsl.core.types.dsl.SetPath<String,com.querydsl.core.types.dsl.StringPath> locationIds
-
longDescription
com.querydsl.core.types.dsl.StringPath longDescription
-
name
com.querydsl.core.types.dsl.StringPath name
-
properties
com.querydsl.core.types.dsl.ListPath<EventProperty,QEventProperty> properties
-
shortDescription
com.querydsl.core.types.dsl.StringPath shortDescription
-
startTime
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> startTime
-
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
-
url
com.querydsl.core.types.dsl.StringPath url
-
- serialVersionUID:
- 1367842683L
-
Serialized Fields
-
locale
com.querydsl.core.types.dsl.StringPath locale
-
name
com.querydsl.core.types.dsl.StringPath name
-
value
com.querydsl.core.types.dsl.StringPath value
-
- serialVersionUID:
- 1663063101L
-
Serialized Fields
-
eventId
com.querydsl.core.types.dsl.StringPath eventId
-
schedule
com.querydsl.core.types.dsl.ListPath<Schedule,com.querydsl.core.types.dsl.SimplePath<Schedule>> schedule
-
class QLocation extends com.querydsl.core.types.dsl.EntityPathBase<
Location> implements
Serializable
- serialVersionUID:
- -76605623L
-
Serialized Fields
-
_super
QLocationAuditEntry _super
-
address
QAddress address
-
binId
com.querydsl.core.types.dsl.StringPath binId
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> createdOn
-
enableShipFromStore
com.querydsl.core.types.dsl.BooleanPath enableShipFromStore
-
enableShipToStore
com.querydsl.core.types.dsl.BooleanPath enableShipToStore
-
enableStorePickup
com.querydsl.core.types.dsl.BooleanPath enableStorePickup
-
events
com.querydsl.core.types.dsl.ListPath<EventSchedule,QEventSchedule> events
-
hours
com.querydsl.core.types.dsl.ListPath<Hour,QHour> hours
-
images
com.querydsl.core.types.dsl.ListPath<Image,QImage> images
-
locationId
QLocationId locationId
-
locationType
com.querydsl.core.types.dsl.StringPath locationType
-
name
com.querydsl.core.types.dsl.StringPath name
-
properties
com.querydsl.core.types.dsl.ListPath<LocationProperty,QLocationProperty> properties
-
status
com.querydsl.core.types.dsl.EnumPath<LocationStatus> status
-
tags
com.querydsl.core.types.dsl.ListPath<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
-
- serialVersionUID:
- -1741170304L
-
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
-
- serialVersionUID:
- -603557308L
-
- serialVersionUID:
- 1385431102L
-
Serialized Fields
-
locale
com.querydsl.core.types.dsl.StringPath locale
-
name
com.querydsl.core.types.dsl.StringPath name
-
value
com.querydsl.core.types.dsl.StringPath value
-
class QPlace extends com.querydsl.core.types.dsl.EntityPathBase<
Place> implements
Serializable
- serialVersionUID:
- 76982771L
-
Serialized Fields
-
address
QAddress address
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> createdOn
-
placeId
QPlaceId placeId
-
status
com.querydsl.core.types.dsl.EnumPath<LocationStatus> status
-
updatedBy
com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
-
- serialVersionUID:
- 966001262L
-
class QSequence extends com.querydsl.core.types.dsl.EntityPathBase<
Sequence> implements
Serializable
- serialVersionUID:
- -628101291L
-
class QState extends com.querydsl.core.types.dsl.EntityPathBase<
State> implements
Serializable
- serialVersionUID:
- 79992189L
-
Serialized Fields
-
abbreviation
com.querydsl.core.types.dsl.StringPath abbreviation
-
country
com.querydsl.core.types.dsl.StringPath country
-
createdBy
com.querydsl.core.types.dsl.NumberPath<Long> createdBy
-
createdOn
com.querydsl.core.types.dsl.DateTimePath<LocalDateTime> createdOn
-
name
com.querydsl.core.types.dsl.StringPath name
-
stateId
QStateId stateId
-
updatedBy
com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
-
- serialVersionUID:
- -436915336L
-
- serialVersionUID:
- 3650456055939901209L
-
- serialVersionUID:
- 7282428300728462359L
-
- serialVersionUID:
- 3962572169854761246L
-
- serialVersionUID:
- -6371653072984370966L
-
-
class LocationEventPayload extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 2801302883061884645L
-
Serialized Fields
-
locationDO
LocationDO locationDO
Location Domain Object
-
-
class City extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
country
String country
-
createdBy
long createdBy
-
createdOn
String createdOn
-
identifier
String identifier
-
name
String name
-
state
String state
-
updatedBy
long updatedBy
-
class Collection extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
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 CollectionProperty extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
@NotEmpty(message="Collection property name must not be null or empty") String name
Holds the name of the collection property attribute **
Using readonly property in @ApiModelProperty is deprecated
-
value
String value
Holds the value of the collection property attribute **
-
class Country extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
createdBy
long createdBy
-
createdOn
String createdOn
-
identifier
String identifier
-
name
String name
-
updatedBy
long updatedBy
-
class Event extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionId
long collectionId
Field to hold the identifier of collection
-
createdBy
long createdBy
Field to hold the id of the user who created the event
-
createdOn
String createdOn
Field to hold the created time for the event
-
endTime
String endTime
Field to hold the end time for the event
-
identifier
String identifier
Field to hold the identifier of event
-
images
Set<Image> images
Field to hold the list of images for the event
-
locationIds
Set<String> locationIds
Field to hold the list of locations where this event is associated to.
-
longDescription
String longDescription
Field to hold the long description of event
-
name
String name
Field to hold the name of event
-
properties
List<EventProperty> properties
-
shortDescription
String shortDescription
Field to hold the short description of event
-
startTime
String startTime
Field to hold the start time for the event
-
tags
Set<String> tags
Field to hold the list of tags for the event
-
updatedBy
long updatedBy
Field to hold the id of the user who created the event
-
updatedOn
String updatedOn
Field to hold the updated time for the event
-
url
String url
Field to hold the url of event
-
- serialVersionUID:
- 3507931634158530849L
-
class Location extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
-
class Place extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
- serialVersionUID:
- 3650456055939901209L
-
class State extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
abbreviation
String abbreviation
-
country
String country
-
createdBy
long createdBy
-
createdOn
String createdOn
-
identifier
String identifier
-
name
String name
-
updatedBy
long updatedBy
-
-
- serialVersionUID:
- -8117674097841116266L
-
Serialized Fields
-
address1
String address1
Field to hold address of the location
-
address2
String address2
Field to hold address of the location
-
address3
String address3
Field to hold address of the location
-
city
String city
Field to hold city of the location
-
country
String country
Field to hold country of the location
-
latitude
double latitude
Field to hold latitude of the location
-
longitude
double longitude
Field to hold longitude of the location
-
phoneNumber
String phoneNumber
Field to hold phone number of the location
-
postalCode
String postalCode
Field to hold postal code of the location
-
state
String state
Field to hold state of the location
-
class CacheClearRequestInternal extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
authToken
String authToken
-
cacheKey
String cacheKey
-
collectionId
long collectionId
-
locale
String locale
-
class CacheClearRequestInternalBuilder extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1704936960605331504L
-
Serialized Fields
-
authToken
String authToken
-
cacheKey
String cacheKey
-
collectionId
long collectionId
-
locale
String locale
-
class CityRequestInternal extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
class CollectionAttributeRequestInternal extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
class CollectionPropertyRequestInternal extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
authToken
String authToken
Holds the auth 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 CollectionRequest extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
class CollectionRequestInternal extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
class CountryRequestInternal extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
class EventPropertyRequest extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
class EventPropertyRequestInternal extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
class EventRequest extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionId
long collectionId
Field to hold the identifier of collection
-
endTime
String endTime
Field to hold the end time for the event
-
identifier
String identifier
Field to hold the identifier of event
-
images
Set<Image> images
-
locationIds
Set<String> locationIds
Field to hold the list of locations where this event is associated to.
-
longDescription
String longDescription
Field to hold the long description of event
-
name
String name
Field to hold the name of event
-
properties
List<EventProperty> properties
-
shortDescription
String shortDescription
Field to hold the short description of event
-
startTime
String startTime
Field to hold the start time for the event
-
tags
Set<String> tags
Field to hold the list of tags for the event
-
url
String url
Field to hold the url of event
-
class EventRequestInternal extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
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 location.
-
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 location.
-
id
long id
It refers to the identifier of the location.
-
importExportType
ImportExportType importExportType
-
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 LocationPropertyRequest extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
class LocationPropertyRequestInternal extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
class LocationRequest extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
address
AddressRequest address
The parameter specifies the status of the location.
-
binId
@Pattern(regexp="^\\w*$",message="Bin ID must be a string containing only alphanumeric characters") String binId
-
collectionId
long collectionId
It refers to the identifier of collection.
-
enableShipFromStore
boolean enableShipFromStore
-
enableShipToStore
boolean enableShipToStore
-
enableStorePickup
boolean enableStorePickup
-
events
List<EventSchedule> events
The parameter specifies the status of the location.
-
hours
List<Hour> hours
The parameter specifies the status of the location.
-
identifier
String identifier
It refers to the identifier of location
-
images
List<Image> images
The parameter specifies the status of the location.
-
locationType
String locationType
-
name
String name
The parameter specifies the name of the location.
-
properties
List<LocationProperty> properties
It refers to the end time of the location.
-
status
LocationStatus status
The boolean parameter specifies whether the location is active or inactive.
-
tags
List<String> tags
The parameter specifies the tags of the location.
-
class LocationRequestInternal extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
class PlaceRequestInternal extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
class StateRequestInternal extends com.skava.core.validation.InputModel implements
Serializable
- serialVersionUID:
- 1L
-
-
class CityAPIResponse extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cities
List<City> cities
-
pageableInfo
PageableInfo pageableInfo
Page data consists of page, size, count and total count of the response data
-
class CollectionPropertiesAPIResponse extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ignoredPropertiesList
Set<String> ignoredPropertiesList
Holds the ignored Properties List **
-
pageableInfo
PageableInfo pageableInfo
Page data consists of page, size, count and total count of the response data
-
properties
List<CollectionProperty> properties
-
class CollectionsAPIResponse 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 CountryAPIResponse extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
countries
List<Country> countries
-
pageableInfo
PageableInfo pageableInfo
Page data consists of page, size, count and total count of the response data
-
class EventsAPIResponse extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
events
List<Event> events
-
pageableInfo
PageableInfo pageableInfo
Page data consists of page, size, count and total count of the response data
-
class LocationFileAPIResponse extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
class LocationPropertiesAPIResponse extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
count
long count
-
locationProperties
List<LocationProperty> locationProperties
-
pageableInfo
PageableInfo pageableInfo
Page data consists of page, size, count and total count of the response data
-
class LocationsAPIResponse extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
locations
List<Location> locations
-
pageableInfo
PageableInfo pageableInfo
Page data consists of page, size, count and total count of the response data
-
class LocationsDistinctAPIResponse extends com.skava.core.validation.OutputModel implements
Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
distinctLocations
List<String> distinctLocations
-
pageableInfo
PageableInfo pageableInfo
Page data consists of page, size, count and total count of the response data
-
class LocationServiceErrorResponse extends com.skava.core.ResponseModel implements
Serializable
- serialVersionUID:
- 1L
-
- serialVersionUID:
- 1L
-
Serialized Fields
-
count
Integer count
actual number of records the response holds
-
page
Integer page
page number of the response
-
size
Integer size
max size of the page
-
totalCount
Long totalCount
total records available for the request
-
class PlaceAPIResponse 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
-
places
List<Place> places
-
-
class StateAPIResponse 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
-
states
List<State> states