Inheritance diagram for org.openmobileis.common.user.profile.ProfileDataFactory:
Definition at line 36 of file /ProfileDataFactory.java.
Public Member Functions | |
Profile | getProfil (String profilName) throws ProfileNotFoundException |
return the profil for specified profil name. |
Profile org.openmobileis.common.user.profile.ProfileDataFactory.getProfil | ( | String | profilName | ) | throws ProfileNotFoundException |
return the profil for specified profil name.
null if not found
Implemented in org.openmobileis.common.user.profile.impl.TerminalXmlFileProfilDataFactory, and org.openmobileis.common.user.profile.impl.XmlFileProfilDataFactory.
Referenced by org.openmobileis.common.user.profile.ProfileDataManager.getProfil().