Uses of Class
com.projectdarkstar.tools.dtc.data.ServerAppDTO

Packages that use ServerAppDTO
com.projectdarkstar.tools.dtc.data   
com.projectdarkstar.tools.dtc.service   
 

Uses of ServerAppDTO in com.projectdarkstar.tools.dtc.data
 

Methods in com.projectdarkstar.tools.dtc.data that return ServerAppDTO
 ServerAppDTO ServerAppConfigDTO.getServerApp()
          Returns the parent ServerAppDTO which this configuration is associated with.
 

Methods in com.projectdarkstar.tools.dtc.data with parameters of type ServerAppDTO
protected  void ServerAppConfigDTO.setServerApp(ServerAppDTO serverApp)
           
 

Uses of ServerAppDTO in com.projectdarkstar.tools.dtc.service
 

Methods in com.projectdarkstar.tools.dtc.service that return types with arguments of type ServerAppDTO
 List<ServerAppDTO> RequestService.getServerAppsPage(int pageIndex, int pageSize)
           
 

Methods in com.projectdarkstar.tools.dtc.service with parameters of type ServerAppDTO
 Long ConfigAppsService.addServerApp(ServerAppDTO serverApp)
          Add a ServerApp object based on the given serverApp to persistent storage.
 



Copyright © 2013. All Rights Reserved.