Uses of Class
com.echothree.model.data.core.common.pk.EntityInstancePK
Packages that use EntityInstancePK
Package
Description
-
Uses of EntityInstancePK in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control with parameters of type EntityInstancePKModifier and TypeMethodDescriptionCoreControl.getEntityInstanceByPK
(EntityInstancePK entityInstancePK) -
Uses of EntityInstancePK in com.echothree.model.control.core.server.database
Methods in com.echothree.model.control.core.server.database that return EntityInstancePKModifier and TypeMethodDescriptionEntityInstanceResult.getEntityInstancePK()
Returns the entityInstancePK.Methods in com.echothree.model.control.core.server.database with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
EntityInstanceResult.setEntityInstancePK
(EntityInstancePK entityInstancePK) Sets the entityInstancePK. -
Uses of EntityInstancePK in com.echothree.model.control.item.server.database
Methods in com.echothree.model.control.item.server.database that return EntityInstancePKModifier and TypeMethodDescriptionItemEntityInstanceResult.getEntityInstancePK()
Returns the entityInstancePK.Methods in com.echothree.model.control.item.server.database with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
ItemEntityInstanceResult.setEntityInstancePK
(EntityInstancePK entityInstancePK) Sets the entityInstancePK. -
Uses of EntityInstancePK in com.echothree.model.control.search.server.search
Methods in com.echothree.model.control.search.server.search with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
EntityInstancePKHolder.add
(EntityInstancePK entityInstancePK, Integer sortOrder) -
Uses of EntityInstancePK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return EntityInstancePKMethods in com.echothree.model.data.accounting.server.entity with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
TransactionEntityRole.setEntityInstancePK
(EntityInstancePK entityInstancePK) -
Uses of EntityInstancePK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory with parameters of type EntityInstancePKModifier and TypeMethodDescriptionTransactionEntityRoleFactory.create
(TransactionPK transactionPK, TransactionEntityRoleTypePK transactionEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) TransactionEntityRoleFactory.create
(Session session, TransactionPK transactionPK, TransactionEntityRoleTypePK transactionEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) -
Uses of EntityInstancePK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return EntityInstancePKMethods in com.echothree.model.data.accounting.server.value with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
TransactionEntityRoleValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) Constructors in com.echothree.model.data.accounting.server.value with parameters of type EntityInstancePKModifierConstructorDescriptionTransactionEntityRoleValue
(TransactionEntityRolePK transactionEntityRolePK, TransactionPK transactionPK, TransactionEntityRoleTypePK transactionEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of TransactionEntityRoleValueTransactionEntityRoleValue
(TransactionPK transactionPK, TransactionEntityRoleTypePK transactionEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of TransactionEntityRoleValue -
Uses of EntityInstancePK in com.echothree.model.data.associate.server.entity
Methods in com.echothree.model.data.associate.server.entity that return EntityInstancePKMethods in com.echothree.model.data.associate.server.entity with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
AssociateReferralDetail.setTargetEntityInstancePK
(EntityInstancePK targetEntityInstancePK) -
Uses of EntityInstancePK in com.echothree.model.data.associate.server.factory
Methods in com.echothree.model.data.associate.server.factory with parameters of type EntityInstancePKModifier and TypeMethodDescriptionAssociateReferralDetailFactory.create
(AssociateReferralPK associateReferralPK, String associateReferralName, AssociatePK associatePK, AssociatePartyContactMechanismPK associatePartyContactMechanismPK, EntityInstancePK targetEntityInstancePK, Long associateReferralTime, Long fromTime, Long thruTime) AssociateReferralDetailFactory.create
(Session session, AssociateReferralPK associateReferralPK, String associateReferralName, AssociatePK associatePK, AssociatePartyContactMechanismPK associatePartyContactMechanismPK, EntityInstancePK targetEntityInstancePK, Long associateReferralTime, Long fromTime, Long thruTime) -
Uses of EntityInstancePK in com.echothree.model.data.associate.server.value
Methods in com.echothree.model.data.associate.server.value that return EntityInstancePKMethods in com.echothree.model.data.associate.server.value with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
AssociateReferralDetailValue.setTargetEntityInstancePK
(EntityInstancePK targetEntityInstancePK) Constructors in com.echothree.model.data.associate.server.value with parameters of type EntityInstancePKModifierConstructorDescriptionAssociateReferralDetailValue
(AssociateReferralDetailPK associateReferralDetailPK, AssociateReferralPK associateReferralPK, String associateReferralName, AssociatePK associatePK, AssociatePartyContactMechanismPK associatePartyContactMechanismPK, EntityInstancePK targetEntityInstancePK, Long associateReferralTime, Long fromTime, Long thruTime) Creates a new instance of AssociateReferralDetailValueAssociateReferralDetailValue
(AssociateReferralPK associateReferralPK, String associateReferralName, AssociatePK associatePK, AssociatePartyContactMechanismPK associatePartyContactMechanismPK, EntityInstancePK targetEntityInstancePK, Long associateReferralTime, Long fromTime, Long thruTime) Creates a new instance of AssociateReferralDetailValue -
Uses of EntityInstancePK in com.echothree.model.data.batch.server.entity
Methods in com.echothree.model.data.batch.server.entity that return EntityInstancePKMethods in com.echothree.model.data.batch.server.entity with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
BatchEntity.setEntityInstancePK
(EntityInstancePK entityInstancePK) -
Uses of EntityInstancePK in com.echothree.model.data.batch.server.factory
Methods in com.echothree.model.data.batch.server.factory with parameters of type EntityInstancePK -
Uses of EntityInstancePK in com.echothree.model.data.batch.server.value
Methods in com.echothree.model.data.batch.server.value that return EntityInstancePKMethods in com.echothree.model.data.batch.server.value with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
BatchEntityValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) Constructors in com.echothree.model.data.batch.server.value with parameters of type EntityInstancePKModifierConstructorDescriptionBatchEntityValue
(BatchEntityPK batchEntityPK, EntityInstancePK entityInstancePK, BatchPK batchPK, Long fromTime, Long thruTime) Creates a new instance of BatchEntityValueBatchEntityValue
(EntityInstancePK entityInstancePK, BatchPK batchPK, Long fromTime, Long thruTime) Creates a new instance of BatchEntityValue -
Uses of EntityInstancePK in com.echothree.model.data.chain.server.entity
Methods in com.echothree.model.data.chain.server.entity that return EntityInstancePKMethods in com.echothree.model.data.chain.server.entity with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
ChainInstanceEntityRole.setEntityInstancePK
(EntityInstancePK entityInstancePK) -
Uses of EntityInstancePK in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory with parameters of type EntityInstancePKModifier and TypeMethodDescriptionChainInstanceEntityRoleFactory.create
(ChainInstancePK chainInstancePK, ChainEntityRoleTypePK chainEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) ChainInstanceEntityRoleFactory.create
(Session session, ChainInstancePK chainInstancePK, ChainEntityRoleTypePK chainEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) -
Uses of EntityInstancePK in com.echothree.model.data.chain.server.value
Methods in com.echothree.model.data.chain.server.value that return EntityInstancePKMethods in com.echothree.model.data.chain.server.value with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
ChainInstanceEntityRoleValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) Constructors in com.echothree.model.data.chain.server.value with parameters of type EntityInstancePKModifierConstructorDescriptionChainInstanceEntityRoleValue
(ChainInstanceEntityRolePK chainInstanceEntityRolePK, ChainInstancePK chainInstancePK, ChainEntityRoleTypePK chainEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of ChainInstanceEntityRoleValueChainInstanceEntityRoleValue
(ChainInstancePK chainInstancePK, ChainEntityRoleTypePK chainEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of ChainInstanceEntityRoleValue -
Uses of EntityInstancePK in com.echothree.model.data.comment.server.entity
Methods in com.echothree.model.data.comment.server.entity that return EntityInstancePKModifier and TypeMethodDescriptionCommentDetail.getCommentedByEntityInstancePK()
CommentDetail.getCommentedEntityInstancePK()
Methods in com.echothree.model.data.comment.server.entity with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
CommentDetail.setCommentedByEntityInstancePK
(EntityInstancePK commentedByEntityInstancePK) void
CommentDetail.setCommentedEntityInstancePK
(EntityInstancePK commentedEntityInstancePK) -
Uses of EntityInstancePK in com.echothree.model.data.comment.server.factory
Methods in com.echothree.model.data.comment.server.factory with parameters of type EntityInstancePKModifier and TypeMethodDescriptionCommentDetailFactory.create
(CommentPK commentPK, String commentName, CommentTypePK commentTypePK, EntityInstancePK commentedEntityInstancePK, EntityInstancePK commentedByEntityInstancePK, LanguagePK languagePK, String description, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) CommentDetailFactory.create
(Session session, CommentPK commentPK, String commentName, CommentTypePK commentTypePK, EntityInstancePK commentedEntityInstancePK, EntityInstancePK commentedByEntityInstancePK, LanguagePK languagePK, String description, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) -
Uses of EntityInstancePK in com.echothree.model.data.comment.server.value
Methods in com.echothree.model.data.comment.server.value that return EntityInstancePKModifier and TypeMethodDescriptionCommentDetailValue.getCommentedByEntityInstancePK()
CommentDetailValue.getCommentedEntityInstancePK()
Methods in com.echothree.model.data.comment.server.value with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
CommentDetailValue.setCommentedByEntityInstancePK
(EntityInstancePK commentedByEntityInstancePK) void
CommentDetailValue.setCommentedEntityInstancePK
(EntityInstancePK commentedEntityInstancePK) Constructors in com.echothree.model.data.comment.server.value with parameters of type EntityInstancePKModifierConstructorDescriptionCommentDetailValue
(CommentDetailPK commentDetailPK, CommentPK commentPK, String commentName, CommentTypePK commentTypePK, EntityInstancePK commentedEntityInstancePK, EntityInstancePK commentedByEntityInstancePK, LanguagePK languagePK, String description, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of CommentDetailValueCommentDetailValue
(CommentPK commentPK, String commentName, CommentTypePK commentTypePK, EntityInstancePK commentedEntityInstancePK, EntityInstancePK commentedByEntityInstancePK, LanguagePK languagePK, String description, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of CommentDetailValue -
Uses of EntityInstancePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityInstancePKModifier and TypeMethodDescriptionEvent.getCreatedByPK()
EntityCollectionAttribute.getEntityInstanceAttributePK()
EntityEntityAttribute.getEntityInstanceAttributePK()
CacheEntryDependency.getEntityInstancePK()
EntityAlias.getEntityInstancePK()
EntityAppearance.getEntityInstancePK()
EntityBlobAttribute.getEntityInstancePK()
EntityBooleanAttribute.getEntityInstancePK()
EntityClobAttribute.getEntityInstancePK()
EntityCollectionAttribute.getEntityInstancePK()
EntityDateAttribute.getEntityInstancePK()
EntityEntityAttribute.getEntityInstancePK()
EntityGeoPointAttribute.getEntityInstancePK()
EntityIntegerAttribute.getEntityInstancePK()
EntityListItemAttribute.getEntityInstancePK()
EntityLongAttribute.getEntityInstancePK()
EntityMultipleListItemAttribute.getEntityInstancePK()
EntityNameAttribute.getEntityInstancePK()
EntityStringAttribute.getEntityInstancePK()
EntityTime.getEntityInstancePK()
EntityTimeAttribute.getEntityInstancePK()
EntityVisit.getEntityInstancePK()
Event.getEntityInstancePK()
EventSubscriberDetail.getEntityInstancePK()
EventSubscriberEntityInstance.getEntityInstancePK()
EntityInstance.getPrimaryKey()
Event.getRelatedEntityInstancePK()
EntityVisit.getVisitedEntityInstancePK()
Methods in com.echothree.model.data.core.server.entity with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
Event.setCreatedByPK
(EntityInstancePK createdByPK) void
EntityCollectionAttribute.setEntityInstanceAttributePK
(EntityInstancePK entityInstanceAttributePK) void
EntityEntityAttribute.setEntityInstanceAttributePK
(EntityInstancePK entityInstanceAttributePK) void
CacheEntryDependency.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityAlias.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityAppearance.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityBlobAttribute.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityBooleanAttribute.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityClobAttribute.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityCollectionAttribute.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityDateAttribute.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityEntityAttribute.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityGeoPointAttribute.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityIntegerAttribute.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityListItemAttribute.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityLongAttribute.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityMultipleListItemAttribute.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityNameAttribute.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityStringAttribute.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityTime.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityTimeAttribute.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityVisit.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
Event.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EventSubscriberDetail.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EventSubscriberEntityInstance.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
Event.setRelatedEntityInstancePK
(EntityInstancePK relatedEntityInstancePK) void
EntityVisit.setVisitedEntityInstancePK
(EntityInstancePK visitedEntityInstancePK) -
Uses of EntityInstancePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityInstancePKModifier and TypeMethodDescriptionEntityInstanceFactory.getNextPK()
EntityInstanceFactory.getPKFromQuery
(PreparedStatement ps, Object... params) EntityInstanceFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityInstancePKModifier and TypeMethodDescriptionEntityInstanceFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) EntityInstanceFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) EntityInstanceFactory.getPKsFromResultSetAsList
(ResultSet rs) EntityInstanceFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityInstancePKModifier and TypeMethodDescriptionCacheEntryDependencyFactory.create
(CacheEntryPK cacheEntryPK, EntityInstancePK entityInstancePK) CacheEntryDependencyFactory.create
(Session session, CacheEntryPK cacheEntryPK, EntityInstancePK entityInstancePK) EntityAliasFactory.create
(EntityInstancePK entityInstancePK, EntityAliasTypePK entityAliasTypePK, String alias, Long fromTime, Long thruTime) EntityAliasFactory.create
(Session session, EntityInstancePK entityInstancePK, EntityAliasTypePK entityAliasTypePK, String alias, Long fromTime, Long thruTime) EntityAppearanceFactory.create
(EntityInstancePK entityInstancePK, AppearancePK appearancePK, Long fromTime, Long thruTime) EntityAppearanceFactory.create
(Session session, EntityInstancePK entityInstancePK, AppearancePK appearancePK, Long fromTime, Long thruTime) EntityBlobAttributeFactory.create
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, ByteArray blobAttribute, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) EntityBlobAttributeFactory.create
(Session session, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, ByteArray blobAttribute, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) EntityBooleanAttributeFactory.create
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Boolean booleanAttribute, Long fromTime, Long thruTime) EntityBooleanAttributeFactory.create
(Session session, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Boolean booleanAttribute, Long fromTime, Long thruTime) EntityClobAttributeFactory.create
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, String clobAttribute, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) EntityClobAttributeFactory.create
(Session session, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, String clobAttribute, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) EntityCollectionAttributeFactory.create
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityInstancePK entityInstanceAttributePK, Long fromTime, Long thruTime) EntityCollectionAttributeFactory.create
(Session session, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityInstancePK entityInstanceAttributePK, Long fromTime, Long thruTime) EntityDateAttributeFactory.create
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer dateAttribute, Long fromTime, Long thruTime) EntityDateAttributeFactory.create
(Session session, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer dateAttribute, Long fromTime, Long thruTime) EntityEntityAttributeFactory.create
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityInstancePK entityInstanceAttributePK, Long fromTime, Long thruTime) EntityEntityAttributeFactory.create
(Session session, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityInstancePK entityInstanceAttributePK, Long fromTime, Long thruTime) EntityGeoPointAttributeFactory.create
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer latitude, Integer longitude, Long elevation, Long altitude, Long fromTime, Long thruTime) EntityGeoPointAttributeFactory.create
(Session session, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer latitude, Integer longitude, Long elevation, Long altitude, Long fromTime, Long thruTime) EntityIntegerAttributeFactory.create
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer integerAttribute, Long fromTime, Long thruTime) EntityIntegerAttributeFactory.create
(Session session, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer integerAttribute, Long fromTime, Long thruTime) EntityListItemAttributeFactory.create
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityListItemPK entityListItemPK, Long fromTime, Long thruTime) EntityListItemAttributeFactory.create
(Session session, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityListItemPK entityListItemPK, Long fromTime, Long thruTime) EntityLongAttributeFactory.create
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Long longAttribute, Long fromTime, Long thruTime) EntityLongAttributeFactory.create
(Session session, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Long longAttribute, Long fromTime, Long thruTime) EntityMultipleListItemAttributeFactory.create
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityListItemPK entityListItemPK, Long fromTime, Long thruTime) EntityMultipleListItemAttributeFactory.create
(Session session, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityListItemPK entityListItemPK, Long fromTime, Long thruTime) EntityNameAttributeFactory.create
(EntityAttributePK entityAttributePK, String nameAttribute, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) EntityNameAttributeFactory.create
(Session session, EntityAttributePK entityAttributePK, String nameAttribute, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) EntityStringAttributeFactory.create
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, String stringAttribute, Long fromTime, Long thruTime) EntityStringAttributeFactory.create
(Session session, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, String stringAttribute, Long fromTime, Long thruTime) EntityTimeAttributeFactory.create
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Long timeAttribute, Long fromTime, Long thruTime) EntityTimeAttributeFactory.create
(Session session, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Long timeAttribute, Long fromTime, Long thruTime) EntityTimeFactory.create
(EntityInstancePK entityInstancePK, Long createdTime, Long modifiedTime, Long deletedTime) EntityTimeFactory.create
(Session session, EntityInstancePK entityInstancePK, Long createdTime, Long modifiedTime, Long deletedTime) EntityVisitFactory.create
(EntityInstancePK entityInstancePK, EntityInstancePK visitedEntityInstancePK, Long visitedTime) EntityVisitFactory.create
(Session session, EntityInstancePK entityInstancePK, EntityInstancePK visitedEntityInstancePK, Long visitedTime) EventFactory.create
(EventGroupPK eventGroupPK, Long eventTime, Integer eventTimeSequence, EntityInstancePK entityInstancePK, EventTypePK eventTypePK, EntityInstancePK relatedEntityInstancePK, EventTypePK relatedEventTypePK, EntityInstancePK createdByPK) EventFactory.create
(Session session, EventGroupPK eventGroupPK, Long eventTime, Integer eventTimeSequence, EntityInstancePK entityInstancePK, EventTypePK eventTypePK, EntityInstancePK relatedEntityInstancePK, EventTypePK relatedEventTypePK, EntityInstancePK createdByPK) EventSubscriberDetailFactory.create
(EventSubscriberPK eventSubscriberPK, String eventSubscriberName, EntityInstancePK entityInstancePK, String description, Integer sortOrder, Long fromTime, Long thruTime) EventSubscriberDetailFactory.create
(Session session, EventSubscriberPK eventSubscriberPK, String eventSubscriberName, EntityInstancePK entityInstancePK, String description, Integer sortOrder, Long fromTime, Long thruTime) EventSubscriberEntityInstanceFactory.create
(EventSubscriberPK eventSubscriberPK, EntityInstancePK entityInstancePK, EventTypePK eventTypePK, Long fromTime, Long thruTime) EventSubscriberEntityInstanceFactory.create
(Session session, EventSubscriberPK eventSubscriberPK, EntityInstancePK entityInstancePK, EventTypePK eventTypePK, Long fromTime, Long thruTime) EntityInstanceFactory.getEntityFromCache
(Session session, EntityInstancePK pk) EntityInstanceFactory.getEntityFromPK
(EntityPermission entityPermission, EntityInstancePK pk) EntityInstanceFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EntityInstancePK pk) EntityInstanceFactory.getValueFromPK
(Session session, EntityInstancePK pk) void
EntityInstanceFactory.remove
(Session session, EntityInstancePK pk) boolean
EntityInstanceFactory.validPK
(Session session, EntityInstancePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityInstancePKModifier and TypeMethodDescriptionEntityInstanceFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<EntityInstancePK> pks) EntityInstanceFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EntityInstancePK> pks) EntityInstanceFactory.getValuesFromPKs
(Session session, Collection<EntityInstancePK> pks) void
EntityInstanceFactory.remove
(Session session, Collection<EntityInstancePK> pks) void
EntityInstanceFactory.remove
(Collection<EntityInstancePK> pks) -
Uses of EntityInstancePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityInstancePKModifier and TypeMethodDescriptionEventValue.getCreatedByPK()
EntityCollectionAttributeValue.getEntityInstanceAttributePK()
EntityEntityAttributeValue.getEntityInstanceAttributePK()
CacheEntryDependencyValue.getEntityInstancePK()
EntityAliasValue.getEntityInstancePK()
EntityAppearanceValue.getEntityInstancePK()
EntityBlobAttributeValue.getEntityInstancePK()
EntityBooleanAttributeValue.getEntityInstancePK()
EntityClobAttributeValue.getEntityInstancePK()
EntityCollectionAttributeValue.getEntityInstancePK()
EntityDateAttributeValue.getEntityInstancePK()
EntityEntityAttributeValue.getEntityInstancePK()
EntityGeoPointAttributeValue.getEntityInstancePK()
EntityIntegerAttributeValue.getEntityInstancePK()
EntityListItemAttributeValue.getEntityInstancePK()
EntityLongAttributeValue.getEntityInstancePK()
EntityMultipleListItemAttributeValue.getEntityInstancePK()
EntityNameAttributeValue.getEntityInstancePK()
EntityStringAttributeValue.getEntityInstancePK()
EntityTimeAttributeValue.getEntityInstancePK()
EntityTimeValue.getEntityInstancePK()
EntityVisitValue.getEntityInstancePK()
EventSubscriberDetailValue.getEntityInstancePK()
EventSubscriberEntityInstanceValue.getEntityInstancePK()
EventValue.getEntityInstancePK()
EntityInstanceValue.getPrimaryKey()
EventValue.getRelatedEntityInstancePK()
EntityVisitValue.getVisitedEntityInstancePK()
Methods in com.echothree.model.data.core.server.value with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
EventValue.setCreatedByPK
(EntityInstancePK createdByPK) void
EntityCollectionAttributeValue.setEntityInstanceAttributePK
(EntityInstancePK entityInstanceAttributePK) void
EntityEntityAttributeValue.setEntityInstanceAttributePK
(EntityInstancePK entityInstanceAttributePK) void
CacheEntryDependencyValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityAliasValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityAppearanceValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityBlobAttributeValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityBooleanAttributeValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityClobAttributeValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityCollectionAttributeValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityDateAttributeValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityEntityAttributeValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityGeoPointAttributeValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityIntegerAttributeValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityListItemAttributeValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityLongAttributeValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityMultipleListItemAttributeValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityNameAttributeValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityStringAttributeValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityTimeAttributeValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityTimeValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EntityVisitValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EventSubscriberDetailValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EventSubscriberEntityInstanceValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EventValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
EventValue.setRelatedEntityInstancePK
(EntityInstancePK relatedEntityInstancePK) void
EntityVisitValue.setVisitedEntityInstancePK
(EntityInstancePK visitedEntityInstancePK) Constructors in com.echothree.model.data.core.server.value with parameters of type EntityInstancePKModifierConstructorDescriptionCacheEntryDependencyValue
(CacheEntryDependencyPK cacheEntryDependencyPK, CacheEntryPK cacheEntryPK, EntityInstancePK entityInstancePK) Creates a new instance of CacheEntryDependencyValueCacheEntryDependencyValue
(CacheEntryPK cacheEntryPK, EntityInstancePK entityInstancePK) Creates a new instance of CacheEntryDependencyValueEntityAliasValue
(EntityAliasPK entityAliasPK, EntityInstancePK entityInstancePK, EntityAliasTypePK entityAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of EntityAliasValueEntityAliasValue
(EntityInstancePK entityInstancePK, EntityAliasTypePK entityAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of EntityAliasValueEntityAppearanceValue
(EntityAppearancePK entityAppearancePK, EntityInstancePK entityInstancePK, AppearancePK appearancePK, Long fromTime, Long thruTime) Creates a new instance of EntityAppearanceValueEntityAppearanceValue
(EntityInstancePK entityInstancePK, AppearancePK appearancePK, Long fromTime, Long thruTime) Creates a new instance of EntityAppearanceValueEntityBlobAttributeValue
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, ByteArray blobAttribute, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of EntityBlobAttributeValueEntityBlobAttributeValue
(EntityBlobAttributePK entityBlobAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, ByteArray blobAttribute, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of EntityBlobAttributeValueEntityBooleanAttributeValue
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Boolean booleanAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityBooleanAttributeValueEntityBooleanAttributeValue
(EntityBooleanAttributePK entityBooleanAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Boolean booleanAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityBooleanAttributeValueEntityClobAttributeValue
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, String clobAttribute, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of EntityClobAttributeValueEntityClobAttributeValue
(EntityClobAttributePK entityClobAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, String clobAttribute, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of EntityClobAttributeValueEntityCollectionAttributeValue
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityInstancePK entityInstanceAttributePK, Long fromTime, Long thruTime) Creates a new instance of EntityCollectionAttributeValueEntityCollectionAttributeValue
(EntityCollectionAttributePK entityCollectionAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityInstancePK entityInstanceAttributePK, Long fromTime, Long thruTime) Creates a new instance of EntityCollectionAttributeValueEntityDateAttributeValue
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer dateAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityDateAttributeValueEntityDateAttributeValue
(EntityDateAttributePK entityDateAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer dateAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityDateAttributeValueEntityEntityAttributeValue
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityInstancePK entityInstanceAttributePK, Long fromTime, Long thruTime) Creates a new instance of EntityEntityAttributeValueEntityEntityAttributeValue
(EntityEntityAttributePK entityEntityAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityInstancePK entityInstanceAttributePK, Long fromTime, Long thruTime) Creates a new instance of EntityEntityAttributeValueEntityGeoPointAttributeValue
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer latitude, Integer longitude, Long elevation, Long altitude, Long fromTime, Long thruTime) Creates a new instance of EntityGeoPointAttributeValueEntityGeoPointAttributeValue
(EntityGeoPointAttributePK entityGeoPointAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer latitude, Integer longitude, Long elevation, Long altitude, Long fromTime, Long thruTime) Creates a new instance of EntityGeoPointAttributeValueEntityInstanceValue
(EntityInstancePK entityInstancePK, EntityTypePK entityTypePK, Long entityUniqueId, String key, String guid, String ulid) Creates a new instance of EntityInstanceValueEntityIntegerAttributeValue
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer integerAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityIntegerAttributeValueEntityIntegerAttributeValue
(EntityIntegerAttributePK entityIntegerAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer integerAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityIntegerAttributeValueEntityListItemAttributeValue
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityListItemPK entityListItemPK, Long fromTime, Long thruTime) Creates a new instance of EntityListItemAttributeValueEntityListItemAttributeValue
(EntityListItemAttributePK entityListItemAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityListItemPK entityListItemPK, Long fromTime, Long thruTime) Creates a new instance of EntityListItemAttributeValueEntityLongAttributeValue
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Long longAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityLongAttributeValueEntityLongAttributeValue
(EntityLongAttributePK entityLongAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Long longAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityLongAttributeValueEntityMultipleListItemAttributeValue
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityListItemPK entityListItemPK, Long fromTime, Long thruTime) Creates a new instance of EntityMultipleListItemAttributeValueEntityMultipleListItemAttributeValue
(EntityMultipleListItemAttributePK entityMultipleListItemAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityListItemPK entityListItemPK, Long fromTime, Long thruTime) Creates a new instance of EntityMultipleListItemAttributeValueEntityNameAttributeValue
(EntityAttributePK entityAttributePK, String nameAttribute, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of EntityNameAttributeValueEntityNameAttributeValue
(EntityNameAttributePK entityNameAttributePK, EntityAttributePK entityAttributePK, String nameAttribute, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of EntityNameAttributeValueEntityStringAttributeValue
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, String stringAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityStringAttributeValueEntityStringAttributeValue
(EntityStringAttributePK entityStringAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, String stringAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityStringAttributeValueEntityTimeAttributeValue
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Long timeAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityTimeAttributeValueEntityTimeAttributeValue
(EntityTimeAttributePK entityTimeAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Long timeAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityTimeAttributeValueEntityTimeValue
(EntityInstancePK entityInstancePK, Long createdTime, Long modifiedTime, Long deletedTime) Creates a new instance of EntityTimeValueEntityTimeValue
(EntityTimePK entityTimePK, EntityInstancePK entityInstancePK, Long createdTime, Long modifiedTime, Long deletedTime) Creates a new instance of EntityTimeValueEntityVisitValue
(EntityInstancePK entityInstancePK, EntityInstancePK visitedEntityInstancePK, Long visitedTime) Creates a new instance of EntityVisitValueEntityVisitValue
(EntityVisitPK entityVisitPK, EntityInstancePK entityInstancePK, EntityInstancePK visitedEntityInstancePK, Long visitedTime) Creates a new instance of EntityVisitValueEventSubscriberDetailValue
(EventSubscriberDetailPK eventSubscriberDetailPK, EventSubscriberPK eventSubscriberPK, String eventSubscriberName, EntityInstancePK entityInstancePK, String description, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EventSubscriberDetailValueEventSubscriberDetailValue
(EventSubscriberPK eventSubscriberPK, String eventSubscriberName, EntityInstancePK entityInstancePK, String description, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EventSubscriberDetailValueEventSubscriberEntityInstanceValue
(EventSubscriberEntityInstancePK eventSubscriberEntityInstancePK, EventSubscriberPK eventSubscriberPK, EntityInstancePK entityInstancePK, EventTypePK eventTypePK, Long fromTime, Long thruTime) Creates a new instance of EventSubscriberEntityInstanceValueEventSubscriberEntityInstanceValue
(EventSubscriberPK eventSubscriberPK, EntityInstancePK entityInstancePK, EventTypePK eventTypePK, Long fromTime, Long thruTime) Creates a new instance of EventSubscriberEntityInstanceValueEventValue
(EventGroupPK eventGroupPK, Long eventTime, Integer eventTimeSequence, EntityInstancePK entityInstancePK, EventTypePK eventTypePK, EntityInstancePK relatedEntityInstancePK, EventTypePK relatedEventTypePK, EntityInstancePK createdByPK) Creates a new instance of EventValueEventValue
(EventPK eventPK, EventGroupPK eventGroupPK, Long eventTime, Integer eventTimeSequence, EntityInstancePK entityInstancePK, EventTypePK eventTypePK, EntityInstancePK relatedEntityInstancePK, EventTypePK relatedEventTypePK, EntityInstancePK createdByPK) Creates a new instance of EventValue -
Uses of EntityInstancePK in com.echothree.model.data.message.server.entity
Methods in com.echothree.model.data.message.server.entity that return EntityInstancePKMethods in com.echothree.model.data.message.server.entity with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
EntityMessage.setEntityInstancePK
(EntityInstancePK entityInstancePK) -
Uses of EntityInstancePK in com.echothree.model.data.message.server.factory
Methods in com.echothree.model.data.message.server.factory with parameters of type EntityInstancePK -
Uses of EntityInstancePK in com.echothree.model.data.message.server.value
Methods in com.echothree.model.data.message.server.value that return EntityInstancePKMethods in com.echothree.model.data.message.server.value with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
EntityMessageValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) Constructors in com.echothree.model.data.message.server.value with parameters of type EntityInstancePKModifierConstructorDescriptionEntityMessageValue
(EntityInstancePK entityInstancePK, MessagePK messagePK, Long fromTime, Long thruTime) Creates a new instance of EntityMessageValueEntityMessageValue
(EntityMessagePK entityMessagePK, EntityInstancePK entityInstancePK, MessagePK messagePK, Long fromTime, Long thruTime) Creates a new instance of EntityMessageValue -
Uses of EntityInstancePK in com.echothree.model.data.queue.server.entity
Methods in com.echothree.model.data.queue.server.entity that return EntityInstancePKMethods in com.echothree.model.data.queue.server.entity with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
QueuedEntity.setEntityInstancePK
(EntityInstancePK entityInstancePK) -
Uses of EntityInstancePK in com.echothree.model.data.queue.server.factory
Methods in com.echothree.model.data.queue.server.factory with parameters of type EntityInstancePKModifier and TypeMethodDescriptionQueuedEntityFactory.create
(QueueTypePK queueTypePK, EntityInstancePK entityInstancePK, Long time) QueuedEntityFactory.create
(Session session, QueueTypePK queueTypePK, EntityInstancePK entityInstancePK, Long time) -
Uses of EntityInstancePK in com.echothree.model.data.queue.server.value
Methods in com.echothree.model.data.queue.server.value that return EntityInstancePKMethods in com.echothree.model.data.queue.server.value with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
QueuedEntityValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) Constructors in com.echothree.model.data.queue.server.value with parameters of type EntityInstancePKModifierConstructorDescriptionQueuedEntityValue
(QueuedEntityPK queuedEntityPK, QueueTypePK queueTypePK, EntityInstancePK entityInstancePK, Long time) Creates a new instance of QueuedEntityValueQueuedEntityValue
(QueueTypePK queueTypePK, EntityInstancePK entityInstancePK, Long time) Creates a new instance of QueuedEntityValue -
Uses of EntityInstancePK in com.echothree.model.data.rating.server.entity
Methods in com.echothree.model.data.rating.server.entity that return EntityInstancePKModifier and TypeMethodDescriptionRatingDetail.getRatedByEntityInstancePK()
RatingDetail.getRatedEntityInstancePK()
Methods in com.echothree.model.data.rating.server.entity with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
RatingDetail.setRatedByEntityInstancePK
(EntityInstancePK ratedByEntityInstancePK) void
RatingDetail.setRatedEntityInstancePK
(EntityInstancePK ratedEntityInstancePK) -
Uses of EntityInstancePK in com.echothree.model.data.rating.server.factory
Methods in com.echothree.model.data.rating.server.factory with parameters of type EntityInstancePKModifier and TypeMethodDescriptionRatingDetailFactory.create
(RatingPK ratingPK, String ratingName, RatingTypeListItemPK ratingTypeListItemPK, EntityInstancePK ratedEntityInstancePK, EntityInstancePK ratedByEntityInstancePK, Long fromTime, Long thruTime) RatingDetailFactory.create
(Session session, RatingPK ratingPK, String ratingName, RatingTypeListItemPK ratingTypeListItemPK, EntityInstancePK ratedEntityInstancePK, EntityInstancePK ratedByEntityInstancePK, Long fromTime, Long thruTime) -
Uses of EntityInstancePK in com.echothree.model.data.rating.server.value
Methods in com.echothree.model.data.rating.server.value that return EntityInstancePKModifier and TypeMethodDescriptionRatingDetailValue.getRatedByEntityInstancePK()
RatingDetailValue.getRatedEntityInstancePK()
Methods in com.echothree.model.data.rating.server.value with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
RatingDetailValue.setRatedByEntityInstancePK
(EntityInstancePK ratedByEntityInstancePK) void
RatingDetailValue.setRatedEntityInstancePK
(EntityInstancePK ratedEntityInstancePK) Constructors in com.echothree.model.data.rating.server.value with parameters of type EntityInstancePKModifierConstructorDescriptionRatingDetailValue
(RatingDetailPK ratingDetailPK, RatingPK ratingPK, String ratingName, RatingTypeListItemPK ratingTypeListItemPK, EntityInstancePK ratedEntityInstancePK, EntityInstancePK ratedByEntityInstancePK, Long fromTime, Long thruTime) Creates a new instance of RatingDetailValueRatingDetailValue
(RatingPK ratingPK, String ratingName, RatingTypeListItemPK ratingTypeListItemPK, EntityInstancePK ratedEntityInstancePK, EntityInstancePK ratedByEntityInstancePK, Long fromTime, Long thruTime) Creates a new instance of RatingDetailValue -
Uses of EntityInstancePK in com.echothree.model.data.search.server.entity
Methods in com.echothree.model.data.search.server.entity that return EntityInstancePKModifier and TypeMethodDescriptionCachedExecutedSearchResult.getEntityInstancePK()
SearchResult.getEntityInstancePK()
SearchResultAction.getEntityInstancePK()
Methods in com.echothree.model.data.search.server.entity with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
CachedExecutedSearchResult.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
SearchResult.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
SearchResultAction.setEntityInstancePK
(EntityInstancePK entityInstancePK) -
Uses of EntityInstancePK in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory with parameters of type EntityInstancePKModifier and TypeMethodDescriptionCachedExecutedSearchResultFactory.create
(CachedExecutedSearchPK cachedExecutedSearchPK, EntityInstancePK entityInstancePK, Integer sortOrder) CachedExecutedSearchResultFactory.create
(Session session, CachedExecutedSearchPK cachedExecutedSearchPK, EntityInstancePK entityInstancePK, Integer sortOrder) SearchResultActionFactory.create
(SearchPK searchPK, SearchResultActionTypePK searchResultActionTypePK, Long actionTime, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) SearchResultActionFactory.create
(Session session, SearchPK searchPK, SearchResultActionTypePK searchResultActionTypePK, Long actionTime, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) SearchResultFactory.create
(SearchPK searchPK, EntityInstancePK entityInstancePK, Integer sortOrder) SearchResultFactory.create
(Session session, SearchPK searchPK, EntityInstancePK entityInstancePK, Integer sortOrder) -
Uses of EntityInstancePK in com.echothree.model.data.search.server.value
Methods in com.echothree.model.data.search.server.value that return EntityInstancePKModifier and TypeMethodDescriptionCachedExecutedSearchResultValue.getEntityInstancePK()
SearchResultActionValue.getEntityInstancePK()
SearchResultValue.getEntityInstancePK()
Methods in com.echothree.model.data.search.server.value with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
CachedExecutedSearchResultValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
SearchResultActionValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) void
SearchResultValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) Constructors in com.echothree.model.data.search.server.value with parameters of type EntityInstancePKModifierConstructorDescriptionCachedExecutedSearchResultValue
(CachedExecutedSearchPK cachedExecutedSearchPK, EntityInstancePK entityInstancePK, Integer sortOrder) Creates a new instance of CachedExecutedSearchResultValueCachedExecutedSearchResultValue
(CachedExecutedSearchResultPK cachedExecutedSearchResultPK, CachedExecutedSearchPK cachedExecutedSearchPK, EntityInstancePK entityInstancePK, Integer sortOrder) Creates a new instance of CachedExecutedSearchResultValueSearchResultActionValue
(SearchPK searchPK, SearchResultActionTypePK searchResultActionTypePK, Long actionTime, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of SearchResultActionValueSearchResultActionValue
(SearchResultActionPK searchResultActionPK, SearchPK searchPK, SearchResultActionTypePK searchResultActionTypePK, Long actionTime, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of SearchResultActionValueSearchResultValue
(SearchPK searchPK, EntityInstancePK entityInstancePK, Integer sortOrder) Creates a new instance of SearchResultValueSearchResultValue
(SearchResultPK searchResultPK, SearchPK searchPK, EntityInstancePK entityInstancePK, Integer sortOrder) Creates a new instance of SearchResultValue -
Uses of EntityInstancePK in com.echothree.model.data.security.server.entity
Methods in com.echothree.model.data.security.server.entity that return EntityInstancePKMethods in com.echothree.model.data.security.server.entity with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
PartyEntitySecurityRole.setEntityInstancePK
(EntityInstancePK entityInstancePK) -
Uses of EntityInstancePK in com.echothree.model.data.security.server.factory
Methods in com.echothree.model.data.security.server.factory with parameters of type EntityInstancePKModifier and TypeMethodDescriptionPartyEntitySecurityRoleFactory.create
(PartyPK partyPK, EntityInstancePK entityInstancePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) PartyEntitySecurityRoleFactory.create
(Session session, PartyPK partyPK, EntityInstancePK entityInstancePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) -
Uses of EntityInstancePK in com.echothree.model.data.security.server.value
Methods in com.echothree.model.data.security.server.value that return EntityInstancePKMethods in com.echothree.model.data.security.server.value with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
PartyEntitySecurityRoleValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) Constructors in com.echothree.model.data.security.server.value with parameters of type EntityInstancePKModifierConstructorDescriptionPartyEntitySecurityRoleValue
(PartyPK partyPK, EntityInstancePK entityInstancePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of PartyEntitySecurityRoleValuePartyEntitySecurityRoleValue
(PartyEntitySecurityRolePK partyEntitySecurityRolePK, PartyPK partyPK, EntityInstancePK entityInstancePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of PartyEntitySecurityRoleValue -
Uses of EntityInstancePK in com.echothree.model.data.tag.server.entity
Methods in com.echothree.model.data.tag.server.entity that return EntityInstancePKMethods in com.echothree.model.data.tag.server.entity with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
EntityTag.setTaggedEntityInstancePK
(EntityInstancePK taggedEntityInstancePK) -
Uses of EntityInstancePK in com.echothree.model.data.tag.server.factory
Methods in com.echothree.model.data.tag.server.factory with parameters of type EntityInstancePK -
Uses of EntityInstancePK in com.echothree.model.data.tag.server.value
Methods in com.echothree.model.data.tag.server.value that return EntityInstancePKMethods in com.echothree.model.data.tag.server.value with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
EntityTagValue.setTaggedEntityInstancePK
(EntityInstancePK taggedEntityInstancePK) Constructors in com.echothree.model.data.tag.server.value with parameters of type EntityInstancePKModifierConstructorDescriptionEntityTagValue
(EntityInstancePK taggedEntityInstancePK, TagPK tagPK, Long fromTime, Long thruTime) Creates a new instance of EntityTagValueEntityTagValue
(EntityTagPK entityTagPK, EntityInstancePK taggedEntityInstancePK, TagPK tagPK, Long fromTime, Long thruTime) Creates a new instance of EntityTagValue -
Uses of EntityInstancePK in com.echothree.model.data.workeffort.server.entity
Methods in com.echothree.model.data.workeffort.server.entity that return EntityInstancePKMethods in com.echothree.model.data.workeffort.server.entity with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
WorkEffortDetail.setOwningEntityInstancePK
(EntityInstancePK owningEntityInstancePK) -
Uses of EntityInstancePK in com.echothree.model.data.workeffort.server.factory
Methods in com.echothree.model.data.workeffort.server.factory with parameters of type EntityInstancePKModifier and TypeMethodDescriptionWorkEffortDetailFactory.create
(WorkEffortPK workEffortPK, String workEffortName, EntityInstancePK owningEntityInstancePK, WorkEffortScopePK workEffortScopePK, Long scheduledTime, Long scheduledStartTime, Long scheduledEndTime, Long estimatedTimeAllowed, Long maximumTimeAllowed, Long fromTime, Long thruTime) WorkEffortDetailFactory.create
(Session session, WorkEffortPK workEffortPK, String workEffortName, EntityInstancePK owningEntityInstancePK, WorkEffortScopePK workEffortScopePK, Long scheduledTime, Long scheduledStartTime, Long scheduledEndTime, Long estimatedTimeAllowed, Long maximumTimeAllowed, Long fromTime, Long thruTime) -
Uses of EntityInstancePK in com.echothree.model.data.workeffort.server.value
Methods in com.echothree.model.data.workeffort.server.value that return EntityInstancePKMethods in com.echothree.model.data.workeffort.server.value with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
WorkEffortDetailValue.setOwningEntityInstancePK
(EntityInstancePK owningEntityInstancePK) Constructors in com.echothree.model.data.workeffort.server.value with parameters of type EntityInstancePKModifierConstructorDescriptionWorkEffortDetailValue
(WorkEffortDetailPK workEffortDetailPK, WorkEffortPK workEffortPK, String workEffortName, EntityInstancePK owningEntityInstancePK, WorkEffortScopePK workEffortScopePK, Long scheduledTime, Long scheduledStartTime, Long scheduledEndTime, Long estimatedTimeAllowed, Long maximumTimeAllowed, Long fromTime, Long thruTime) Creates a new instance of WorkEffortDetailValueWorkEffortDetailValue
(WorkEffortPK workEffortPK, String workEffortName, EntityInstancePK owningEntityInstancePK, WorkEffortScopePK workEffortScopePK, Long scheduledTime, Long scheduledStartTime, Long scheduledEndTime, Long estimatedTimeAllowed, Long maximumTimeAllowed, Long fromTime, Long thruTime) Creates a new instance of WorkEffortDetailValue -
Uses of EntityInstancePK in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return EntityInstancePKMethods in com.echothree.model.data.workflow.server.entity with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
WorkflowEntityStatus.setEntityInstancePK
(EntityInstancePK entityInstancePK) -
Uses of EntityInstancePK in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory with parameters of type EntityInstancePKModifier and TypeMethodDescriptionWorkflowEntityStatusFactory.create
(EntityInstancePK entityInstancePK, WorkflowStepPK workflowStepPK, WorkEffortScopePK workEffortScopePK, Long fromTime, Long thruTime) WorkflowEntityStatusFactory.create
(Session session, EntityInstancePK entityInstancePK, WorkflowStepPK workflowStepPK, WorkEffortScopePK workEffortScopePK, Long fromTime, Long thruTime) -
Uses of EntityInstancePK in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return EntityInstancePKMethods in com.echothree.model.data.workflow.server.value with parameters of type EntityInstancePKModifier and TypeMethodDescriptionvoid
WorkflowEntityStatusValue.setEntityInstancePK
(EntityInstancePK entityInstancePK) Constructors in com.echothree.model.data.workflow.server.value with parameters of type EntityInstancePKModifierConstructorDescriptionWorkflowEntityStatusValue
(EntityInstancePK entityInstancePK, WorkflowStepPK workflowStepPK, WorkEffortScopePK workEffortScopePK, Long fromTime, Long thruTime) Creates a new instance of WorkflowEntityStatusValueWorkflowEntityStatusValue
(WorkflowEntityStatusPK workflowEntityStatusPK, EntityInstancePK entityInstancePK, WorkflowStepPK workflowStepPK, WorkEffortScopePK workEffortScopePK, Long fromTime, Long thruTime) Creates a new instance of WorkflowEntityStatusValue -
Uses of EntityInstancePK in com.echothree.util.server.persistence
Methods in com.echothree.util.server.persistence with parameters of type EntityInstancePKModifier and TypeMethodDescriptionSession.getNextEventTimeSequence
(EntityInstancePK entityInstancePK)