G I P R S

G

getAttribute(String) - Method in interface org.apache.jetspeed.service.PersistenceService.Page
Returns the attribute value of the attribute with the given name.
getAttributeNames() - Method in interface org.apache.jetspeed.service.PersistenceService.Page
Returns an enumeration of the attribute names of all attributes that the persistence service is aware of.
getAttributes(String) - Method in interface org.apache.jetspeed.service.PersistenceService.Page
Returns a vector of attribute values of attributes with the given name.
getName() - Method in interface org.apache.jetspeed.service.Service
Returns the name of this service.
getName() - Method in interface org.apache.jetspeed.service.PersistenceService.Page
Returns the name of this page.
getPage() - Method in interface org.apache.jetspeed.service.PersistenceService
Returns the current page, ie. the page that the calling portlet resides on.
getPages() - Method in interface org.apache.jetspeed.service.PersistenceService
Returns an enumeration of pages that the persistence service manages for this portlet.
getService(Class, RunData) - Static method in class org.apache.jetspeed.service.ServiceFactory
Returns a service object with the given name.
getService(Class, RunData, Object[]) - Static method in class org.apache.jetspeed.service.ServiceFactory
Returns a service object with the given name.

I

init(RunData, Object[]) - Method in interface org.apache.jetspeed.service.Service
Initializes the newly created service with the given rundata object and parameters.

P

PersistenceService - interface org.apache.jetspeed.service.PersistenceService.
The PersistenceService class is instantiated as a portlet-specific object.
PersistenceService.Page - interface org.apache.jetspeed.service.PersistenceService.Page.
 

R

removeAttribute(String) - Method in interface org.apache.jetspeed.service.PersistenceService.Page
Removes the attribute with the given name.
reset() - Method in interface org.apache.jetspeed.service.PersistenceService
Resets the persistence service to forget about all attributes previously collected.

S

Service - interface org.apache.jetspeed.service.Service.
The Service interface has to be implemented by every service that needs to be available through the service factory
ServiceException - class org.apache.jetspeed.service.ServiceException.
The ServiceException is a generic exception that can be used by service implementations to notify unexpected error conditions.
ServiceException() - Constructor for class org.apache.jetspeed.service.ServiceException
 
ServiceException(String) - Constructor for class org.apache.jetspeed.service.ServiceException
 
ServiceFactory - class org.apache.jetspeed.service.ServiceFactory.
The ServiceFactory class is a singleton that allows to instantiate Service objects.
setAttribute(String, String) - Method in interface org.apache.jetspeed.service.PersistenceService.Page
Sets an attribute with the given name and value
setAttributes(String, Vector) - Method in interface org.apache.jetspeed.service.PersistenceService.Page
Sets a vector of attributes with the given name and values.
store() - Method in interface org.apache.jetspeed.service.PersistenceService
Stores the current set of attributes.

G I P R S