|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RuleParameterService
Provides rule parameter related services.
| Method Summary | |
|---|---|
RuleParameter |
add(RuleParameter ruleParameter)
Adds the given ruleParameter. |
java.util.List |
findUniqueParametersWithKey(java.lang.String parameterKey)
Get the list of unique RuleParameter value for the given parameter key. |
RuleParameter |
get(long ruleParameterUid)
Get the ruleParameter with the given UID. |
RuleParameter |
load(long ruleParameterUid)
Load the ruleParameter with the given UID. |
void |
remove(RuleParameter ruleParameter)
Delete the ruleParameter. |
void |
update(RuleParameter ruleParameter)
Updates the given ruleParameterle. |
| Methods inherited from interface com.elasticpath.service.EpPersistenceService |
|---|
getObject, getPersistenceEngine, setPersistenceEngine |
| Methods inherited from interface com.elasticpath.service.EpService |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
RuleParameter add(RuleParameter ruleParameter)
throws EpServiceException
ruleParameter - the ruleParameter to add
EpServiceException - - in case of any errors
java.util.List findUniqueParametersWithKey(java.lang.String parameterKey)
throws EpServiceException
RuleParameter value for the given parameter key.
parameterKey - - the RuleParameter key.
RuleParameters for the given parameter key.
EpServiceException - in case of errors.
RuleParameter get(long ruleParameterUid)
throws EpServiceException
ruleParameterUid - the ruleParameter UID
EpServiceException - - in case of any errors
RuleParameter load(long ruleParameterUid)
throws EpServiceException
ruleParameterUid - the ruleParameter UID
EpServiceException - - in case of any errors
void remove(RuleParameter ruleParameter)
throws EpServiceException
ruleParameter - the ruleParameter to remove
EpServiceException - - in case of any errors
void update(RuleParameter ruleParameter)
throws EpServiceException
ruleParameter - the ruleParameter to update
EpServiceException - - in case of any errors
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||