org.mmbase.applications.mmbob
Class ProfileInfo
java.lang.Object
org.mmbase.applications.mmbob.ProfileInfo
public class ProfileInfo
- extends Object
- Version:
- $Id: ProfileInfo.java 35620 2009-06-03 13:46:59Z michiel $
- Author:
- Daniel Ockeloen
- Javadoc:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DTD_PROFILEINFO_1_0
public static final String DTD_PROFILEINFO_1_0
- See Also:
- Constant Field Values
PUBLIC_ID_PROFILEINFO_1_0
public static final String PUBLIC_ID_PROFILEINFO_1_0
- See Also:
- Constant Field Values
ProfileInfo
public ProfileInfo(Poster parent)
ProfileInfo
public ProfileInfo(Poster parent,
int id,
String xml,
String external,
int synced)
registerPublicIDs
public static void registerPublicIDs()
- Register the Public Ids for DTDs used by DatabaseReader
This method is called by XMLEntityResolver.
getId
public int getId()
save
public boolean save()
getValues
public Iterator getValues()
getValue
public ProfileEntry getValue(String name)
setValue
public String setValue(String name,
String value)
getProfileDef
public ProfileEntryDef getProfileDef(String name)
getAccount
public String getAccount()
loginTrigger
public void loginTrigger()
setSynced
public void setSynced(boolean value)
MMBase 2.0-SNAPSHOT - null