Uses of Class
com.atlassian.jira.bc.project.component.MutableProjectComponent

Packages that use MutableProjectComponent
com.atlassian.jira.bc.project.component   
 

Uses of MutableProjectComponent in com.atlassian.jira.bc.project.component
 

Methods in com.atlassian.jira.bc.project.component that return MutableProjectComponent
protected  MutableProjectComponent DefaultProjectComponentManager.convertToMutableProjectComponent(ProjectComponent value)
          Convert the specified ProjectComponent to a MutableProjectComponent object and sets its project ID with the given value.
static MutableProjectComponent MutableProjectComponent.copy(ProjectComponent c)
          Copy given component
 MutableProjectComponent ProjectComponentStore.find(Long id)
          Implement this method to look up the project component by the given ID and return it.
 MutableProjectComponent CachingProjectComponentStore.find(Long id)
          Looks up the project component by the given ID and returns it.
 MutableProjectComponent OfBizProjectComponentStore.find(Long id)
          Retrieve the MutableProjectComponent with the specified ID.
 MutableProjectComponent ProjectComponentStore.findByComponentName(Long projectId, String componentName)
          Finds the ProjectComponent with the given name in the project with the given Id.
 MutableProjectComponent CachingProjectComponentStore.findByComponentName(Long projectId, String componentName)
          Looks up the component with the given name in the project with the given id.
 MutableProjectComponent OfBizProjectComponentStore.findByComponentName(Long projectId, String componentName)
           
 MutableProjectComponent ProjectComponentStore.store(MutableProjectComponent component)
          Implement this method to persist the component.
 MutableProjectComponent CachingProjectComponentStore.store(MutableProjectComponent component)
          Persist the component.
 MutableProjectComponent OfBizProjectComponentStore.store(MutableProjectComponent component)
          Persists the component.
 

Methods in com.atlassian.jira.bc.project.component with parameters of type MutableProjectComponent
protected  ProjectComponent DefaultProjectComponentManager.convertToProjectComponent(MutableProjectComponent value)
          Convert the specified MutableProjectComponent to a ProjectComponent object.
 boolean MutableProjectComponent.equalsName(MutableProjectComponent component)
           
 MutableProjectComponent ProjectComponentStore.store(MutableProjectComponent component)
          Implement this method to persist the component.
 MutableProjectComponent CachingProjectComponentStore.store(MutableProjectComponent component)
          Persist the component.
 MutableProjectComponent OfBizProjectComponentStore.store(MutableProjectComponent component)
          Persists the component.
 ProjectComponent DefaultProjectComponentManager.update(MutableProjectComponent component)
          Update the component specified with the values given.
 ProjectComponent ProjectComponentManager.update(MutableProjectComponent component)
          Implement this method to update the component specified with the values given.
 ProjectComponent ProjectComponentService.update(User user, ErrorCollection errorCollection, MutableProjectComponent component)
           
 ProjectComponent DefaultProjectComponentService.update(User user, ErrorCollection errorCollection, MutableProjectComponent component)
           
 



Copyright © 2002-2008 Atlassian. All Rights Reserved.