java.lang.Object
edu.internet2.middleware.grouper.app.ldapProvisioning.LdapSyncOutput

public class LdapSyncOutput extends Object
  • Constructor Details

    • LdapSyncOutput

      public LdapSyncOutput()
  • Method Details

    • getMillisGetData

      public long getMillisGetData()
      millis get data
      Returns:
    • setMillisGetData

      public void setMillisGetData(long millisGetData1)
      millis get data
      Parameters:
      millisGetData1 -
    • getMillisLoadData

      public long getMillisLoadData()
      Returns:
    • setMillisLoadData

      public void setMillisLoadData(long millisLoadData1)
      Parameters:
      millisLoadData1 -
    • getTotalCount

      public int getTotalCount()
      total count of records
      Returns:
      the total count
    • setTotalCount

      public void setTotalCount(int totalCount1)
      total count of records
      Parameters:
      totalCount1 -
    • getSwitchedToGroups

      public Set<String> getSwitchedToGroups()
      groups that were switched to
      Returns:
      groups
    • setSwitchedToGroups

      public void setSwitchedToGroups(Set<String> switchedToGroups1)
      groups that were switched to
      Parameters:
      switchedToGroups1 -
    • isSwitchedToFull

      public boolean isSwitchedToFull()
      if there were so many records that switched to full sync switchFromIncrementalToFullIfOverRecords
      Returns:
      if switched to full
    • setSwitchedToFull

      public void setSwitchedToFull(boolean switchedToFull1)
      if there were so many records that switched to full sync
      Parameters:
      switchedToFull1 -
    • getRowsSelectedFrom

      public int getRowsSelectedFrom()
      rows selected from the FROM database
      Returns:
      the rowsSelectedFrom
    • setRowsSelectedFrom

      public void setRowsSelectedFrom(int rowsSelectedFrom1)
      rows selected from the FROM database
      Parameters:
      rowsSelectedFrom1 - the rowsSelectedFrom to set
    • addRowsSelectedFrom

      public void addRowsSelectedFrom(int rowsToAdd)
      add rows selected from the FROM database
      Parameters:
      rowsToAdd -
    • getQueryCount

      public int getQueryCount()
      Returns:
      the queryCount
    • setQueryCount

      public void setQueryCount(int queryCount)
      Parameters:
      queryCount - the queryCount to set
    • addQueryCount

      public void addQueryCount(int amountToAdd)
      add to query count
      Parameters:
      amountToAdd -
    • getRowsSelectedTo

      public int getRowsSelectedTo()
      rows selected in the "to" database
      Returns:
      the rowsSelectedTo
    • setRowsSelectedTo

      public void setRowsSelectedTo(int rowsSelectedTo1)
      rows selected in the "to" database
      Parameters:
      rowsSelectedTo1 - the rowsSelectedTo to set
    • addRowsSelectedTo

      public void addRowsSelectedTo(int rowsToAdd)
      add rows selected to
      Parameters:
      rowsToAdd -
    • getRowsWithEqualData

      public int getRowsWithEqualData()
      rows with equal data
      Returns:
      the rowsWithEqualData
    • setRowsWithEqualData

      public void setRowsWithEqualData(int rowsWithEqualData1)
      rows with equal data
      Parameters:
      rowsWithEqualData1 - the rowsWithEqualData to set
    • addRowsWithEqualData

      public void addRowsWithEqualData(int rowsWithEqualDataToAdd)
      rows with equal data
      Parameters:
      rowsWithEqualDataToAdd -
    • getRowsWithDeleteErrors

      public int getRowsWithDeleteErrors()
      Returns:
      the rowsWithDeleteErrors
    • setRowsWithDeleteErrors

      public void setRowsWithDeleteErrors(int rowsWithDeleteErrors)
      Parameters:
      rowsWithDeleteErrors - the rowsWithDeleteErrors to set
    • addRowsWithDeleteErrors

      public void addRowsWithDeleteErrors(int rowsWithDeleteToAdd)
      add rows with delete error
      Parameters:
      rowsWithDeleteToAdd -
    • getRowsWithInsertErrors

      public int getRowsWithInsertErrors()
      rows with insert errors
      Returns:
      the rowsWithInsertErrors
    • setRowsWithInsertErrors

      public void setRowsWithInsertErrors(int rowsWithInsertErrors)
      rows with insert errors
      Parameters:
      rowsWithInsertErrors - the rowsWithInsertErrors to set
    • addRowsWithInsertErrors

      public void addRowsWithInsertErrors(int insertErrorsToAdd)
      add rows with insert errors
      Parameters:
      insertErrorsToAdd -
    • getRowsWithUpdateErrors

      public int getRowsWithUpdateErrors()
      rows with update errors
      Returns:
      the rowsWithUpdateErrors
    • setRowsWithUpdateErrors

      public void setRowsWithUpdateErrors(int rowsWithUpdateErrors1)
      rows with update errors
      Parameters:
      rowsWithUpdateErrors1 - the rowsWithUpdateErrors to set
    • addRowsWithUpdateErrors

      public void addRowsWithUpdateErrors(int rowsWithUpdateErrorsToAdd)
      add rows with update errors
      Parameters:
      rowsWithUpdateErrorsToAdd -
    • getRowsWithPrimaryKeyErrors

      public int getRowsWithPrimaryKeyErrors()
      rows with primary key errors
      Returns:
      the rowsWithPrimaryKeyErrors
    • setRowsWithPrimaryKeyErrors

      public void setRowsWithPrimaryKeyErrors(int rowsWithPrimaryKeyErrors1)
      rows with primary key errors
      Parameters:
      rowsWithPrimaryKeyErrors1 - the rowsWithPrimaryKeyErrors to set
    • addRowsWithPrimaryKeyErrors

      public void addRowsWithPrimaryKeyErrors(int addRowsWithPrimaryKeyErrors)
      add rows with primary key errors
      Parameters:
      addRowsWithPrimaryKeyErrors -
    • getInsert

      public int getInsert()
      Returns:
      the insert
    • setInsert

      public void setInsert(int insert1)
      Parameters:
      insert1 - the insert to set
    • addInsert

      public void addInsert(int insertToAdd)
      add insert rows
      Parameters:
      insertToAdd -
    • getUpdate

      public int getUpdate()
      Returns:
      the update
    • setUpdate

      public void setUpdate(int update1)
      Parameters:
      update1 - the update to set
    • addUpdate

      public void addUpdate(int updatesToAdd)
      add update count
      Parameters:
      updatesToAdd -
    • getDelete

      public int getDelete()
      Returns:
      the delete
    • setDelete

      public void setDelete(int delete1)
      Parameters:
      delete1 - the delete to set
    • addDelete

      public void addDelete(int deletesToAdd)
      add delete count
      Parameters:
      deletesToAdd -
    • getMessage

      public String getMessage()
      Returns:
      the message
    • setMessage

      public void setMessage(String message1)
      Parameters:
      message1 - the message to set