Class BatchRequest.BatchContext
java.lang.Object
com.broadleafcommerce.common.dataimport.messaging.BatchRequest.BatchContext
- Enclosing class:
- BatchRequest
-
Constructor Summary
ConstructorsConstructorDescriptionBatchContext
(String sandboxId, String author, String applicationId, String catalogId, String tenantId) BatchContext
(String sandboxId, String author, String applicationId, String catalogId, String tenantId, Map<String, Object> parameters, com.broadleafcommerce.data.tracking.core.filtering.domain.ChangeContainer changeContainer, String parentEntityId, String customerContextId, String vendorRef) BatchContext
(String sandboxId, String author, String applicationId, String catalogId, String tenantId, Map<String, Object> parameters, String parentEntityId) -
Method Summary
Modifier and TypeMethodDescriptionstatic BatchRequest.BatchContext
empty()
boolean
com.broadleafcommerce.data.tracking.core.context.ContextInfo
com.broadleafcommerce.data.tracking.core.filtering.domain.ChangeContainer
int
hashCode()
void
setBaseContextInfo
(com.broadleafcommerce.data.tracking.core.context.ContextInfo baseContextInfo) toString()
-
Constructor Details
-
BatchContext
-
BatchContext
-
BatchContext
public BatchContext(@Nullable String sandboxId, @Nullable String author, @Nullable String applicationId, @Nullable String catalogId, String tenantId, @Nullable Map<String, Object> parameters, @Nullable com.broadleafcommerce.data.tracking.core.filtering.domain.ChangeContainer changeContainer, @Nullable String parentEntityId, @Nullable String customerContextId, @Nullable String vendorRef)
-
-
Method Details
-
empty
-
getSandboxId
-
getAuthor
-
getApplicationId
-
getCatalogId
-
getTenantId
-
getVendorRef
-
getParameters
-
getChangeContainer
@Nullable public com.broadleafcommerce.data.tracking.core.filtering.domain.ChangeContainer getChangeContainer() -
getParentEntityId
-
getCustomerContextId
-
getAdditionalContextMap
-
getBaseContextInfo
public com.broadleafcommerce.data.tracking.core.context.ContextInfo getBaseContextInfo() -
equals
-
hashCode
public int hashCode() -
toString
-
setBaseContextInfo
public void setBaseContextInfo(com.broadleafcommerce.data.tracking.core.context.ContextInfo baseContextInfo)
-