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

    Constructors
    Constructor
    Description
    UserPropertiesServiceImpl(com.foreach.across.modules.properties.registries.EntityPropertiesRegistry entityPropertiesRegistry, com.foreach.across.modules.properties.repositories.EntityPropertiesRepository<Long> entityPropertiesRepository)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected UserProperties
    createEntityProperties(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, saveProperties

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      createEntityProperties in class com.foreach.across.modules.properties.services.AbstractEntityPropertiesService<UserProperties,Long>