public class RefEntityResource extends Object
| Constructor and Description |
|---|
RefEntityResource(RefEntityService refEntityService) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
add(String description) |
javax.ws.rs.core.Response |
addButRollbackExternal(String description) |
javax.ws.rs.core.Response |
addInExternalTransaction(String description,
String description2) |
javax.ws.rs.core.Response |
addInTransaction(String description) |
javax.ws.rs.core.Response |
deleteAll() |
javax.ws.rs.core.Response |
getAll() |
public RefEntityResource(RefEntityService refEntityService)
public javax.ws.rs.core.Response getAll()
public javax.ws.rs.core.Response deleteAll()
public javax.ws.rs.core.Response add(String description)
public javax.ws.rs.core.Response addInTransaction(String description)
public javax.ws.rs.core.Response addInExternalTransaction(String description, String description2)
public javax.ws.rs.core.Response addButRollbackExternal(String description)
Copyright © 2002-2019 Atlassian. All Rights Reserved.