|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.pit.PITUtils
public class PITUtils
Constructor Summary | |
---|---|
PITUtils()
|
Method Summary | |
---|---|
static void |
deleteInactiveGroup(PITGroup pitGroup)
Delete point in time group. |
static void |
deleteInactiveGroup(java.lang.String groupName)
Delete point in time group by group name. |
static void |
deleteInactiveObjectsInStem(PITStem pitStem,
boolean printOutput)
Delete point in time objects in a stem. |
static void |
deleteInactiveObjectsInStem(java.lang.String stemName,
boolean printOutput)
Delete point in time objects in a stem by stem name. |
static void |
deleteInactiveRecords(java.util.Date date,
boolean printOutput)
Delete point in time records that ended before the given date. |
static void |
deleteInactiveStem(PITStem pitStem,
boolean printOutput)
Delete point in time stem. |
static void |
deleteInactiveStem(java.lang.String stemName,
boolean printOutput)
Delete point in time stem by stem name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PITUtils()
Method Detail |
---|
public static void deleteInactiveRecords(java.util.Date date, boolean printOutput)
date
- printOutput
- public static void deleteInactiveGroup(java.lang.String groupName)
groupName
- public static void deleteInactiveGroup(PITGroup pitGroup)
pitGroup
- public static void deleteInactiveStem(java.lang.String stemName, boolean printOutput)
stemName
- printOutput
- public static void deleteInactiveStem(PITStem pitStem, boolean printOutput)
pitStem
- printOutput
- public static void deleteInactiveObjectsInStem(java.lang.String stemName, boolean printOutput)
stemName
- printOutput
- public static void deleteInactiveObjectsInStem(PITStem pitStem, boolean printOutput)
pitStem
- printOutput
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |