Interface IssueTypeScreenScheme
- All Known Implementing Classes:
IssueTypeScreenSchemeImpl,MockIssueTypeScreenScheme,MockIssueTypeScreenScheme
@PublicApi
public interface IssueTypeScreenScheme
Copyright (c) 2002-2004
All rights reserved.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEntity(IssueTypeScreenSchemeEntity issueTypeScreenSchemeEntity) booleancontainsEntity(String issueTypeId) ReturnFieldScreenSchemethat JIRA will actually use for the passedIssueType.org.ofbiz.core.entity.GenericValuegetId()getName()Collection<org.ofbiz.core.entity.GenericValue>booleanvoidremove()voidremoveEntity(String issueTypeId) voidsetDescription(String description) voidsetGenericValue(org.ofbiz.core.entity.GenericValue genericValue) voidvoidvoidstore()
-
Field Details
-
DEFAULT_SCHEME_ID
-
-
Method Details
-
getId
Long getId() -
setId
-
getName
String getName() -
setName
-
getDescription
String getDescription() -
setDescription
-
getGenericValue
org.ofbiz.core.entity.GenericValue getGenericValue() -
setGenericValue
void setGenericValue(org.ofbiz.core.entity.GenericValue genericValue) -
store
void store() -
remove
void remove() -
getEntities
Collection<IssueTypeScreenSchemeEntity> getEntities() -
getEntity
-
getEffectiveFieldScreenScheme
ReturnFieldScreenSchemethat JIRA will actually use for the passedIssueType. This method will never returnnullas eachIssueTypemust have an associatedFieldScreenSchemethat either comes from an explicit mapping or the default mapping in the scheme.- Parameters:
type- theIssueTypeto query.- Returns:
- the
FieldScreenSchemefor the passedIssueType. Cannot be null. - Since:
- 6.2
-
addEntity
-
removeEntity
-
containsEntity
-
getProjects
Collection<org.ofbiz.core.entity.GenericValue> getProjects() -
isDefault
boolean isDefault()
-