| org.tigris.scarab.om.BaseFrequencyManager
All known Subclasses: org.tigris.scarab.om.FrequencyManager,
BaseFrequencyManager | abstract public class BaseFrequencyManager extends AbstractBaseManager (Code) | | This class manages Frequency objects.
This class was autogenerated by Torque *
You should not use this class directly. It should not even be
extended all references should be to FrequencyManager
|
Method Summary | |
public static void | addCacheListener(CacheListener listener) | public static void | clear() | public static boolean | exists(Frequency obj) | protected boolean | existsImpl(Frequency om) | public static Frequency | getCachedInstance(ObjectKey id) Static accessor for the @see #getCachedInstanceImpl(ObjectKey). | protected Frequency | getCachedInstanceImpl(ObjectKey id) Get a Frequency with the given id from the cache. | public static Frequency | getInstance() Static accessor for the @see #getInstanceImpl(). | public static Frequency | getInstance(ObjectKey id) Static accessor for the @see #getInstanceImpl(ObjectKey). | public static Frequency | getInstance(ObjectKey id, boolean fromCache) Static accessor for the @see #getInstanceImpl(ObjectKey, boolean).
Parameters: id - an ObjectKey value Parameters: fromCache - if true, look for cached Frequencys before loadingfrom storage. | public static Frequency | getInstance(Integer id) Static accessor for the @see #getInstanceImpl(ObjectKey). | public static Frequency | getInstance(Integer id, boolean fromCache) Static accessor for the @see #getInstanceImpl(ObjectKey).
Parameters: id - an ObjectKey value Parameters: fromCache - if true, look for cached Frequencys before loadingfrom storage. | protected Frequency | getInstanceImpl() | protected Frequency | getInstanceImpl(ObjectKey id) Get a Frequency with the given id. | protected Frequency | getInstanceImpl(ObjectKey id, boolean fromCache) Get a Frequency with the given id. | public static List | getInstances(List ids) Static accessor for the @see #getInstancesImpl(List). | public static List | getInstances(List ids, boolean fromCache) Static accessor for the @see #getInstancesImpl(List, boolean).
Parameters: ids - a List value Parameters: fromCache - if true, look for cached Frequencys before loadingfrom storage. | protected List | getInstancesImpl(List ids) Gets a list of Frequencys based on id's. | protected List | getInstancesImpl(List ids, boolean fromCache) Gets a list of Frequencys based on id's.
Parameters: ids - a List of ObjectKeys value Parameters: fromCache - if true, look for cached Frequencys before loadingfrom storage. | public static FrequencyManager | getManager() Retrieves an implementation of the manager, based on the settings in
the configuration. | public static MethodResultCache | getMethodResult() | public static void | putInstance(Persistent om) | protected Persistent | retrieveStoredOM(ObjectKey id) | protected List | retrieveStoredOMs(List ids) Gets a list of ModuleEntities based on id's. |
DEFAULT_MANAGER_CLASS | final protected static String DEFAULT_MANAGER_CLASS(Code) | | The name of our class to pass to Torque as the default manager.
|
MANAGED_CLASS | final protected static String MANAGED_CLASS(Code) | | The name of the manager
|
BaseFrequencyManager | public BaseFrequencyManager() throws TorqueException(Code) | | Creates a new BaseFrequencyManager instance.
exception: TorqueException - if an error occurs |
addCacheListener | public static void addCacheListener(CacheListener listener)(Code) | | |
clear | public static void clear() throws TorqueException(Code) | | |
exists | public static boolean exists(Frequency obj) throws TorqueException(Code) | | |
existsImpl | protected boolean existsImpl(Frequency om) throws TorqueException(Code) | | check for a duplicate project name
|
getCachedInstance | public static Frequency getCachedInstance(ObjectKey id) throws TorqueException(Code) | | Static accessor for the @see #getCachedInstanceImpl(ObjectKey).
Loads Frequency from cache, returns
null , if instance is not in cache
Parameters: id - an ObjectKey value a Frequency value exception: TorqueException - if an error occurs |
getCachedInstanceImpl | protected Frequency getCachedInstanceImpl(ObjectKey id) throws TorqueException(Code) | | Get a Frequency with the given id from the cache. Returns
null if instance is not in cache
Parameters: id - ObjectKey value |
getInstance | public static Frequency getInstance() throws TorqueException(Code) | | Static accessor for the @see #getInstanceImpl().
a Frequency value exception: TorqueException - if an error occurs |
getInstance | public static Frequency getInstance(ObjectKey id) throws TorqueException(Code) | | Static accessor for the @see #getInstanceImpl(ObjectKey).
Parameters: id - an ObjectKey value a Frequency value exception: TorqueException - if an error occurs |
getInstance | public static Frequency getInstance(ObjectKey id, boolean fromCache) throws TorqueException(Code) | | Static accessor for the @see #getInstanceImpl(ObjectKey, boolean).
Parameters: id - an ObjectKey value Parameters: fromCache - if true, look for cached Frequencys before loadingfrom storage. a Frequency value exception: TorqueException - if an error occurs |
getInstance | public static Frequency getInstance(Integer id) throws TorqueException(Code) | | Static accessor for the @see #getInstanceImpl(ObjectKey).
Parameters: id - an ObjectKey value a Frequency value exception: TorqueException - if an error occurs |
getInstance | public static Frequency getInstance(Integer id, boolean fromCache) throws TorqueException(Code) | | Static accessor for the @see #getInstanceImpl(ObjectKey).
Parameters: id - an ObjectKey value Parameters: fromCache - if true, look for cached Frequencys before loadingfrom storage. a Frequency value exception: TorqueException - if an error occurs |
getInstanceImpl | protected Frequency getInstanceImpl() throws TorqueException(Code) | | Get a fresh instance of a FrequencyManager
|
getInstanceImpl | protected Frequency getInstanceImpl(ObjectKey id) throws TorqueException(Code) | | Get a Frequency with the given id.
Parameters: id - ObjectKey value |
getInstanceImpl | protected Frequency getInstanceImpl(ObjectKey id, boolean fromCache) throws TorqueException(Code) | | Get a Frequency with the given id.
Parameters: id - ObjectKey value Parameters: fromCache - if true, look for cached Frequencys before loadingfrom storage. |
getInstances | public static List getInstances(List ids) throws TorqueException(Code) | | Static accessor for the @see #getInstancesImpl(List).
Parameters: ids - a List value a List value exception: TorqueException - if an error occurs |
getInstances | public static List getInstances(List ids, boolean fromCache) throws TorqueException(Code) | | Static accessor for the @see #getInstancesImpl(List, boolean).
Parameters: ids - a List value Parameters: fromCache - if true, look for cached Frequencys before loadingfrom storage. a List value exception: TorqueException - if an error occurs |
getInstancesImpl | protected List getInstancesImpl(List ids) throws TorqueException(Code) | | Gets a list of Frequencys based on id's.
Parameters: ids - a List of ObjectKeys value a List of Frequencys exception: TorqueException - if an error occurs |
getInstancesImpl | protected List getInstancesImpl(List ids, boolean fromCache) throws TorqueException(Code) | | Gets a list of Frequencys based on id's.
Parameters: ids - a List of ObjectKeys value Parameters: fromCache - if true, look for cached Frequencys before loadingfrom storage. a List of Frequencys exception: TorqueException - if an error occurs |
getManager | public static FrequencyManager getManager()(Code) | | Retrieves an implementation of the manager, based on the settings in
the configuration.
an implementation of FrequencyManager. |
getMethodResult | public static MethodResultCache getMethodResult()(Code) | | |
putInstance | public static void putInstance(Persistent om) throws TorqueException(Code) | | |
retrieveStoredOM | protected Persistent retrieveStoredOM(ObjectKey id) throws TorqueException(Code) | | |
retrieveStoredOMs | protected List retrieveStoredOMs(List ids) throws TorqueException(Code) | | Gets a list of ModuleEntities based on id's.
Parameters: ids - a NumberKey[] value a List value exception: TorqueException - if an error occurs |
|
|