|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteDynamicBVElementDisplayNameManager
| Method Summary | |
|---|---|
int |
addDynamicBVElementDisplayName(DynamicBVElementDisplayNameRecord record,
java.lang.String submitter)
Add a new dynamic BV element display name record. |
java.util.List<DynamicBVElementDisplayNameRecord> |
getAllDynamicBVElementDisplayNames(java.lang.String orgName,
java.lang.String submitter)
Gets all dynamic BV element display names which are visible for the specified organization. |
void |
removeDynamicBVElementDisplayName(int recordId,
java.lang.String submitter)
Remove the dynamic BV element display name which identified by the DynamicBVElementDisplayNameRecord#getRecordId(). |
void |
updateDynamicBVElementDisplayName(DynamicBVElementDisplayNameRecord record,
java.lang.String submitter)
Update the dynamic BV element display name which identified by the record.getRecordId().All dynamic BV element display name properties will be replaced by the specified DynamicBVElementDisplayNameRecord. |
| Method Detail |
|---|
java.util.List<DynamicBVElementDisplayNameRecord> getAllDynamicBVElementDisplayNames(java.lang.String orgName,
java.lang.String submitter)
throws java.rmi.RemoteException
orgName - the organization name. null represents none-organization.submitter - the submitter user id.
DynamicBVElementDisplayNameRecord, or null if no record.
java.rmi.RemoteException
int addDynamicBVElementDisplayName(DynamicBVElementDisplayNameRecord record,
java.lang.String submitter)
throws RptServerException,
java.rmi.RemoteException
record - the dynamic BV elemetn display name recordsubmitter - the submitter user id.
RptServerException - specified information not satisfy storage constrains see DynamicBVElementDisplayNameRecord.
java.rmi.RemoteException
void updateDynamicBVElementDisplayName(DynamicBVElementDisplayNameRecord record,
java.lang.String submitter)
throws RptServerException,
java.rmi.RemoteException
record.getRecordId().
record - the dynamic BV elemetn display name recordsubmitter - the submitter user id.
RptServerException - storage IOEexception,
or specified information not satisfy storage constrains see DynamicBVElementDisplayNameRecord.
java.rmi.RemoteException
void removeDynamicBVElementDisplayName(int recordId,
java.lang.String submitter)
throws RptServerException,
java.rmi.RemoteException
DynamicBVElementDisplayNameRecord#getRecordId().
recordId - the dynamic BV element display name record id to be removed.submitter - the submitter user id.
RptServerException - if error throw during removing dynamic BV element display name record.
java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||