Class UserPropertiesServiceImpl
java.lang.Object
com.foreach.across.modules.properties.services.AbstractEntityPropertiesService<UserProperties,Long>
 
com.foreach.across.modules.user.services.UserPropertiesServiceImpl
- All Implemented Interfaces:
 com.foreach.across.modules.properties.services.EntityPropertiesService<UserProperties,,Long> com.foreach.across.modules.properties.services.EntityPropertiesServiceBase,UserPropertiesService
@Service
public class UserPropertiesServiceImpl
extends com.foreach.across.modules.properties.services.AbstractEntityPropertiesService<UserProperties,Long>
implements UserPropertiesService 
- Author:
 - Arne Vandamme
 
- 
Constructor Summary
ConstructorsConstructorDescriptionUserPropertiesServiceImpl(com.foreach.across.modules.properties.registries.EntityPropertiesRegistry entityPropertiesRegistry, com.foreach.across.modules.properties.repositories.EntityPropertiesRepository<Long> entityPropertiesRepository)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected UserPropertiescreateEntityProperties(Long entityId, com.foreach.common.spring.properties.PropertyTypeRegistry<String> propertyTypeRegistry, com.foreach.across.modules.properties.business.StringPropertiesSource source) Methods inherited from class com.foreach.across.modules.properties.services.AbstractEntityPropertiesService
deleteProperties, getEntityIdsForPropertyValue, getProperties, savePropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.foreach.across.modules.properties.services.EntityPropertiesService
deleteProperties, getEntityIdsForPropertyValue, getProperties, saveProperties 
- 
Constructor Details
- 
UserPropertiesServiceImpl
public UserPropertiesServiceImpl(com.foreach.across.modules.properties.registries.EntityPropertiesRegistry entityPropertiesRegistry, com.foreach.across.modules.properties.repositories.EntityPropertiesRepository<Long> entityPropertiesRepository)  
 - 
 - 
Method Details
- 
createEntityProperties
protected UserProperties createEntityProperties(Long entityId, com.foreach.common.spring.properties.PropertyTypeRegistry<String> propertyTypeRegistry, com.foreach.across.modules.properties.business.StringPropertiesSource source) - Specified by:
 createEntityPropertiesin classcom.foreach.across.modules.properties.services.AbstractEntityPropertiesService<UserProperties,Long> 
 
 -