com.businessobjects.sdk.plugin.desktop.publication
Interface IPublicationDynamicRecipient


public interface IPublicationDynamicRecipient

For internal use only.


Method Summary
 void addProfile(java.lang.String name, java.lang.Object value)
           
 java.lang.String[] getProfilesName()
           
 java.lang.Object getProfileValue(java.lang.String name)
           
 IProperties getProperties()
           
 void removeProfile(java.lang.String name)
           
 void setProfileValue(java.lang.String name, java.lang.Object value)
           
 

Method Detail

getProfilesName

java.lang.String[] getProfilesName()
                                   throws SDKException
Throws:
SDKException

addProfile

void addProfile(java.lang.String name,
                java.lang.Object value)
                throws SDKException
Throws:
SDKException

getProfileValue

java.lang.Object getProfileValue(java.lang.String name)
                                 throws SDKException
Throws:
SDKException

setProfileValue

void setProfileValue(java.lang.String name,
                     java.lang.Object value)
                     throws SDKException
Throws:
SDKException

removeProfile

void removeProfile(java.lang.String name)
                   throws SDKException
Throws:
SDKException

getProperties

IProperties getProperties()
                          throws SDKException
Throws:
SDKException