Interface SystemConfigAccess
-
- All Superinterfaces:
com.google.gwtorm.server.Access<SystemConfig,SystemConfig.Key>
public interface SystemConfigAccess extends com.google.gwtorm.server.Access<SystemConfig,SystemConfig.Key>
Access interface forSystemConfig
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwtorm.server.ResultSet<SystemConfig>
all()
SystemConfig
get(SystemConfig.Key key)
-
-
-
Method Detail
-
get
SystemConfig get(SystemConfig.Key key) throws com.google.gwtorm.server.OrmException
- Specified by:
get
in interfacecom.google.gwtorm.server.Access<SystemConfig,SystemConfig.Key>
- Throws:
com.google.gwtorm.server.OrmException
-
all
com.google.gwtorm.server.ResultSet<SystemConfig> all() throws com.google.gwtorm.server.OrmException
- Throws:
com.google.gwtorm.server.OrmException
-
-