| Package | Description |
|---|---|
| org.craftercms.profile.api | |
| org.craftercms.profile.api.services |
| Modifier and Type | Method and Description |
|---|---|
Set<AttributeDefinition> |
Tenant.getAttributeDefinitions()
Returns the definitions of attributes that users of this tenant can have.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tenant.setAttributeDefinitions(Set<AttributeDefinition> attributeDefinitions)
Sets the definitions of attributes that users of this tenant can have.
|
| Modifier and Type | Method and Description |
|---|---|
Tenant |
TenantService.addAttributeDefinitions(String tenantName,
Collection<AttributeDefinition> attributeDefinitions)
Adds the given attribute definitions to the specified tenant.
|
Tenant |
TenantService.updateAttributeDefinitions(String tenantName,
Collection<AttributeDefinition> attributeDefinitions)
Updates the given attribute definitions of the specified tenant.
|
Copyright © 2015 CrafterCMS. All Rights Reserved.