public abstract class AbstractIssueConstantsManager<T extends IssueConstant> extends Object
Modifier and Type | Field and Description |
---|---|
protected ConstantsManager |
constantsManager |
protected IssueIndexManager |
issueIndexManager |
protected OfBizDelegator |
ofBizDelegator |
Constructor and Description |
---|
AbstractIssueConstantsManager(ConstantsManager constantsManager,
OfBizDelegator ofBizDelegator,
IssueIndexManager issueIndexManager) |
Modifier and Type | Method and Description |
---|---|
protected void |
clearCaches() |
protected org.ofbiz.core.entity.GenericValue |
createConstant(Map<String,Object> fields) |
protected abstract List<T> |
getAllValues() |
protected abstract String |
getIssueConstantField() |
protected long |
getMaxSequenceNo() |
protected String |
getNextStringId() |
protected void |
moveDown(T constant) |
protected void |
moveUp(T constant) |
protected void |
postProcess(T constant) |
protected void |
removeConstant(String fieldName,
T constant,
String newId) |
protected void |
removePropertySet(org.ofbiz.core.entity.GenericValue constantGv) |
protected final ConstantsManager constantsManager
protected final OfBizDelegator ofBizDelegator
protected final IssueIndexManager issueIndexManager
public AbstractIssueConstantsManager(ConstantsManager constantsManager, OfBizDelegator ofBizDelegator, IssueIndexManager issueIndexManager)
protected org.ofbiz.core.entity.GenericValue createConstant(Map<String,Object> fields)
protected long getMaxSequenceNo()
protected String getNextStringId() throws org.ofbiz.core.entity.GenericEntityException
org.ofbiz.core.entity.GenericEntityException
protected void removeConstant(String fieldName, T constant, String newId) throws org.ofbiz.core.entity.GenericEntityException, IndexException
org.ofbiz.core.entity.GenericEntityException
IndexException
protected void removePropertySet(org.ofbiz.core.entity.GenericValue constantGv)
protected void postProcess(T constant)
protected void clearCaches()
protected abstract String getIssueConstantField()
protected void moveUp(T constant)
protected void moveDown(T constant)
Copyright © 2002-2015 Atlassian. All Rights Reserved.