|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CustomerGroup
CustomerGroup represents a customer group.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_GROUP_NAME
The default customer group name. |
| Method Summary | |
|---|---|
java.util.Set |
getCustomerRoles()
Gets the CustomerRoles associated with customers in this CustomerGroup. |
java.lang.String |
getName()
Gets the name of this CustomerGroup. |
void |
setCustomerRoles(java.util.Set customerRoles)
Sets the CustomerRoles associated with customers in this CustomerGroup. |
void |
setName(java.lang.String name)
Sets the name for this CustomerGroup. |
| Methods inherited from interface com.elasticpath.domain.Entity |
|---|
getGuid, setGuid |
| Methods inherited from interface com.elasticpath.domain.Persistence |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Field Detail |
|---|
static final java.lang.String DEFAULT_GROUP_NAME
| Method Detail |
|---|
java.util.Set getCustomerRoles()
CustomerRoles associated with customers in this CustomerGroup.
java.lang.String getName()
CustomerGroup.
void setCustomerRoles(java.util.Set customerRoles)
CustomerRoles associated with customers in this CustomerGroup.
customerRoles - the new set of customerRoles.void setName(java.lang.String name)
CustomerGroup.
name - the new user identifier.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||