|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jalios.jstore.BasicStorable com.jalios.jcms.Data com.jalios.jcms.Publication com.jalios.jcms.Form
public abstract class Form
Form is the mother class of all form types.
Nested Class Summary | |
---|---|
static class |
Form.SubmitMemberSelector
This DataSelector selects all the forms the given member has submitted (optionally, which are in a given state) |
Nested classes/interfaces inherited from class com.jalios.jcms.Data |
---|
Data.AuthorSelector, Data.CdateSelector, Data.DataNameComparator<T extends Data>, Data.DeletableSelector, Data.ImportSelector, Data.MdateSelector, Data.OpAuthorComparator<T extends Data>, Data.RowIdComparator<T extends Data>, Data.StrongLockSelector |
Nested classes/interfaces inherited from class com.jalios.jstore.BasicStorable |
---|
BasicStorable.CdateComparator<T extends Storable>, BasicStorable.IdComparator<T extends Storable>, BasicStorable.MdateComparator<T extends Storable> |
Field Summary | |
---|---|
static String |
REVISION
|
Fields inherited from class com.jalios.jcms.Data |
---|
author, authorDBID, channel, DISPLAY_URL_EXTRA_INFO, extension, extraDataMap, extraDBDataMapToSaveOnOp, importMap, opAuthor, opDelegate |
Fields inherited from class com.jalios.jstore.BasicStorable |
---|
cdate, ddate, id, mdate, store |
Fields inherited from interface com.jalios.jcms.mashup.ImportConstants |
---|
IMPORT_ALARM_MGR, IMPORT_AUTHOR_PROP, IMPORT_CATEGORY_DEFAULT, IMPORT_DC_ATTR, IMPORT_DC_STEP, IMPORT_DIR, IMPORT_ENABLED, IMPORT_JDOM_ELEMENT, IMPORT_LOG_FILE, IMPORT_LOG_MAX, IMPORT_OPTIONS, IMPORT_OPTIONS_DC_CONTEXT, IMPORT_ROOT_PROP, IMPORT_SOURCE_FILE, IMPORT_SOURCE_PREFIX_PROP, IMPORT_SOURCES_DIR, IMPORT_STEP_CLEAN, IMPORT_STEP_IMPORT, IMPORT_STEP_UPDATE_REF, IMPORT_WS_PROP |
Fields inherited from interface com.jalios.jcms.mashup.MashupConstants |
---|
DATA_TAG, DATASET_TAG, FIELD_CLASS, FIELD_ENTRY, FIELD_ITEM, FIELD_KEY, FIELD_NAME, FIELD_TAG, FIELD_VALUE, FILE_FIELD, FILE_ID, FILE_MTIME, FILE_SIZE, FILE_TAG, FILE_TICKET, FILESET_TAG, RELATED_TAG |
Fields inherited from interface com.jalios.util.JaliosConstants |
---|
CRLF, MILLIS_IN_ONE_DAY, MILLIS_IN_ONE_HOUR, MILLIS_IN_ONE_MINUTE, MILLIS_IN_ONE_MONTH, MILLIS_IN_ONE_SECOND, MILLIS_IN_ONE_WEEK, MILLIS_IN_ONE_YEAR |
Constructor Summary | |
---|---|
Form()
|
|
Form(Form other)
|
Method Summary | |
---|---|
static String |
getCSVHeader(String lang)
Returns the CSV header of this object |
Member |
getSubmitMember()
Get the value of submitMember. |
String |
getSubmitMemberId()
Returns the JStore ID of the submitMember (only for DBData) |
static Form.SubmitMemberSelector |
getSubmitMemberSelector(Member member)
Return a DataSelector which selects all the forms the given member has submitted |
static Form.SubmitMemberSelector |
getSubmitMemberSelector(Member member,
int pstatus)
Return a DataSelector which selects all the forms the given member has submitted which are in a given state |
String |
getSubmitRemoteAddr()
Get the value of submitRemoteAddr. |
void |
setSubmitMember(Member v)
Set the value of submitMember. |
void |
setSubmitMemberId(String v)
Sets the JStore ID of the submitMember (only for DBData) |
void |
setSubmitRemoteAddr(String v)
Set the value of submitRemoteAddr. |
String |
toCSV(String lang)
Returns a CSV view of this object |
Methods inherited from class com.jalios.jstore.BasicStorable |
---|
clearId, compareTo, equals, getAttribute, getAttributes, getCdate, getCdateComparator, getDdate, getId, getIdComparator, getMdate, getMdateComparator, getStore, getUrid, hasBeenUpdated, isStored, resolveAtt, resolveVal, setAttributes, setDdate, setId, setStore, toXml |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String REVISION
Constructor Detail |
---|
public Form()
public Form(Form other)
Method Detail |
---|
public Member getSubmitMember()
public void setSubmitMember(Member v)
v
- Value to assign to submitMember.public String getSubmitMemberId()
public void setSubmitMemberId(String v)
v
- the JStore submitMember idpublic String getSubmitRemoteAddr()
public void setSubmitRemoteAddr(String v)
v
- Value to assign to submitRemoteAddr.public static Form.SubmitMemberSelector getSubmitMemberSelector(Member member)
member
- the submitMemberpublic static Form.SubmitMemberSelector getSubmitMemberSelector(Member member, int pstatus)
member
- the submitMemberpstatus
- the pstatuspublic String toCSV(String lang)
toCSV
in class Publication
lang
- the output language
public static String getCSVHeader(String lang)
lang
- the output language
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |