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