tomp.lxp
Class ProfileDatabaseImpl
java.lang.Object
tomp.lxp.ProfileDatabaseImpl
- All Implemented Interfaces:
- ProfileDatabase
- public class ProfileDatabaseImpl
- extends java.lang.Object
- implements ProfileDatabase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
editDatabase
protected EditDatabase editDatabase
userDatabase
protected UserDatabase userDatabase
documentDatabase
protected DocumentDatabase documentDatabase
profiles
protected java.util.Map profiles
ProfileDatabaseImpl
public ProfileDatabaseImpl()
setEditDatabase
public void setEditDatabase(EditDatabase e)
getEditDatabase
public EditDatabase getEditDatabase()
setUserDatabase
public void setUserDatabase(UserDatabase e)
getUserDatabase
public UserDatabase getUserDatabase()
- Specified by:
getUserDatabase
in interface ProfileDatabase
setDocumentDatabase
public void setDocumentDatabase(DocumentDatabase e)
getDocumentDatabase
public DocumentDatabase getDocumentDatabase()
- Specified by:
getDocumentDatabase
in interface ProfileDatabase
getProfile
public Profile getProfile(UserInfo ui,
DocumentInfo di)
- Specified by:
getProfile
in interface ProfileDatabase
putProfile
protected void putProfile(Profile p)
createProfile
protected Profile createProfile(UserInfo ui,
DocumentInfo di)
getProfile
public Profile getProfile(java.lang.String userId,
java.lang.String documentId)
addEditToProfile
protected void addEditToProfile(Profile p,
java.lang.String editId)
getTrialDatabase
public static ProfileDatabase getTrialDatabase()
throws java.lang.Exception
- Throws:
java.lang.Exception