|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WindowAttribute
WindowAttributeHome
Attribute Name | Attribute Value |
---|---|
atg.repository.query.SupportedQueries | and, comparison, constant, inFolders, includesAny, includes, includesItem, isNull, matchId, not, or, patternMatch, property, propertyOf, unconstrained, patternMatch, textSearch |
Property Name | Property Type | Property Description | Flags |
---|---|---|---|
id | String |
R, W, Cch, Id, Qry, Req | |
key | String |
R, W, Cch, Qry, Req | |
serializedData | byte[] | R, W, Cch, Qry | |
sessionId | String |
R, W, Cch, Qry, Req | |
windowId | String |
R, W, Cch, Qry |
Property id: String
getId()
setId(java.lang.String)
Property key: String
getKey()
setKey(java.lang.String)
Property serializedData: byte[]
getSerializedData()
setSerializedData(byte[])
Property sessionId: String
getSessionId()
setSessionId(java.lang.String)
Property windowId: String
getWindowId()
setWindowId(java.lang.String)
Method Summary | |
---|---|
boolean |
_isMutable()
Returns true if the item is mutable. |
void |
copyTo(WindowAttribute destination)
Copies the property values of this instance to another instance of the same data type. |
java.lang.String |
getId()
Getter for property id |
java.lang.String |
getKey()
Getter for property key |
byte[] |
getSerializedData()
Getter for property serializedData |
java.lang.String |
getSessionId()
Getter for property sessionId |
java.lang.Object |
getValue()
Gets the value of the attribute as an Object. |
java.lang.String |
getWindowId()
Getter for property windowId |
boolean |
isRemoved()
Returns true if the underlying object has been removed. |
void |
prepareInstanceForWrite()
This must be called if the application intends to both read and write the instance in the same transaction, and it intends to do a read before doing a write. |
void |
setId(java.lang.String value)
Setter for property id . |
void |
setKey(java.lang.String value)
Setter for property key . |
void |
setSerializedData(byte[] value)
Setter for property serializedData . |
void |
setSessionId(java.lang.String value)
Setter for property sessionId . |
void |
setValue(java.lang.Object value)
Set the value of the attribute as an Object. |
void |
setWindowId(java.lang.String value)
Setter for property windowId . |
void |
writeInstance()
This must be called after modifying an instance with a persistent implementation to guarantee that all changes are made persistent and visible to queries. |
Methods inherited from interface javax.ejb.EJBLocalObject |
---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
Method Detail |
---|
java.lang.String getId() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setId(java.lang.String value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- String
javax.ejb.EJBException
java.lang.String getKey() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setKey(java.lang.String value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- String
javax.ejb.EJBException
byte[] getSerializedData() throws javax.ejb.EJBException
javax.ejb.EJBException
void setSerializedData(byte[] value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- byte[]
javax.ejb.EJBException
java.lang.String getSessionId() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setSessionId(java.lang.String value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- String
javax.ejb.EJBException
java.lang.String getWindowId() throws javax.ejb.EJBException
String
javax.ejb.EJBException
void setWindowId(java.lang.String value) throws javax.ejb.EJBException
writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The prepareInstanceForWrite()
method may need to be called before making any changes.
value
- String
javax.ejb.EJBException
boolean isRemoved() throws javax.ejb.EJBException
javax.ejb.EJBException
void copyTo(WindowAttribute destination) throws javax.ejb.EJBException
javax.ejb.EJBException
void writeInstance() throws javax.ejb.EJBException
javax.ejb.EJBException
void prepareInstanceForWrite() throws javax.ejb.EJBException
javax.ejb.EJBException
boolean _isMutable()
java.lang.Object getValue() throws javax.ejb.EJBException
javax.ejb.EJBException
- A system-level error occurredvoid setValue(java.lang.Object value) throws javax.ejb.EJBException
value
-
javax.ejb.EJBException
- A system-level error occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |