Java Doc for BasePendingGroupUserRoleManager.java in  » Issue-Tracking » scarab-0.21 » org » tigris » scarab » om » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Issue Tracking » scarab 0.21 » org.tigris.scarab.om 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.tigris.scarab.om.BasePendingGroupUserRoleManager

All known Subclasses:   org.tigris.scarab.om.PendingGroupUserRoleManager,
BasePendingGroupUserRoleManager
abstract public class BasePendingGroupUserRoleManager extends AbstractBaseManager (Code)
This class manages PendingGroupUserRole 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 PendingGroupUserRoleManager


Field Summary
final protected static  StringDEFAULT_MANAGER_CLASS
     The name of our class to pass to Torque as the default manager.
final protected static  StringMANAGED_CLASS
    

Constructor Summary
public  BasePendingGroupUserRoleManager()
     Creates a new BasePendingGroupUserRoleManager instance.

Method Summary
public static  voidaddCacheListener(CacheListener listener)
    
public static  voidclear()
    
public static  booleanexists(PendingGroupUserRole obj)
    
protected  booleanexistsImpl(PendingGroupUserRole om)
    
public static  PendingGroupUserRolegetCachedInstance(ObjectKey id)
     Static accessor for the @see #getCachedInstanceImpl(ObjectKey).
protected  PendingGroupUserRolegetCachedInstanceImpl(ObjectKey id)
     Get a PendingGroupUserRole with the given id from the cache.
public static  PendingGroupUserRolegetInstance()
     Static accessor for the @see #getInstanceImpl().
public static  PendingGroupUserRolegetInstance(ObjectKey id)
     Static accessor for the @see #getInstanceImpl(ObjectKey).
public static  PendingGroupUserRolegetInstance(ObjectKey id, boolean fromCache)
     Static accessor for the @see #getInstanceImpl(ObjectKey, boolean).
Parameters:
  id - an ObjectKey value
Parameters:
  fromCache - if true, look for cached PendingGroupUserRoles before loadingfrom storage.
protected  PendingGroupUserRolegetInstanceImpl()
    
protected  PendingGroupUserRolegetInstanceImpl(ObjectKey id)
     Get a PendingGroupUserRole with the given id.
protected  PendingGroupUserRolegetInstanceImpl(ObjectKey id, boolean fromCache)
     Get a PendingGroupUserRole with the given id.
public static  ListgetInstances(List ids)
     Static accessor for the @see #getInstancesImpl(List).
public static  ListgetInstances(List ids, boolean fromCache)
     Static accessor for the @see #getInstancesImpl(List, boolean).
Parameters:
  ids - a List value
Parameters:
  fromCache - if true, look for cached PendingGroupUserRoles before loadingfrom storage.
protected  ListgetInstancesImpl(List ids)
     Gets a list of PendingGroupUserRoles based on id's.
protected  ListgetInstancesImpl(List ids, boolean fromCache)
     Gets a list of PendingGroupUserRoles based on id's.
Parameters:
  ids - a List of ObjectKeys value
Parameters:
  fromCache - if true, look for cached PendingGroupUserRoles before loadingfrom storage.
public static  PendingGroupUserRoleManagergetManager()
     Retrieves an implementation of the manager, based on the settings in the configuration.
public static  MethodResultCachegetMethodResult()
    
public static  voidputInstance(Persistent om)
    
protected  PersistentretrieveStoredOM(ObjectKey id)
    
protected  ListretrieveStoredOMs(List ids)
     Gets a list of ModuleEntities based on id's.

Field Detail
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




Constructor Detail
BasePendingGroupUserRoleManager
public BasePendingGroupUserRoleManager() throws TorqueException(Code)
Creates a new BasePendingGroupUserRoleManager instance.
exception:
  TorqueException - if an error occurs




Method Detail
addCacheListener
public static void addCacheListener(CacheListener listener)(Code)



clear
public static void clear() throws TorqueException(Code)



exists
public static boolean exists(PendingGroupUserRole obj) throws TorqueException(Code)



existsImpl
protected boolean existsImpl(PendingGroupUserRole om) throws TorqueException(Code)
check for a duplicate project name



getCachedInstance
public static PendingGroupUserRole getCachedInstance(ObjectKey id) throws TorqueException(Code)
Static accessor for the @see #getCachedInstanceImpl(ObjectKey). Loads PendingGroupUserRole from cache, returns null, if instance is not in cache
Parameters:
  id - an ObjectKey value a PendingGroupUserRole value
exception:
  TorqueException - if an error occurs



getCachedInstanceImpl
protected PendingGroupUserRole getCachedInstanceImpl(ObjectKey id) throws TorqueException(Code)
Get a PendingGroupUserRole with the given id from the cache. Returns null if instance is not in cache
Parameters:
  id - ObjectKey value



getInstance
public static PendingGroupUserRole getInstance() throws TorqueException(Code)
Static accessor for the @see #getInstanceImpl(). a PendingGroupUserRole value
exception:
  TorqueException - if an error occurs



getInstance
public static PendingGroupUserRole getInstance(ObjectKey id) throws TorqueException(Code)
Static accessor for the @see #getInstanceImpl(ObjectKey).
Parameters:
  id - an ObjectKey value a PendingGroupUserRole value
exception:
  TorqueException - if an error occurs



getInstance
public static PendingGroupUserRole 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 PendingGroupUserRoles before loadingfrom storage. a PendingGroupUserRole value
exception:
  TorqueException - if an error occurs



getInstanceImpl
protected PendingGroupUserRole getInstanceImpl() throws TorqueException(Code)
Get a fresh instance of a PendingGroupUserRoleManager



getInstanceImpl
protected PendingGroupUserRole getInstanceImpl(ObjectKey id) throws TorqueException(Code)
Get a PendingGroupUserRole with the given id.
Parameters:
  id - ObjectKey value



getInstanceImpl
protected PendingGroupUserRole getInstanceImpl(ObjectKey id, boolean fromCache) throws TorqueException(Code)
Get a PendingGroupUserRole with the given id.
Parameters:
  id - ObjectKey value
Parameters:
  fromCache - if true, look for cached PendingGroupUserRoles 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 PendingGroupUserRoles 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 PendingGroupUserRoles based on id's.
Parameters:
  ids - a List of ObjectKeys value a List of PendingGroupUserRoles
exception:
  TorqueException - if an error occurs



getInstancesImpl
protected List getInstancesImpl(List ids, boolean fromCache) throws TorqueException(Code)
Gets a list of PendingGroupUserRoles based on id's.
Parameters:
  ids - a List of ObjectKeys value
Parameters:
  fromCache - if true, look for cached PendingGroupUserRoles before loadingfrom storage. a List of PendingGroupUserRoles
exception:
  TorqueException - if an error occurs



getManager
public static PendingGroupUserRoleManager getManager()(Code)
Retrieves an implementation of the manager, based on the settings in the configuration. an implementation of PendingGroupUserRoleManager.



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



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.