Class UserVisit
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.user.server.entity.UserVisit
- 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 UserVisitUserVisit(UserVisitValue value, EntityPermission entityPermission) Creates a new instance of UserVisit -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAssociateReferral(EntityPermission entityPermission) booleanbooleanbooleangetOfferUse(EntityPermission entityPermission) booleangetPreferredCurrency(EntityPermission entityPermission) booleangetPreferredDateTimeFormat(EntityPermission entityPermission) booleangetPreferredLanguage(EntityPermission entityPermission) booleangetPreferredTimeZone(EntityPermission entityPermission) booleanbooleanbooleangetUserKey(EntityPermission entityPermission) booleangetUserVisitGroup(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidvoidsetAssociateReferralPK(AssociateReferralPK associateReferralPK) voidsetFromTime(Long fromTime) voidsetLastCommandTime(Long lastCommandTime) voidsetOfferUse(OfferUse entity) voidsetOfferUsePK(OfferUsePK offerUsePK) voidsetPreferredCurrency(Currency entity) voidsetPreferredCurrencyPK(CurrencyPK preferredCurrencyPK) voidvoidsetPreferredDateTimeFormatPK(DateTimeFormatPK preferredDateTimeFormatPK) voidsetPreferredLanguage(Language entity) voidsetPreferredLanguagePK(LanguagePK preferredLanguagePK) voidsetPreferredTimeZone(TimeZone entity) voidsetPreferredTimeZonePK(TimeZonePK preferredTimeZonePK) voidsetRetainUntilTime(Long retainUntilTime) voidsetThruTime(Long thruTime) voidsetUserKey(UserKey entity) voidsetUserKeyPK(UserKeyPK userKeyPK) voidsetUserVisitGroup(UserVisitGroup entity) voidsetUserVisitGroupPK(UserVisitGroupPK userVisitGroupPK) voidsetUserVisitValue(UserVisitValue value) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
UserVisit
Creates a new instance of UserVisit- Throws:
PersistenceException
-
UserVisit
Creates a new instance of UserVisit
-
-
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
-
getUserVisitValue
-
setUserVisitValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getUserVisitGroupPK
-
getUserVisitGroup
-
getUserVisitGroup
-
getUserVisitGroupForUpdate
-
setUserVisitGroupPK
public void setUserVisitGroupPK(@Nullable UserVisitGroupPK userVisitGroupPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setUserVisitGroup
-
getUserVisitGroupPKHasBeenModified
-
getUserKeyPK
-
getUserKey
-
getUserKey
-
getUserKeyForUpdate
-
setUserKeyPK
public void setUserKeyPK(@Nullable UserKeyPK userKeyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setUserKey
-
getUserKeyPKHasBeenModified
-
getPreferredLanguagePK
-
getPreferredLanguage
-
getPreferredLanguage
-
getPreferredLanguageForUpdate
-
setPreferredLanguagePK
public void setPreferredLanguagePK(@Nullable LanguagePK preferredLanguagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPreferredLanguage
-
getPreferredLanguagePKHasBeenModified
-
getPreferredCurrencyPK
-
getPreferredCurrency
-
getPreferredCurrency
-
getPreferredCurrencyForUpdate
-
setPreferredCurrencyPK
public void setPreferredCurrencyPK(@Nullable CurrencyPK preferredCurrencyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPreferredCurrency
-
getPreferredCurrencyPKHasBeenModified
-
getPreferredTimeZonePK
-
getPreferredTimeZone
-
getPreferredTimeZone
-
getPreferredTimeZoneForUpdate
-
setPreferredTimeZonePK
public void setPreferredTimeZonePK(@Nullable TimeZonePK preferredTimeZonePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPreferredTimeZone
-
getPreferredTimeZonePKHasBeenModified
-
getPreferredDateTimeFormatPK
-
getPreferredDateTimeFormat
-
getPreferredDateTimeFormat
-
getPreferredDateTimeFormatForUpdate
-
setPreferredDateTimeFormatPK
public void setPreferredDateTimeFormatPK(@Nullable DateTimeFormatPK preferredDateTimeFormatPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPreferredDateTimeFormat
-
getPreferredDateTimeFormatPKHasBeenModified
-
getLastCommandTime
-
setLastCommandTime
public void setLastCommandTime(@Nonnull Long lastCommandTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getLastCommandTimeHasBeenModified
-
getOfferUsePK
-
getOfferUse
-
getOfferUse
-
getOfferUseForUpdate
-
setOfferUsePK
public void setOfferUsePK(@Nullable OfferUsePK offerUsePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOfferUse
-
getOfferUsePKHasBeenModified
-
getAssociateReferralPK
-
getAssociateReferral
-
getAssociateReferral
-
getAssociateReferralForUpdate
-
setAssociateReferralPK
public void setAssociateReferralPK(@Nullable AssociateReferralPK associateReferralPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setAssociateReferral
-
getAssociateReferralPKHasBeenModified
-
getRetainUntilTime
-
setRetainUntilTime
public void setRetainUntilTime(@Nullable Long retainUntilTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getRetainUntilTimeHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-