public class IssueTypePropertyHelper extends Object implements EntityPropertyHelper<IssueTypeWithID>
EntityPropertyHelper.CheckPermissionFunction<E extends WithId>
Constructor and Description |
---|
IssueTypePropertyHelper(IssueTypeManager issueTypeManager,
IssueTypePermissionService issueTypePermissionService,
I18nHelper i18n) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Function2<ApplicationUser,EntityProperty,? extends EntityPropertyDeletedEvent> |
createDeletePropertyEventFunction() |
com.atlassian.fugue.Function2<ApplicationUser,EntityProperty,? extends EntityPropertySetEvent> |
createSetPropertyEventFunction() |
com.google.common.base.Function<Long,com.atlassian.fugue.Option<IssueTypeWithID>> |
getEntityByIdFunction() |
EntityPropertyType |
getEntityPropertyType() |
EntityPropertyHelper.CheckPermissionFunction<IssueTypeWithID> |
hasEditPermissionFunction() |
EntityPropertyHelper.CheckPermissionFunction<IssueTypeWithID> |
hasReadPermissionFunction() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createDeletePropertyEventBiFunction, createSetPropertyEventBiFunction
public IssueTypePropertyHelper(IssueTypeManager issueTypeManager, IssueTypePermissionService issueTypePermissionService, I18nHelper i18n)
public EntityPropertyHelper.CheckPermissionFunction<IssueTypeWithID> hasEditPermissionFunction()
hasEditPermissionFunction
in interface EntityPropertyHelper<IssueTypeWithID>
public EntityPropertyHelper.CheckPermissionFunction<IssueTypeWithID> hasReadPermissionFunction()
hasReadPermissionFunction
in interface EntityPropertyHelper<IssueTypeWithID>
public com.google.common.base.Function<Long,com.atlassian.fugue.Option<IssueTypeWithID>> getEntityByIdFunction()
getEntityByIdFunction
in interface EntityPropertyHelper<IssueTypeWithID>
public com.atlassian.fugue.Function2<ApplicationUser,EntityProperty,? extends EntityPropertySetEvent> createSetPropertyEventFunction()
createSetPropertyEventFunction
in interface EntityPropertyHelper<IssueTypeWithID>
EntityPropertySetEvent
for the proper entity type.public com.atlassian.fugue.Function2<ApplicationUser,EntityProperty,? extends EntityPropertyDeletedEvent> createDeletePropertyEventFunction()
createDeletePropertyEventFunction
in interface EntityPropertyHelper<IssueTypeWithID>
EntityPropertyDeletedEvent
for the proper entity type.public EntityPropertyType getEntityPropertyType()
getEntityPropertyType
in interface EntityPropertyHelper<IssueTypeWithID>
Copyright © 2002-2017 Atlassian. All Rights Reserved.