Hide real implementation.
Definition at line 41 of file ProfileDataManager.java.
Public Member Functions | |
void | registerProfilDataFactoryForGroup (String group, ProfileDataFactory factory) |
Profile | getProfil (String group, String profilName) throws ProfileNotFoundException |
return the idl profil for specified profil name. | |
Static Public Member Functions | |
static ProfileDataManager | getManager () |
Profile org.openmobileis.common.user.profil.ProfileDataManager.getProfil | ( | String | group, | |
String | profilName | |||
) | throws ProfileNotFoundException |
return the idl profil for specified profil name.
null if not found
Definition at line 69 of file ProfileDataManager.java.
References org.openmobileis.common.user.profil.ProfileDataFactory.getProfil().