Package com.almis.awe.service
Class PrinterService
- java.lang.Object
-
- com.almis.awe.config.ServiceConfig
-
- com.almis.awe.service.PrinterService
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class PrinterService extends ServiceConfig
PrinterService Class Provides server printer information- Author:
- Aitor UGARTE - 04/JUN/2013
-
-
Constructor Summary
Constructors Constructor Description PrinterService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceData
getPrinterList()
Provides printer List-
Methods inherited from class com.almis.awe.config.ServiceConfig
containsBean, getApplicationContext, getBean, getBean, getElements, getLocale, getLocale, getProperty, getProperty, getRequest, getSession, setApplicationContext
-
-
-
-
Method Detail
-
getPrinterList
public ServiceData getPrinterList() throws AWException
Provides printer List- Returns:
- Service Output Messages
- Throws:
AWException
- Error retrieving printers
-
-