|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SfSearchLog
Represents the persistent log information about a search query that has been issued to the storefront.
| 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 interface com.elasticpath.domain.Persistence |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
long getCategoryRestriction()
java.lang.String getKeywords()
int getResultCount()
java.util.Date getSearchTime()
boolean getSuggestionsGenerated()
void setCategoryRestriction(long categoryRestriction)
categoryRestriction - the category restriction for this searchvoid setKeywords(java.lang.String keywords)
keywords - the keywords that were used to searchvoid setResultCount(int resultCount)
resultCount - the number of results returned by the searchvoid setSearchTime(java.util.Date searchTime)
searchTime - the date this search was executedvoid setSuggestionsGenerated(boolean suggestionsGenerated)
suggestionsGenerated - 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 | ||||||||