Class CommunicationSourceDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.communication.server.entity.CommunicationSourceDetail
- 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 CommunicationSourceDetailCommunicationSourceDetail
(CommunicationSourceDetailValue value, EntityPermission entityPermission) Creates a new instance of CommunicationSourceDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCommunicationSource
(EntityPermission entityPermission) getCommunicationSource
(Session session) getCommunicationSource
(Session session, EntityPermission entityPermission) getCommunicationSourceForUpdate
(Session session) boolean
boolean
getCommunicationSourceType
(EntityPermission entityPermission) getCommunicationSourceType
(Session session) getCommunicationSourceType
(Session session, EntityPermission entityPermission) boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
void
setCommunicationSourceName
(String communicationSourceName) void
setCommunicationSourcePK
(CommunicationSourcePK communicationSourcePK) void
void
setCommunicationSourceTypePK
(CommunicationSourceTypePK communicationSourceTypePK) 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
-
CommunicationSourceDetail
Creates a new instance of CommunicationSourceDetail- Throws:
PersistenceException
-
CommunicationSourceDetail
public CommunicationSourceDetail(CommunicationSourceDetailValue value, EntityPermission entityPermission) Creates a new instance of CommunicationSourceDetail
-
-
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
-
getCommunicationSourceDetailValue
-
setCommunicationSourceDetailValue
public void setCommunicationSourceDetailValue(CommunicationSourceDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getCommunicationSourcePK
-
getCommunicationSource
public CommunicationSource getCommunicationSource(Session session, EntityPermission entityPermission) -
getCommunicationSource
-
getCommunicationSource
-
getCommunicationSource
-
getCommunicationSourceForUpdate
-
getCommunicationSourceForUpdate
-
setCommunicationSourcePK
public void setCommunicationSourcePK(CommunicationSourcePK communicationSourcePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCommunicationSource
-
getCommunicationSourcePKHasBeenModified
-
getCommunicationSourceName
-
setCommunicationSourceName
public void setCommunicationSourceName(String communicationSourceName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCommunicationSourceNameHasBeenModified
-
getCommunicationSourceTypePK
-
getCommunicationSourceType
public CommunicationSourceType getCommunicationSourceType(Session session, EntityPermission entityPermission) -
getCommunicationSourceType
-
getCommunicationSourceType
-
getCommunicationSourceType
-
getCommunicationSourceTypeForUpdate
-
getCommunicationSourceTypeForUpdate
-
setCommunicationSourceTypePK
public void setCommunicationSourceTypePK(CommunicationSourceTypePK communicationSourceTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCommunicationSourceType
-
getCommunicationSourceTypePKHasBeenModified
-
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
-