com.sapportals.portal.prt.service
Interface IServiceProfile


public interface IServiceProfile

The service profile


Method Summary
 java.util.Enumeration getProperties()
          Gets an enumeration of property names
 java.lang.String getProperty(java.lang.String propertyName)
          Gets the value of the specified property
 void setProperty(java.lang.String propertyName, java.lang.String propertyValue)
          Sets the value of the specified property
 void store()
          persists the profile
 

Method Detail

getProperty

public java.lang.String getProperty(java.lang.String propertyName)
Gets the value of the specified property
Returns:
the value as a String or null

getProperties

public java.util.Enumeration getProperties()
Gets an enumeration of property names

setProperty

public void setProperty(java.lang.String propertyName,
                        java.lang.String propertyValue)
Sets the value of the specified property

store

public void store()
           throws PortalException
persists the profile