Hide real implementation.
Definition at line 42 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.profile.ProfileDataManager.getProfil | ( | String | group, | |
String | profilName | |||
) | throws ProfileNotFoundException |
return the idl profil for specified profil name.
null if not found
Definition at line 70 of file /ProfileDataManager.java.
References org.openmobileis.common.user.profile.ProfileDataFactory.getProfil().