|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.melati.poem.transaction.Transactioned org.melati.poem.JdbcPersistent org.paneris.bibliomania.generated.CampaignBase
public abstract class CampaignBase
Melati POEM generated abstract base class for a Persistent
Campaign
Object.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
Field Summary | |
---|---|
protected java.lang.String |
comment
comment - Any comments on this Campaign |
protected java.sql.Timestamp |
created
Date Created - When this Campaign was created |
protected java.lang.String |
displayname
Display name - The Campaign's name |
protected java.lang.Integer |
id
id |
protected java.sql.Timestamp |
lastrun
Date Last Run - When the users in this his Campaign were last emailed |
protected java.lang.String |
output
Output - The file containing the output from the last run |
protected java.lang.String |
template
template - A template for the email to be sent |
Fields inherited from class org.melati.poem.transaction.Transactioned |
---|
valid |
Constructor Summary | |
---|---|
CampaignBase()
|
Method Summary | |
---|---|
BibliomaniaDatabaseTables |
getBibliomaniaDatabaseTables()
Retrieves the Database object. |
CampaignTable |
getCampaignTable()
Retrieves the CampaignTable table
which this Persistent is from. |
java.lang.String |
getComment_unsafe()
Retrieves the Comment value, without locking,
for this Campaign Persistent . |
java.lang.String |
getComment()
Retrieves the Comment value, with locking, for this Campaign Persistent . |
org.melati.poem.Field |
getCommentField()
Retrieves the Comment value as a Field
from this Campaign Persistent . |
java.sql.Timestamp |
getCreated_unsafe()
Retrieves the Created value, without locking,
for this Campaign Persistent . |
java.sql.Timestamp |
getCreated()
Retrieves the Created value, with locking, for this Campaign Persistent . |
org.melati.poem.Field |
getCreatedField()
Retrieves the Created value as a Field
from this Campaign Persistent . |
java.lang.String |
getDisplayname_unsafe()
Retrieves the Displayname value, without locking,
for this Campaign Persistent . |
java.lang.String |
getDisplayname()
Retrieves the Displayname value, with locking, for this Campaign Persistent . |
org.melati.poem.Field |
getDisplaynameField()
Retrieves the Displayname value as a Field
from this Campaign Persistent . |
java.lang.Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this Campaign Persistent . |
java.lang.Integer |
getId()
Retrieves the Id value, with locking, for this Campaign Persistent . |
org.melati.poem.Field |
getIdField()
Retrieves the Id value as a Field
from this Campaign Persistent . |
java.sql.Timestamp |
getLastrun_unsafe()
Retrieves the Lastrun value, without locking,
for this Campaign Persistent . |
java.sql.Timestamp |
getLastrun()
Retrieves the Lastrun value, with locking, for this Campaign Persistent . |
org.melati.poem.Field |
getLastrunField()
Retrieves the Lastrun value as a Field
from this Campaign Persistent . |
java.lang.String |
getOutput_unsafe()
Retrieves the Output value, without locking,
for this Campaign Persistent . |
java.lang.String |
getOutput()
Retrieves the Output value, with locking, for this Campaign Persistent . |
org.melati.poem.Field |
getOutputField()
Retrieves the Output value as a Field
from this Campaign Persistent . |
java.lang.String |
getTemplate_unsafe()
Retrieves the Template value, without locking,
for this Campaign Persistent . |
java.lang.String |
getTemplate()
Retrieves the Template value, with locking, for this Campaign Persistent . |
org.melati.poem.Field |
getTemplateField()
Retrieves the Template value as a Field
from this Campaign Persistent . |
void |
setComment_unsafe(java.lang.String cooked)
Sets the Comment value directly, without checking,
for this Campaign Persistent . |
void |
setComment(java.lang.String cooked)
Sets the Comment value, with checking, for this
Campaign Persistent . |
void |
setCreated_unsafe(java.sql.Timestamp cooked)
Sets the Created value directly, without checking,
for this Campaign Persistent . |
void |
setCreated(java.sql.Timestamp cooked)
Sets the Created value, with checking, for this
Campaign Persistent . |
void |
setDisplayname_unsafe(java.lang.String cooked)
Sets the Displayname value directly, without checking,
for this Campaign Persistent . |
void |
setDisplayname(java.lang.String cooked)
Sets the Displayname value, with checking, for this
Campaign Persistent . |
void |
setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking,
for this Campaign Persistent . |
void |
setId(int cooked)
Sets the Id value, with checking, for this
Campaign Persistent . |
void |
setId(java.lang.Integer cooked)
Sets the Id value, with checking, for this
Campaign Persistent . |
void |
setLastrun_unsafe(java.sql.Timestamp cooked)
Sets the Lastrun value directly, without checking,
for this Campaign Persistent . |
void |
setLastrun(java.sql.Timestamp cooked)
Sets the Lastrun value, with checking, for this
Campaign Persistent . |
void |
setOutput_unsafe(java.lang.String cooked)
Sets the Output value directly, without checking,
for this Campaign Persistent . |
void |
setOutput(java.lang.String cooked)
Sets the Output value, with checking, for this
Campaign Persistent . |
void |
setTemplate_unsafe(java.lang.String cooked)
Sets the Template value directly, without checking,
for this Campaign Persistent . |
void |
setTemplate(java.lang.String cooked)
Sets the Template value, with checking, for this
Campaign Persistent . |
Methods inherited from class org.melati.poem.JdbcPersistent |
---|
assertCanCreate, assertCanCreate, assertCanDelete, assertCanDelete, assertCanRead, assertCanRead, assertCanWrite, assertCanWrite, clone, commit, countMatchSQL, delete_unsafe, delete, delete, deleteAndCommit, deleteAndCommit, deleteLock, displayString, displayString, displayString, dump, dump, duplicated, duplicatedFloating, equals, existenceLock, existenceLock, fieldsOfColumns, fromClause, getCanDelete, getCanRead, getCanSelect, getCanWrite, getChildren, getCooked, getCookedString, getDatabase, getDetailDisplayFields, getField, getFields, getName, getPrimaryDisplayField, getRaw, getRawString, getReadable, getRecordDisplayFields, getSearchCriterionFields, getSummaryDisplayFields, getTable, getTroid, hashCode, invalidate, isDirty, load, makePersistent, postEdit, postInsert, postModify, postWrite, preEdit, readLock, readLock, readLock, rollback, setCooked, setDirty, setRaw, setRawString, statusExistent, statusNonexistent, toString, troid, upToDate, writeDown, writeLock, writeLock, writeLock |
Methods inherited from class org.melati.poem.transaction.Transactioned |
---|
markValid, reset, setTransactionPool, transactionPool, unSee |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.Integer id
protected java.lang.String displayname
protected java.sql.Timestamp created
protected java.sql.Timestamp lastrun
protected java.lang.String output
protected java.lang.String comment
protected java.lang.String template
Constructor Detail |
---|
public CampaignBase()
Method Detail |
---|
public BibliomaniaDatabaseTables getBibliomaniaDatabaseTables()
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
public CampaignTable getCampaignTable()
CampaignTable
table
which this Persistent
is from.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
public java.lang.Integer getId_unsafe()
Id
value, without locking,
for this Campaign
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setId_unsafe(java.lang.Integer cooked)
Id
value directly, without checking,
for this Campaign Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getId() throws org.melati.poem.AccessPoemException
Campaign
Persistent
.
Id
for this
Campaign
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setId(java.lang.Integer cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Id
value, with checking, for this
Campaign
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setId(int cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Id
value, with checking, for this
Campaign
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getIdField() throws org.melati.poem.AccessPoemException
Id
value as a Field
from this Campaign
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getDisplayname_unsafe()
Displayname
value, without locking,
for this Campaign
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setDisplayname_unsafe(java.lang.String cooked)
Displayname
value directly, without checking,
for this Campaign Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getDisplayname() throws org.melati.poem.AccessPoemException
Campaign
Persistent
.
Field description:
The Campaign's name
Displayname
for this
Campaign
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setDisplayname(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Displayname
value, with checking, for this
Campaign
Persistent
.
Field description:
The Campaign's name
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getDisplaynameField() throws org.melati.poem.AccessPoemException
Displayname
value as a Field
from this Campaign
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.sql.Timestamp getCreated_unsafe()
Created
value, without locking,
for this Campaign
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setCreated_unsafe(java.sql.Timestamp cooked)
Created
value directly, without checking,
for this Campaign Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.sql.Timestamp getCreated() throws org.melati.poem.AccessPoemException
Campaign
Persistent
.
Field description:
When this Campaign was created
Created
for this
Campaign
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setCreated(java.sql.Timestamp cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Created
value, with checking, for this
Campaign
Persistent
.
Field description:
When this Campaign was created
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getCreatedField() throws org.melati.poem.AccessPoemException
Created
value as a Field
from this Campaign
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.sql.Timestamp getLastrun_unsafe()
Lastrun
value, without locking,
for this Campaign
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setLastrun_unsafe(java.sql.Timestamp cooked)
Lastrun
value directly, without checking,
for this Campaign Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.sql.Timestamp getLastrun() throws org.melati.poem.AccessPoemException
Campaign
Persistent
.
Field description:
When the users in this his Campaign were last emailed
Lastrun
for this
Campaign
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setLastrun(java.sql.Timestamp cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Lastrun
value, with checking, for this
Campaign
Persistent
.
Field description:
When the users in this his Campaign were last emailed
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getLastrunField() throws org.melati.poem.AccessPoemException
Lastrun
value as a Field
from this Campaign
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getOutput_unsafe()
Output
value, without locking,
for this Campaign
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setOutput_unsafe(java.lang.String cooked)
Output
value directly, without checking,
for this Campaign Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getOutput() throws org.melati.poem.AccessPoemException
Campaign
Persistent
.
Field description:
The file containing the output from the last run
Output
for this
Campaign
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setOutput(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Output
value, with checking, for this
Campaign
Persistent
.
Field description:
The file containing the output from the last run
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getOutputField() throws org.melati.poem.AccessPoemException
Output
value as a Field
from this Campaign
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getComment_unsafe()
Comment
value, without locking,
for this Campaign
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setComment_unsafe(java.lang.String cooked)
Comment
value directly, without checking,
for this Campaign Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getComment() throws org.melati.poem.AccessPoemException
Campaign
Persistent
.
Field description:
Any comments on this Campaign
Comment
for this
Campaign
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setComment(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Comment
value, with checking, for this
Campaign
Persistent
.
Field description:
Any comments on this Campaign
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getCommentField() throws org.melati.poem.AccessPoemException
Comment
value as a Field
from this Campaign
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getTemplate_unsafe()
Template
value, without locking,
for this Campaign
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setTemplate_unsafe(java.lang.String cooked)
Template
value directly, without checking,
for this Campaign Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getTemplate() throws org.melati.poem.AccessPoemException
Campaign
Persistent
.
Field description:
A template for the email to be sent
Template
for this
Campaign
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setTemplate(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Template
value, with checking, for this
Campaign
Persistent
.
Field description:
A template for the email to be sent
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getTemplateField() throws org.melati.poem.AccessPoemException
Template
value as a Field
from this Campaign
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |