Class SearchResult
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.search.server.entity.SearchResult
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of SearchResultSearchResult(SearchResultValue value, EntityPermission entityPermission) Creates a new instance of SearchResult -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEntityInstance(EntityPermission entityPermission) booleangetSearch(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidsetEntityInstance(EntityInstance entity) voidsetEntityInstancePK(EntityInstancePK entityInstancePK) voidvoidsetSearchPK(SearchPK searchPK) voidvoidsetSortOrder(Integer sortOrder) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
SearchResult
Creates a new instance of SearchResult- Throws:
PersistenceException
-
SearchResult
Creates a new instance of SearchResult
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getSearchResultValue
-
setSearchResultValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getSearchPK
-
getSearch
-
getSearch
-
getSearchForUpdate
-
setSearchPK
public void setSearchPK(SearchPK searchPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSearch
-
getSearchPKHasBeenModified
-
getEntityInstancePK
-
getEntityInstance
-
getEntityInstance
-
getEntityInstanceForUpdate
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEntityInstance
-
getEntityInstancePKHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-