| org.tigris.scarab.om.BaseIssueManager org.tigris.scarab.om.IssueManager
IssueManager | public class IssueManager extends BaseIssueManager implements CacheListener(Code) | | This class manages Issue objects.
The skeleton for this class was autogenerated by Torque * You should add additional methods to this class to meet the
application requirements. This class will only be generated as
long as it does not already exist in the output directory.
|
Constructor Summary | |
public | IssueManager() Creates a new IssueManager instance. |
GET_ISSUE_BY_ID | final protected static String GET_ISSUE_BY_ID(Code) | | |
IssueManager | public IssueManager() throws TorqueException(Code) | | Creates a new IssueManager instance.
exception: TorqueException - if an error occurs |
addedObject | public void addedObject(Persistent om)(Code) | | |
getInterestedFields | public List getInterestedFields()(Code) | | fields which interest us with respect to cache events
|
getIssueById | public static Issue getIssueById(String id, String defaultCode)(Code) | | If the id is not specified, return null otherwise return the
issue object. if the id does not have a character prefix
the default code is prepended
|
getIssueById | public static Issue getIssueById(String id)(Code) | | If the id is not specified, return null otherwise return the
issue object.
|
putInstanceImpl | protected Persistent putInstanceImpl(Persistent om) throws TorqueException(Code) | | |
refreshedObject | public void refreshedObject(Persistent om)(Code) | | |
registerAsListener | protected void registerAsListener()(Code) | | Notify other managers with relevant CacheEvents.
|
|
|