Class DataFeedProcessResponse
java.lang.Object
com.broadleafcommerce.datafeed.web.domain.DataFeedProcessResponse
- All Implemented Interfaces:
- Serializable
The representation of the 
DataFeedProcess that is used to as a response for the API
 requests and contains the additional information.- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThe application name for theDataFeedProcess.getApplicationId().com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextStategetId()booleanvoidsetApplicationId(String applicationId) voidsetApplicationName(String applicationName) The application name for theDataFeedProcess.getApplicationId().voidsetContextState(com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState) voidsetDataFeedPublicationConfigurationIds(List<String> dataFeedPublicationConfigurationIds) voidsetDescription(String description) voidsetDisplayName(String displayName) voidsetEnabled(boolean enabled) voidsetFilterString(String filterString) voidvoidsetProcess(DataFeedProcess process) voidsetProcessType(String processType) 
- 
Constructor Details- 
DataFeedProcessResponsepublic DataFeedProcessResponse()
 
- 
- 
Method Details- 
getProcess
- 
getApplicationNameThe application name for theDataFeedProcess.getApplicationId().
- 
setProcess
- 
setApplicationNameThe application name for theDataFeedProcess.getApplicationId().
- 
getId
- 
getDisplayName
- 
getDescription
- 
getProcessType
- 
getDataFeedPublicationConfigurationIds
- 
getApplicationId
- 
isEnabledpublic boolean isEnabled()
- 
getFilterString
- 
getContextStatepublic com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState getContextState()
- 
setId
- 
setDisplayName
- 
setDescription
- 
setProcessType
- 
setDataFeedPublicationConfigurationIds
- 
setApplicationId
- 
setEnabledpublic void setEnabled(boolean enabled) 
- 
setFilterString
- 
setContextStatepublic void setContextState(com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState) 
 
-