Class IndexDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.index.server.entity.IndexDetail
- 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 IndexDetailIndexDetail(IndexDetailValue value, EntityPermission entityPermission) Creates a new instance of IndexDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetIndex()getIndex(EntityPermission entityPermission) getIndex(Session session, EntityPermission entityPermission) getIndexForUpdate(Session session) booleanbooleangetIndexType(EntityPermission entityPermission) getIndexType(Session session) getIndexType(Session session, EntityPermission entityPermission) getIndexTypeForUpdate(Session session) booleanbooleangetLanguage(EntityPermission entityPermission) getLanguage(Session session) getLanguage(Session session, EntityPermission entityPermission) getLanguageForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetDirectory(String directory) voidsetFromTime(Long fromTime) voidvoidvoidsetIndexName(String indexName) voidsetIndexPK(IndexPK indexPK) voidsetIndexType(IndexType entity) voidsetIndexTypePK(IndexTypePK indexTypePK) voidsetIsDefault(Boolean isDefault) voidsetLanguage(Language entity) voidsetLanguagePK(LanguagePK languagePK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
IndexDetail
Creates a new instance of IndexDetail- Throws:
PersistenceException
-
IndexDetail
Creates a new instance of IndexDetail
-
-
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
-
getIndexDetailValue
-
setIndexDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getIndexPK
-
getIndex
-
getIndex
-
getIndex
-
getIndex
-
getIndexForUpdate
-
getIndexForUpdate
-
setIndexPK
public void setIndexPK(IndexPK indexPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setIndex
-
getIndexPKHasBeenModified
-
getIndexName
-
setIndexName
public void setIndexName(String indexName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIndexNameHasBeenModified
-
getIndexTypePK
-
getIndexType
-
getIndexType
-
getIndexType
-
getIndexType
-
getIndexTypeForUpdate
-
getIndexTypeForUpdate
-
setIndexTypePK
public void setIndexTypePK(IndexTypePK indexTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setIndexType
-
getIndexTypePKHasBeenModified
-
getLanguagePK
-
getLanguage
-
getLanguage
-
getLanguage
-
getLanguage
-
getLanguageForUpdate
-
getLanguageForUpdate
-
setLanguagePK
public void setLanguagePK(LanguagePK languagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLanguage
-
getLanguagePKHasBeenModified
-
getDirectory
-
setDirectory
public void setDirectory(String directory) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDirectoryHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-