Uses of Class
com.skava.foundation.model.StoreAssociation
Packages that use StoreAssociation
Package
Description
Package contains foundation orchestration processor classes
-
Uses of StoreAssociation in com.skava.foundation.orchestration.processor
Methods in com.skava.foundation.orchestration.processor that return types with arguments of type StoreAssociationModifier and TypeMethodDescriptionstatic List<StoreAssociation>
StoreResponseProcessor.getAssociationsBasedOnStoreProperty
(org.json.JSONObject storeDetails, Store store) This method is used to get the services associated with store based on store property sfStoreDetails.Methods in com.skava.foundation.orchestration.processor with parameters of type StoreAssociationModifier and TypeMethodDescriptionstatic void
StoreResponseProcessor.setAssociationFields
(StoreAssociation newAssociation, StoreAssociation association, org.json.JSONObject associationObject) static void
StoreResponseProcessor.setAssociationProperties
(StoreAssociation association, org.json.JSONArray serviceProperties, StoreAssociation newAssociation) This method is used to set the properties of the services associated to the store.Method parameters in com.skava.foundation.orchestration.processor with type arguments of type StoreAssociationModifier and TypeMethodDescriptionstatic void
StoreResponseProcessor.addAssociations
(String serviceName, org.json.JSONObject associationObject, List<StoreAssociation> associations, Store store) This method is used to add the service details to the list of services associated to the store.