|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.misc.GrouperReport
public class GrouperReport
Constructor Summary | |
---|---|
GrouperReport()
|
Method Summary | |
---|---|
GrouperReport |
findBadMemberships(boolean findBadMemberships)
Whether or not to find bad memberships as part of the report. |
GrouperReport |
findUnresolvables(boolean findUnresolvables)
Whether or not to find unresolvable subjects as part of the report. |
static String |
formatCommas(Long theLong)
format with commas |
static void |
main(String[] args)
|
static String |
report(boolean findUnresolvables,
boolean findBadMemberships)
|
String |
runReport()
|
GrouperReport |
syncFlatTables(boolean syncFlatTables)
Whether or not to sync flat tables as part of the report. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GrouperReport()
Method Detail |
---|
public static void main(String[] args)
args
- public GrouperReport findUnresolvables(boolean findUnresolvables)
findUnresolvables
-
public GrouperReport findBadMemberships(boolean findBadMemberships)
findBadMemberships
-
public GrouperReport syncFlatTables(boolean syncFlatTables)
syncFlatTables
-
public static String formatCommas(Long theLong)
theLong
-
public static String report(boolean findUnresolvables, boolean findBadMemberships)
findUnresolvables
- findBadMemberships
-
GrouperReportException
public String runReport()
GrouperReportException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |