Uses of Class
com.skava.foundation.model.Store
Packages that use Store
Package
Description
Package contains foundation orchestration processor classes
-
Uses of Store in com.skava.foundation.orchestration.processor
Methods in com.skava.foundation.orchestration.processor that return StoreModifier and TypeMethodDescriptionstatic StoreStoreResponseProcessor.getStoreInfo(Store store, org.json.JSONObject storeDetails) This method is used to get store info based on the store property sfStoreDetails.Methods in com.skava.foundation.orchestration.processor with parameters of type StoreModifier and TypeMethodDescriptionstatic voidStoreResponseProcessor.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.static 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.static StringStoreResponseProcessor.getSfStoreDetailsProperty(Store store) This method is to get the store property SfStoreDetailsPropert from store information.static StoreStoreResponseProcessor.getStoreInfo(Store store, org.json.JSONObject storeDetails) This method is used to get store info based on the store property sfStoreDetails.static List<StoreProperty>StoreResponseProcessor.getStorePropertiesBasesOnStoreProperty(org.json.JSONArray storeProperties, Store store) This method is used to get store properties based on the store property sfStoreDetails.