@RequestScoped @Named public class OrganizationResourceImpl extends Object implements com.dnastack.bob.rest.api.OrganizationResource
| Constructor and Description |
|---|
OrganizationResourceImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
create(javax.ws.rs.core.UriInfo uriInfo,
com.dnastack.bob.service.dto.OrganizationDto organization) |
javax.ws.rs.core.Response |
delete(javax.ws.rs.core.UriInfo uriInfo,
String organizationId) |
Collection<com.dnastack.bob.service.dto.OrganizationDto> |
show(String organizationIds) |
com.dnastack.bob.service.dto.OrganizationDto |
showOrganization(String organizationId) |
javax.ws.rs.core.Response |
update(javax.ws.rs.core.UriInfo uriInfo,
String organizationId,
com.dnastack.bob.service.dto.OrganizationDto organization) |
public com.dnastack.bob.service.dto.OrganizationDto showOrganization(String organizationId)
showOrganization in interface com.dnastack.bob.rest.api.OrganizationResourcepublic Collection<com.dnastack.bob.service.dto.OrganizationDto> show(String organizationIds)
show in interface com.dnastack.bob.rest.api.OrganizationResourcepublic javax.ws.rs.core.Response create(javax.ws.rs.core.UriInfo uriInfo,
com.dnastack.bob.service.dto.OrganizationDto organization)
create in interface com.dnastack.bob.rest.api.OrganizationResourcepublic javax.ws.rs.core.Response update(javax.ws.rs.core.UriInfo uriInfo,
String organizationId,
com.dnastack.bob.service.dto.OrganizationDto organization)
update in interface com.dnastack.bob.rest.api.OrganizationResourcepublic javax.ws.rs.core.Response delete(javax.ws.rs.core.UriInfo uriInfo,
String organizationId)
delete in interface com.dnastack.bob.rest.api.OrganizationResourceCopyright © 2016 DNAstack. All rights reserved.