@Service(value="blUtilityRemoteService") public class UtilityRemoteService extends Object implements org.springframework.context.ApplicationContextAware, UtilityService
Modifier and Type | Field and Description |
---|---|
protected String |
assetServerUrlPrefix |
protected DynamicEntityDao |
dynamicEntityDao |
protected ExploitProtectionService |
exploitProtectionService |
protected String |
storeFrontWebAppPrefix |
Constructor and Description |
---|
UtilityRemoteService() |
Modifier and Type | Method and Description |
---|---|
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) |
@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
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public String getWebAppContext() throws ServiceException
UtilityService
getWebAppContext
in interface UtilityService
ServiceException
public String getStoreFrontWebAppPrefix() throws ServiceException
UtilityService
getStoreFrontWebAppPrefix
in interface UtilityService
ServiceException
public void setStoreFrontWebAppPrefix(String storeFrontWebAppPrefix)
public String getAssetServerUrlPrefix() throws ServiceException
UtilityService
getAssetServerUrlPrefix
in interface UtilityService
ServiceException
public void setAssetServerUrlPrefix(String assetServerUrlPrefix)
public String[] getAllItems() throws ServiceException, com.gwtincubator.security.exception.ApplicationSecurityException
UtilityService
getAllItems
in interface UtilityService
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException
public Boolean getWorkflowEnabled(String[] qualifiers) throws ServiceException, com.gwtincubator.security.exception.ApplicationSecurityException
UtilityService
getWorkflowEnabled
in interface UtilityService
qualifiers
- additional data useful for making a determinationServiceException
com.gwtincubator.security.exception.ApplicationSecurityException
public void initializeEJB3Configuration() throws ServiceException, com.gwtincubator.security.exception.ApplicationSecurityException
UtilityService
initializeEJB3Configuration
in interface UtilityService
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException
Copyright © 2013. All rights reserved.