Uses of Class
edu.internet2.middleware.grouper.tableIndex.TableIndexType

Packages that use TableIndexType
edu.internet2.middleware.grouper.internal.dao This package contains the data access object interfaces that a DB layer would have to implement (generally revolving around queries to DB) 
edu.internet2.middleware.grouper.internal.dao.hib3 This package contains hib3 related data access object implementations and mappings 
edu.internet2.middleware.grouper.tableIndex   
 

Uses of TableIndexType in edu.internet2.middleware.grouper.internal.dao
 

Methods in edu.internet2.middleware.grouper.internal.dao with parameters of type TableIndexType
 TableIndex TableIndexDAO.findByType(TableIndexType tableIndexType)
          find by type
 TableIndex TableIndexDAO.reserveIds(TableIndexType tableIndexType, int numberOfIndicesToReserve)
          reserve a certain amount of indices
 

Uses of TableIndexType in edu.internet2.middleware.grouper.internal.dao.hib3
 

Methods in edu.internet2.middleware.grouper.internal.dao.hib3 with parameters of type TableIndexType
 TableIndex Hib3TableIndexDAO.findByType(TableIndexType type)
           
 TableIndex Hib3TableIndexDAO.reserveIds(TableIndexType tableIndexType, int numberOfIndicesToReserve)
           
 

Uses of TableIndexType in edu.internet2.middleware.grouper.tableIndex
 

Methods in edu.internet2.middleware.grouper.tableIndex that return TableIndexType
 TableIndexType TableIndex.getType()
          type of index, group, stem, attributeDef, attributeDefName, etc
static TableIndexType TableIndexType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TableIndexType TableIndexType.valueOfIgnoreCase(java.lang.String string, boolean exceptionOnNull)
          do a case-insensitive matching
static TableIndexType[] TableIndexType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.internet2.middleware.grouper.tableIndex with parameters of type TableIndexType
static void TableIndex.clearReservedId(TableIndexType tableIndexType, long id)
          clear reserved id in case an existing one was used
static void TableIndex.clearReservedIds(TableIndexType tableIndexType)
          clear all ids
static long TableIndex.reserveId(TableIndexType tableIndexType)
          get an id for this type of object, if needed, increment the index in the database
 void TableIndex.setType(TableIndexType type1)
          set stem set assignment type