Class TrainingClassPageDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.training.server.entity.TrainingClassPageDetail
- 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 TrainingClassPageDetailTrainingClassPageDetail
(TrainingClassPageDetailValue value, EntityPermission entityPermission) Creates a new instance of TrainingClassPageDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
getTrainingClassPage
(EntityPermission entityPermission) getTrainingClassPage
(Session session) getTrainingClassPage
(Session session, EntityPermission entityPermission) getTrainingClassPageForUpdate
(Session session) boolean
boolean
getTrainingClassSection
(EntityPermission entityPermission) getTrainingClassSection
(Session session) getTrainingClassSection
(Session session, EntityPermission entityPermission) getTrainingClassSectionForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
void
void
setTrainingClassPageName
(String trainingClassPageName) void
setTrainingClassPagePK
(TrainingClassPagePK trainingClassPagePK) void
void
setTrainingClassSectionPK
(TrainingClassSectionPK trainingClassSectionPK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
TrainingClassPageDetail
Creates a new instance of TrainingClassPageDetail- Throws:
PersistenceException
-
TrainingClassPageDetail
public TrainingClassPageDetail(TrainingClassPageDetailValue value, EntityPermission entityPermission) Creates a new instance of TrainingClassPageDetail
-
-
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
-
getTrainingClassPageDetailValue
-
setTrainingClassPageDetailValue
public void setTrainingClassPageDetailValue(TrainingClassPageDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getTrainingClassPagePK
-
getTrainingClassPage
-
getTrainingClassPage
-
getTrainingClassPage
-
getTrainingClassPage
-
getTrainingClassPageForUpdate
-
getTrainingClassPageForUpdate
-
setTrainingClassPagePK
public void setTrainingClassPagePK(TrainingClassPagePK trainingClassPagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTrainingClassPage
-
getTrainingClassPagePKHasBeenModified
-
getTrainingClassSectionPK
-
getTrainingClassSection
public TrainingClassSection getTrainingClassSection(Session session, EntityPermission entityPermission) -
getTrainingClassSection
-
getTrainingClassSection
-
getTrainingClassSection
-
getTrainingClassSectionForUpdate
-
getTrainingClassSectionForUpdate
-
setTrainingClassSectionPK
public void setTrainingClassSectionPK(TrainingClassSectionPK trainingClassSectionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTrainingClassSection
-
getTrainingClassSectionPKHasBeenModified
-
getTrainingClassPageName
-
setTrainingClassPageName
public void setTrainingClassPageName(String trainingClassPageName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getTrainingClassPageNameHasBeenModified
-
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
-