public class ObjectTypeFacadeImpl extends Object implements ObjectTypeFacade
| Constructor and Description |
|---|
ObjectTypeFacadeImpl(com.riadalabs.jira.plugins.insight.services.core.ObjectTypeService objectTypeService,
com.riadalabs.jira.plugins.insight.services.core.ObjectTypeDeletionService objectTypeDeletionService,
com.riadalabs.jira.plugins.insight.common.validation.ValidationManager validationManager,
com.riadalabs.jira.plugins.insight.services.util.ErrorMessageTranslator errorMessageTranslator) |
@Inject
public ObjectTypeFacadeImpl(com.riadalabs.jira.plugins.insight.services.core.ObjectTypeService objectTypeService,
com.riadalabs.jira.plugins.insight.services.core.ObjectTypeDeletionService objectTypeDeletionService,
com.riadalabs.jira.plugins.insight.common.validation.ValidationManager validationManager,
com.riadalabs.jira.plugins.insight.services.util.ErrorMessageTranslator errorMessageTranslator)
public ObjectTypeBean updateObjectTypeBean(MutableObjectTypeBean objectTypeBean) throws InsightException
ObjectTypeFacadeObjectTypeBeanupdateObjectTypeBean in interface ObjectTypeFacadeObjectTypeBeanInsightException@Deprecated public ObjectTypeBean storeObjectTypeBeanHead(MutableObjectTypeBean objectTypeBean) throws InsightException
ObjectTypeFacadestoreObjectTypeBeanHead in interface ObjectTypeFacadeObjectTypeBeanInsightException@Deprecated public ObjectTypeBean storeObjectTypeBeanChild(MutableObjectTypeBean objectTypeBean) throws InsightException
ObjectTypeFacadestoreObjectTypeBeanChild in interface ObjectTypeFacadeObjectTypeBeanInsightException@Deprecated public ObjectTypeBean storeObjectTypeBean(MutableObjectTypeBean objectTypeBean) throws InsightException
ObjectTypeFacadestoreObjectTypeBean in interface ObjectTypeFacadeObjectTypeBeanInsightExceptionpublic ObjectTypeBean createObjectTypeBean(MutableObjectTypeBean objectTypeBean) throws InsightException
ObjectTypeFacadecreateObjectTypeBean in interface ObjectTypeFacadeObjectTypeBeanInsightExceptionpublic ObjectTypeBean changeOrderObjectTypeBean(int affectedId, Integer toId, int position) throws InsightException
ObjectTypeFacadechangeOrderObjectTypeBean in interface ObjectTypeFacadeInsightExceptionpublic List<ObjectTypeBean> findObjectTypeBeans(int objectSchemaId) throws InsightException
ObjectTypeFacadeObjectTypeBean in the Object Schema rootfindObjectTypeBeans in interface ObjectTypeFacadeObjectTypeBeanInsightException@Deprecated public List<ObjectTypeBean> findObjectTypeBeans(int objectSchemaId, Object object) throws InsightException
findObjectTypeBeans in interface ObjectTypeFacadeInsightExceptionpublic List<ObjectTypeBean> findObjectTypeBeansFlat(int objectSchemaId) throws InsightException
ObjectTypeFacadeObjectTypeBean in the entire Object Schema.findObjectTypeBeansFlat in interface ObjectTypeFacadeObjectTypeBeanInsightException@Deprecated public List<ObjectTypeBean> findObjectTypeBeanChildrens(int objectTypeId, Object object) throws InsightException
findObjectTypeBeanChildrens in interface ObjectTypeFacadeInsightExceptionpublic List<ObjectTypeBean> findObjectTypeBeanChildrens(int objectTypeId) throws InsightException
ObjectTypeFacadeObjectTypeBean children for a specified ObjectTypeBean idfindObjectTypeBeanChildrens in interface ObjectTypeFacadeObjectTypeBeanInsightExceptionpublic ObjectTypeBean loadObjectType(int id) throws InsightException
ObjectTypeFacadeObjectTypeBean for a given idloadObjectType in interface ObjectTypeFacadeObjectTypeBeanInsightExceptionpublic ObjectTypeBean loadObjectTypeBean(int id) throws InsightException
loadObjectTypeBean in interface ObjectTypeFacadeInsightException@Deprecated public ObjectTypeBean loadObjectType(int id, Object object) throws InsightException
ObjectTypeFacadeObjectTypeBean for a given idloadObjectType in interface ObjectTypeFacadeObjectTypeBeanInsightException@Deprecated public ObjectTypeBean loadObjectTypeBean(int id, Object object) throws InsightException
loadObjectTypeBean in interface ObjectTypeFacadeInsightExceptionpublic void deleteObjectTypeBean(int id)
throws InsightException
ObjectTypeFacadeObjectTypeBeandeleteObjectTypeBean in interface ObjectTypeFacadeInsightExceptionCopyright © 2024 Atlassian. All rights reserved.