|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EndpointDAO
| Method Summary | |
|---|---|
java.util.List<Endpoint> |
getAllEndpoints(java.lang.String serviceId)
Retrieve the endpoints from the given serviceID |
Endpoint |
getByNameAndServiceFullName(java.lang.String serviceName,
java.lang.String endpointName)
Retrieve the endpoint that have the given name and which is part of the given technical service. |
Endpoint |
getByNameAndServiceId(java.lang.String serviceId,
java.lang.String endpointName)
Retrieve the endpoint that have the given name and which is part of the given technical service. |
| Methods inherited from interface org.ow2.dragon.persistence.dao.GenericORMDAO |
|---|
count, exists, findByNamedQuery, get, getAll, getAll, getAll, getAll, getAllDistinct, getManipulatedType, remove, remove, save, search, searchAndCount, searchEquals, searchLike, searchUnique |
| Method Detail |
|---|
Endpoint getByNameAndServiceFullName(java.lang.String serviceName,
java.lang.String endpointName)
serviceName - a technical service full nameendpointName - an endpoint name
Endpoint that have the given name and which is part
of the given TechnicalService.
Endpoint getByNameAndServiceId(java.lang.String serviceId,
java.lang.String endpointName)
serviceId - a technical service idendpointName - an endpoint name
Endpoint that have the given name and which is part
of the given TechnicalService.java.util.List<Endpoint> getAllEndpoints(java.lang.String serviceId)
serviceId - a technical service id
Endpoint list that have the given TechnicalService.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||