Uses of Class
com.echothree.model.data.core.server.value.EntityCollectionAttributeValue
Packages that use EntityCollectionAttributeValue
Package
Description
-
Uses of EntityCollectionAttributeValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityCollectionAttributeValueMethods in com.echothree.model.data.core.server.entity with parameters of type EntityCollectionAttributeValueModifier and TypeMethodDescriptionvoidEntityCollectionAttribute.setEntityCollectionAttributeValue(EntityCollectionAttributeValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type EntityCollectionAttributeValueModifierConstructorDescriptionEntityCollectionAttribute(EntityCollectionAttributeValue value, EntityPermission entityPermission) Creates a new instance of EntityCollectionAttribute -
Uses of EntityCollectionAttributeValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityCollectionAttributeValueModifier and TypeMethodDescriptionEntityCollectionAttributeFactory.getValueFromPK(Session session, EntityCollectionAttributePK pk) EntityCollectionAttributeFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityCollectionAttributeValueModifier and TypeMethodDescriptionEntityCollectionAttributeFactory.getValuesFromPKs(Session session, Collection<EntityCollectionAttributePK> pks) EntityCollectionAttributeFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityCollectionAttributeValueModifier and TypeMethodDescriptionEntityCollectionAttributeFactory.getEntityFromValue(EntityPermission entityPermission, EntityCollectionAttributeValue value) EntityCollectionAttributeFactory.getEntityFromValue(Session session, EntityPermission entityPermission, EntityCollectionAttributeValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityCollectionAttributeValueModifier and TypeMethodDescriptionvoidEntityCollectionAttributeFactory.create(Session session, Collection<EntityCollectionAttributeValue> _values) voidEntityCollectionAttributeFactory.create(Collection<EntityCollectionAttributeValue> _values) -
Uses of EntityCollectionAttributeValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityCollectionAttributeValue