Uses of Interface
atg.svc.repository.beans.WindowAttribute

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
 

Classes in atg.svc.repository.beans that implement WindowAttribute
 class _WindowAttribute_BeanImpl
           
 class _WindowAttribute_Impl
           
 class _WindowAttribute_ReposImpl
           
 

Methods in atg.svc.repository.beans that return WindowAttribute
 WindowAttribute _WindowAttributeHome_BeanImpl.create()
           
 WindowAttribute _WindowAttributeHome_ReposImpl.create()
           
 WindowAttribute WindowAttributeHome.create()
          Returns a new instance.
 WindowAttribute _WindowAttributeHome_BeanImpl.create(java.lang.String pId)
           
 WindowAttribute _WindowAttributeHome_ReposImpl.create(java.lang.String pId)
           
 WindowAttribute WindowAttributeHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 WindowAttribute _WindowAttributeHome_BeanImpl.findById(java.lang.String windowId, java.lang.String key)
           
 WindowAttribute _WindowAttributeHome_ReposImpl.findById(java.lang.String windowId, java.lang.String key)
           
 WindowAttribute WindowAttributeHome.findById(java.lang.String windowId, java.lang.String key)
          Get a specific attribute by window and key.
 WindowAttribute _WindowAttributeHome_BeanImpl.findByKey(java.lang.String sessionId, java.lang.String windowId, java.lang.String key)
           
 WindowAttribute _WindowAttributeHome_ReposImpl.findByKey(java.lang.String sessionId, java.lang.String windowId, java.lang.String 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_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 WindowAttribute _WindowAttributeHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
           
 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_BeanImpl.findBySessionIdAndKey(java.lang.String sessionId, java.lang.String key)
           
 WindowAttribute _WindowAttributeHome_ReposImpl.findBySessionIdAndKey(java.lang.String sessionId, java.lang.String key)
           
 WindowAttribute WindowAttributeHome.findBySessionIdAndKey(java.lang.String sessionId, java.lang.String key)
          Get a specific attribute by session and key.
 WindowAttribute _WindowAttributeHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 WindowAttribute WindowAttributeHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

Methods in atg.svc.repository.beans with parameters of type WindowAttribute
 void _WindowAttribute_Impl.copyTo(WindowAttribute destination)
           
 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.