com.trackstudio.kernel.manager
Class FindManager

java.lang.Object
  extended bycom.trackstudio.kernel.manager.KernelManager
      extended bycom.trackstudio.kernel.manager.FindManager

public class FindManager
extends KernelManager


Field Summary
 
Fields inherited from class com.trackstudio.kernel.manager.KernelManager
hu
 
Method Summary
 Acl findAcl(java.lang.String id)
           
 Acl findAcl(java.lang.String id, net.sf.hibernate.Session sess)
           
 Attachment findAttachment(java.lang.String id)
           
 Attachment findAttachment(java.lang.String id, net.sf.hibernate.Session sess)
           
 Category findCategory(java.lang.String id)
           
 Category findCategory(java.lang.String id, net.sf.hibernate.Session sess)
           
 Catrelation findCatrelation(java.lang.String id)
           
 Catrelation findCatrelation(java.lang.String id, net.sf.hibernate.Session sess)
           
 ContentType findContentType(java.lang.String id)
           
 ContentType findContentType(java.lang.String id, net.sf.hibernate.Session sess)
           
 Cprstatus findCprstatus(java.lang.String id)
           
 Cprstatus findCprstatus(java.lang.String id, net.sf.hibernate.Session sess)
           
 CurrentFilter findCurrentFilter(java.lang.String id)
           
 CurrentFilter findCurrentFilter(java.lang.String id, net.sf.hibernate.Session sess)
           
 EmailType findEmailType(java.lang.String id)
           
 EmailType findEmailType(java.lang.String id, net.sf.hibernate.Session sess)
           
 Filter findFilter(java.lang.String id)
           
 Filter findFilter(java.lang.String id, net.sf.hibernate.Session sess)
           
 FilterType findFilterType(java.lang.String id)
           
 FilterType findFilterType(java.lang.String id, net.sf.hibernate.Session sess)
           
 FromType findFromType(java.lang.String id, net.sf.hibernate.Session sess)
           
 Fvalue findFvalue(java.lang.String id)
           
 Fvalue findFvalue(java.lang.String id, net.sf.hibernate.Session sess)
           
 Longtext findLongtext(java.lang.String id)
           
 Longtext findLongtext(java.lang.String id, net.sf.hibernate.Session sess)
           
 MailImport findMailImport(java.lang.String id)
           
 MailImport findMailImport(java.lang.String id, net.sf.hibernate.Session sess)
           
 Mprstatus findMprstatus(java.lang.String id)
           
 Mprstatus findMprstatus(java.lang.String id, net.sf.hibernate.Session sess)
           
 Mstatus findMstatus(java.lang.String id)
           
 Mstatus findMstatus(java.lang.String id, net.sf.hibernate.Session sess)
           
 Notification findNotification(java.lang.String id)
           
 Notification findNotification(java.lang.String id, net.sf.hibernate.Session sess)
           
 Priority findPriority(java.lang.String id)
           
 Priority findPriority(java.lang.String id, net.sf.hibernate.Session sess)
           
 Property findProperty(java.lang.String id)
           
 Property findProperty(java.lang.String id, net.sf.hibernate.Session sess)
           
 Prstatus findPrstatus(java.lang.String id)
           
 Prstatus findPrstatus(java.lang.String id, net.sf.hibernate.Session sess)
           
 Registration findRegistration(java.lang.String id)
           
 Registration findRegistration(java.lang.String id, net.sf.hibernate.Session sess)
           
 Report findReport(java.lang.String id)
           
 Report findReport(java.lang.String id, net.sf.hibernate.Session sess)
           
 Resolution findResolution(java.lang.String id)
           
 Resolution findResolution(java.lang.String id, net.sf.hibernate.Session sess)
           
 Rolestatus findRolestatus(java.lang.String id)
           
 Rolestatus findRolestatus(java.lang.String id, net.sf.hibernate.Session sess)
           
 Rtype findRtype(java.lang.String id)
           
 Rtype findRtype(java.lang.String id, net.sf.hibernate.Session sess)
           
 Script findScript(java.lang.String id)
           
 Script findScript(java.lang.String id, net.sf.hibernate.Session sess)
           
 ScriptType findScriptType(java.lang.String id)
           
 ScriptType findScriptType(java.lang.String id, net.sf.hibernate.Session sess)
           
 Status findStatus(java.lang.String id)
           
 Status findStatus(java.lang.String id, net.sf.hibernate.Session sess)
           
 Subscriber findSubscriber(java.lang.String id)
           
 Subscriber findSubscriber(java.lang.String id, net.sf.hibernate.Session sess)
           
 Task findTask(java.lang.String id)
          Use this method only for HibernateUtil
 Task findTask(java.lang.String id, net.sf.hibernate.Session sess)
          Use this method only for HibernateUtil
 Transition findTransition(java.lang.String id)
           
 Transition findTransition(java.lang.String id, net.sf.hibernate.Session sess)
           
 Udf findUdf(java.lang.String id)
           
 Udf findUdf(java.lang.String id, net.sf.hibernate.Session sess)
           
 Udflist findUdflist(java.lang.String id)
           
 Udflist findUdflist(java.lang.String id, net.sf.hibernate.Session sess)
           
 Udfsource findUdfsource(java.lang.String id)
           
 Udfsource findUdfsource(java.lang.String id, net.sf.hibernate.Session sess)
           
 Udfval findUdfval(java.lang.String id)
           
 Udfval findUdfval(java.lang.String id, net.sf.hibernate.Session sess)
           
 User findUser(java.lang.String id)
          Use this method only for HibernateUtil
 User findUser(java.lang.String id, net.sf.hibernate.Session sess)
          Use this method only for HibernateUtil
 Workflow findWorkflow(java.lang.String id)
           
 Workflow findWorkflow(java.lang.String id, net.sf.hibernate.Session sess)
           
