|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AttributeBasedCacheKeyGenerator.CachableMethod>
org.jasig.services.persondir.support.AttributeBasedCacheKeyGenerator.CachableMethod
public static enum AttributeBasedCacheKeyGenerator.CachableMethod
Methods on IPersonAttributeDao that are cachable
| Enum Constant Summary | |
|---|---|
AVAILABLE_QUERY_ATTRIBUTES
|
|
MULTIVALUED_USER_ATTRIBUTES__MAP
Deprecated. |
|
MULTIVALUED_USER_ATTRIBUTES__STR
Deprecated. |
|
PEOPLE_MAP
|
|
PEOPLE_MULTIVALUED_MAP
|
|
PERSON_STR
|
|
POSSIBLE_USER_ATTRIBUTE_NAMES
|
|
USER_ATTRIBUTES__MAP
Deprecated. |
|
USER_ATTRIBUTES__STR
Deprecated. |
|
| Method Summary | |
|---|---|
Class<?>[] |
getArgs()
|
String |
getName()
|
String |
toString()
|
static AttributeBasedCacheKeyGenerator.CachableMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AttributeBasedCacheKeyGenerator.CachableMethod[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
@Deprecated public static final AttributeBasedCacheKeyGenerator.CachableMethod MULTIVALUED_USER_ATTRIBUTES__MAP
@Deprecated public static final AttributeBasedCacheKeyGenerator.CachableMethod MULTIVALUED_USER_ATTRIBUTES__STR
@Deprecated public static final AttributeBasedCacheKeyGenerator.CachableMethod USER_ATTRIBUTES__MAP
@Deprecated public static final AttributeBasedCacheKeyGenerator.CachableMethod USER_ATTRIBUTES__STR
public static final AttributeBasedCacheKeyGenerator.CachableMethod PERSON_STR
public static final AttributeBasedCacheKeyGenerator.CachableMethod PEOPLE_MAP
public static final AttributeBasedCacheKeyGenerator.CachableMethod PEOPLE_MULTIVALUED_MAP
public static final AttributeBasedCacheKeyGenerator.CachableMethod POSSIBLE_USER_ATTRIBUTE_NAMES
public static final AttributeBasedCacheKeyGenerator.CachableMethod AVAILABLE_QUERY_ATTRIBUTES
| Method Detail |
|---|
public static AttributeBasedCacheKeyGenerator.CachableMethod[] values()
for (AttributeBasedCacheKeyGenerator.CachableMethod c : AttributeBasedCacheKeyGenerator.CachableMethod.values()) System.out.println(c);
public static AttributeBasedCacheKeyGenerator.CachableMethod valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getName()
public Class<?>[] getArgs()
public String toString()
toString in class Enum<AttributeBasedCacheKeyGenerator.CachableMethod>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||