public class GetCatalogsAction extends ServiceableAction
Modifier and Type | Field and Description |
---|---|
private CatalogDAO |
_catalogDAO
The catalog DAO
|
private CatalogsManager |
_catalogsManager
The catalog manager
|
manager
EMPTY_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, setupLogger
private CatalogsManager _catalogsManager
private CatalogDAO _catalogDAO
public GetCatalogsAction()
public void service(ServiceManager serviceManager) throws ServiceException
service
in interface Serviceable
service
in class ServiceableAction
ServiceException
public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
Exception