protected static FindManager getInstance()
           
 boolean isUdfExists(java.lang.String id)
           
 
Methods inherited from class com.trackstudio.kernel.manager.KernelManager
getAcl, getAttachment, getCategory, getEmailType, getFilter, getFind, getIndex, getLicense, getLongText, getMailImport, getMessage, getPrstatus, getRegistration, getReport, getScript, getStep, getTask, getTSInfo, getUdf, getUser, getWorkflow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

protected static FindManager getInstance()

findProperty

public Property findProperty(java.lang.String id)
                      throws GranException
Throws:
GranException

findProperty

public Property findProperty(java.lang.String id,
                             net.sf.hibernate.Session sess)
                      throws GranException
Throws:
GranException

findAttachment

public Attachment findAttachment(java.lang.String id)
                          throws GranException
Throws:
GranException

findAttachment

public Attachment findAttachment(java.lang.String id,
                                 net.sf.hibernate.Session sess)
                          throws GranException
Throws:
GranException

findCategory

public Category findCategory(java.lang.String id)
                      throws GranException
Throws:
GranException

findCategory

public Category findCategory(java.lang.String id,
                             net.sf.hibernate.Session sess)
                      throws GranException
Throws:
GranException

findCatrelation

public Catrelation findCatrelation(java.lang.String id)
                            throws GranException
Throws:
GranException

findCatrelation

public Catrelation findCatrelation(java.lang.String id,
                                   net.sf.hibernate.Session sess)
                            throws GranException
Throws:
GranException

findContentType

public ContentType findContentType(java.lang.String id)
                            throws GranException
Throws:
GranException

findContentType

public ContentType findContentType(java.lang.String id,
                                   net.sf.hibernate.Session sess)
                            throws GranException
Throws:
GranException

findFromType

public FromType findFromType(java.lang.String id,
                             net.sf.hibernate.Session sess)
                      throws GranException
Throws:
GranException

findCprstatus

public Cprstatus findCprstatus(java.lang.String id)
                        throws GranException
Throws:
GranException

findCprstatus

public Cprstatus findCprstatus(java.lang.String id,
                               net.sf.hibernate.Session sess)
                        throws GranException
Throws:
GranException

findEmailType

public EmailType findEmailType(java.lang.String id)
                        throws GranException
Throws:
GranException

findEmailType

public EmailType findEmailType(java.lang.String id,
                               net.sf.hibernate.Session sess)
                        throws GranException
Throws:
GranException

findFilter

public Filter findFilter(java.lang.String id)
                  throws GranException
Throws:
GranException

findFilter

public Filter findFilter(java.lang.String id,
                         net.sf.hibernate.Session sess)
                  throws GranException
Throws:
GranException

findFilterType

public FilterType findFilterType(java.lang.String id)
                          throws GranException
Throws:
GranException

findFilterType

public FilterType findFilterType(java.lang.String id,
                                 net.sf.hibernate.Session sess)
                          throws GranException
Throws:
GranException

findFvalue

public Fvalue findFvalue(java.lang.String id)
                  throws GranException
Throws:
GranException

findFvalue

public Fvalue findFvalue(java.lang.String id,
                         net.sf.hibernate.Session sess)
                  throws GranException
Throws:
GranException

findLongtext

public Longtext findLongtext(java.lang.String id)
                      throws GranException
Throws:
GranException

findLongtext

public Longtext findLongtext(java.lang.String id,
                             net.sf.hibernate.Session sess)
                      throws GranException
Throws:
GranException

findMailImport

public MailImport findMailImport(java.lang.String id)
                          throws GranException
Throws:
GranException

findMailImport

public MailImport findMailImport(java.lang.String id,
                                 net.sf.hibernate.Session sess)
                          throws GranException
Throws:
GranException

findMprstatus

public Mprstatus findMprstatus(java.lang.String id)
                        throws GranException
Throws:
GranException

findMprstatus

public Mprstatus findMprstatus(java.lang.String id,
                               net.sf.hibernate.Session sess)
                        throws GranException
Throws:
GranException

findMstatus

public Mstatus findMstatus(java.lang.String id)
                    throws GranException
Throws:
GranException

findMstatus

public Mstatus findMstatus(java.lang.String id,
                           net.sf.hibernate.Session sess)
                    throws GranException
Throws:
GranException

findNotification

public Notification findNotification(java.lang.String id)
                              throws GranException
Throws:
GranException

findNotification

public Notification findNotification(java.lang.String id,
                                     net.sf.hibernate.Session sess)
                              throws GranException
Throws:
GranException

findPriority

public Priority findPriority(java.lang.String id)
                      throws GranException
Throws:
GranException

findPriority

public Priority findPriority(java.lang.String id,
                             net.sf.hibernate.Session sess)
                      throws GranException
Throws:
GranException

findPrstatus

public Prstatus findPrstatus(java.lang.String id)
                      throws GranException
Throws:
GranException

findPrstatus

public Prstatus findPrstatus(java.lang.String id,
                             net.sf.hibernate.Session sess)
                      throws GranException
Throws:
GranException

findTask

public Task findTask(java.lang.String id)
              throws GranException
Use this method only for HibernateUtil

Parameters:
id -
Returns:
Throws:
GranException

findTask

public Task findTask(java.lang.String id,
                     net.sf.hibernate.Session sess)
              throws GranException
Use this method only for HibernateUtil

Parameters:
id -
Returns:
Throws:
GranException

findUser

public User findUser(java.lang.String id)
              throws GranException
Use this method only for HibernateUtil

Parameters:
id -
Returns:
Throws:
GranException

findUser

public User findUser(java.lang.String id,
                     net.sf.hibernate.Session sess)
              throws GranException
Use this method only for HibernateUtil

Parameters:
id -
Returns:
Throws:
GranException

findAcl

public Acl findAcl(java.lang.String id)
            throws GranException
Throws:
GranException

findAcl

public Acl findAcl(java.lang.String id,
                   net.sf.hibernate.Session sess)
            throws GranException
Throws:
GranException

findCurrentFilter

public CurrentFilter findCurrentFilter(java.lang.String id)
                                throws GranException
Throws:
GranException

findCurrentFilter

public CurrentFilter findCurrentFilter(java.lang.String id,
                                       net.sf.hibernate.Session sess)
                                throws GranException
