public class IssueTypeScreenSchemeImpl extends AbstractGVBean implements IssueTypeScreenScheme
DEFAULT_SCHEME_ID
Constructor and Description |
---|
IssueTypeScreenSchemeImpl(IssueTypeScreenSchemeManager issueTypeScreenSchemeManager) |
IssueTypeScreenSchemeImpl(IssueTypeScreenSchemeManager issueTypeScreenSchemeManager,
org.ofbiz.core.entity.GenericValue genericValue) |
Modifier and Type | Method and Description |
---|---|
void |
addEntity(IssueTypeScreenSchemeEntity issueTypeScreenSchemeEntity) |
boolean |
containsEntity(String issueTypeId) |
boolean |
equals(Object o) |
String |
getDescription() |
FieldScreenScheme |
getEffectiveFieldScreenScheme(IssueType type)
Return
FieldScreenScheme that JIRA will actually use
for the passed IssueType . |
Collection<IssueTypeScreenSchemeEntity> |
getEntities() |
IssueTypeScreenSchemeEntity |
getEntity(String issueTypeId) |
Long |
getId() |
String |
getName() |
Collection<org.ofbiz.core.entity.GenericValue> |
getProjects() |
int |
hashCode() |
protected void |
init() |
boolean |
isDefault() |
void |
remove() |
void |
removeEntity(String issueTypeId) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setName(String name) |
void |
store() |
getGenericValue, isModified, setGenericValue, setModified, updateGV
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getGenericValue, setGenericValue
public IssueTypeScreenSchemeImpl(IssueTypeScreenSchemeManager issueTypeScreenSchemeManager)
public IssueTypeScreenSchemeImpl(IssueTypeScreenSchemeManager issueTypeScreenSchemeManager, org.ofbiz.core.entity.GenericValue genericValue)
protected void init()
init
in class AbstractGVBean
public Long getId()
getId
in interface IssueTypeScreenScheme
public void setId(Long id)
setId
in interface IssueTypeScreenScheme
public String getName()
getName
in interface IssueTypeScreenScheme
public void setName(String name)
setName
in interface IssueTypeScreenScheme
public String getDescription()
getDescription
in interface IssueTypeScreenScheme
public void setDescription(String description)
setDescription
in interface IssueTypeScreenScheme
public void store()
store
in interface IssueTypeScreenScheme
public void remove()
remove
in interface IssueTypeScreenScheme
public Collection<IssueTypeScreenSchemeEntity> getEntities()
getEntities
in interface IssueTypeScreenScheme
public IssueTypeScreenSchemeEntity getEntity(String issueTypeId)
getEntity
in interface IssueTypeScreenScheme
@Nonnull public FieldScreenScheme getEffectiveFieldScreenScheme(@Nonnull IssueType type)
IssueTypeScreenScheme
FieldScreenScheme
that JIRA will actually use
for the passed IssueType
. This method will never return
null
as each IssueType
must have an associated FieldScreenScheme
that either comes
from an explicit mapping or the default mapping in the scheme.getEffectiveFieldScreenScheme
in interface IssueTypeScreenScheme
type
- the IssueType
to query.FieldScreenScheme
for the passed IssueType
. Cannot be null.public void addEntity(IssueTypeScreenSchemeEntity issueTypeScreenSchemeEntity)
addEntity
in interface IssueTypeScreenScheme
public void removeEntity(String issueTypeId)
removeEntity
in interface IssueTypeScreenScheme
public boolean containsEntity(String issueTypeId)
containsEntity
in interface IssueTypeScreenScheme
public Collection<org.ofbiz.core.entity.GenericValue> getProjects()
getProjects
in interface IssueTypeScreenScheme
public boolean isDefault()
isDefault
in interface IssueTypeScreenScheme
Copyright © 2002-2019 Atlassian. All Rights Reserved.