com.crystaldecisions.sdk.plugin.desktop.common
Interface IDynamicRecipientProfileValueScopeBatch

All Superinterfaces:
IDynamicRecipientProfileValue

public interface IDynamicRecipientProfileValueScopeBatch
extends IDynamicRecipientProfileValue


Method Summary
 int getProviderColumn()
           In ScopeBatchPlugin, the dynamic recipient profile value need a pointer to the provider column index.
 void setProviderColumn(int value)
           In ScopeBatchPlugin, the dynamic recipient profile value need a pointer to the provider column index.
 
Methods inherited from interface com.crystaldecisions.sdk.plugin.desktop.common.IDynamicRecipientProfileValue
getObjectValue, getProperties, getValue, setValue
 

Method Detail

getProviderColumn

int getProviderColumn()

In ScopeBatchPlugin, the dynamic recipient profile value need a pointer to the provider column index.

Returns:
A int of the dynamic recipient data provider column.

setProviderColumn

void setProviderColumn(int value)
                       throws SDKException

In ScopeBatchPlugin, the dynamic recipient profile value need a pointer to the provider column index. Using index here can save lot of space.

Parameters:
value, - the dynamic recipient data provider column index. e.g Column #2 which is EMPLOYEE.EMPLOYEE_COUNRY
Throws:
SDKException