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

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

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

Methods in com.atlassian.jira.bc.project.component that return MutableProjectComponent
 MutableProjectComponent ComponentConverter.convertToComponent(org.ofbiz.core.entity.GenericValue componentGV)
          Convert the specified GenericValue representing a MutableProjectComponent object to a MutableProjectComponent object.
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 OfBizProjectComponentStore.find(Long id)
          Retrieve the MutableProjectComponent with the specified ID.
 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.findByComponentName(Long projectId, String componentName)
           
 MutableProjectComponent ProjectComponentStore.findByComponentName(Long projectId, String componentName)
          Finds the ProjectComponent with the given name (case sensitive) 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.store(MutableProjectComponent component)
          Persists the component.
 MutableProjectComponent ProjectComponentStore.store(MutableProjectComponent component)
          Implement this method to persist the component.
 MutableProjectComponent CachingProjectComponentStore.store(MutableProjectComponent component)
          Persist the component.
 

Methods in com.atlassian.jira.bc.project.component that return types with arguments of type MutableProjectComponent
 Collection<MutableProjectComponent> ComponentConverter.convertToComponents(Collection<org.ofbiz.core.entity.GenericValue> componentGVCollection)
          Convert the specified collection of GenericValues representing MutableProjectComponent object to a collection of MutableProjectComponent objects.
static Collection<MutableProjectComponent> MutableProjectComponent.copy(Collection<ProjectComponent> c)
          Copy given collection of components
 Collection<MutableProjectComponent> OfBizProjectComponentStore.findAllForProject(Long projectId)
          Retrieve all components that are related to the project with given ID and sort by name.
 Collection<MutableProjectComponent> CachingProjectComponentStore.findAllForProject(Long projectId)
          Looks up all components that are related to the project with given ID.
 Collection<MutableProjectComponent> OfBizProjectComponentStore.findByComponentNameCaseInSensitive(String componentName)
           
 Collection<MutableProjectComponent> ProjectComponentStore.findByComponentNameCaseInSensitive(String componentName)
          Finds the ProjectComponents with the given name (case insensitive) in all projects.
 Collection<MutableProjectComponent> CachingProjectComponentStore.findByComponentNameCaseInSensitive(String componentName)
          Finds one or more ProjectComponent with a given name.
 

Methods in com.atlassian.jira.bc.project.component with parameters of type MutableProjectComponent
 ProjectComponent ComponentConverter.convertToProjectComponent(MutableProjectComponent value)
          Convert the specified MutableProjectComponent to a ProjectComponent object.
protected  ProjectComponent DefaultProjectComponentManager.convertToProjectComponent(MutableProjectComponent value)
          Convert the specified MutableProjectComponent to a ProjectComponent object.
 boolean MutableProjectComponent.equalsName(MutableProjectComponent component)
           
 MutableProjectComponent OfBizProjectComponentStore.store(MutableProjectComponent component)
          Persists the component.
 MutableProjectComponent ProjectComponentStore.store(MutableProjectComponent component)
          Implement this method to persist the component.
 MutableProjectComponent CachingProjectComponentStore.store(MutableProjectComponent component)
          Persist 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 DefaultProjectComponentService.update(com.atlassian.crowd.embedded.api.User user, ErrorCollection errorCollection, MutableProjectComponent component)
           
 ProjectComponent ProjectComponentService.update(com.atlassian.crowd.embedded.api.User user, ErrorCollection errorCollection, MutableProjectComponent component)
           
 

Method parameters in com.atlassian.jira.bc.project.component with type arguments of type MutableProjectComponent
 Collection<ProjectComponent> ComponentConverter.convertToProjectComponents(Collection<MutableProjectComponent> mutables)
          Convert a collection of MutableProjectComponent objects to a collection of ProjectComponent objects.
 

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

Methods in com.atlassian.jira.mock.project.component with parameters of type MutableProjectComponent
 ProjectComponent MockProjectComponentManager.update(MutableProjectComponent component)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.