|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TopiaSecurityDAOHelper.TopiaSecurityEntityEnum>
org.nuiton.topia.TopiaSecurityDAOHelper.TopiaSecurityEntityEnum
public static enum TopiaSecurityDAOHelper.TopiaSecurityEntityEnum
| Enum Constant Summary | |
|---|---|
TaasAuthorization
|
|
TaasPrincipal
|
|
TaasUser
|
|
TopiaAssociationAuthorization
|
|
TopiaAuthorization
|
|
TopiaEntityAuthorization
|
|
TopiaExpressionLink
|
|
TopiaGroup
|
|
TopiaUser
|
|
| Field Summary | |
|---|---|
protected java.lang.Class<? extends TopiaEntity> |
contract
the contract of the entity |
protected java.lang.Class<? extends TopiaEntity> |
implementation
the implementation class of the entity (will be lazy computed at runtime) |
protected java.lang.String |
implementationFQN
the fully qualified name of the implementation of the entity |
| Method Summary | |
|---|---|
boolean |
accept(java.lang.Class<? extends TopiaEntity> klass)
accept : |
java.lang.Class<? extends TopiaEntity> |
getContract()
getContract : |
java.lang.Class<? extends TopiaEntity> |
getImplementation()
getImplementation : |
java.lang.String |
getImplementationFQN()
getImplementationFQN : |
void |
setImplementationFQN(java.lang.String implementationFQN)
setImplementationFQN : |
static TopiaSecurityDAOHelper.TopiaSecurityEntityEnum |
valueOf(java.lang.Class<?> klass)
valueOf : |
static TopiaSecurityDAOHelper.TopiaSecurityEntityEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TopiaSecurityDAOHelper.TopiaSecurityEntityEnum |
valueOf(TopiaEntity entity)
valueOf : |
static TopiaSecurityDAOHelper.TopiaSecurityEntityEnum[] |
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, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TopiaSecurityDAOHelper.TopiaSecurityEntityEnum TopiaAssociationAuthorization
public static final TopiaSecurityDAOHelper.TopiaSecurityEntityEnum TopiaAuthorization
public static final TopiaSecurityDAOHelper.TopiaSecurityEntityEnum TopiaEntityAuthorization
public static final TopiaSecurityDAOHelper.TopiaSecurityEntityEnum TopiaExpressionLink
public static final TopiaSecurityDAOHelper.TopiaSecurityEntityEnum TopiaGroup
public static final TopiaSecurityDAOHelper.TopiaSecurityEntityEnum TopiaUser
public static final TopiaSecurityDAOHelper.TopiaSecurityEntityEnum TaasAuthorization
public static final TopiaSecurityDAOHelper.TopiaSecurityEntityEnum TaasPrincipal
public static final TopiaSecurityDAOHelper.TopiaSecurityEntityEnum TaasUser
| Field Detail |
|---|
protected java.lang.Class<? extends TopiaEntity> contract
protected java.lang.String implementationFQN
protected java.lang.Class<? extends TopiaEntity> implementation
| Method Detail |
|---|
public static TopiaSecurityDAOHelper.TopiaSecurityEntityEnum[] values()
for (TopiaSecurityDAOHelper.TopiaSecurityEntityEnum c : TopiaSecurityDAOHelper.TopiaSecurityEntityEnum.values()) System.out.println(c);
public static TopiaSecurityDAOHelper.TopiaSecurityEntityEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.Class<? extends TopiaEntity> getContract()
getContract in interface TopiaEntityEnumpublic java.lang.String getImplementationFQN()
getImplementationFQN in interface TopiaEntityEnumpublic void setImplementationFQN(java.lang.String implementationFQN)
setImplementationFQN in interface TopiaEntityEnumimplementationFQN - public boolean accept(java.lang.Class<? extends TopiaEntity> klass)
accept in interface TopiaEntityEnumklass -
public java.lang.Class<? extends TopiaEntity> getImplementation()
getImplementation in interface TopiaEntityEnumpublic static TopiaSecurityDAOHelper.TopiaSecurityEntityEnum valueOf(TopiaEntity entity)
entity -
public static TopiaSecurityDAOHelper.TopiaSecurityEntityEnum valueOf(java.lang.Class<?> klass)
klass -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||