Uses of Class
com.echothree.model.data.core.common.pk.EntityAttributeGroupPK
Packages that use EntityAttributeGroupPK
Package
Description
-
Uses of EntityAttributeGroupPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAttributeGroupPKModifier and TypeMethodDescriptionEntityAttributeEntityAttributeGroup.getEntityAttributeGroupPK()
EntityAttributeGroupDescription.getEntityAttributeGroupPK()
EntityAttributeGroupDetail.getEntityAttributeGroupPK()
EntityAttributeGroup.getPrimaryKey()
Methods in com.echothree.model.data.core.server.entity with parameters of type EntityAttributeGroupPKModifier and TypeMethodDescriptionvoid
EntityAttributeEntityAttributeGroup.setEntityAttributeGroupPK
(EntityAttributeGroupPK entityAttributeGroupPK) void
EntityAttributeGroupDescription.setEntityAttributeGroupPK
(EntityAttributeGroupPK entityAttributeGroupPK) void
EntityAttributeGroupDetail.setEntityAttributeGroupPK
(EntityAttributeGroupPK entityAttributeGroupPK) -
Uses of EntityAttributeGroupPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeGroupPKModifier and TypeMethodDescriptionEntityAttributeGroupFactory.getNextPK()
EntityAttributeGroupFactory.getPKFromQuery
(PreparedStatement ps, Object... params) EntityAttributeGroupFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeGroupPKModifier and TypeMethodDescriptionEntityAttributeGroupFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) EntityAttributeGroupFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) EntityAttributeGroupFactory.getPKsFromResultSetAsList
(ResultSet rs) EntityAttributeGroupFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeGroupPKModifier and TypeMethodDescriptionEntityAttributeEntityAttributeGroupFactory.create
(EntityAttributePK entityAttributePK, EntityAttributeGroupPK entityAttributeGroupPK, Integer sortOrder, Long fromTime, Long thruTime) EntityAttributeEntityAttributeGroupFactory.create
(Session session, EntityAttributePK entityAttributePK, EntityAttributeGroupPK entityAttributeGroupPK, Integer sortOrder, Long fromTime, Long thruTime) EntityAttributeGroupDescriptionFactory.create
(EntityAttributeGroupPK entityAttributeGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) EntityAttributeGroupDescriptionFactory.create
(Session session, EntityAttributeGroupPK entityAttributeGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) EntityAttributeGroupDetailFactory.create
(EntityAttributeGroupPK entityAttributeGroupPK, String entityAttributeGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) EntityAttributeGroupDetailFactory.create
(Session session, EntityAttributeGroupPK entityAttributeGroupPK, String entityAttributeGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) EntityAttributeGroupFactory.getEntityFromCache
(Session session, EntityAttributeGroupPK pk) EntityAttributeGroupFactory.getEntityFromPK
(EntityPermission entityPermission, EntityAttributeGroupPK pk) EntityAttributeGroupFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EntityAttributeGroupPK pk) EntityAttributeGroupFactory.getValueFromPK
(Session session, EntityAttributeGroupPK pk) void
EntityAttributeGroupFactory.remove
(Session session, EntityAttributeGroupPK pk) boolean
EntityAttributeGroupFactory.validPK
(Session session, EntityAttributeGroupPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeGroupPKModifier and TypeMethodDescriptionEntityAttributeGroupFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<EntityAttributeGroupPK> pks) EntityAttributeGroupFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EntityAttributeGroupPK> pks) EntityAttributeGroupFactory.getValuesFromPKs
(Session session, Collection<EntityAttributeGroupPK> pks) void
EntityAttributeGroupFactory.remove
(Session session, Collection<EntityAttributeGroupPK> pks) void
EntityAttributeGroupFactory.remove
(Collection<EntityAttributeGroupPK> pks) -
Uses of EntityAttributeGroupPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAttributeGroupPKModifier and TypeMethodDescriptionEntityAttributeEntityAttributeGroupValue.getEntityAttributeGroupPK()
EntityAttributeGroupDescriptionValue.getEntityAttributeGroupPK()
EntityAttributeGroupDetailValue.getEntityAttributeGroupPK()
EntityAttributeGroupValue.getPrimaryKey()
Methods in com.echothree.model.data.core.server.value with parameters of type EntityAttributeGroupPKModifier and TypeMethodDescriptionvoid
EntityAttributeEntityAttributeGroupValue.setEntityAttributeGroupPK
(EntityAttributeGroupPK entityAttributeGroupPK) void
EntityAttributeGroupDescriptionValue.setEntityAttributeGroupPK
(EntityAttributeGroupPK entityAttributeGroupPK) void
EntityAttributeGroupDetailValue.setEntityAttributeGroupPK
(EntityAttributeGroupPK entityAttributeGroupPK) Constructors in com.echothree.model.data.core.server.value with parameters of type EntityAttributeGroupPKModifierConstructorDescriptionEntityAttributeEntityAttributeGroupValue
(EntityAttributeEntityAttributeGroupPK entityAttributeEntityAttributeGroupPK, EntityAttributePK entityAttributePK, EntityAttributeGroupPK entityAttributeGroupPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeEntityAttributeGroupValueEntityAttributeEntityAttributeGroupValue
(EntityAttributePK entityAttributePK, EntityAttributeGroupPK entityAttributeGroupPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeEntityAttributeGroupValueEntityAttributeGroupDescriptionValue
(EntityAttributeGroupDescriptionPK entityAttributeGroupDescriptionPK, EntityAttributeGroupPK entityAttributeGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeGroupDescriptionValueEntityAttributeGroupDescriptionValue
(EntityAttributeGroupPK entityAttributeGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeGroupDescriptionValueEntityAttributeGroupDetailValue
(EntityAttributeGroupDetailPK entityAttributeGroupDetailPK, EntityAttributeGroupPK entityAttributeGroupPK, String entityAttributeGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeGroupDetailValueEntityAttributeGroupDetailValue
(EntityAttributeGroupPK entityAttributeGroupPK, String entityAttributeGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeGroupDetailValueEntityAttributeGroupValue
(EntityAttributeGroupPK entityAttributeGroupPK, EntityAttributeGroupDetailPK activeDetailPK, EntityAttributeGroupDetailPK lastDetailPK) Creates a new instance of EntityAttributeGroupValue