Uses of Class
org.tigris.scarab.om.Attachment

Packages that use Attachment
org.tigris.scarab.actions   
org.tigris.scarab.om   
org.tigris.scarab.tools   
org.tigris.scarab.util.word   
 

Uses of Attachment in org.tigris.scarab.actions
 

Methods in org.tigris.scarab.actions with parameters of type Attachment
(package private) static void ModifyIssue.addFileAttachment(Issue issue, org.apache.fulcrum.intake.model.Group group, Attachment attachment, ScarabRequestTool scarabR, org.apache.turbine.RunData data, org.apache.turbine.tool.IntakeTool intake)
          Adds a file attachment to an issue.
 

Uses of Attachment in org.tigris.scarab.om
 

Methods in org.tigris.scarab.om that return Attachment
 Attachment Activity.getAttachment()
          This method properly handles the case where there may not be any rows selected and returns null in that case.
 Attachment Attachment.copy()
          Makes a copy of this object.
static Attachment AttachmentPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static Attachment AttachmentManager.getInstance(java.lang.String id)
           
static Attachment AttachmentManager.getComment(Attachment attachment, Issue issue, ScarabUser user)
           
static Attachment AttachmentManager.getReason(Attachment attachment, Issue issue, ScarabUser user)
           
 Attachment BaseActivity.getAttachment()
          Returns the associated Attachment object.
 Attachment BaseActivity.getAttachment(java.sql.Connection connection)
          Return the associated Attachment object If it was not retrieved before, the object is retrieved from the database using the passed connection
 Attachment BaseAttachment.copy()
          Makes a copy of this object.
protected  Attachment BaseAttachment.copyInto(Attachment copyObj)
           
 Attachment BaseActivitySet.getAttachment()
          Returns the associated Attachment object.
 Attachment BaseActivitySet.getAttachment(java.sql.Connection connection)
          Return the associated Attachment object If it was not retrieved before, the object is retrieved from the database using the passed connection
 Attachment Depend.getDescriptionAsAttachment(ScarabUser user, Issue issue)
          Gets the description of the message given by the user for the reason for this dependency.
static Attachment BaseAttachmentPeer.row2Object(com.workingdogs.village.Record row, int offset, java.lang.Class cls)
          Create a new object of type cls from a resultset row starting from a specified offset.
static Attachment BaseAttachmentPeer.retrieveByPK(java.lang.Long pk)
          Retrieve a single object by pk
static Attachment BaseAttachmentPeer.retrieveByPK(java.lang.Long pk, java.sql.Connection con)
          Retrieve a single object by pk
static Attachment BaseAttachmentPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static Attachment BaseAttachmentPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
static Attachment BaseAttachmentManager.getInstance()
          Static accessor for the @see #getInstanceImpl().
