Class SelectorNodeTextSearch
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.selector.server.entity.SelectorNodeTextSearch
- 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 SelectorNodeTextSearchSelectorNodeTextSearch(SelectorNodeTextSearchValue value, EntityPermission entityPermission) Creates a new instance of SelectorNodeTextSearch -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetSelectorNode(EntityPermission entityPermission) getSelectorNode(Session session) getSelectorNode(Session session, EntityPermission entityPermission) getSelectorNodeForUpdate(Session session) booleangetSelectorTextSearchType(EntityPermission entityPermission) getSelectorTextSearchType(Session session) getSelectorTextSearchType(Session session, EntityPermission entityPermission) booleangetText()booleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidsetSelectorNode(SelectorNode entity) voidsetSelectorNodePK(SelectorNodePK selectorNodePK) voidvoidvoidsetSelectorTextSearchTypePK(SelectorTextSearchTypePK selectorTextSearchTypePK) voidvoidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
SelectorNodeTextSearch
Creates a new instance of SelectorNodeTextSearch- Throws:
PersistenceException
-
SelectorNodeTextSearch
Creates a new instance of SelectorNodeTextSearch
-
-
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
-
getSelectorNodeTextSearchValue
-
setSelectorNodeTextSearchValue
public void setSelectorNodeTextSearchValue(SelectorNodeTextSearchValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getSelectorNodePK
-
getSelectorNode
-
getSelectorNode
-
getSelectorNode
-
getSelectorNode
-
getSelectorNodeForUpdate
-
getSelectorNodeForUpdate
-
setSelectorNodePK
public void setSelectorNodePK(SelectorNodePK selectorNodePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSelectorNode
-
getSelectorNodePKHasBeenModified
-
getSelectorTextSearchTypePK
-
getSelectorTextSearchType
public SelectorTextSearchType getSelectorTextSearchType(Session session, EntityPermission entityPermission) -
getSelectorTextSearchType
-
getSelectorTextSearchType
-
getSelectorTextSearchType
-
getSelectorTextSearchTypeForUpdate
-
getSelectorTextSearchTypeForUpdate
-
setSelectorTextSearchTypePK
public void setSelectorTextSearchTypePK(SelectorTextSearchTypePK selectorTextSearchTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSelectorTextSearchType
-
getSelectorTextSearchTypePKHasBeenModified
-
getText
-
setText
-
getTextHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-