public interface ObjectTypeAttributeFacade
Modifier and Type | Method and Description |
---|---|
void |
deleteObjectTypeAttributeBean(int id)
Delete a
ObjectTypeAttributeBean |
List<com.riadalabs.jira.plugins.insight.services.model.ObjectTypeAttributeBean> |
findObjectTypeAttributeBeans(int objectTypeId)
Finds all
ObjectTypeAttributeBean |
List<com.riadalabs.jira.plugins.insight.services.model.ObjectTypeAttributeBean> |
findObjectTypeAttributeBeansByFilter(Predicate<com.riadalabs.jira.plugins.insight.services.model.ObjectTypeAttributeBean> predicate)
Finds
ObjectTypeAttributeBean |
List<com.riadalabs.jira.plugins.insight.services.model.ObjectTypeAttributeBean> |
findReferencedObjectTypeAttributeBeans(int objectTypeId)
Finds all ObjectTypeAttributeBeans that are referenced to the specified ObjectTypeBeans .
|
com.riadalabs.jira.plugins.insight.services.model.ObjectTypeAttributeBean |
loadObjectTypeAttribute(int id)
Loads a
ObjectTypeAttributeBean |
com.riadalabs.jira.plugins.insight.services.model.ObjectTypeAttributeBean |
loadObjectTypeAttribute(int objectTypeId,
String name)
Loads a
ObjectTypeAttributeBean given its object type and name. |
com.riadalabs.jira.plugins.insight.services.model.ObjectTypeAttributeBean |
loadObjectTypeAttributeBean(int id)
Deprecated.
|
com.riadalabs.jira.plugins.insight.services.model.ObjectTypeAttributeBean |
loadObjectTypeAttributeBean(int objectTypeId,
String name)
Deprecated.
|
void |
moveObjectTypeAttributeBean(int affectedId,
Integer afterId,
int objectTypeId)
Move order
ObjectTypeAttributeBean |
com.riadalabs.jira.plugins.insight.services.model.ObjectTypeAttributeBean |
storeObjectTypeAttributeBean(com.riadalabs.jira.plugins.insight.services.model.MutableObjectTypeAttributeBean objectTypeAttributeBean,
int objectTypeId)
Stores a
ObjectTypeAttributeBean |
List<com.riadalabs.jira.plugins.insight.services.model.ObjectTypeAttributeBean> findReferencedObjectTypeAttributeBeans(int objectTypeId) throws com.riadalabs.jira.plugins.insight.common.exception.InsightException
ObjectTypeAttributeBean
com.riadalabs.jira.plugins.insight.common.exception.InsightException
com.riadalabs.jira.plugins.insight.services.model.ObjectTypeAttributeBean storeObjectTypeAttributeBean(com.riadalabs.jira.plugins.insight.services.model.MutableObjectTypeAttributeBean objectTypeAttributeBean, int objectTypeId) throws com.riadalabs.jira.plugins.insight.common.exception.InsightException
ObjectTypeAttributeBean
ObjectTypeAttributeBean
com.riadalabs.jira.plugins.insight.common.exception.InsightException
List<com.riadalabs.jira.plugins.insight.services.model.ObjectTypeAttributeBean> findObjectTypeAttributeBeansByFilter(Predicate<com.riadalabs.jira.plugins.insight.services.model.ObjectTypeAttributeBean> predicate) throws com.riadalabs.jira.plugins.insight.common.exception.InsightException
ObjectTypeAttributeBean
predicate
- the predicate to filter the object type attributes bycom.riadalabs.jira.plugins.insight.common.exception.InsightException
List<com.riadalabs.jira.plugins.insight.services.model.ObjectTypeAttributeBean> findObjectTypeAttributeBeans(int objectTypeId) throws com.riadalabs.jira.plugins.insight.common.exception.InsightException
ObjectTypeAttributeBean
ObjectTypeAttributeBean
com.riadalabs.jira.plugins.insight.common.exception.InsightException
void moveObjectTypeAttributeBean(int affectedId, Integer afterId, int objectTypeId) throws com.riadalabs.jira.plugins.insight.common.exception.InsightException
ObjectTypeAttributeBean
com.riadalabs.jira.plugins.insight.common.exception.InsightException
com.riadalabs.jira.plugins.insight.services.model.ObjectTypeAttributeBean loadObjectTypeAttribute(int id) throws com.riadalabs.jira.plugins.insight.common.exception.InsightException
ObjectTypeAttributeBean
ObjectTypeAttributeBean
com.riadalabs.jira.plugins.insight.common.exception.InsightException
@Deprecated com.riadalabs.jira.plugins.insight.services.model.ObjectTypeAttributeBean loadObjectTypeAttributeBean(int id) throws com.riadalabs.jira.plugins.insight.common.exception.InsightException
com.riadalabs.jira.plugins.insight.common.exception.InsightException
com.riadalabs.jira.plugins.insight.services.model.ObjectTypeAttributeBean loadObjectTypeAttribute(int objectTypeId, String name) throws com.riadalabs.jira.plugins.insight.common.exception.InsightException
ObjectTypeAttributeBean
given its object type and name.ObjectTypeAttributeBean
com.riadalabs.jira.plugins.insight.common.exception.InsightException
@Deprecated com.riadalabs.jira.plugins.insight.services.model.ObjectTypeAttributeBean loadObjectTypeAttributeBean(int objectTypeId, String name) throws com.riadalabs.jira.plugins.insight.common.exception.InsightException
com.riadalabs.jira.plugins.insight.common.exception.InsightException
void deleteObjectTypeAttributeBean(int id) throws com.riadalabs.jira.plugins.insight.common.exception.InsightException
ObjectTypeAttributeBean
com.riadalabs.jira.plugins.insight.common.exception.InsightException
Copyright © 2020 Mindville. All rights reserved.