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

Packages that use ActivityLog
org.romaframework.module.users   
org.romaframework.module.users.repository   
org.romaframework.module.users.view.domain.activitylog   
 

Uses of ActivityLog in org.romaframework.module.users
 

Methods in org.romaframework.module.users that return ActivityLog
static ActivityLog ActivityLogHelper.findLastActivityOfAccount(BaseAccount iAccount)
           
 

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

Methods in org.romaframework.module.users.repository that return types with arguments of type ActivityLog
 java.util.List<ActivityLog> ActivityLogRepository.findByAccount(BaseAccount iAccount)
           
 

Uses of ActivityLog in org.romaframework.module.users.view.domain.activitylog
 

Constructors in org.romaframework.module.users.view.domain.activitylog with parameters of type ActivityLog
ActivityLogFilter(ActivityLog iActivityLog)
           
ActivityLogInstance(ActivityLog iActivityLog)
           
ActivityLogListable(ActivityLog iEntity)