com.trackstudio.kernel.manager
Class FindManager

java.lang.Object
  extended by com.trackstudio.kernel.manager.KernelManager
      extended by com.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)
           
 Attachment findAttachment(java.lang.String id)
           
 Category findCategory(java.lang.String id)
           
 Catrelation findCatrelation(java.lang.String id)
           
 ContentType findContentType(java.lang.String id)
           
 Cprstatus findCprstatus(java.lang.String id)
           
 CurrentFilter findCurrentFilter(java.lang.String id)
           
 EmailType findEmailType(java.lang.String id)
           
 Filter findFilter(java.lang.String id)
           
 FilterType findFilterType(java.lang.String id)
           
 FromType findFromType(java.lang.String id)
           
 Fvalue findFvalue(java.lang.String id)
           
 Longtext findLongtext(java.lang.String id)
           
 MailImport findMailImport(java.lang.String id)
           
 Mprstatus findMprstatus(java.lang.String id)
           
 Mstatus findMstatus(java.lang.String id)
           
 Notification findNotification(java.lang.String id)
           
 Priority findPriority(java.lang.String id)
           
 Property findProperty(java.lang.String id)
           
 Prstatus findPrstatus(java.lang.String id)
           
 Registration findRegistration(java.lang.String id)
           
 Report findReport(java.lang.String id)
           
 Resolution findResolution(java.lang.String id)
           
 Rolestatus findRolestatus(java.lang.String id)
           
 Rtype findRtype(java.lang.String id)
           
 Script findScript(java.lang.String id)
           
 ScriptType findScriptType(java.lang.String id)
           
 Status findStatus(java.lang.String id)
           
 Subscriber findSubscriber(java.lang.String id)
           
 Task findTask(java.lang.String id)
          Use this method only for HibernateUtil
 Transition findTransition(java.lang.String id)
           
 Trigger findTrigger(java.lang.String id)
           
 Udf findUdf(java.lang.String id)
           
 Udflist findUdflist(java.lang.String id)
           
 Udfsource findUdfsource(java.lang.String id)
           
 Udfval findUdfval(java.lang.String id)
           
 Uprstatus findUprstatus(java.lang.String id)
           
 User findUser(java.lang.String id)
          Use this method only for HibernateUtil
 Usersource findUsersource(java.lang.String id)
           
 Workflow findWorkflow(java.lang.String id)
           
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

findAttachment

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

findCategory

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

findTrigger

public Trigger findTrigger(java.lang.String id)
                    throws GranException
Throws:
GranException

findCatrelation

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

findContentType

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

findFromType

public FromType findFromType(java.lang.String id)
                      throws GranException
Throws:
GranException

findCprstatus

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

findEmailType

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

findFilter

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

findFilterType

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

findFvalue

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

findLongtext

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

findMailImport

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

findMprstatus

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

findUprstatus

public Uprstatus findUprstatus(java.lang.String id)
                        throws GranException
Throws:
GranException

findMstatus

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

findNotification

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

findPriority

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

findPrstatus

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

findTask

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

Throws:
GranException

findUser

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

Throws:
GranException

findAcl

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

findCurrentFilter

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

findReport

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

findResolution

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

findRolestatus

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

findRtype

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

findStatus

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

findSubscriber

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

findTransition

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

findUdf

public Udf findUdf(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)
                    throws GranException
Throws:
GranException

findUdfsource

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

findUsersource

public Usersource findUsersource(java.lang.String id)
                          throws GranException
Throws:
GranException

findUdfval

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

findWorkflow

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

findRegistration

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

findScript

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

findScriptType

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


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