Class ItemListAccessResponse
java.lang.Object
com.broadleafcommerce.cart.client.domain.ItemListAccessResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionItemListAccessResponse
(Set<String> accessibleItemListIds, Set<String> inaccessibleItemListIds) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The list of Item List ids that the user has the proper role for.The list of Item List ids that the user does not have the proper access rights to.int
hashCode()
void
setAccessibleItemListIds
(Set<String> accessibleItemListIds) The list of Item List ids that the user has the proper role for.void
setInaccessibleItemListIds
(Set<String> inaccessibleItemListIds) The list of Item List ids that the user does not have the proper access rights to.toString()
-
Constructor Details
-
ItemListAccessResponse
-
ItemListAccessResponse
public ItemListAccessResponse()
-
-
Method Details
-
getAccessibleItemListIds
The list of Item List ids that the user has the proper role for. -
getInaccessibleItemListIds
The list of Item List ids that the user does not have the proper access rights to. -
setAccessibleItemListIds
The list of Item List ids that the user has the proper role for. -
setInaccessibleItemListIds
The list of Item List ids that the user does not have the proper access rights to. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-