Uses of Class
org.jcoderz.commons.InternalErrorException

Packages that use InternalErrorException
org.jcoderz.commons.config   
 

Uses of InternalErrorException in org.jcoderz.commons.config
 

Methods in org.jcoderz.commons.config that throw InternalErrorException
static Collection ConfigEntityHelper.findAll()
          Returns all participants data.
static Collection ConfigEntityHelper.findAll(boolean readOnly)
          Returns all participants data.
static Collection ConfigEntityHelper.findAllReadOnly()
          Returns all participants data as Read Only instances.
static ConfigEntity ConfigEntityHelper.findByPrimaryKey(String id)
          Finds a ConfigEntity by String (primary key).
static ConfigEntity ConfigEntityHelper.findReadOnlyByPrimaryKey(String id)
          Finds a ConfigEntity as ReadOnly by String (primary key).
 



Copyright 2007 The jCoderZ Project.