All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class ImportJive extends BaseImporter
See Also:
  • Field Details

    • groupImportCount

      protected long groupImportCount
    • userImportCount

      protected long userImportCount
    • directoryID

      protected long directoryID
  • Constructor Details

    • ImportJive

      public ImportJive()
  • Method Details

    • execute

      public String execute()
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class BaseAction
    • update

      public String update()
    • importUsers

      protected void importUsers(ResultSet usersRs, Connection conn, Map groupMemberships) throws Exception
      Throws:
      Exception
    • importGroups

      protected Map importGroups(ResultSet groupsRs) throws Exception
      Throws:
      Exception
    • getConnection

      public Connection getConnection() throws SQLException
      Throws:
      SQLException
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getDriver

      public String getDriver()
    • setDriver

      public void setDriver(String driver)
    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername(String username)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • doValidation

      protected void doValidation()
    • getGroupImportCount

      public long getGroupImportCount()
    • getUserImportCount

      public long getUserImportCount()
    • closeResultSet

      protected static void closeResultSet(ResultSet rs)
    • closePreparedStatment

      protected static void closePreparedStatment(PreparedStatement stmt)
    • closeConnection

      protected static void closeConnection(Connection conn)
    • getDirectoryID

      public long getDirectoryID()
    • setDirectoryID

      public void setDirectoryID(long directoryID)