com.atlassian.jira.dev.reference.plugin.ao
Class RefEntityServiceImpl

java.lang.Object
  extended by com.atlassian.jira.dev.reference.plugin.ao.RefEntityServiceImpl
All Implemented Interfaces:
RefEntityService

public class RefEntityServiceImpl
extends Object
implements RefEntityService


Constructor Summary
RefEntityServiceImpl(com.atlassian.activeobjects.external.ActiveObjects ao)
           
 
Method Summary
 RefEntity add(String description)
           
 List<RefEntity> allEntities()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefEntityServiceImpl

public RefEntityServiceImpl(com.atlassian.activeobjects.external.ActiveObjects ao)
Method Detail

add

public RefEntity add(String description)
Specified by:
add in interface RefEntityService

allEntities

public List<RefEntity> allEntities()
Specified by:
allEntities in interface RefEntityService


Copyright © 2002-2013 Atlassian. All Rights Reserved.