public class ProfileInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DTD_PROFILEINFO_1_0 |
static String |
PUBLIC_ID_PROFILEINFO_1_0 |
| Constructor and Description |
|---|
ProfileInfo(Poster parent) |
ProfileInfo(Poster parent,
int id,
String xml,
String external,
int synced) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccount() |
int |
getId() |
ProfileEntryDef |
getProfileDef(String name) |
ProfileEntry |
getValue(String name) |
Iterator |
getValues() |
void |
loginTrigger() |
static void |
registerPublicIDs()
Register the Public Ids for DTDs used by DatabaseReader
This method is called by XMLEntityResolver.
|
boolean |
save() |
void |
setSynced(boolean value) |
String |
setValue(String name,
String value) |
public static final String DTD_PROFILEINFO_1_0
public static final String PUBLIC_ID_PROFILEINFO_1_0
public ProfileInfo(Poster parent)
public static void registerPublicIDs()
public int getId()
public boolean save()
public Iterator getValues()
public ProfileEntry getValue(String name)
public ProfileEntryDef getProfileDef(String name)
public String getAccount()
public void loginTrigger()
public void setSynced(boolean value)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}