Understanding Sun Master Index Processing

removeSystemObjectBean

Description

This method removes a system object from an enterprise object. Use this to remove the system object from the in-memory instance of EnterpriseObjectName. This does NOT result in the deletion of the system object from the database (see deleteSystemObjectBean).

Syntax


void removeSystemObjectBean(String system, String lid)

Parameters

Name 

Type 

Description 

system 

String 

The processing code of the system associated with the system object to remove. 

lid 

String 

The local ID of the system record in the specified system. 

Returns

None.

Throws

ObjectException