public class GetCatalogsAction extends ServiceableAction
| Modifier and Type | Field and Description |
|---|---|
private CatalogDAO |
_catalogDAO
The catalog DAO
|
private CatalogsManager |
_catalogsManager
The catalog manager
|
managerEMPTY_MAP| Constructor and Description |
|---|
GetCatalogsAction() |
| Modifier and Type | Method and Description |
|---|---|
Map |
act(Redirector redirector,
SourceResolver resolver,
Map objectModel,
String source,
Parameters parameters) |
void |
service(ServiceManager serviceManager) |
enableLogging, getLogger, setupLogger, setupLogger, setupLoggerprivate CatalogsManager _catalogsManager
private CatalogDAO _catalogDAO
public GetCatalogsAction()
public void service(ServiceManager serviceManager) throws ServiceException
service in interface Serviceableservice in class ServiceableActionServiceExceptionpublic Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
Exception