Class UserKeyDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.user.server.entity.UserKeyDetail
- 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 UserKeyDetailUserKeyDetail
(UserKeyDetailValue value, EntityPermission entityPermission) Creates a new instance of UserKeyDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getParty()
getParty
(EntityPermission entityPermission) getParty
(Session session, EntityPermission entityPermission) getPartyForUpdate
(Session session) boolean
getPartyRelationship
(EntityPermission entityPermission) getPartyRelationship
(Session session) getPartyRelationship
(Session session, EntityPermission entityPermission) getPartyRelationshipForUpdate
(Session session) boolean
boolean
getUserKey
(EntityPermission entityPermission) getUserKey
(Session session) getUserKey
(Session session, EntityPermission entityPermission) getUserKeyForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
void
setPartyPK
(PartyPK partyPK) void
void
setPartyRelationshipPK
(PartyRelationshipPK partyRelationshipPK) void
setThruTime
(Long thruTime) void
setUserKey
(UserKey entity) void
void
setUserKeyName
(String userKeyName) void
setUserKeyPK
(UserKeyPK userKeyPK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
UserKeyDetail
Creates a new instance of UserKeyDetail- Throws:
PersistenceException
-
UserKeyDetail
Creates a new instance of UserKeyDetail
-
-
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
-
getUserKeyDetailValue
-
setUserKeyDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getUserKeyPK
-
getUserKey
-
getUserKey
-
getUserKey
-
getUserKey
-
getUserKeyForUpdate
-
getUserKeyForUpdate
-
setUserKeyPK
public void setUserKeyPK(UserKeyPK userKeyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setUserKey
-
getUserKeyPKHasBeenModified
-
getUserKeyName
-
setUserKeyName
public void setUserKeyName(String userKeyName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getUserKeyNameHasBeenModified
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getPartyRelationshipPK
-
getPartyRelationship
-
getPartyRelationship
-
getPartyRelationship
-
getPartyRelationship
-
getPartyRelationshipForUpdate
-
getPartyRelationshipForUpdate
-
setPartyRelationshipPK
public void setPartyRelationshipPK(PartyRelationshipPK partyRelationshipPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartyRelationship
-
getPartyRelationshipPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-