Skip navigation links


com.fatwire.services.dao
Interface DataAccessObject

All Known Subinterfaces:
AssetDao, SiteDao, TemplateDao, TreeDao, VersioningDao

public interface DataAccessObject

This is highest level of abstraction for all Data Access Objects with an associated response object.

Every data access object must register with a service before it can be used.

See Also:
Service

Method Summary
 ServiceResponse getResponse()
          Returns the response object associated with this service.
 Service getService()
          Registers this data access object with a service.
 void setService(Service service)
           

 

Method Detail

getResponse

ServiceResponse getResponse()
Returns the response object associated with this service.
Returns:
the service response.

getService

Service getService()
Registers this data access object with a service.
Parameters:
service - the service with which to register this

setService

void setService(Service service)

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.