Uses of Class
org.craftercms.profile.api.AttributeDefinition
Packages that use AttributeDefinition
Package
Description
-
Uses of AttributeDefinition in org.craftercms.profile.api
Methods in org.craftercms.profile.api that return types with arguments of type AttributeDefinitionModifier and TypeMethodDescriptionTenant.getAttributeDefinitions()Returns the definitions of attributes that users of this tenant can have.Method parameters in org.craftercms.profile.api with type arguments of type AttributeDefinitionModifier and TypeMethodDescriptionvoidTenant.setAttributeDefinitions(List<AttributeDefinition> attributeDefinitions) Sets the definitions of attributes that users of this tenant can have. -
Uses of AttributeDefinition in org.craftercms.profile.api.services
Method parameters in org.craftercms.profile.api.services with type arguments of type AttributeDefinitionModifier and TypeMethodDescriptionTenantService.addAttributeDefinitions(String tenantName, Collection<AttributeDefinition> attributeDefinitions) Adds the given attribute definitions to the specified tenant.TenantService.updateAttributeDefinitions(String tenantName, Collection<AttributeDefinition> attributeDefinitions) Updates the given attribute definitions of the specified tenant. -
Uses of AttributeDefinition in org.craftercms.profile.controllers.rest
Method parameters in org.craftercms.profile.controllers.rest with type arguments of type AttributeDefinitionModifier and TypeMethodDescriptionTenantController.addAttributeDefinitions(String tenantName, Collection<AttributeDefinition> attributeDefinitions) TenantController.updateAttributeDefinitions(String tenantName, Collection<AttributeDefinition> attributeDefinitions) -
Uses of AttributeDefinition in org.craftercms.profile.permissions
Methods in org.craftercms.profile.permissions with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionorg.craftercms.commons.security.permissions.PermissionAttributePermissionResolver.getPermission(AccessToken token, AttributeDefinition definition) -
Uses of AttributeDefinition in org.craftercms.profile.services.impl
Fields in org.craftercms.profile.services.impl with type parameters of type AttributeDefinitionModifier and TypeFieldDescriptionprotected org.craftercms.commons.security.permissions.PermissionEvaluator<AccessToken, AttributeDefinition> ProfileServiceImpl.attributePermissionEvaluatorprotected org.craftercms.commons.security.permissions.PermissionEvaluator<AccessToken, AttributeDefinition> TenantServiceImpl.attributePermissionEvaluatorMethods in org.craftercms.profile.services.impl that return AttributeDefinitionModifier and TypeMethodDescriptionprotected AttributeDefinitionProfileServiceImpl.findAttributeDefinition(List<AttributeDefinition> attributeDefinitions, String name) Methods in org.craftercms.profile.services.impl with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionprotected booleanProfileServiceImpl.isAttributeActionAllowed(AttributeDefinition definition, AttributeAction action) Method parameters in org.craftercms.profile.services.impl with type arguments of type AttributeDefinitionModifier and TypeMethodDescriptionTenantServiceImpl.addAttributeDefinitions(String tenantName, Collection<AttributeDefinition> attributeDefinitions) TenantServiceRestClient.addAttributeDefinitions(String tenantName, Collection<AttributeDefinition> attributeDefinitions) protected voidProfileServiceImpl.filterAttributeIfReadNotAllowed(Tenant tenant, Iterator<String> attributeNamesIter, List<AttributeDefinition> attributeDefinitions) protected AttributeDefinitionProfileServiceImpl.findAttributeDefinition(List<AttributeDefinition> attributeDefinitions, String name) protected voidProfileServiceImpl.rejectAttributeIfActionNotAllowed(Tenant tenant, String attributeName, AttributeAction action, List<AttributeDefinition> attributeDefinitions) TenantServiceImpl.updateAttributeDefinitions(String tenantName, Collection<AttributeDefinition> attributeDefinitions) TenantServiceRestClient.updateAttributeDefinitions(String tenantName, Collection<AttributeDefinition> attributeDefinitions) -
Uses of AttributeDefinition in org.craftercms.profile.utils.db
Method parameters in org.craftercms.profile.utils.db with type arguments of type AttributeDefinitionModifier and TypeMethodDescriptionvoidTenantUpdater.addAttributeDefinitions(Collection<AttributeDefinition> attributeDefinitions) protected intTenantUpdater.indexOfAttributeDefinition(String name, List<AttributeDefinition> definitions) voidTenantUpdater.setAttributeDefinitions(List<AttributeDefinition> attributeDefinitions) voidTenantUpdater.updateAttributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)