Class ReadBulkOperationsRequest
java.lang.Object
com.broadleafcommerce.catalog.web.endpoint.dto.ReadBulkOperationsRequest
- All Implemented Interfaces:
Serializable
Represents the various parameters accepted by
CatalogBulkOperationsEndpoint.readAllBulkOperations(com.broadleafcommerce.data.tracking.core.context.ContextInfo, cz.jirutka.rsql.parser.ast.Node, org.springframework.data.domain.Pageable, com.broadleafcommerce.catalog.web.endpoint.dto.ReadBulkOperationsRequest)
.- Since:
- 2.1.0-GA
- Author:
- Nathan Moore (nathandmoore)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getName()
The name or partial name of the operations to read.The status of the operations to read.The substatus of the operations to read.int
hashCode()
void
The name or partial name of the operations to read.void
The status of the operations to read.void
setSubstatus
(String substatus) The substatus of the operations to read.toString()
-
Constructor Details
-
ReadBulkOperationsRequest
public ReadBulkOperationsRequest()
-
-
Method Details
-
getName
The name or partial name of the operations to read. -
getStatus
The status of the operations to read. -
getSubstatus
The substatus of the operations to read. -
setName
The name or partial name of the operations to read. -
setStatus
The status of the operations to read. -
setSubstatus
The substatus of the operations to read. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-