|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.domain.impl.AbstractEpDomainImpl
com.elasticpath.domain.impl.AbstractPersistenceImpl
com.elasticpath.domain.search.impl.SfSearchLogImpl
public class SfSearchLogImpl
The default implementation of SfSearchLog.
| Field Summary |
|---|
| Fields inherited from class com.elasticpath.domain.impl.AbstractPersistenceImpl |
|---|
serialVersionUID |
| Constructor Summary | |
|---|---|
SfSearchLogImpl()
|
|
| Method Summary | |
|---|---|
long |
getCategoryRestriction()
Gets the category restriction for this search. |
java.lang.String |
getKeywords()
Gets the keywords that were used to search. |
int |
getResultCount()
Gets the number of results returned by the search. |
java.util.Date |
getSearchTime()
Returns the date that this search was executed. |
boolean |
getSuggestionsGenerated()
Gets whether or not suggestions were generated for this search. |
void |
setCategoryRestriction(long categoryRestriction)
Sets the category restriction for this search. |
void |
setKeywords(java.lang.String keywords)
Sets the keywords that were used to search. |
void |
setResultCount(int resultCount)
Sets the number of results returned by the search. |
void |
setSearchTime(java.util.Date searchTime)
Sets the date that this search was executed. |
void |
setSuggestionsGenerated(boolean suggestionsGenerated)
Sets whether or not suggestions were generated for this search. |
| Methods inherited from class com.elasticpath.domain.impl.AbstractPersistenceImpl |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from class com.elasticpath.domain.impl.AbstractEpDomainImpl |
|---|
getElasticPath, setElasticPath |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.elasticpath.domain.Persistence |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Constructor Detail |
|---|
public SfSearchLogImpl()
| Method Detail |
|---|
public long getCategoryRestriction()
getCategoryRestriction in interface SfSearchLogpublic java.lang.String getKeywords()
getKeywords in interface SfSearchLogpublic int getResultCount()
getResultCount in interface SfSearchLogpublic java.util.Date getSearchTime()
getSearchTime in interface SfSearchLogpublic boolean getSuggestionsGenerated()
getSuggestionsGenerated in interface SfSearchLogpublic void setCategoryRestriction(long categoryRestriction)
setCategoryRestriction in interface SfSearchLogcategoryRestriction - the category restriction for this searchpublic void setKeywords(java.lang.String keywords)
setKeywords in interface SfSearchLogkeywords - the keywords that were used to searchpublic void setResultCount(int resultCount)
setResultCount in interface SfSearchLogresultCount - the number of results returned by the searchpublic void setSearchTime(java.util.Date searchTime)
setSearchTime in interface SfSearchLogsearchTime - the date this search was executedpublic void setSuggestionsGenerated(boolean suggestionsGenerated)
setSuggestionsGenerated in interface SfSearchLogsuggestionsGenerated - whether or not suggestions were generated for this search
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||