A C D E F G I K L M P R S T U V W

A

addSkill(String) - Method in interface fr.inra.refcomp.services.StorageService
 
addSkill(String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
adminCreationIfDoNotExist() - Method in interface fr.inra.refcomp.services.StorageService
 
adminCreationIfDoNotExist() - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
AlreadyExistingException - Exception in fr.inra.refcomp.services
Exception to be thrown when an entity already exist in database and that only one of those entities is allowed.
AlreadyExistingException() - Constructor for exception fr.inra.refcomp.services.AlreadyExistingException
 
AlreadyExistingException(String) - Constructor for exception fr.inra.refcomp.services.AlreadyExistingException
Constructs a new exception with the specified detail message.
AlreadyExistingException(String, Throwable) - Constructor for exception fr.inra.refcomp.services.AlreadyExistingException
Constructs a new exception with the specified detail message and cause.

C

checkResults(Locale, NuitonValidatorResult) - Method in class fr.inra.refcomp.services.StorageServiceImpl
check the validation results and throw exception with appropriate error messages.
clear() - Method in interface fr.inra.refcomp.services.StorageService
 
clear() - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
clearUser() - Method in class fr.inra.refcomp.services.RefcompSession
Clear the logged-in user (used when logging out user)
config - Static variable in class fr.inra.refcomp.services.ServiceFactory
 
createAgentList(List<Agent>) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
createAgentSkill(String) - Method in interface fr.inra.refcomp.services.StorageService
 
createAgentSkill(String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
createAgentSkillList(List<AgentSkill>) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
createCati() - Method in interface fr.inra.refcomp.services.StorageService
Return a new cati created in database.
createCati() - Method in class fr.inra.refcomp.services.StorageServiceImpl
Return a new cati created in database.
createDepartment() - Method in interface fr.inra.refcomp.services.StorageService
Return a new department created in database.
createDepartment() - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
createFrequency() - Method in interface fr.inra.refcomp.services.StorageService
Return a new frequency created in database.
createFrequency() - Method in class fr.inra.refcomp.services.StorageServiceImpl
Return a new frequency created in database.
createPrivateGroupIfDoNotExist() - Method in interface fr.inra.refcomp.services.StorageService
 
createPrivateGroupIfDoNotExist() - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
createSkill(String) - Method in interface fr.inra.refcomp.services.StorageService
Return a new user created in database.
createSkill(String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
createUnit() - Method in interface fr.inra.refcomp.services.StorageService
Return a new unit created in database.
createUnit() - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
createUser() - Method in interface fr.inra.refcomp.services.StorageService
Return a new user created in database.
createUser() - Method in class fr.inra.refcomp.services.StorageServiceImpl
Return a new user created in database.

D

DATA_DEFAULT_DIR - Static variable in class fr.inra.refcomp.services.RefcompConfiguration
 
defaultValue - Variable in enum fr.inra.refcomp.services.RefcompConfiguration.RefcompOption
 
deleteCati(Cati) - Method in interface fr.inra.refcomp.services.StorageService
Delete a cati
deleteCati(Cati) - Method in class fr.inra.refcomp.services.StorageServiceImpl
Delete a cati
deleteDepartment(Department) - Method in interface fr.inra.refcomp.services.StorageService
Delete a department
deleteDepartment(Department) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
deleteEntity(BusinessEntity) - Method in interface fr.inra.refcomp.services.StorageService
 
deleteEntity(BusinessEntity) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
deleteFrequency(Frequency, boolean) - Method in interface fr.inra.refcomp.services.StorageService
Delete a frequency
deleteFrequency(Frequency, boolean) - Method in class fr.inra.refcomp.services.StorageServiceImpl
Delete a frequency
deleteSkill(Skill) - Method in interface fr.inra.refcomp.services.StorageService
Delete a skill
deleteSkill(Skill) - Method in class fr.inra.refcomp.services.StorageServiceImpl
Delete a skill present in database.
deleteUnit(Unit) - Method in interface fr.inra.refcomp.services.StorageService
Delete a unit
deleteUnit(Unit) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
deleteUser(User) - Method in interface fr.inra.refcomp.services.StorageService
Delete a user
deleteUser(User) - Method in class fr.inra.refcomp.services.StorageServiceImpl
Delete a user
description - Variable in enum fr.inra.refcomp.services.RefcompConfiguration.RefcompOption
 

E

exist(Skill) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
exist(User) - Method in class fr.inra.refcomp.services.StorageServiceImpl
Check if a user is already present in database
exist(Frequency) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
exist(Cati) - Method in class fr.inra.refcomp.services.StorageServiceImpl
Check if a cati is already present in database
exist(Department) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
exist(Unit) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
exportEntitiesReferentiel(Writer) - Method in interface fr.inra.refcomp.services.StorageService
 
exportEntitiesReferentiel(Writer) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
exportSkillsReferentiel(Writer) - Method in interface fr.inra.refcomp.services.StorageService
 
exportSkillsReferentiel(Writer) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
exportUserBase(Writer) - Method in interface fr.inra.refcomp.services.StorageService
 
exportUserBase(Writer) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 

F

fr.inra.refcomp.services - package fr.inra.refcomp.services
 

G

getAdminEmail(ApplicationConfig) - Static method in class fr.inra.refcomp.services.RefcompConfigurationHelper
 
getAdminEmail() - Method in interface fr.inra.refcomp.services.StorageService
Get the administrator email address from config
getAdminEmail() - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
getAgent(String) - Method in interface fr.inra.refcomp.services.StorageService
 
getAgent(String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
getAgentAndDependencies(String) - Method in interface fr.inra.refcomp.services.StorageService
 
getAgentAndDependencies(String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
getAgentSkill(String) - Method in interface fr.inra.refcomp.services.StorageService
 
getAgentSkill(String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
getApplicationVersion(ApplicationConfig) - Static method in class fr.inra.refcomp.services.RefcompConfigurationHelper
Get current application version as string.
getCati(String) - Method in interface fr.inra.refcomp.services.StorageService
Get a cati with its id
getCati(String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
Get a cati from its id
getCatis() - Method in interface fr.inra.refcomp.services.StorageService
Get all the catis.
getCatis() - Method in class fr.inra.refcomp.services.StorageServiceImpl
Get all the catis.
getChildrenSkill(String) - Method in interface fr.inra.refcomp.services.StorageService
 
getChildrenSkill(String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
getDataDir(ApplicationConfig) - Static method in class fr.inra.refcomp.services.RefcompConfigurationHelper
 
getDataDirAsFile(ApplicationConfig) - Static method in class fr.inra.refcomp.services.RefcompConfigurationHelper
 
getDefaultValue() - Method in enum fr.inra.refcomp.services.RefcompConfiguration.RefcompOption
 
getDepartment(String) - Method in interface fr.inra.refcomp.services.StorageService
Get a department with its id
getDepartment(String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
getDepartmentLinks(Department) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
getDepartments() - Method in interface fr.inra.refcomp.services.StorageService
Get all the departments.
getDepartments(String) - Method in interface fr.inra.refcomp.services.StorageService
Get all departments for a unit
getDepartments() - Method in class fr.inra.refcomp.services.StorageServiceImpl
Get all the departments.
getDepartments(String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
getDescription() - Method in enum fr.inra.refcomp.services.RefcompConfiguration.RefcompOption
 
getFrequencies() - Method in interface fr.inra.refcomp.services.StorageService
Get all the frequencies.
getFrequencies() - Method in class fr.inra.refcomp.services.StorageServiceImpl
Get all the frequencies.
getFrequency(String) - Method in interface fr.inra.refcomp.services.StorageService
Get a frequency with its id
getFrequency(String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
Get a frequency from its id
getImportExportService(WikittyProxy) - Static method in class fr.inra.refcomp.services.ServiceFactory
Creates wikitty service (cached).
getInstance(String...) - Static method in class fr.inra.refcomp.services.RefcompConfiguration
 
getKey() - Method in enum fr.inra.refcomp.services.RefcompConfiguration.RefcompOption
 
getLocale(ApplicationConfig) - Static method in class fr.inra.refcomp.services.RefcompConfigurationHelper
 
getLoggedInUser() - Method in interface fr.inra.refcomp.services.StorageService
 
getLoggedInUser() - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
getPath(String) - Method in interface fr.inra.refcomp.services.StorageService
 
getPath(String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
Get the path for a Skill
getPrivateGroup() - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
getProxy(RefcompSession) - Static method in class fr.inra.refcomp.services.ServiceFactory
Creates wikitty proxy.
getProxy() - Method in interface fr.inra.refcomp.services.StorageService
 
getProxy() - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
getService() - Method in class fr.inra.refcomp.services.RefcompSession
Get the StorageService corresponding to the logged in user
getService(RefcompSession) - Static method in class fr.inra.refcomp.services.ServiceFactory
 
getSkill(String) - Method in interface fr.inra.refcomp.services.StorageService
Get a skill with its id
getSkill(String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
getSkills(String) - Method in interface fr.inra.refcomp.services.StorageService
Get the skills for an agent
getSkills(String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
getStorageService(RefcompSession) - Static method in class fr.inra.refcomp.services.ServiceFactory
 
getTimeUsed(Frequency) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
getType() - Method in enum fr.inra.refcomp.services.RefcompConfiguration.RefcompOption
 
getUnit(String) - Method in interface fr.inra.refcomp.services.StorageService
Get a unit with its id
getUnit(String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
getUnitLinks(Unit) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
getUnits(String) - Method in interface fr.inra.refcomp.services.StorageService
Get all the units for a department
getUnits() - Method in interface fr.inra.refcomp.services.StorageService
Get all units
getUnits(String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
getUnits() - Method in class fr.inra.refcomp.services.StorageServiceImpl
Get all the departments.
getUser() - Method in class fr.inra.refcomp.services.RefcompSession
Get the logged in user
getUser(String) - Method in interface fr.inra.refcomp.services.StorageService
Get a user with its id
getUser(String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
Get a user from its id
getUsers() - Method in interface fr.inra.refcomp.services.StorageService
Get all the users.
getUsers() - Method in class fr.inra.refcomp.services.StorageServiceImpl
Get all the users.
getWikittyService() - Static method in class fr.inra.refcomp.services.ServiceFactory
Creates wikitty service (cached).

I

importCSV(Reader) - Method in interface fr.inra.refcomp.services.StorageService
 
importCSV(Reader) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
importExportService - Static variable in class fr.inra.refcomp.services.ServiceFactory
Single instance of importExport service.
instance - Static variable in class fr.inra.refcomp.services.RefcompConfiguration
Singleton instance.
InvalidEntityException - Exception in fr.inra.refcomp.services
Exception to be thrown when an entity is not valid and cannot be saved in database.
InvalidEntityException() - Constructor for exception fr.inra.refcomp.services.InvalidEntityException
 
InvalidEntityException(String) - Constructor for exception fr.inra.refcomp.services.InvalidEntityException
Constructs a new exception with the specified detail message.
InvalidEntityException(String, Throwable) - Constructor for exception fr.inra.refcomp.services.InvalidEntityException
Constructs a new exception with the specified detail message and cause.
isAdmin() - Method in interface fr.inra.refcomp.services.StorageService
 
isAdmin(String) - Method in interface fr.inra.refcomp.services.StorageService
 
isAdmin() - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
isAdmin(String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
isAgent() - Method in interface fr.inra.refcomp.services.StorageService
 
isAgent() - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
isChildren(String, String, boolean) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
isFinal - Variable in enum fr.inra.refcomp.services.RefcompConfiguration.RefcompOption
 
isFinal() - Method in enum fr.inra.refcomp.services.RefcompConfiguration.RefcompOption
 
isLoggedIn() - Method in interface fr.inra.refcomp.services.StorageService
 
isLoggedIn() - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
isSkillUsed(Skill) - Method in class fr.inra.refcomp.services.StorageServiceImpl
Check if a skill is used by users in their skills description
isTransient - Variable in enum fr.inra.refcomp.services.RefcompConfiguration.RefcompOption
 
isTransient() - Method in enum fr.inra.refcomp.services.RefcompConfiguration.RefcompOption
 

K

key - Variable in enum fr.inra.refcomp.services.RefcompConfiguration.RefcompOption
 

L

login(String, String) - Method in interface fr.inra.refcomp.services.StorageService
Log the user in
login(String, String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
logout() - Method in interface fr.inra.refcomp.services.StorageService
 
logout() - Method in class fr.inra.refcomp.services.StorageServiceImpl
 

M

moveSkill(String, String) - Method in interface fr.inra.refcomp.services.StorageService
 
moveSkill(String, String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
Move a skill in the tree skill

P

PRIVATE_GROUP - Static variable in class fr.inra.refcomp.services.StorageServiceImpl
 

R

RefcompConfiguration - Class in fr.inra.refcomp.services
User: couteau Date: 26 nov. 2010
RefcompConfiguration() - Constructor for class fr.inra.refcomp.services.RefcompConfiguration
 
RefcompConfiguration.RefcompOption - Enum in fr.inra.refcomp.services
Vradi option definition.
RefcompConfigurationHelper - Class in fr.inra.refcomp.services
User: couteau Date: 26 nov. 2010
RefcompConfigurationHelper() - Constructor for class fr.inra.refcomp.services.RefcompConfigurationHelper
 
RefcompException - Exception in fr.inra.refcomp.services
User: couteau Date: 26 nov. 2010
RefcompException() - Constructor for exception fr.inra.refcomp.services.RefcompException
 
RefcompException(String) - Constructor for exception fr.inra.refcomp.services.RefcompException
Constructs a new exception with the specified detail message.
RefcompException(String, Throwable) - Constructor for exception fr.inra.refcomp.services.RefcompException
Constructs a new exception with the specified detail message and cause.
RefcompSession - Class in fr.inra.refcomp.services
The user session.
RefcompSession() - Constructor for class fr.inra.refcomp.services.RefcompSession
 
removeSkill(String) - Method in interface fr.inra.refcomp.services.StorageService
 
removeSkill(String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 

S

saveAgent(Locale, String, Agent) - Method in interface fr.inra.refcomp.services.StorageService
Save an agent in database.
saveAgent(Locale, String, Agent) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
saveAgentSkill(Locale, AgentSkill) - Method in interface fr.inra.refcomp.services.StorageService
 
saveAgentSkill(Locale, AgentSkill) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
saveCati(Locale, Cati) - Method in interface fr.inra.refcomp.services.StorageService
Save a cati in database.
saveCati(Locale, Cati) - Method in class fr.inra.refcomp.services.StorageServiceImpl
Save a cati in database.
saveDepartment(Locale, Department) - Method in interface fr.inra.refcomp.services.StorageService
Save a department in database.
saveDepartment(Locale, Department, List<String>) - Method in interface fr.inra.refcomp.services.StorageService
Save a department in database.
saveDepartment(Locale, Department) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
saveDepartment(Locale, Department, List<String>) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
saveEntity(BusinessEntity) - Method in interface fr.inra.refcomp.services.StorageService
 
saveEntity(BusinessEntity) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
saveFrequency(Locale, Frequency) - Method in interface fr.inra.refcomp.services.StorageService
Save a frequency in database.
saveFrequency(Locale, Frequency) - Method in class fr.inra.refcomp.services.StorageServiceImpl
Save a frequency in database.
saveMySkills(Locale, List<AgentSkill>) - Method in interface fr.inra.refcomp.services.StorageService
 
saveMySkills(Locale, List<AgentSkill>) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
saveSkill(Locale, Skill) - Method in interface fr.inra.refcomp.services.StorageService
Save a skill in database.
saveSkill(Locale, Skill) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
saveUnit(Locale, Unit) - Method in interface fr.inra.refcomp.services.StorageService
Save a unit in database.
saveUnit(Locale, Unit, List<String>) - Method in interface fr.inra.refcomp.services.StorageService
Save a unit in database.
saveUnit(Locale, Unit) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
saveUnit(Locale, Unit, List<String>) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
saveUser(Locale, String, User) - Method in interface fr.inra.refcomp.services.StorageService
Save a user in database.
saveUser(Locale, String, User) - Method in class fr.inra.refcomp.services.StorageServiceImpl
Save a user in database.
searchSkill(String, String, String, String, String) - Method in interface fr.inra.refcomp.services.StorageService
 
searchSkill(String, String, String, String, String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
searchUser(String, String, String, String, String) - Method in interface fr.inra.refcomp.services.StorageService
 
searchUser(String, String, String, String, String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
sendPassword(Locale, String) - Method in interface fr.inra.refcomp.services.StorageService
 
sendPassword(Locale, String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
ServiceFactory - Class in fr.inra.refcomp.services
User: couteau Date: 26 nov. 2010
ServiceFactory() - Constructor for class fr.inra.refcomp.services.ServiceFactory
 
setAdmin(String, boolean) - Method in interface fr.inra.refcomp.services.StorageService
 
setAdmin(String, boolean) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
setAgent(User) - Method in interface fr.inra.refcomp.services.StorageService
 
setAgent(User) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
setDefaultValue(String) - Method in enum fr.inra.refcomp.services.RefcompConfiguration.RefcompOption
 
setFinal(boolean) - Method in enum fr.inra.refcomp.services.RefcompConfiguration.RefcompOption
 
setLocale(ApplicationConfig, Locale) - Static method in class fr.inra.refcomp.services.RefcompConfigurationHelper
 
setPrivateSkills(List<String>) - Method in interface fr.inra.refcomp.services.StorageService
 
setPrivateSkills(List<String>) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
setProxy(WikittyProxy) - Method in interface fr.inra.refcomp.services.StorageService
 
setProxy(WikittyProxy) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
setPublicSkills(List<String>) - Method in interface fr.inra.refcomp.services.StorageService
 
setPublicSkills(List<String>) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
setService(StorageService) - Method in class fr.inra.refcomp.services.RefcompSession
Set the service corresponding to the logged in user
setSystemDefaultProps() - Method in class fr.inra.refcomp.services.RefcompConfiguration
Set solr and jms system configuration.
setTransient(boolean) - Method in enum fr.inra.refcomp.services.RefcompConfiguration.RefcompOption
 
setUser(WikittyUser) - Method in class fr.inra.refcomp.services.RefcompSession
Set the logged in user
storageService - Static variable in class fr.inra.refcomp.services.ServiceFactory
Single instance of frequency service.
StorageService - Interface in fr.inra.refcomp.services
User: couteau Date: 30 nov. 2010
StorageServiceImpl - Class in fr.inra.refcomp.services
User: couteau Date: 30 nov. 2010

T

type - Variable in enum fr.inra.refcomp.services.RefcompConfiguration.RefcompOption
 

U

unsetAgent(String) - Method in interface fr.inra.refcomp.services.StorageService
 
unsetAgent(String) - Method in class fr.inra.refcomp.services.StorageServiceImpl
 
updateExtensions(WikittyProxy) - Static method in class fr.inra.refcomp.services.ServiceFactory
Register all extensions.
UsedException - Exception in fr.inra.refcomp.services
Exception to be thrown when an entity cannot be deleted because it is already used User: couteau Date: 15/12/10
UsedException() - Constructor for exception fr.inra.refcomp.services.UsedException
 
UsedException(String) - Constructor for exception fr.inra.refcomp.services.UsedException
 
UsedException(String, Throwable) - Constructor for exception fr.inra.refcomp.services.UsedException
 

V

valueOf(String) - Static method in enum fr.inra.refcomp.services.RefcompConfiguration.RefcompOption
Returns the enum constant of this type with the specified name.
values() - Static method in enum fr.inra.refcomp.services.RefcompConfiguration.RefcompOption
Returns an array containing the constants of this enum type, in the order they are declared.

W

wikittyService - Static variable in class fr.inra.refcomp.services.ServiceFactory
Wikitty service (cached version) for remote access.

A C D E F G I K L M P R S T U V W

Copyright © 2010-2011 Code Lutin. All Rights Reserved.