|
||||||||||
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.ShopOrderBase org.paneris.bibliomania.ShopOrder
public class ShopOrder
Field Summary |
---|
Fields inherited from class org.paneris.bibliomania.generated.ShopOrderBase |
---|
address, amount, amountUK, comment, country, county, currency, date, delivery, deliveryUK, email, fufilleddate, id, name, postcode, status, tel, town, user |
Fields inherited from class org.melati.poem.transaction.Transactioned |
---|
valid |
Constructor Summary | |
---|---|
ShopOrder()
|
Method Summary | |
---|---|
BibliomaniaDatabase |
getBibliomaniaDatabase()
|
java.util.Enumeration |
getItems()
|
void |
removeItems()
Get rid of any previously failed orders and purchases. |
void |
setFufilleddate_unsafe(java.sql.Timestamp cooked)
Sets the Fufilleddate value directly, without checking,
for this ShopOrder Persistent . |
void |
setStatus(OrderStatus cooked)
Set the Status. |
protected void |
writeLock()
|
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, 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 |
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 |
Constructor Detail |
---|
public ShopOrder()
Method Detail |
---|
public BibliomaniaDatabase getBibliomaniaDatabase()
public java.util.Enumeration getItems()
public void removeItems()
public void setStatus(OrderStatus cooked) throws org.melati.poem.AccessPoemException
ShopOrderBase
setStatus
in class ShopOrderBase
cooked
- a validated OrderStatus
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setFufilleddate_unsafe(java.sql.Timestamp cooked)
ShopOrderBase
Fufilleddate
value directly, without checking,
for this ShopOrder Persistent
.
setFufilleddate_unsafe
in class ShopOrderBase
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
protected void writeLock()
writeLock
in class org.melati.poem.JdbcPersistent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |