|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WindowAttribute | |
---|---|
atg.svc.repository.beans | |
atg.svc.repository.beans.methods |
Uses of WindowAttribute in atg.svc.repository.beans |
---|
Methods in atg.svc.repository.beans that return WindowAttribute | |
---|---|
WindowAttribute |
WindowAttributeHome.create()
Returns a new instance. |
WindowAttribute |
WindowAttributeHome.create(java.lang.String pId)
Returns a new instance with the repository id set to the given id. |
WindowAttribute |
WindowAttributeHome.findById(java.lang.String windowId,
java.lang.String key)
Get a specific attribute by window and key. |
WindowAttribute |
WindowAttributeHome.findByKey(java.lang.String sessionId,
java.lang.String windowId,
java.lang.String key)
Get window attributes by session, window and key. |
WindowAttribute |
WindowAttributeHome.findByPrimaryKey(java.lang.String primaryKey)
Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found. |
WindowAttribute |
WindowAttributeHome.findBySessionIdAndKey(java.lang.String sessionId,
java.lang.String key)
Get a specific attribute by session and key. |
WindowAttribute |
WindowAttributeHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
Methods in atg.svc.repository.beans with parameters of type WindowAttribute | |
---|---|
void |
WindowAttribute.copyTo(WindowAttribute destination)
Copies the property values of this instance to another instance of the same data type. |
Uses of WindowAttribute in atg.svc.repository.beans.methods |
---|
Methods in atg.svc.repository.beans.methods with parameters of type WindowAttribute | |
---|---|
java.lang.Object |
WindowAttributeMethods.getValue(WindowAttribute pAttribute)
Gets the value of the window attribute as an object. |
void |
WindowAttributeMethods.setValue(java.lang.Object pValue,
WindowAttribute pAttribute)
Sets the value of the window attribute as an object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |