public class ObjectTypeAttributeFacadeImpl extends Object implements ObjectTypeAttributeFacade
| Constructor and Description |
|---|
ObjectTypeAttributeFacadeImpl(com.riadalabs.jira.plugins.insight.services.core.ObjectTypeAttributeService objectTypeAttributeService,
com.riadalabs.jira.plugins.insight.services.core.ObjectTypeAttributeDeletionService objectTypeAttributeDeletionService,
com.riadalabs.jira.plugins.insight.common.validation.ValidationManager validationManager,
com.riadalabs.jira.plugins.insight.services.util.ErrorMessageTranslator errorMessageTranslator) |
public ObjectTypeAttributeFacadeImpl(com.riadalabs.jira.plugins.insight.services.core.ObjectTypeAttributeService objectTypeAttributeService,
com.riadalabs.jira.plugins.insight.services.core.ObjectTypeAttributeDeletionService objectTypeAttributeDeletionService,
com.riadalabs.jira.plugins.insight.common.validation.ValidationManager validationManager,
com.riadalabs.jira.plugins.insight.services.util.ErrorMessageTranslator errorMessageTranslator)
public List<ObjectTypeAttributeBean> findReferencedObjectTypeAttributeBeans(int objectTypeId) throws InsightException
ObjectTypeAttributeFacadefindReferencedObjectTypeAttributeBeans in interface ObjectTypeAttributeFacadeObjectTypeAttributeBeanInsightExceptionpublic ObjectTypeAttributeBean storeObjectTypeAttributeBean(MutableObjectTypeAttributeBean objectTypeAttributeBean, int objectTypeId) throws InsightException
ObjectTypeAttributeFacadeObjectTypeAttributeBeanstoreObjectTypeAttributeBean in interface ObjectTypeAttributeFacadeObjectTypeAttributeBeanInsightExceptionpublic List<ObjectTypeAttributeBean> findObjectTypeAttributeBeans(int objectTypeId) throws InsightException
ObjectTypeAttributeFacadeObjectTypeAttributeBeanfindObjectTypeAttributeBeans in interface ObjectTypeAttributeFacadeObjectTypeAttributeBeanInsightExceptionpublic List<ObjectTypeAttributeBean> findObjectTypeAttributeBeansByFilter(Predicate<ObjectTypeAttributeBean> predicate) throws InsightException
ObjectTypeAttributeFacadeObjectTypeAttributeBeanfindObjectTypeAttributeBeansByFilter in interface ObjectTypeAttributeFacadepredicate - the predicate to filter the object type attributes byInsightExceptionpublic void moveObjectTypeAttributeBean(int affectedId,
Integer afterId,
int objectTypeId)
throws InsightException
ObjectTypeAttributeFacadeObjectTypeAttributeBeanmoveObjectTypeAttributeBean in interface ObjectTypeAttributeFacadeInsightExceptionpublic ObjectTypeAttributeBean loadObjectTypeAttribute(int id) throws InsightException
ObjectTypeAttributeFacadeObjectTypeAttributeBeanloadObjectTypeAttribute in interface ObjectTypeAttributeFacadeObjectTypeAttributeBeanInsightExceptionpublic ObjectTypeAttributeBean loadObjectTypeAttributeBean(int id) throws InsightException
loadObjectTypeAttributeBean in interface ObjectTypeAttributeFacadeInsightExceptionpublic ObjectTypeAttributeBean loadObjectTypeAttribute(int objectTypeId, String name) throws InsightException
ObjectTypeAttributeFacadeObjectTypeAttributeBean given its object type and name.loadObjectTypeAttribute in interface ObjectTypeAttributeFacadeObjectTypeAttributeBeanInsightExceptionpublic ObjectTypeAttributeBean loadObjectTypeAttribute(int objectTypeId, String name, boolean ignorePermissionCheck) throws InsightException
ObjectTypeAttributeFacadeObjectTypeAttributeBean given its object type, name and a parameter to ignore permission checkloadObjectTypeAttribute in interface ObjectTypeAttributeFacadeObjectTypeAttributeBeanInsightException@Deprecated public ObjectTypeAttributeBean loadObjectTypeAttributeBean(int objectTypeId, String name) throws InsightException
loadObjectTypeAttributeBean in interface ObjectTypeAttributeFacadeInsightExceptionpublic void deleteObjectTypeAttributeBean(int id)
throws InsightException
ObjectTypeAttributeFacadeObjectTypeAttributeBeandeleteObjectTypeAttributeBean in interface ObjectTypeAttributeFacadeInsightExceptionCopyright © 2024 Atlassian. All rights reserved.