|
|||||||||
| 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.impl.AbstractEpPersistenceServiceImpl
com.elasticpath.service.catalogview.impl.SfSearchLogServiceImpl
public class SfSearchLogServiceImpl
A default implementation of SfSearchLogService.
| Constructor Summary | |
|---|---|
SfSearchLogServiceImpl()
|
|
| Method Summary | |
|---|---|
SfSearchLog |
add(SfSearchLog log)
Adds the given SfSearhLog. |
SfSearchLog |
get(long sfSearchLogUid)
Gets the SfSearhLog indicated by the given Uid. |
java.lang.Object |
getObject(long uid)
Generic load method for all persistable domain models. |
SfSearchLog |
load(long sfSearchLogUid)
Loads the SfSearhLog indicated by the given Uid. |
void |
update(SfSearchLog log)
Updates the given SfSearhLog. |
| Methods inherited from class com.elasticpath.service.impl.AbstractEpPersistenceServiceImpl |
|---|
getPersistenceEngine, setPersistenceEngine |
| 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.EpPersistenceService |
|---|
getPersistenceEngine, setPersistenceEngine |
| Methods inherited from interface com.elasticpath.service.EpService |
|---|
getElasticPath, setElasticPath |
| Constructor Detail |
|---|
public SfSearchLogServiceImpl()
| Method Detail |
|---|
public SfSearchLog add(SfSearchLog log)
throws EpServiceException
add in interface SfSearchLogServicelog - the SfSearchLog to save
EpServiceException - if there are any errors
public SfSearchLog get(long sfSearchLogUid)
throws EpServiceException
get in interface SfSearchLogServicesfSearchLogUid - the uid of the SfSearhLog to load
EpServiceException - if there is an error or the uid does not exist
public java.lang.Object getObject(long uid)
throws EpServiceException
getObject in interface EpPersistenceServiceuid - the persisted instance uid
EpServiceException - - in case of any errors
public SfSearchLog load(long sfSearchLogUid)
throws EpServiceException
load in interface SfSearchLogServicesfSearchLogUid - the uid of the SfSearhLog to load
EpServiceException - if there is an error or the uid does not exist
public void update(SfSearchLog log)
throws EpServiceException
update in interface SfSearchLogServicelog - the SfSearhLog to update
EpServiceException - if there are any errors
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||