public class RefEntityServiceImpl extends Object implements RefEntityService
| Constructor and Description |
|---|
RefEntityServiceImpl(com.atlassian.activeobjects.external.ActiveObjects ao) |
| Modifier and Type | Method and Description |
|---|---|
RefEntity |
add(String description) |
void |
addButRollbackExternal(String description) |
void |
addInExternalTransaction(String description) |
void |
addInTransaction(String description) |
void |
addTwoInExternalTransaction(String description,
String description2) |
List<RefEntity> |
allEntities() |
void |
deleteAll() |
public RefEntityServiceImpl(com.atlassian.activeobjects.external.ActiveObjects ao)
public RefEntity add(String description)
add in interface RefEntityServicepublic void addButRollbackExternal(String description)
addButRollbackExternal in interface RefEntityServicepublic void addInExternalTransaction(String description)
addInExternalTransaction in interface RefEntityServicepublic void addTwoInExternalTransaction(String description, String description2)
addTwoInExternalTransaction in interface RefEntityServicepublic void addInTransaction(String description)
addInTransaction in interface RefEntityServicepublic List<RefEntity> allEntities()
allEntities in interface RefEntityServicepublic void deleteAll()
deleteAll in interface RefEntityServiceCopyright © 2002-2015 Atlassian. All Rights Reserved.