|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Transactionable
Object to take part in a transaction.
Method Summary | |
---|---|
void |
createTransactionable()
Creates the object. |
void |
deleteTransactionable()
Deletes the object. |
void |
saveTransactionable()
Saves the object. |
Methods inherited from interface org.apache.lenya.transaction.Versionable |
---|
checkin, checkout, hasChanged, isCheckedOut, isCheckedOutBySession |
Methods inherited from interface org.apache.lenya.transaction.Lockable |
---|
getLock, isLocked, lock, unlock |
Method Detail |
---|
void saveTransactionable() throws TransactionException
TransactionException
- if an error occurs.void deleteTransactionable() throws TransactionException
TransactionException
- if an error occurs.void createTransactionable() throws TransactionException
TransactionException
- if an error occurs.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |