public static enum ApplicationSession.Cache extends Enum<ApplicationSession.Cache>
| Enum Constant and Description |
|---|
Camion |
CamionActif |
CamionPrincipal |
Chauffeur |
Event |
Label |
Societe |
Transporteur |
User |
UserIndicateurs |
Usine |
| Modifier and Type | Method and Description |
|---|---|
void |
clear(ApplicationSession session) |
Map<String,String> |
getCache(ApplicationSession session) |
String |
getDefaultEntry() |
int |
size(ApplicationSession session) |
static ApplicationSession.Cache |
valueOf(Class<? extends org.nuiton.topia.persistence.TopiaEntity> klazz) |
static ApplicationSession.Cache |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationSession.Cache[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationSession.Cache Societe
public static final ApplicationSession.Cache Transporteur
public static final ApplicationSession.Cache Camion
public static final ApplicationSession.Cache CamionActif
public static final ApplicationSession.Cache CamionPrincipal
public static final ApplicationSession.Cache Chauffeur
public static final ApplicationSession.Cache Usine
public static final ApplicationSession.Cache Event
public static final ApplicationSession.Cache User
public static final ApplicationSession.Cache UserIndicateurs
public static final ApplicationSession.Cache Label
public static ApplicationSession.Cache[] values()
for (ApplicationSession.Cache c : ApplicationSession.Cache.values()) System.out.println(c);
public static ApplicationSession.Cache 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 Map<String,String> getCache(ApplicationSession session) throws NamingException, LogicException, org.nuiton.topia.TopiaException
NamingExceptionLogicExceptionorg.nuiton.topia.TopiaExceptionpublic int size(ApplicationSession session) throws NamingException, LogicException, org.nuiton.topia.TopiaException
NamingExceptionLogicExceptionorg.nuiton.topia.TopiaExceptionpublic void clear(ApplicationSession session)
public static ApplicationSession.Cache valueOf(Class<? extends org.nuiton.topia.persistence.TopiaEntity> klazz)
public String getDefaultEntry() throws NamingException, LogicException, org.nuiton.topia.TopiaException
NamingExceptionLogicExceptionorg.nuiton.topia.TopiaExceptionCopyright © 2008-2013 Cybelia. All Rights Reserved.