Serialized Form
-
Package com.skava.marketplace.app.orchestration
-
Class com.skava.marketplace.app.orchestration.StoreIdDO
class StoreIdDO extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.skava.marketplace.app.orchestration.model
-
Class com.skava.marketplace.app.orchestration.model.ApiConfig
class ApiConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.AppConfigData
class AppConfigData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionConfig
List<CollectionConfig> collectionConfig
-
feed
Map<String,
String> feed -
installationConfig
List<InstallationConfig> installationConfig
-
uiConfig
Map<String,
String> uiConfig
-
-
Class com.skava.marketplace.app.orchestration.model.AppConfigProperty
class AppConfigProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.AppImages
class AppImages extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.AppInstallSummary
class AppInstallSummary extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception com.skava.marketplace.app.orchestration.model.AppmarketPlaceException
class AppmarketPlaceException extends com.skava.core.ECommerceException implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.AppProperty
class AppProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.AppScopes
class AppScopes extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.AppStatusHistory
class AppStatusHistory extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.AppSupport
class AppSupport extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.AuthorizationSecret
class AuthorizationSecret extends Object implements Serializable- serialVersionUID:
- -4138546932196836659L
-
Serialized Fields
-
tokenSecret
String tokenSecret
token secret from secret manager.
-
-
Class com.skava.marketplace.app.orchestration.model.CollectionConfig
class CollectionConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.ExtensionConfig
class ExtensionConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.InstallationConfig
class InstallationConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.Installs
class Installs extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.PricingDetails
class PricingDetails extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.WebhooksConfig
class WebhooksConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.skava.marketplace.app.orchestration.model.request
-
Class com.skava.marketplace.app.orchestration.model.request.APIKeySecretRequest
class APIKeySecretRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
email
String email
-
-
Class com.skava.marketplace.app.orchestration.model.request.AppInstallationRequest
class AppInstallationRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.request.AppInstallationUpdatedRequest
class AppInstallationUpdatedRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
businessEmail
String businessEmail
The business email. -
businessId
String businessId
The business id. -
installs
List<Installs> installs
The installs. -
isDefault
Boolean isDefault
The is default. -
merchantEmailId
String merchantEmailId
The merchant email id. -
merchantId
String merchantId
The merchant id. -
storeList
List<String> storeList
The store list.
-
-
Class com.skava.marketplace.app.orchestration.model.request.BaseAdminEntityDTO
class BaseAdminEntityDTO extends Object implements Serializable- serialVersionUID:
- 8279930758362663389L
-
Class com.skava.marketplace.app.orchestration.model.request.BusinessDTO
class BusinessDTO extends BaseAdminEntityDTO implements Serializable- serialVersionUID:
- 5713848452333199395L
-
Serialized Fields
-
cdnUrl
String cdnUrl
The cdn url. -
defaultCurrency
String defaultCurrency
The default currency. -
defaultLocale
String defaultLocale
The default locale. -
id
long id
The id. -
logoUrl
String logoUrl
The logo url. -
name
String name
The name. -
properties
List<BusinessPropertyDTO> properties
The properties. -
services
List<BusinessServiceAssociationDTO> services
The services. -
status
int status
The status. -
storageServiceUrl
String storageServiceUrl
The storage service url.
-
-
Class com.skava.marketplace.app.orchestration.model.request.BusinessPropertyDTO
class BusinessPropertyDTO extends BaseAdminEntityDTO implements Serializable- serialVersionUID:
- 5713848452333199395L
-
Class com.skava.marketplace.app.orchestration.model.request.BusinessServiceAssociationDTO
class BusinessServiceAssociationDTO extends Object implements Serializable- serialVersionUID:
- -2084875768538843349L
-
Serialized Fields
-
name
String name
-
status
int status
-
-
Class com.skava.marketplace.app.orchestration.model.request.CreateAppRequest
class CreateAppRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appCategory
String appCategory
The app category. -
appDisplayType
AppDisplayType appDisplayType
The app display type. -
appGoal
String appGoal
The app goal. -
appImages
List<AppImages> appImages
The app images. -
appKey
String appKey
The app key. -
appName
String appName
The app name. -
appShortDescription
String appShortDescription
The app short description. -
appSummary
String appSummary
The app summary. -
appSupport
AppSupport appSupport
The app support. -
appVersion
String appVersion
The app version. -
businessId
Long businessId
The business id. -
developerOrg
String developerOrg
The developer org. -
parentAppId
String parentAppId
The parent app id. -
pricingType
PricingType pricingType
The pricing type. -
processType
ProcessType processType
The process type. -
properties
List<AppProperty> properties
The properties. -
tags
List<String> tags
The tags. -
visibilityType
VisibilityType visibilityType
The visibility type.
-
-
Class com.skava.marketplace.app.orchestration.model.request.CreateOrUpdateAppUploadRequest
class CreateOrUpdateAppUploadRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fileUrl
String fileUrl
-
-
Class com.skava.marketplace.app.orchestration.model.request.CreatePrivateAppAssociationRequest
class CreatePrivateAppAssociationRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.request.Element
class Element extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.request.EventRequest
class EventRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appId
String appId
The app id. -
appVersion
String appVersion
The app version. -
businessId
List<String> businessId
The business id. -
eventName
EventName eventName
The event name. -
merchantId
String merchantId
The merchant id. -
reason
String reason
The reason. -
status
AppEventStatus status
The status. -
storeId
List<String> storeId
The store id.
-
-
Class com.skava.marketplace.app.orchestration.model.request.EventUpdatedRequest
class EventUpdatedRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appId
String appId
The app id. -
appVersion
String appVersion
The app version. -
businessIdWithEmail
List<String> businessIdWithEmail
The business id with email. -
eventName
EventName eventName
The event name. -
merchantId
String merchantId
The merchant id. -
reason
String reason
The reason. -
status
AppEventStatus status
The status. -
storeId
List<String> storeId
The store id.
-
-
Class com.skava.marketplace.app.orchestration.model.request.PatchActivationDropEventRequest
class PatchActivationDropEventRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
The active. -
appConfigData
AppConfigData appConfigData
The app config data. -
appDisplayType
AppDisplayType appDisplayType
The app display type. -
appId
String appId
The app id. -
appVersion
String appVersion
The app version. -
category
String category
The category. -
isAll
boolean isAll
The is all. -
merchantId
String merchantId
The merchant id. -
merchantTriggered
boolean merchantTriggered
The merchant triggered. -
reason
String reason
The reason. -
status
AppPurchaseStatus status
The status. -
storeList
List<String> storeList
The store list.
-
-
Class com.skava.marketplace.app.orchestration.model.request.PatchAppUninstallRequest
class PatchAppUninstallRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
The active. -
appConfigData
AppConfigData appConfigData
The app config data. -
appDisplayType
AppDisplayType appDisplayType
The app display type. -
category
String category
The category. -
installs
List<Installs> installs
The installs. -
isDefault
Boolean isDefault
The is default. -
merchantId
String merchantId
The merchant id. -
reason
String reason
The reason. -
status
AppPurchaseStatus status
The status. -
storeList
List<String> storeList
The store list.
-
-
Class com.skava.marketplace.app.orchestration.model.request.PatchUpdateAppRequest
class PatchUpdateAppRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appCategory
String appCategory
-
appDisplayType
AppDisplayType appDisplayType
-
appGoal
String appGoal
-
appImages
List<AppImages> appImages
-
appName
String appName
-
appShortDescription
String appShortDescription
-
appStatus
AppStatus appStatus
-
appSummary
String appSummary
-
appSupport
AppSupport appSupport
-
businessEmail
String businessEmail
-
businessId
Long businessId
-
developerOrg
String developerOrg
-
pricingType
PricingType pricingType
-
processType
ProcessType processType
-
properties
List<AppProperty> properties
-
remarks
String remarks
-
tags
List<String> tags
-
visibilityType
VisibilityType visibilityType
-
-
Class com.skava.marketplace.app.orchestration.model.request.PatchUpdatePrivateAppAssociationRequest
class PatchUpdatePrivateAppAssociationRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
associatedBusinessId
Long associatedBusinessId
The associated business id. -
associatedStatus
PrivateAppStatus associatedStatus
The associated status.
-
-
Class com.skava.marketplace.app.orchestration.model.request.PatchUpdateWebhookRequest
class PatchUpdateWebhookRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.request.PostAppPatchAppInstallRequest
class PostAppPatchAppInstallRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appConfigData
AppConfigData appConfigData
The app config data. -
clientId
String clientId
The client id. -
storeList
List<String> storeList
The store list.
-
-
Class com.skava.marketplace.app.orchestration.model.request.UiSchema
class UiSchema extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.request.UpdateAppInstallationRequest
class UpdateAppInstallationRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.request.UpdateAppPricingRequest
class UpdateAppPricingRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
priceList
Map<String,
PricingDetails> priceList
-
-
Class com.skava.marketplace.app.orchestration.model.request.UpdateAppRequest
class UpdateAppRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appCategory
String appCategory
-
appDisplayType
AppDisplayType appDisplayType
-
appGoal
String appGoal
-
appImages
List<AppImages> appImages
-
appName
String appName
-
appShortDescription
String appShortDescription
-
appSummary
String appSummary
-
appSupport
AppSupport appSupport
-
businessId
Long businessId
-
developerOrg
String developerOrg
-
pricingType
PricingType pricingType
-
processType
ProcessType processType
-
properties
List<AppProperty> properties
-
tags
List<String> tags
-
visibilityType
VisibilityType visibilityType
-
-
Class com.skava.marketplace.app.orchestration.model.request.UpdateAppStatusRequest
class UpdateAppStatusRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.request.WebhookRequest
class WebhookRequest extends com.skava.core.validation.InputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
The active. -
appId
String appId
The app id. -
appVersion
String appVersion
The app version. -
archive
Boolean archive
The archive. -
businessId
String businessId
The business id. -
priority
String priority
The priority. -
serviceCollectionId
String serviceCollectionId
The service collection id. -
serviceName
String serviceName
The service name. -
storeId
String storeId
The store id. -
webhookId
String webhookId
The webhook id. -
webhookName
String webhookName
The webhook name. -
webhookTestUrl
String webhookTestUrl
The webhook test url. -
webhookType
WebhookType webhookType
The webhook type. -
webhookUrl
String webhookUrl
The webhook url.
-
-
-
Package com.skava.marketplace.app.orchestration.model.response
-
Class com.skava.marketplace.app.orchestration.model.response.App
class App extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appCategory
String appCategory
-
appDisplayType
AppDisplayType appDisplayType
-
appGoal
String appGoal
-
appId
String appId
-
appImages
List<AppImages> appImages
-
appKey
String appKey
-
appName
String appName
-
appShortDescription
String appShortDescription
-
appStatus
AppStatus appStatus
-
appStatusHistory
List<AppStatusHistory> appStatusHistory
-
appSummary
String appSummary
-
appSupport
AppSupport appSupport
-
appVersion
String appVersion
-
businessId
String businessId
-
createdBy
long createdBy
-
createdOn
String createdOn
-
developerOrg
String developerOrg
-
locale
String locale
-
pricingType
PricingType pricingType
-
processType
ProcessType processType
-
properties
List<AppProperty> properties
-
remarks
String remarks
-
tags
List<String> tags
-
updatedBy
long updatedBy
-
updatedOn
String updatedOn
-
visibilityType
VisibilityType visibilityType
-
-
Class com.skava.marketplace.app.orchestration.model.response.AppHistoryResponse
class AppHistoryResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.response.AppInstallationMultipleStoreResponse
class AppInstallationMultipleStoreResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appInstallsList
List<AppInstallationResponse> appInstallsList
-
-
Class com.skava.marketplace.app.orchestration.model.response.AppInstallationResponse
class AppInstallationResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appId
String appId
-
appName
String appName
-
appVersion
String appVersion
-
businessEmail
String businessEmail
-
businessId
String businessId
-
category
String category
-
clientId
String clientId
-
installs
List<Installs> installs
-
isDefault
Boolean isDefault
-
locale
String locale
-
merchantEmailId
String merchantEmailId
-
merchantId
String merchantId
-
status
String status
-
storeId
String storeId
-
storeLogo
String storeLogo
-
storeName
String storeName
-
-
Class com.skava.marketplace.app.orchestration.model.response.CollectionProviderResponse
class CollectionProviderResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class com.skava.marketplace.app.orchestration.model.response.CreatePrivateAppAssociationResponse
class CreatePrivateAppAssociationResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 3013888148979484964L
-
Serialized Fields
-
responseMessage
String responseMessage
-
-
Class com.skava.marketplace.app.orchestration.model.response.CreateUIJsonInfoResponse
class CreateUIJsonInfoResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.response.EventSuccessResponse
class EventSuccessResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
responseMessage
String responseMessage
-
-
Class com.skava.marketplace.app.orchestration.model.response.FindAllAppResponse
class FindAllAppResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appDetailsList
List<FindAppMasterResponse> appDetailsList
-
-
Class com.skava.marketplace.app.orchestration.model.response.FindAllStoreResponse
class FindAllStoreResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.response.FindAllUIJsonResponse
class FindAllUIJsonResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.response.FindAppConfigResponse
class FindAppConfigResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.response.FindAppDetailsResponse
class FindAppDetailsResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
apiKey
String apiKey
The api key. -
apiSecret
String apiSecret
The api secret. -
appConfig
FindAppConfigResponse appConfig
The app config. -
appMaster
FindAppMasterResponse appMaster
The app master.
-
-
Class com.skava.marketplace.app.orchestration.model.response.FindAppInstallationDetailsResponse
class FindAppInstallationDetailsResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 3655395478117165897L
-
Class com.skava.marketplace.app.orchestration.model.response.FindAppInstallationResponse
class FindAppInstallationResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 7388388455830608466L
-
Class com.skava.marketplace.app.orchestration.model.response.FindAppMasterResponse
class FindAppMasterResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appCategory
String appCategory
-
appDisplayType
AppDisplayType appDisplayType
-
appGoal
String appGoal
-
appImages
List<AppImages> appImages
-
appKey
String appKey
-
appName
String appName
-
appShortDescription
String appShortDescription
-
appStatus
AppStatus appStatus
-
appStatusHistory
List<AppStatusHistory> appStatusHistory
-
appSummary
String appSummary
-
appSupport
AppSupport appSupport
-
appVersion
String appVersion
-
businessId
String businessId
-
createdBy
long createdBy
-
createdOn
String createdOn
-
developerOrg
String developerOrg
-
id
String id
-
pricingType
PricingType pricingType
-
properties
List<AppProperty> properties
-
remarks
String remarks
-
tags
List<String> tags
-
updatedBy
long updatedBy
-
updatedOn
String updatedOn
-
visibilityType
VisibilityType visibilityType
-
-
Class com.skava.marketplace.app.orchestration.model.response.GetAllPrivateAppAssociationResponse
class GetAllPrivateAppAssociationResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
associatedPrivateAppList
List<FindAppMasterResponse> associatedPrivateAppList
-
pageableInfo
PageableInfo pageableInfo
-
-
Class com.skava.marketplace.app.orchestration.model.response.GetAppHistoryResponse
class GetAppHistoryResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appHistory
List<AppHistoryResponse> appHistory
The app history. -
pageableInfo
PageableInfo pageableInfo
The pageable info.
-
-
Class com.skava.marketplace.app.orchestration.model.response.GetAppsInstalledResponse
class GetAppsInstalledResponse extends FindAppMasterResponse implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.response.GetAppsResponse
class GetAppsResponse extends FindAppMasterResponse implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.response.GetPrivateAppAssociationByAppIdResponse
class GetPrivateAppAssociationByAppIdResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
pageableInfo
PageableInfo pageableInfo
The pageable info.
-
-
Class com.skava.marketplace.app.orchestration.model.response.MerchantStoreIdsListResponse
class MerchantStoreIdsListResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
businessId
String businessId
-
status
AppPurchaseStatus status
holds the valid status of the app. -
storeId
String storeId
-
timestamp
String timestamp
-
-
Class com.skava.marketplace.app.orchestration.model.response.MerchantStoresListResponse
class MerchantStoresListResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
merchantStoreList
List<MerchantStoreIdsListResponse> merchantStoreList
storeIdList holds the valid storeIdList -
pageableInfo
PageableInfo pageableInfo
-
-
Class com.skava.marketplace.app.orchestration.model.response.PageableInfo
class PageableInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.response.PatchAppUninstallResponse
class PatchAppUninstallResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
appConfigData
AppConfigData appConfigData
-
appDisplayType
AppDisplayType appDisplayType
-
appId
String appId
-
appName
String appName
-
appVersion
String appVersion
-
category
String category
-
merchantId
String merchantId
-
reason
String reason
-
status
AppPurchaseStatus status
-
storeId
String storeId
-
-
Class com.skava.marketplace.app.orchestration.model.response.PatchUpdatePrivateAppAssociationResponse
class PatchUpdatePrivateAppAssociationResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appId
String appId
-
appVersion
String appVersion
-
associatedBusinessId
Long associatedBusinessId
-
associatedStatus
PrivateAppStatus associatedStatus
-
businessId
Long businessId
-
-
Class com.skava.marketplace.app.orchestration.model.response.Plugins
class Plugins extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class com.skava.marketplace.app.orchestration.model.response.PrivateAppAssociationResponse
class PrivateAppAssociationResponse extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
associatedBusinessId
Long associatedBusinessId
-
associatedStatus
PrivateAppStatus associatedStatus
-
-
Class com.skava.marketplace.app.orchestration.model.response.UninstallSuccessResponse
class UninstallSuccessResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.app.orchestration.model.response.UpdateAppUploadResponse
class UpdateAppUploadResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- -316323282330769263L
-
Serialized Fields
-
appId
String appId
-
appVersion
String appVersion
-
businessId
String businessId
-
errorResponseModel
ErrorResponseModel errorResponseModel
-
fileUrl
String fileUrl
-
-
Class com.skava.marketplace.app.orchestration.model.response.WebhookResponse
class WebhookResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
The active. -
appId
String appId
The app id. -
appVersion
String appVersion
The app version. -
createdBy
long createdBy
The created by. -
createdOn
String createdOn
The created on. -
priority
String priority
The priority. -
serviceCollectionId
String serviceCollectionId
The service collection id. -
serviceName
String serviceName
The service name. -
storeId
String storeId
The store id. -
subscriptionId
String subscriptionId
The subscription id. -
updatedBy
long updatedBy
The updated by. -
updatedOn
String updatedOn
The updated on. -
webhookId
String webhookId
The webhook id. -
webhookName
String webhookName
The webhook name. -
webhookTestUrl
String webhookTestUrl
The webhook test url. -
webhookType
WebhookType webhookType
The webhook type. -
webhookUrl
String webhookUrl
The webhook url.
-
-
Class com.skava.marketplace.app.orchestration.model.response.WebhookStoreAppsResponse
class WebhookStoreAppsResponse extends com.skava.core.validation.OutputModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
The active. -
appId
String appId
The app id. -
appMasterResponse
FindAppMasterResponse appMasterResponse
The app master response. -
appVersion
String appVersion
The app version. -
createdBy
long createdBy
The created by. -
createdOn
String createdOn
The created on. -
priority
String priority
The priority. -
serviceCollectionId
String serviceCollectionId
The service collection id. -
serviceName
String serviceName
The service name. -
storeId
String storeId
The store id. -
subscriptionId
String subscriptionId
The subscription id. -
updatedBy
long updatedBy
The updated by. -
updatedOn
String updatedOn
The updated on. -
webhookId
String webhookId
The webhook id. -
webhookName
String webhookName
The webhook name. -
webhookTestUrl
String webhookTestUrl
The webhook test url. -
webhookType
String webhookType
The webhook type. -
webhookUrl
String webhookUrl
The webhook url.
-
-
-
Package com.skava.marketplace.core.validation
-
Class com.skava.marketplace.core.validation.InputModel
class InputModel extends Object implements Serializable- serialVersionUID:
- 1565282169175618294L
-
-
Package com.skava.marketplace.foundation.model
-
Class com.skava.marketplace.foundation.model.Store
class Store extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
allowPreview
Boolean allowPreview
The allow preview. -
associations
List<StoreAssociation> associations
The associations. -
businessId
@NotNull Long businessId
The business id. -
createdBy
String createdBy
The created by. -
currencies
@NotNull List<String> currencies
The currencies. -
defaultCurrency
@NotNull String defaultCurrency
The default currency. -
defaultLocale
@NotNull String defaultLocale
The default locale. -
defaultShippingRegion
@NotNull String defaultShippingRegion
The default shipping region. -
id
Long id
The id. -
launchUrl
String launchUrl
The launch url. -
locales
@NotNull List<String> locales
The locales. -
logoUrl
String logoUrl
The logo url. -
name
@NotNull String name
The name. -
previewUrl
String previewUrl
The preview url. -
properties
List<StoreProperty> properties
The properties. -
shippings
@NotNull List<String> shippings
The shippings. -
status
@NotNull Integer status
The status. -
storeServiceProperties
List<StoreServiceProperty> storeServiceProperties
The store service properties. -
timeZone
@NotNull String timeZone
The time zone. -
type
@NotNull Integer type
The type. -
updatedBy
String updatedBy
The updated by.
-
-
Class com.skava.marketplace.foundation.model.StoreAssociation
class StoreAssociation extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionId
Long collectionId
The collection id. -
createdBy
String createdBy
The created by. -
defaultAssociation
Boolean defaultAssociation
The default association. -
id
Long id
The id. -
jurisdiction
List<StoreJurisdiction> jurisdiction
The jurisdiction. -
name
@NotNull String name
The name. -
properties
List<StoreAssociationProperty> properties
The properties. -
updatedBy
String updatedBy
The updated by.
-
-
Class com.skava.marketplace.foundation.model.StoreAssociationProperty
class StoreAssociationProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.foundation.model.StoreJurisdiction
class StoreJurisdiction extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.foundation.model.StoreProperty
class StoreProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.foundation.model.StoreServiceProperty
class StoreServiceProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
-
Package com.skava.marketplace.notification.model.request
-
Class com.skava.marketplace.notification.model.request.Attachment
class Attachment extends InputModel implements Serializable- serialVersionUID:
- 193136676127118992L
-
Class com.skava.marketplace.notification.model.request.NotificationDTO
class NotificationDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
content
String content
The content. -
name
String name
The name. -
recipients
List<RecipientInfoDTO> recipients
The recipients.
-
-
Class com.skava.marketplace.notification.model.request.RecipientInfoDTO
class RecipientInfoDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.skava.marketplace.notification.orchestration.model
-
Class com.skava.marketplace.notification.orchestration.model.RoutingKey
class RoutingKey extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.skava.marketplace.orchestration.auth.model
-
Class com.skava.marketplace.orchestration.auth.model.ClientRolesVO
class ClientRolesVO extends Object implements Serializable- serialVersionUID:
- -2836480501008325069L
-
Serialized Fields
-
clientId
String clientId
Refers to the client identifier. Client is the entity/resource of User microservice. Each client can have any number of privilege attribute for different privileges. This field should not be null or empty. -
roles
Set<ClientRoleVO> roles
Holds the client's role association information like role name, business identifier, service, etc. Role is the entity/resource which can have any number of privilge sets of this microservice. This field should not be null or empty.
-
-
Class com.skava.marketplace.orchestration.auth.model.ClientRoleVO
class ClientRoleVO extends Object implements Serializable- serialVersionUID:
- -2836480501008325069L
-
Serialized Fields
-
accountId
Long accountId
the unique id of the account -
attribute
String attribute
attribute value of the role. -
businessId
Long businessId
role of the client hold the role attribute. -
category
String category
role of the client hold the role attribute. -
clientId
String clientId
The client identifier. -
collectionId
Long collectionId
role of the client hold the role attribute. -
id
Long id
Holds the unique identifier of the client role association. -
roleName
String roleName
identifier of the role. -
service
String service
role of the client hold the role attribute. -
serviceCollectionId
Long serviceCollectionId
role of the client hold the role attribute. -
storeId
Long storeId
the unique id of the store
-
-
Class com.skava.marketplace.orchestration.auth.model.ClientUser
class ClientUser extends Object implements Serializable- serialVersionUID:
- -5824596656137171914L
-
Class com.skava.marketplace.orchestration.auth.model.OAuthClientRequest
class OAuthClientRequest extends Object implements Serializable- serialVersionUID:
- -1761108348057847407L
-
Serialized Fields
-
applicationType
String applicationType
client application type. -
clientId
String clientId
unique identifier of the client. -
clientName
String clientName
Name of the Client. -
clientSecretExpiresAt
Date clientSecretExpiresAt
expire time of the secret. -
collectionId
Long collectionId
Identifier of the collection. This client is created under that collection. -
contactEmail
@Email(message="auth.invalidcontactemail",regexp="^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]+$") String contactEmail
contact email address of the client. -
idTokenSignedResponseAlg
String idTokenSignedResponseAlg
algorithm used to generate token signature. -
jwksUri
String jwksUri
jks URI to get the JSON web key set. -
logoUri
@URL(message="auth.invalidlogourl") String logoUri
Logo URI of the Client. -
redirectUris
@URL(message="auth.invalidredirecturl") String redirectUris
redirect URIs of the client. -
role
List<ClientRolesVO> role
-
-
Class com.skava.marketplace.orchestration.auth.model.OAuthClientResponse
class OAuthClientResponse extends Object implements Serializable- serialVersionUID:
- 6312832513457525780L
-
Serialized Fields
-
applicationType
String applicationType
client application type. -
clientId
String clientId
unique identifier of the client. -
clientName
String clientName
Name of the Client. -
clientSecretExpiresAt
Date clientSecretExpiresAt
expire time of the secret. -
collectionId
Long collectionId
Identifier of the collection. This client is created under that collection. -
contactEmail
String contactEmail
contact email address of the client. -
idTokenSignedResponseAlg
String idTokenSignedResponseAlg
algorithm used to generate token signature. -
jwksUri
String jwksUri
jks URI to get the JSON web key set. -
logoUri
String logoUri
Logo URI of the Client. -
redirectUris
String redirectUris
redirect URIs of the client. -
role
List<ClientRolesVO> role
Identifier of the role. This client's role is created under that role with clientId.
-
-
Class com.skava.marketplace.orchestration.auth.model.RolesResponse
class RolesResponse extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.orchestration.auth.model.RoleVO
class RoleVO extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
businessId
Long businessId
Holds a valid business identifier. A business is typically a customer who has signed up with Infosys Equinox to launch a commerce store or a digital experience. An Infosys Equinox Commerce instance can have multiple businesses under which there can be multiple stores. A store is a logical entity which binds all the services together to bring in a storefront experience. -
collectionId
Long collectionId
Holds a valid collection identifier of this microservice. The requested operation will be performed on this collection identifier. A collection is the topmost entity of a microservice under which all the other entities/resources reside. Each collection represents an instance of the microservice with the configured properties. These properties can be modified to bring in a different behavior per collection of the same microservice. The Store association is the process of associating a microservice collection to a store along with its respective sub-entity. This way, the storefront can fetch/store the required information from that respective association. -
createdTimestamp
String createdTimestamp
Holds the created timestamp of this Role. It is specified using the format: YYYY-MM-DD HH:MM:SS. -
description
String description
Holds a description of the Role. This field describes the Role. -
id
Long id
Holds a unique identifier of the Role which can be associated with Privilege set. -
name
String name
Holds the name of this entry. The name consists of all the alphanumeric characters and the special character underscore. Special characters other than underscore are not allowed. A name must be unique within a collection. This field should not be null or empty. -
type
String type
type of the role. -
updatedTimestamp
String updatedTimestamp
Holds the last updated timestamp of this Role. It is specified using the format: YYYY-MM-DD HH:MM:SS.
-
-
Class com.skava.marketplace.orchestration.auth.model.Session
class Session extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.orchestration.auth.model.UserRole
class UserRole extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
accountId
Long accountId
The account id. -
attribute
String attribute
The attribute. -
businessId
Long businessId
The business id. -
category
String category
The category. -
collectionId
Long collectionId
The collection id. -
id
Long id
The id. -
roleName
String roleName
The role name. -
service
String service
The service. -
serviceCollectionId
Long serviceCollectionId
The service collection id. -
userId
Long userId
The user id.
-
-
Class com.skava.marketplace.orchestration.auth.model.UserRoles
class UserRoles extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.skava.marketplace.orchestration.model.error
-
Class com.skava.marketplace.orchestration.model.error.EcommCustomErrorResponse
class EcommCustomErrorResponse extends ResponseModel implements Serializable- serialVersionUID:
- 3210137838981342536L
-
Serialized Fields
-
validationErrors
ValidationErrorModel validationErrors
The validation errors.
-
-
Class com.skava.marketplace.orchestration.model.error.ErrorResponseModel
class ErrorResponseModel extends Object implements Serializable- serialVersionUID:
- 3775263889059606878L
-
Serialized Fields
-
code
String code
The code. -
errors
List<ValidationErrors> errors
The errors. -
message
String message
The message. -
timeStamp
long timeStamp
The time stamp.
-
-
Class com.skava.marketplace.orchestration.model.error.Reason
class Reason extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.orchestration.model.error.ResponseModel
class ResponseModel extends Object implements Serializable- serialVersionUID:
- 3775263889059606878L
-
Class com.skava.marketplace.orchestration.model.error.ValidationErrorModel
class ValidationErrorModel extends Object implements Serializable- serialVersionUID:
- 4L
-
Serialized Fields
-
fieldErrors
List<ValidationErrors> fieldErrors
The field errors. -
globalErrors
List<ValidationErrors> globalErrors
The global errors.
-
-
Class com.skava.marketplace.orchestration.model.error.ValidationErrors
class ValidationErrors extends Object implements Serializable- serialVersionUID:
- 3785263889050606878L
-
-
Package com.skava.marketplace.user.model
-
Class com.skava.marketplace.user.model.PageableInfo
class PageableInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.user.model.UserActivationRequest
class UserActivationRequest extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.user.model.UserAuthRequest
class UserAuthRequest extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.user.model.UserAuthResponse
class UserAuthResponse extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.user.model.UserResetRequest
class UserResetRequest extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.user.model.UserResetResponse
class UserResetResponse extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
resetParam
String resetParam
-
-
-
Package com.skava.marketplace.user.orchestration.model.request
-
Class com.skava.marketplace.user.orchestration.model.request.Credentials
class Credentials extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.user.orchestration.model.request.DeveloperOrchestration
class DeveloperOrchestration extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
customProperties
Map<String,
String> customProperties -
email
@Size(min=0,max=255) String email
-
firstName
@Size(min=0,max=255) String firstName
-
id
Long id
-
lastName
@Size(min=0,max=255) String lastName
-
phoneNumber
@Size(min=3,max=20) String phoneNumber
-
status
String status
-
userName
@Size(min=0,max=255) String userName
-
-
Class com.skava.marketplace.user.orchestration.model.request.Developers
class Developers extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.user.orchestration.model.request.PatchDeveloperRequest
class PatchDeveloperRequest extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.skava.marketplace.user.orchestration.model.request.Users
class Users extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionId
Long collectionId
The collection id. -
credentials
Credentials credentials
The credentials. -
customProperties
Map<String,
String> customProperties The custom properties. -
dateOfBirth
String dateOfBirth
The date of birth. -
email
String email
The email. -
firstName
String firstName
The first name. -
gender
String gender
The gender. -
id
Long id
The id. -
lastName
String lastName
The last name. -
phoneNumber
String phoneNumber
The phone number. -
status
String status
The status. -
userName
String userName
The user name.
-
-
Class com.skava.marketplace.user.orchestration.model.request.UsersList
class UsersList extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.skava.marketplace.user.orchestration.model.response
-
Class com.skava.marketplace.user.orchestration.model.response.CreateUserResponse
class CreateUserResponse extends Object implements Serializable- serialVersionUID:
- 1L
-