Uses of Class
it.sistematica.isharedoc.model.organization.OrganizationFunction

Packages that use OrganizationFunction
it.sistematica.isharedoc.action.workgroup   
it.sistematica.isharedoc.model.organization   
 

Uses of OrganizationFunction in it.sistematica.isharedoc.action.workgroup
 

Methods in it.sistematica.isharedoc.action.workgroup that return OrganizationFunction
 OrganizationFunction OrganizationunitAction.getOrganizationFunction()
           
 

Methods in it.sistematica.isharedoc.action.workgroup that return types with arguments of type OrganizationFunction
 java.util.List<OrganizationFunction> OrganizationunitAction.getFunctions()
           
 java.util.List<OrganizationFunction> OrganizationunitAction.getPartecipantFunctionsAvailable()
           
 

Uses of OrganizationFunction in it.sistematica.isharedoc.model.organization
 

Fields in it.sistematica.isharedoc.model.organization with type parameters of type OrganizationFunction
protected  java.util.Set<OrganizationFunction> OrganizationUser.functions
           
 

Methods in it.sistematica.isharedoc.model.organization that return types with arguments of type OrganizationFunction
 java.util.Set<OrganizationFunction> OrganizationUser.getFunctions()
           
 

Methods in it.sistematica.isharedoc.model.organization with parameters of type OrganizationFunction
 void OrganizationUser.addFunction(OrganizationFunction function)
           
 void OrganizationUser.removeFunction(OrganizationFunction function)
           
 

Method parameters in it.sistematica.isharedoc.model.organization with type arguments of type OrganizationFunction
 void OrganizationUser.setFunctions(java.util.Set<OrganizationFunction> functions)