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 TypeMethodDescriptionboolean
boolean
boolean
getIndex()
getIndex
(EntityPermission entityPermission) getIndex
(Session session, EntityPermission entityPermission) getIndexForUpdate
(Session session) boolean
boolean
getIndexType
(EntityPermission entityPermission) getIndexType
(Session session) getIndexType
(Session session, EntityPermission entityPermission) getIndexTypeForUpdate
(Session session) boolean
boolean
getLanguage
(EntityPermission entityPermission) getLanguage
(Session session) getLanguage
(Session session, EntityPermission entityPermission) getLanguageForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setDirectory
(String directory) void
setFromTime
(Long fromTime) void
void
void
setIndexName
(String indexName) void
setIndexPK
(IndexPK indexPK) void
setIndexType
(IndexType entity) void
setIndexTypePK
(IndexTypePK indexTypePK) void
setIsDefault
(Boolean isDefault) void
setLanguage
(Language entity) void
setLanguagePK
(LanguagePK languagePK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getIndexDetailValue
-
setIndexDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-