Uses of Class
org.romaframework.module.users.domain.CustomProfiling

Packages that use CustomProfiling
org.romaframework.module.users   
org.romaframework.module.users.factory   
org.romaframework.module.users.repository   
 

Uses of CustomProfiling in org.romaframework.module.users
 

Methods in org.romaframework.module.users that return CustomProfiling
 CustomProfiling CustomProfiler.createCustomProfiling()
           
 CustomProfiling CustomProfiler.getCustomProfiling()
           
 

Methods in org.romaframework.module.users with parameters of type CustomProfiling
 void CustomProfiler.setCustomProfiling(CustomProfiling profiling)
           
 

Uses of CustomProfiling in org.romaframework.module.users.factory
 

Methods in org.romaframework.module.users.factory that return CustomProfiling
 CustomProfiling CustomProfilingFactory.create()
           
 

Uses of CustomProfiling in org.romaframework.module.users.repository
 

Methods in org.romaframework.module.users.repository that return types with arguments of type CustomProfiling
 java.util.List<CustomProfiling> CustomProfilingRepository.getAll()