Class LoadPinConfigParams

java.lang.Object
com.portal.common.LoadPinConfigParams

public class LoadPinConfigParams extends Object
This class contains the basic parameters used for loading new configuration entries into Portal database
  • Constructor Details

    • LoadPinConfigParams

      public LoadPinConfigParams(String sObjectName, int nInsertOpcode, int nDeleteOpcode)
      constructor
      Parameters:
      sObjectName - Name of the object to be updated
      nInsertOpcode - Opcode used for creating objects
      nDeleteOpcode - Opcode used for deleting objects
  • Method Details

    • getObjectName

      public String 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