|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Templated
An object with a template field.
Method Summary | |
---|---|
java.lang.Integer |
getTemplate_unsafe()
Retrieves the Template value, without locking,
for this Page Persistent . |
Template |
getTemplate()
Retrieves the Template object reffered to. |
org.melati.poem.Field |
getTemplateField()
Retrieves the Template value as a Field
from this Page Persistent . |
java.lang.Integer |
getTemplateTroid()
Retrieves the Table Row Object ID. |
void |
setTemplate_unsafe(java.lang.Integer cooked)
Sets the Template value directly, without checking,
for this Page Persistent . |
void |
setTemplate(Template cooked)
Set the Template. |
void |
setTemplateTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
Method Detail |
---|
java.lang.Integer getTemplate_unsafe()
Template
value, without locking,
for this Page
Persistent
.
void setTemplate_unsafe(java.lang.Integer cooked)
Template
value directly, without checking,
for this Page Persistent
.
cooked
- the pre-validated value to setjava.lang.Integer getTemplateTroid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightsvoid setTemplateTroid(java.lang.Integer raw) throws org.melati.poem.AccessPoemException
raw
- a Table Row Object Id
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsTemplate getTemplate() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Template
object reffered to.
Template
as a Template
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rights
org.melati.poem.NoSuchRowPoemException
- if the void setTemplate(Template cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated Template
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.Field getTemplateField() throws org.melati.poem.AccessPoemException
Template
value as a Field
from this Page
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |