Method Summary |
|
public static void | addCacheListener(CacheListener listener) |
public static void | clear() |
public static boolean | exists(IssueTemplateInfo obj) |
protected boolean | existsImpl(IssueTemplateInfo om) |
public static IssueTemplateInfo | getCachedInstance(ObjectKey id) Static accessor for the @see #getCachedInstanceImpl(ObjectKey). |
protected IssueTemplateInfo | getCachedInstanceImpl(ObjectKey id) Get a IssueTemplateInfo with the given id from the cache. |
public static IssueTemplateInfo | getInstance() Static accessor for the @see #getInstanceImpl(). |
public static IssueTemplateInfo | getInstance(ObjectKey id) Static accessor for the @see #getInstanceImpl(ObjectKey). |
public static IssueTemplateInfo | 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 IssueTemplateInfos before loadingfrom storage. |
public static IssueTemplateInfo | getInstance(Long id) Static accessor for the @see #getInstanceImpl(ObjectKey). |
public static IssueTemplateInfo | getInstance(Long id, boolean fromCache) Static accessor for the @see #getInstanceImpl(ObjectKey).
Parameters: id - an ObjectKey value Parameters: fromCache - if true, look for cached IssueTemplateInfos before loadingfrom storage. |
protected IssueTemplateInfo | getInstanceImpl() |
protected IssueTemplateInfo | getInstanceImpl(ObjectKey id) Get a IssueTemplateInfo with the given id. |
protected IssueTemplateInfo | getInstanceImpl(ObjectKey id, boolean fromCache) Get a IssueTemplateInfo 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 IssueTemplateInfos before loadingfrom storage. |
protected List | getInstancesImpl(List ids) Gets a list of IssueTemplateInfos based on id's. |
protected List | getInstancesImpl(List ids, boolean fromCache) Gets a list of IssueTemplateInfos based on id's.
Parameters: ids - a List of ObjectKeys value Parameters: fromCache - if true, look for cached IssueTemplateInfos before loadingfrom storage. |
public static IssueTemplateInfoManager | 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. |