org.broadleafcommerce.cms.admin.server
Class CMSUtilityRemoteService

java.lang.Object
  extended by org.broadleafcommerce.openadmin.server.service.UtilityRemoteService
      extended by org.broadleafcommerce.cms.admin.server.CMSUtilityRemoteService
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, UtilityService, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class CMSUtilityRemoteService
extends UtilityRemoteService

Author:
jfischer

Field Summary
protected  boolean automaticallyApproveAndPromotePages
           
protected  boolean automaticallyApproveAndPromoteStaticAssets
           
protected  boolean automaticallyApproveAndPromoteStructuredContent
           
 
Fields inherited from class org.broadleafcommerce.openadmin.server.service.UtilityRemoteService
assetServerUrlPrefix, dynamicEntityDao, exploitProtectionService, storeFrontWebAppPrefix
 
Constructor Summary
CMSUtilityRemoteService()
           
 
Method Summary
 Boolean getWorkflowEnabled(String[] qualifiers)
           
 
Methods inherited from class org.broadleafcommerce.openadmin.server.service.UtilityRemoteService
getAllItems, getAssetServerUrlPrefix, getStoreFrontWebAppPrefix, getWebAppContext, initializeEJB3Configuration, setApplicationContext, setAssetServerUrlPrefix, setStoreFrontWebAppPrefix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

automaticallyApproveAndPromoteStaticAssets

@Value(value="${automatically.approve.static.assets}")
protected boolean automaticallyApproveAndPromoteStaticAssets

automaticallyApproveAndPromotePages

@Value(value="${automatically.approve.pages}")
protected boolean automaticallyApproveAndPromotePages

automaticallyApproveAndPromoteStructuredContent

@Value(value="${automatically.approve.structured.content}")
protected boolean automaticallyApproveAndPromoteStructuredContent
Constructor Detail

CMSUtilityRemoteService

public CMSUtilityRemoteService()
Method Detail

getWorkflowEnabled

public Boolean getWorkflowEnabled(String[] qualifiers)
                           throws ServiceException,
                                  com.gwtincubator.security.exception.ApplicationSecurityException
Specified by:
getWorkflowEnabled in interface UtilityService
Overrides:
getWorkflowEnabled in class UtilityRemoteService
Throws:
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException


Copyright © 2013. All Rights Reserved.