Class SearchResultAction
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.search.server.entity.SearchResultAction
- 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 SearchResultActionSearchResultAction(SearchResultActionValue value, EntityPermission entityPermission) Creates a new instance of SearchResultAction -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetEntityInstance(EntityPermission entityPermission) getEntityInstance(Session session) getEntityInstance(Session session, EntityPermission entityPermission) getEntityInstanceForUpdate(Session session) booleanbooleangetSearch(EntityPermission entityPermission) getSearch(Session session, EntityPermission entityPermission) getSearchForUpdate(Session session) booleangetSearchResultActionType(EntityPermission entityPermission) getSearchResultActionType(Session session) getSearchResultActionType(Session session, EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetActionTime(Long actionTime) voidsetEntityInstance(EntityInstance entity) voidsetEntityInstancePK(EntityInstancePK entityInstancePK) voidsetFromTime(Long fromTime) voidvoidsetSearchPK(SearchPK searchPK) voidvoidsetSearchResultActionTypePK(SearchResultActionTypePK searchResultActionTypePK) voidvoidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
SearchResultAction
Creates a new instance of SearchResultAction- Throws:
PersistenceException
-
SearchResultAction
Creates a new instance of SearchResultAction
-
-
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
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getSearchResultActionValue
-
setSearchResultActionValue
public void setSearchResultActionValue(SearchResultActionValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getSearchPK
-
getSearch
-
getSearch
-
getSearch
-
getSearch
-
getSearchForUpdate
-
getSearchForUpdate
-
setSearchPK
public void setSearchPK(SearchPK searchPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSearch
-
getSearchPKHasBeenModified
-
getSearchResultActionTypePK
-
getSearchResultActionType
public SearchResultActionType getSearchResultActionType(Session session, EntityPermission entityPermission) -
getSearchResultActionType
-
getSearchResultActionType
-
getSearchResultActionType
-
getSearchResultActionTypeForUpdate
-
getSearchResultActionTypeForUpdate
-
setSearchResultActionTypePK
public void setSearchResultActionTypePK(SearchResultActionTypePK searchResultActionTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSearchResultActionType
-
getSearchResultActionTypePKHasBeenModified
-
getActionTime
-
setActionTime
public void setActionTime(Long actionTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getActionTimeHasBeenModified
-
getEntityInstancePK
-
getEntityInstance
-
getEntityInstance
-
getEntityInstance
-
getEntityInstance
-
getEntityInstanceForUpdate
-
getEntityInstanceForUpdate
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEntityInstance
-
getEntityInstancePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-