|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Searchable<T extends Serializable>
Describes a class that contains searchable information. Can be used by the framework search engine to create search indexes and indicate that information in this class should be searched for search terms during actual searches.
| Method Summary | |
|---|---|
Boolean |
getSearchable()
Whether or not this class contains searchable information |
void |
setSearchable(Boolean searchable)
Whether or not this class contains searchable information |
| Methods inherited from interface org.broadleafcommerce.common.value.ValueAssignable |
|---|
getName, getValue, setName, setValue |
| Method Detail |
|---|
Boolean getSearchable()
void setSearchable(Boolean searchable)
searchable - Whether or not this class contains searchable information
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||