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 TypeMethodDescriptionbooleanbooleangetParty()getParty(EntityPermission entityPermission) getParty(Session session, EntityPermission entityPermission) getPartyForUpdate(Session session) booleangetPartyRelationship(EntityPermission entityPermission) getPartyRelationship(Session session) getPartyRelationship(Session session, EntityPermission entityPermission) getPartyRelationshipForUpdate(Session session) booleanbooleangetUserKey(EntityPermission entityPermission) getUserKey(Session session) getUserKey(Session session, EntityPermission entityPermission) getUserKeyForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidvoidsetPartyPK(PartyPK partyPK) voidvoidsetPartyRelationshipPK(PartyRelationshipPK partyRelationshipPK) voidsetThruTime(Long thruTime) voidsetUserKey(UserKey entity) voidvoidsetUserKeyName(String userKeyName) voidsetUserKeyPK(UserKeyPK userKeyPK) voidtoString()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:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getUserKeyDetailValue
-
setUserKeyDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin 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
-