|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.openadmin.server.service.UtilityRemoteService
@Service(value="blUtilityRemoteService") public class UtilityRemoteService
| Field Summary | |
|---|---|
protected String |
assetServerUrlPrefix
|
protected DynamicEntityDao |
dynamicEntityDao
|
protected ExploitProtectionService |
exploitProtectionService
|
protected String |
storeFrontWebAppPrefix
|
| Constructor Summary | |
|---|---|
UtilityRemoteService()
|
|
| Method Summary | |
|---|---|
String[] |
getAllItems()
Retrieve all the context and prefix values called out in the interface as a single array. |
String |
getAssetServerUrlPrefix()
Retrieve the portion of the url that is key for identifying a request for a CMS managed asset. |
String |
getStoreFrontWebAppPrefix()
Retrieve the current web url prefix (if any) for the actual store front associated with this admin instance. |
String |
getWebAppContext()
Retrieve the current web application context (if any) in use for this admin application. |
Boolean |
getWorkflowEnabled(String[] qualifiers)
Check if any items are enabled for workflow (catalog, assets, pages, or structured content) Can accept additional qualification data for implementations that support. |
void |
initializeEJB3Configuration()
Initizialize Hibernate EJB3Configuration. |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
|
void |
setAssetServerUrlPrefix(String assetServerUrlPrefix)
|
void |
setStoreFrontWebAppPrefix(String storeFrontWebAppPrefix)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Value(value="${store.front.webapp.prefix}")
protected String storeFrontWebAppPrefix
@Value(value="${asset.server.url.prefix.internal}")
protected String assetServerUrlPrefix
protected ExploitProtectionService exploitProtectionService
protected DynamicEntityDao dynamicEntityDao
| Constructor Detail |
|---|
public UtilityRemoteService()
| Method Detail |
|---|
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansException
public String getWebAppContext()
throws ServiceException
UtilityService
getWebAppContext in interface UtilityServiceServiceException
public String getStoreFrontWebAppPrefix()
throws ServiceException
UtilityService
getStoreFrontWebAppPrefix in interface UtilityServiceServiceExceptionpublic void setStoreFrontWebAppPrefix(String storeFrontWebAppPrefix)
public String getAssetServerUrlPrefix()
throws ServiceException
UtilityService
getAssetServerUrlPrefix in interface UtilityServiceServiceExceptionpublic void setAssetServerUrlPrefix(String assetServerUrlPrefix)
public String[] getAllItems()
throws ServiceException,
com.gwtincubator.security.exception.ApplicationSecurityException
UtilityService
getAllItems in interface UtilityServiceServiceException
com.gwtincubator.security.exception.ApplicationSecurityException
public Boolean getWorkflowEnabled(String[] qualifiers)
throws ServiceException,
com.gwtincubator.security.exception.ApplicationSecurityException
UtilityService
getWorkflowEnabled in interface UtilityServicequalifiers - additional data useful for making a determination
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException
public void initializeEJB3Configuration()
throws ServiceException,
com.gwtincubator.security.exception.ApplicationSecurityException
UtilityService
initializeEJB3Configuration in interface UtilityServiceServiceException
com.gwtincubator.security.exception.ApplicationSecurityException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||