Method Summary |
|
Set | getAllPortletWindows() List of all the PortletWindows in the cache. |
PortletWindow | getPortletWindow(String windowId) Gets a
PortletWindow from the cache.
Parameters: windowId - Id of the window to get from the cache. |
PortletWindow | getPortletWindowByEntityId(String portletEntityId) Gets a
PortletWindow from the cache whose
PortletEntity 's (
PortletWindow.getPortletEntity )
equals portletEntityId .
Parameters: portletEntityId - id of PortletEntity whose window want want to retrieve from cache. |
void | putPortletWindow(PortletWindow window) Stores a
PortletWindow in the cache using the
PortletWindow#getId()#toString() as the key for the cache. |
void | removePortletWindow(String windowId) Removes a
PortletWindow from cache using the windowId
as the cache key. |
void | removePortletWindowByPortletEntityId(String portletEntityId) Removes a
PortletWindow from the cache whose
PortletEntity 's id
matches portletEntityId . |