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

Packages that use AbstractAccount
org.romaframework.module.security.users   
org.romaframework.module.users.domain   
org.romaframework.module.users.domain.portal   
 

Uses of AbstractAccount in org.romaframework.module.security.users
 

Methods in org.romaframework.module.security.users with parameters of type AbstractAccount
 boolean UsersSecurityAspect.canExecute(java.lang.Object obj, org.romaframework.core.schema.SchemaClassElement iSchemaAction, AbstractAccount account)
           
 boolean UsersSecurityAspect.canRead(java.lang.Object obj, org.romaframework.core.schema.SchemaField iSchemaField, AbstractAccount account)
           
 boolean UsersSecurityAspect.canWrite(java.lang.Object obj, org.romaframework.core.schema.SchemaField iSchemaField, AbstractAccount account)
           
 boolean UsersSecurityAspect.matchesRule(java.lang.String iResource, AbstractAccount account, java.lang.String[] readRules)
           
 

Uses of AbstractAccount in org.romaframework.module.users.domain
 

Subclasses of AbstractAccount in org.romaframework.module.users.domain
 class BaseAccount
          Class that represents an account
 class BaseGroup
           
 

Uses of AbstractAccount in org.romaframework.module.users.domain.portal
 

Methods in org.romaframework.module.users.domain.portal with parameters of type AbstractAccount
static PortalPreferences PortalPreferencesHelper.getUserPreferences(AbstractAccount account)
          Method that gets the account's portlet preferences