Throws:
GranException

findReport

public Report findReport(java.lang.String id)
                  throws GranException
Throws:
GranException

findReport

public Report findReport(java.lang.String id,
                         net.sf.hibernate.Session sess)
                  throws GranException
Throws:
GranException

findResolution

public Resolution findResolution(java.lang.String id)
                          throws GranException
Throws:
GranException

findResolution

public Resolution findResolution(java.lang.String id,
                                 net.sf.hibernate.Session sess)
                          throws GranException
Throws:
GranException

findRolestatus

public Rolestatus findRolestatus(java.lang.String id)
                          throws GranException
Throws:
GranException

findRolestatus

public Rolestatus findRolestatus(java.lang.String id,
                                 net.sf.hibernate.Session sess)
                          throws GranException
Throws:
GranException

findRtype

public Rtype findRtype(java.lang.String id)
                throws GranException
Throws:
GranException

findRtype

public Rtype findRtype(java.lang.String id,
                       net.sf.hibernate.Session sess)
                throws GranException
Throws:
GranException

findStatus

public Status findStatus(java.lang.String id)
                  throws GranException
Throws:
GranException

findStatus

public Status findStatus(java.lang.String id,
                         net.sf.hibernate.Session sess)
                  throws GranException
Throws:
GranException

findSubscriber

public Subscriber findSubscriber(java.lang.String id)
                          throws GranException
Throws:
GranException

findSubscriber

public Subscriber findSubscriber(java.lang.String id,
                                 net.sf.hibernate.Session sess)
                          throws GranException
Throws:
GranException

findTransition

public Transition findTransition(java.lang.String id)
                          throws GranException
Throws:
GranException

findTransition

public Transition findTransition(java.lang.String id,
                                 net.sf.hibernate.Session sess)
                          throws GranException
Throws:
GranException

findUdf

public Udf findUdf(java.lang.String id)
            throws GranException
Throws:
GranException

findUdf

public Udf findUdf(java.lang.String id,
                   net.sf.hibernate.Session sess)
            throws GranException
Throws:
GranException

findUdflist

public Udflist findUdflist(java.lang.String id)
                    throws GranException
Throws:
GranException

isUdfExists

public boolean isUdfExists(java.lang.String id)
                    throws GranException
Throws:
GranException

findUdflist

public Udflist findUdflist(java.lang.String id,
                           net.sf.hibernate.Session sess)
                    throws GranException
Throws:
GranException

findUdfsource

public Udfsource findUdfsource(java.lang.String id)
                        throws GranException
Throws:
GranException

findUdfsource

public Udfsource findUdfsource(java.lang.String id,
                               net.sf.hibernate.Session sess)
                        throws GranException
Throws:
GranException

findUdfval

public Udfval findUdfval(java.lang.String id)
                  throws GranException
Throws:
GranException

findUdfval

public Udfval findUdfval(java.lang.String id,
                         net.sf.hibernate.Session sess)
                  throws GranException
Throws:
GranException

findWorkflow

public Workflow findWorkflow(java.lang.String id)
                      throws GranException
Throws:
GranException

findWorkflow

public Workflow findWorkflow(java.lang.String id,
                             net.sf.hibernate.Session sess)
                      throws GranException
Throws:
GranException

findRegistration

public Registration findRegistration(java.lang.String id)
                              throws GranException
Throws:
GranException

findRegistration

public Registration findRegistration(java.lang.String id,
                                     net.sf.hibernate.Session sess)
                              throws GranException
Throws:
GranException

findScript

public Script findScript(java.lang.String id)
                  throws GranException
Throws:
GranException

findScript

public Script findScript(java.lang.String id,
                         net.sf.hibernate.Session sess)
                  throws GranException
Throws:
GranException

findScriptType

public ScriptType findScriptType(java.lang.String id)
                          throws GranException
Throws:
GranException

findScriptType

public ScriptType findScriptType(java.lang.String id,
                                 net.sf.hibernate.Session sess)
                          throws GranException
Throws:
GranException


Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.