|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDataProviderContext
An IDataProviderContext object is passed to
IDataProvider implementations when
IDataProvider.getRecipients(com.businessobjects.publisher.dynamicrecipients.IDataProviderContext) is invoked.
| Nested Class Summary | |
|---|---|
static interface |
IDataProviderContext.CeDataProviderType
This interface defines constants used to identify the type of data provider. |
| Method Summary | |
|---|---|
boolean |
equalsIgnoreFilter(java.lang.Object obj)
For internal use only. |
int |
getDocumentID()
For internal use only. |
IEnterpriseSession |
getEnterpriseSession()
Returns the session for the current user. |
java.lang.String |
getGenericParameter()
Returns the value specified for the generic parameter that was to the data provider. |
java.util.Locale |
getLocale()
Returns the locale of the client. |
int |
getPublicationInstanceID()
For internal use only. |
IRecipientFilter |
getRecipientFilter()
For internal use only. |
java.lang.String |
getSourceName()
For internal use only. |
void |
setDocumentID(int documentID_)
For internal use only. |
void |
setEnterpriseSession(IEnterpriseSession sess_)
For internal use only. |
void |
setGenericParameter(java.lang.String parameterValue_)
For internal use only. |
void |
setRecipientFilter(IRecipientFilter filter_)
For internal use only. |
void |
setSourceName(java.lang.String sourceName_)
For internal use only. |
| Method Detail |
|---|
IEnterpriseSession getEnterpriseSession()
IEnterpriseSession for the current user.void setEnterpriseSession(IEnterpriseSession sess_)
int getPublicationInstanceID()
int getDocumentID()
void setDocumentID(int documentID_)
java.lang.String getSourceName()
void setSourceName(java.lang.String sourceName_)
java.lang.String getGenericParameter()
void setGenericParameter(java.lang.String parameterValue_)
IRecipientFilter getRecipientFilter()
void setRecipientFilter(IRecipientFilter filter_)
java.util.Locale getLocale()
boolean equalsIgnoreFilter(java.lang.Object obj)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||