org.ow2.dragon.service
Interface TransfertObjectAssembler
- All Known Implementing Classes:
- TransfertObjectAssemblerImpl
@Transactional(readOnly=true)
public interface TransfertObjectAssembler
- Author:
- ofabre - eBM WebSourcing
toBindingTO
BindingTO toBindingTO(Binding binding)
toEndpointTO
EndpointTO toEndpointTO(Endpoint endpoint,
java.lang.String user)
toOrganizationUnitBO
void toOrganizationUnitBO(OrganizationUnitTO organizationUnitTO,
OrganizationUnit organizationUnitBO)
throws OrganizationException
- Throws:
OrganizationException
toOrganizationUnitTO
OrganizationUnitTO toOrganizationUnitTO(OrganizationUnit organizationUnitBO)
toPersonBO
void toPersonBO(PersonTO personTO,
Person personBO)
throws OrganizationException
- Throws:
OrganizationException
toPersonTO
PersonTO toPersonTO(Person person)
toPostBO
void toPostBO(PostTO postTO,
Post postBO)
throws OrganizationException
- Throws:
OrganizationException
toPostTO
PostTO toPostTO(Post post)
toTransportTO
TransportTO toTransportTO(Transport transport)
toProtocolTO
ProtocolTO toProtocolTO(Protocol protocol)
toPartyRequestOptions
RequestOptions toPartyRequestOptions(RequestOptionsTO requestOptionsTO)
toPersonRequestOptions
RequestOptions toPersonRequestOptions(RequestOptionsTO requestOptionsTO)
toPostRequestOptions
RequestOptions toPostRequestOptions(RequestOptionsTO requestOptionsTO)
toEndpointRequestOptions
RequestOptions toEndpointRequestOptions(RequestOptionsTO requestOptionsTO)
toServiceRequestOptions
RequestOptions toServiceRequestOptions(RequestOptionsTO requestOptionsTO)
toAgreementRequestOptions
RequestOptions toAgreementRequestOptions(RequestOptionsTO requestOptionsTO)
toExecEnvManRequestOptions
RequestOptions toExecEnvManRequestOptions(RequestOptionsTO requestOptionsTO)
toExecEnvRequestOptions
RequestOptions toExecEnvRequestOptions(RequestOptionsTO requestOptionsTO)
toFederationRequestOptions
RequestOptions toFederationRequestOptions(RequestOptionsTO requestOptionsTO)
toProcessorRequestOptions
RequestOptions toProcessorRequestOptions(RequestOptionsTO requestOptionsTO)
toLinkRequestOptions
RequestOptions toLinkRequestOptions(RequestOptionsTO requestOptionsTO)
toServiceInterfaceTO
ServiceInterfaceTO toServiceInterfaceTO(ServiceInterface serviceInterface)
toTechServiceBO
void toTechServiceBO(TechnicalServiceTO technicalServiceTO,
TechnicalService technicalServiceBO)
toTechServiceTO
TechnicalServiceTO toTechServiceTO(TechnicalService technicalService,
java.lang.String user)
toServiceSpecTO
ServiceSpecificationTO toServiceSpecTO(ServiceSpecification serviceSpecification)
toSimpleFileTO
SimpleFileTO toSimpleFileTO(SimpleFile simpleFile)
toCategoryTO
CategoryTO toCategoryTO(Category categoryBO)
toIdentifierTO
IdentifierTO toIdentifierTO(Identifier identifierBO)
toCategoryValuesTO
java.util.List<CategoryValueTO> toCategoryValuesTO(java.util.List<CategoryValue> valuesBO)
toCategoriesTO
java.util.List<KeyedRefTO> toCategoriesTO(CategoryBag categoryBag)
toIdentifiersTO
java.util.List<KeyedRefTO> toIdentifiersTO(java.util.List<KeyedReference> identifierBag)
toRatingTO
RatingTO toRatingTO(Rating rating)
toRatingBO
void toRatingBO(RatingTO ratingTO,
Rating ratingBO)
toCommentsBO
void toCommentsBO(java.util.List<CommentTO> commentsTO,
java.util.List<Comment> commentsBO)
toCommentsTO
java.util.List<CommentTO> toCommentsTO(java.util.List<Comment> comments)
toEndpointBO
void toEndpointBO(EndpointTO endpointTO,
Endpoint endpoint)
Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.