public enum AwardTemplateSyncScope extends Enum<AwardTemplateSyncScope>
| Enum Constant and Description |
|---|
ANY |
AWARD_PAGE |
COMMENTS_TAB |
CONTAINING_CLASS_INHERIT |
COST_SHARE |
FULL |
PAYMENTS_AND_INVOICES_TAB |
PREAWARD_AUTHORIZATIONS_TAB |
RATES_TAB |
REPORTS_TAB |
SPONSOR_CONTACTS_TAB |
TERMS_TAB |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayPropertyName() |
String[] |
getSyncScopeParameters(String syncClass,
String syncField) |
boolean |
isInScope(AwardComment comment) |
static boolean |
isInScope(AwardComment comment,
AwardTemplateSyncScope[] scopes) |
boolean |
isInScope(AwardReportTerm report) |
static boolean |
isInScope(AwardReportTerm report,
AwardTemplateSyncScope[] scopes) |
boolean |
isInScope(AwardSponsorContact sponsorContact) |
static boolean |
isInScope(AwardSponsorContact sponsorContact,
AwardTemplateSyncScope[] scopes) |
static boolean |
isInScope(AwardSyncable syncAnnotation,
AwardTemplateSyncScope[] scopes) |
static boolean |
isInScope(AwardSyncableList syncAnnotation,
AwardTemplateSyncScope[] scopes) |
boolean |
isInScope(AwardTemplateComment comment) |
static boolean |
isInScope(AwardTemplateComment comment,
AwardTemplateSyncScope[] scopes) |
boolean |
isInScope(AwardTemplateContact templateContact) |
static boolean |
isInScope(AwardTemplateContact templateContact,
AwardTemplateSyncScope[] scopes) |
boolean |
isInScope(AwardTemplateReportTerm report) |
static boolean |
isInScope(AwardTemplateReportTerm report,
AwardTemplateSyncScope[] scopes) |
static boolean |
isInScope(AwardTemplateSyncScope[] propertyScopes,
AwardTemplateSyncScope[] appliedScopes) |
boolean |
isInScope(Field field) |
boolean |
isInScope(Object awardObject) |
static boolean |
isInScope(Object awardObject,
AwardTemplateSyncScope[] scopes) |
static AwardTemplateSyncScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwardTemplateSyncScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AwardTemplateSyncScope ANY
public static final AwardTemplateSyncScope FULL
public static final AwardTemplateSyncScope AWARD_PAGE
public static final AwardTemplateSyncScope SPONSOR_CONTACTS_TAB
public static final AwardTemplateSyncScope PAYMENTS_AND_INVOICES_TAB
public static final AwardTemplateSyncScope REPORTS_TAB
public static final AwardTemplateSyncScope TERMS_TAB
public static final AwardTemplateSyncScope COMMENTS_TAB
public static final AwardTemplateSyncScope COST_SHARE
public static final AwardTemplateSyncScope PREAWARD_AUTHORIZATIONS_TAB
public static final AwardTemplateSyncScope RATES_TAB
public static final AwardTemplateSyncScope CONTAINING_CLASS_INHERIT
public static AwardTemplateSyncScope[] values()
for (AwardTemplateSyncScope c : AwardTemplateSyncScope.values()) System.out.println(c);
public static AwardTemplateSyncScope valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String getDisplayPropertyName()
public boolean isInScope(Field field)
public static boolean isInScope(AwardSyncable syncAnnotation, AwardTemplateSyncScope[] scopes)
public static boolean isInScope(AwardSyncableList syncAnnotation, AwardTemplateSyncScope[] scopes)
public static boolean isInScope(AwardTemplateSyncScope[] propertyScopes, AwardTemplateSyncScope[] appliedScopes)
public boolean isInScope(AwardTemplateComment comment)
public static boolean isInScope(AwardTemplateComment comment, AwardTemplateSyncScope[] scopes)
public boolean isInScope(AwardComment comment)
public static boolean isInScope(AwardComment comment, AwardTemplateSyncScope[] scopes)
public static boolean isInScope(Object awardObject, AwardTemplateSyncScope[] scopes)
public boolean isInScope(Object awardObject)
public boolean isInScope(AwardTemplateReportTerm report)
public static boolean isInScope(AwardTemplateReportTerm report, AwardTemplateSyncScope[] scopes)
public boolean isInScope(AwardReportTerm report)
public static boolean isInScope(AwardReportTerm report, AwardTemplateSyncScope[] scopes)
public static boolean isInScope(AwardSponsorContact sponsorContact, AwardTemplateSyncScope[] scopes)
public boolean isInScope(AwardSponsorContact sponsorContact)
public static boolean isInScope(AwardTemplateContact templateContact, AwardTemplateSyncScope[] scopes)
public boolean isInScope(AwardTemplateContact templateContact)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.