static Attachment BaseAttachmentManager.getInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static Attachment BaseAttachmentManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getCachedInstanceImpl(ObjectKey).
static Attachment BaseAttachmentManager.getInstance(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey, boolean).
static Attachment BaseAttachmentManager.getInstance(java.lang.Long id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static Attachment BaseAttachmentManager.getInstance(java.lang.Long id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
protected  Attachment BaseAttachmentManager.getInstanceImpl()
          Get a fresh instance of a AttachmentManager
protected  Attachment BaseAttachmentManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a Attachment with the given id.
protected  Attachment BaseAttachmentManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a Attachment with the given id from the cache.
protected  Attachment BaseAttachmentManager.getInstanceImpl(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Get a Attachment with the given id.
 

Methods in org.tigris.scarab.om with parameters of type Attachment
 void BaseIssue.addAttachment(Attachment l)
          Method called to associate a Attachment object to this object through the Attachment foreign key attribute
 void BaseScarabUserImpl.addAttachmentRelatedByCreatedBy(Attachment l)
          Method called to associate a Attachment object to this object through the Attachment foreign key attribute
 void BaseScarabUserImpl.addAttachmentRelatedByModifiedBy(Attachment l)
          Method called to associate a Attachment object to this object through the Attachment foreign key attribute
static Attachment AttachmentManager.getComment(Attachment attachment, Issue issue, ScarabUser user)
           
static Attachment AttachmentManager.getReason(Attachment attachment, Issue issue, ScarabUser user)
           
static Activity ActivityManager.createNumericActivity(Issue issue, Attribute attribute, ActivitySet activitySet, Attachment attachment, java.lang.Integer oldNumericValue, java.lang.Integer newNumericValue)
           
static Activity ActivityManager.createUserActivity(Issue issue, Attribute attribute, ActivitySet activitySet, Attachment attachment, java.lang.Integer oldUserId, java.lang.Integer newUserId)
           
static Activity ActivityManager.createTextActivity(Issue issue, ActivitySet activitySet, ActivityType type, Attachment attachment)
           
static Activity ActivityManager.createTextActivity(Issue issue, ActivitySet activitySet, ActivityType type, Attachment attachment, java.lang.String oldTextValue, java.lang.String newTextValue)
           
static Activity ActivityManager.createTextActivity(Issue issue, Attribute attribute, ActivitySet activitySet, ActivityType type, java.lang.String description, Attachment attachment, java.lang.String oldTextValue, java.lang.String newTextValue)
           
static Activity ActivityManager.create(Issue issue, Attribute attribute, ActivitySet activitySet, ActivityType type, java.lang.String description, Attachment attachment, java.lang.Integer oldNumericValue, java.lang.Integer newNumericValue, java.lang.Integer oldUserId, java.lang.Integer newUserId, java.lang.Integer oldOptionId, java.lang.Integer newOptionId, java.lang.String oldTextValue, java.lang.String newTextValue)
          Populates a new Activity object.
static Activity ActivityManager.create(Issue issue, Attribute attribute, ActivitySet activitySet, ActivityType type, java.lang.String description, Attachment attachment, java.lang.Integer oldNumericValue, java.lang.Integer newNumericValue, java.lang.Integer oldUserId, java.lang.Integer newUserId, java.lang.Integer oldOptionId, java.lang.Integer newOptionId, java.lang.String oldTextValue, java.lang.String newTextValue, java.sql.Connection dbCon)
          Populates a new Activity object.
static Activity ActivityManager.create(Issue issue, Attribute attribute, ActivitySet activitySet, ActivityType type, java.lang.String description, Attachment attachment, Depend depend, java.lang.Integer oldNumericValue, java.lang.Integer newNumericValue, java.lang.Integer oldUserId, java.lang.Integer newUserId, java.lang.Integer oldOptionId, java.lang.Integer newOptionId, java.lang.String oldTextValue, java.lang.String newTextValue, java.sql.Connection dbCon)
          Populates a new Activity object.
 void BaseActivity.setAttachment(Attachment v)
          Declares an association between this object and a Attachment object
 ActivitySet Issue.addUrl(Attachment attachment, ScarabUser user)
          Adds a url to an issue and passes null as the activity set to create a new one.
 ActivitySet Issue.addUrl(ActivitySet activitySet, Attachment attachment, ScarabUser user)
          Adds a url to an issue.
 ActivitySet Issue.addComment(Attachment attachment, ScarabUser user)
          Adds a comment to an issue and passes null as the activity set to create a new one.
 ActivitySet Issue.addComment(ActivitySet activitySet, Attachment attachment, ScarabUser user)
          Adds a comment to an issue.
 void Issue.addFile(Attachment attachment, ScarabUser user)
          Adds an attachment file to this issue.
 ActivitySet Issue.getActivitySet(ScarabUser user, Attachment attachment, java.lang.Integer type)
          Creates a new ActivitySet object for the issue.
 ActivitySet Issue.assignUser(ActivitySet activitySet, ScarabUser assignee, ScarabUser assigner, Attribute attribute, Attachment attachment)
          Assigns user to issue.
 ActivitySet Issue.changeUserAttributeValue(ActivitySet activitySet, ScarabUser assignee, ScarabUser assigner, AttributeValue oldAttVal, Attribute newAttr, Attachment attachment)
          Used to change a user attribute value from one user attribute to a new one.
 ActivitySet Issue.deleteUser(ActivitySet activitySet, ScarabUser assignee, ScarabUser assigner, AttributeValue attVal, Attachment attachment)
          Used to delete a user attribute value.
 ActivitySet Issue.doChangeUrlDescription(ActivitySet activitySet, ScarabUser user, Attachment attachment, java.lang.String oldDescription)
          Given a specific attachment object allow us to update the information in it.
 ActivitySet Issue.doChangeUrlUrl(ActivitySet activitySet, ScarabUser user, Attachment attachment, java.lang.String oldUrl)
          Given a specific attachment object allow us to update the information in it.
 ActivitySet Issue.setInitialAttributeValues(ActivitySet activitySet, Attachment attachment, java.util.HashMap newValues, ScarabUser user)
          Sets original AttributeValues for an new issue based on a hashmap of values This is data is saved to the database and the proper ActivitySet is also recorded.
 ActivitySet Issue.setAttributeValues(ActivitySet activitySet, java.util.HashMap newAttVals, Attachment attachment, ScarabUser user)
          Sets AttributeValues for an issue based on a hashmap of attribute values This is data is saved to the database and the proper ActivitySet is also recorded.
protected  ActivitySet Issue.attachActivitySet(ActivitySet activitySet, ScarabUser user, Attachment attachment, java.lang.Integer activitySetType)
          Sets an ActivitySet as the lastActivitySet of an Issue.
protected  ActivitySet Issue.attachActivitySet(ActivitySet activitySet, ScarabUser user, Attachment attachment)
           
 java.lang.String Issue.doCheckAttributeValueWorkflow(java.util.HashMap newAttVals, Attachment attachment, ScarabUser user)
          Deprecated. The attachment doesn't need to be passed into this method.
 ActivitySet Issue.doEditComment(ActivitySet activitySet, java.lang.String newComment, Attachment attachment, ScarabUser user)
          If the comment hasn't changed, it will return a valid ActivitySet otherwise it returns null.
 ActivitySet Issue.doDeleteUrl(ActivitySet activitySet, Attachment attachment, ScarabUser user)
          If the URL hasn't changed, it will return a valid ActivitySet otherwise it returns null.
 ActivitySet Issue.doRemoveAttachment(ActivitySet activitySet, MutableBoolean physicallyDeleted, Attachment attachment, ScarabUser user)
          Remove the attachment.
protected  Attachment BaseAttachment.copyInto(Attachment copyObj)
           
 void BaseAttachmentType.addAttachment(Attachment l)
          Method called to associate a Attachment object to this object through the Attachment foreign key attribute
 void BaseActivitySet.setAttachment(Attachment v)
          Declares an association between this object and a Attachment object
static void BaseAttachmentPeer.populateObject(com.workingdogs.village.Record row, int offset, Attachment obj)
          Populates an object from a resultset row starting from a specified offset.
static java.util.List BaseAttachmentPeer.doSelect(Attachment obj)
          Method to do selects
static void BaseAttachmentPeer.doInsert(Attachment obj)
          Method to do inserts
static void BaseAttachmentPeer.doUpdate(Attachment obj)
           
static void BaseAttachmentPeer.doDelete(Attachment obj)
           
static void BaseAttachmentPeer.doInsert(Attachment obj, java.sql.Connection con)
          Method to do inserts.
static void BaseAttachmentPeer.doUpdate(Attachment obj, java.sql.Connection con)
          Method to do update.
static void BaseAttachmentPeer.doDelete(Attachment obj, java.sql.Connection con)
          Method to delete.
static org.apache.torque.util.Criteria BaseAttachmentPeer.buildCriteria(Attachment obj)
          Build a Criteria object from the data object for this peer
static org.apache.torque.util.Criteria BaseAttachmentPeer.buildSelectCriteria(Attachment obj)
          Build a Criteria object from the data object for this peer, skipping all binary columns
static boolean BaseAttachmentManager.exists(Attachment obj)
           
protected  boolean BaseAttachmentManager.existsImpl(Attachment om)
          check for a duplicate project name
static ActivitySet ActivitySetManager.getInstance(ActivitySetType tt, ScarabUser user, Attachment attachment)
          Populates a new activitySet object.
static ActivitySet ActivitySetManager.getInstance(java.lang.Integer typeId, ScarabUser user, Attachment attachment)
          Populates a new activitySet object.
 

Uses of Attachment in org.tigris.scarab.tools
 

Methods in org.tigris.scarab.tools that return Attachment
 Attachment ScarabRequestTool.getAttachment()
          A Attachment object for use within the Scarab API.
 

Methods in org.tigris.scarab.tools with parameters of type Attachment
 void ScarabRequestTool.setAttachment(Attachment attachment)
          A Attachment object for use within the Scarab API
 

Uses of Attachment in org.tigris.scarab.util.word
 

Methods in org.tigris.scarab.util.word with parameters of type Attachment
 void LuceneSearchIndex.index(Attachment attachment)
          Store index information for an Attachment
 void SearchIndex.index(Attachment attachment)
          Store index information for an Attachment
 



Copyright © 2000-2004 Tigris.org. All Rights Reserved.