|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CustomerRole
CustomerRole represents a customer's role.
| Method Summary | |
|---|---|
java.lang.String |
getAuthority()
Gets the authority for this CustomerRole. |
void |
init()
Initializes the CustomerRole object given its authority. |
void |
setAuthority(java.lang.String authority)
Sets the authority for this CustomerRole. |
void |
setElasticPath(ElasticPath elasticpath)
Inject the ElasticPath singleton. |
| Methods inherited from interface com.elasticpath.domain.Persistence |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath |
| Method Detail |
|---|
java.lang.String getAuthority()
CustomerRole.
getAuthority in interface org.acegisecurity.GrantedAuthorityvoid init()
CustomerRole object given its authority.
Call setElasticPath before initializing.
void setAuthority(java.lang.String authority)
CustomerRole.
authority - the identifier of the customer's role.void setElasticPath(ElasticPath elasticpath)
setElasticPath in interface EpDomainelasticpath - the ElasticPath singleton.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||