|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WindowAttribute | |
|---|---|
| atg.svc.repository.beans | |
| atg.svc.repository.beans.methods | |
| atg.svc.repository.service | |
| 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. |
| Uses of WindowAttribute in atg.svc.repository.service |
|---|
| Methods in atg.svc.repository.service that return WindowAttribute | |
|---|---|
WindowAttribute |
StateHolderService.getNewWindowAttribute(java.lang.String pSessionId,
java.lang.String pWindowId,
java.lang.String pKey)
Creates a window attribute bean and fills in the default values. |
WindowAttribute |
StateHolderService.getSessionAttributeByKey(java.lang.String pSessionId,
java.lang.String pKey)
Gets a session attribute by key. |
WindowAttribute |
StateHolderService.getWindowAttributeByKey(java.lang.String pSessionId,
java.lang.String pWindowId,
java.lang.String pKey)
Gets a window attribute by key. |
| Methods in atg.svc.repository.service with parameters of type WindowAttribute | |
|---|---|
void |
StateHolderService.saveWindowAttribute(WindowAttribute pWindowAttribute)
Saves a window attribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||