Class EventSubscriberDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.EventSubscriberDetail
- 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 EventSubscriberDetailEventSubscriberDetail
(EventSubscriberDetailValue value, EntityPermission entityPermission) Creates a new instance of EventSubscriberDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getEntityInstance
(EntityPermission entityPermission) getEntityInstance
(Session session) getEntityInstance
(Session session, EntityPermission entityPermission) getEntityInstanceForUpdate
(Session session) boolean
getEventSubscriber
(EntityPermission entityPermission) getEventSubscriber
(Session session) getEventSubscriber
(Session session, EntityPermission entityPermission) getEventSubscriberForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setDescription
(String description) void
setEntityInstance
(EntityInstance entity) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) void
setEventSubscriber
(EventSubscriber entity) void
void
setEventSubscriberName
(String eventSubscriberName) void
setEventSubscriberPK
(EventSubscriberPK eventSubscriberPK) void
setFromTime
(Long fromTime) 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
-
EventSubscriberDetail
Creates a new instance of EventSubscriberDetail- Throws:
PersistenceException
-
EventSubscriberDetail
Creates a new instance of EventSubscriberDetail
-
-
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
-
getEventSubscriberDetailValue
-
setEventSubscriberDetailValue
public void setEventSubscriberDetailValue(EventSubscriberDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getEventSubscriberPK
-
getEventSubscriber
-
getEventSubscriber
-
getEventSubscriber
-
getEventSubscriber
-
getEventSubscriberForUpdate
-
getEventSubscriberForUpdate
-
setEventSubscriberPK
public void setEventSubscriberPK(EventSubscriberPK eventSubscriberPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEventSubscriber
-
getEventSubscriberPKHasBeenModified
-
getEventSubscriberName
-
setEventSubscriberName
public void setEventSubscriberName(String eventSubscriberName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getEventSubscriberNameHasBeenModified
-
getEntityInstancePK
-
getEntityInstance
-
getEntityInstance
-
getEntityInstance
-
getEntityInstance
-
getEntityInstanceForUpdate
-
getEntityInstanceForUpdate
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEntityInstance
-
getEntityInstancePKHasBeenModified
-
getDescription
-
setDescription
public void setDescription(String description) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDescriptionHasBeenModified
-
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
-