Package com.portal.common
Class LoadPinConfigParams
java.lang.Object
com.portal.common.LoadPinConfigParams
This class contains the basic parameters used for loading new
configuration entries into Portal database
-
Constructor Summary
ConstructorsConstructorDescriptionLoadPinConfigParams
(String sObjectName, int nInsertOpcode, int nDeleteOpcode) constructor -
Method Summary
Modifier and TypeMethodDescriptionint
getDeleteOpcode method returns the opcode that should be used for deleting objects in Portalint
getInsertOpcode method returns the opcode that should be used for creating new objects in PortalgetObjectName method returns the name of the object that would be updated in Portal.
-
Constructor Details
-
LoadPinConfigParams
constructor- Parameters:
sObjectName
- Name of the object to be updatednInsertOpcode
- Opcode used for creating objectsnDeleteOpcode
- Opcode used for deleting objects
-
-
Method Details
-
getObjectName
getObjectName method returns the name of the object that would be updated in Portal. -
getInsertOpcode
public int getInsertOpcode()getInsertOpcode method returns the opcode that should be used for creating new objects in Portal -
getDeleteOpcode
public int getDeleteOpcode()getDeleteOpcode method returns the opcode that should be used for deleting objects in Portal
-