|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.service.impl.AbstractEpServiceImpl
com.elasticpath.service.misc.impl.PropertyServiceImpl
public class PropertyServiceImpl
This service provides domain objects relating to system properties.
| Constructor Summary | |
|---|---|
PropertyServiceImpl()
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
getCategoryTemplates()
Get array of catalog template names. |
java.lang.String[] |
getProductTemplates()
Get a array of templates for productTypes. |
java.util.Map |
getPropertiesMap()
Returns a properties map where the keys are properties file names and the values are Properties objects. |
void |
setPropertiesDao(PropertiesDao propertiesDao)
Set the DAO used to load properties. |
| Methods inherited from class com.elasticpath.service.impl.AbstractEpServiceImpl |
|---|
getElasticPath, setElasticPath |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.elasticpath.service.EpService |
|---|
getElasticPath, setElasticPath |
| Constructor Detail |
|---|
public PropertyServiceImpl()
| Method Detail |
|---|
public java.lang.String[] getCategoryTemplates()
getCategoryTemplates in interface PropertyServicepublic java.lang.String[] getProductTemplates()
getProductTemplates in interface PropertyServicepublic java.util.Map getPropertiesMap()
getPropertiesMap in interface PropertyServicepublic void setPropertiesDao(PropertiesDao propertiesDao)
setPropertiesDao in interface PropertyServicepropertiesDao - the DAO used to load properties.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||