Uses of Class
com.echothree.model.data.core.common.pk.EntityAttributeGroupDetailPK
Packages that use EntityAttributeGroupDetailPK
Package
Description
-
Uses of EntityAttributeGroupDetailPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAttributeGroupDetailPKModifier and TypeMethodDescriptionEntityAttributeGroup.getActiveDetailPK()EntityAttributeGroup.getLastDetailPK()EntityAttributeGroupDetail.getPrimaryKey()Methods in com.echothree.model.data.core.server.entity with parameters of type EntityAttributeGroupDetailPKModifier and TypeMethodDescriptionvoidEntityAttributeGroup.setActiveDetailPK(EntityAttributeGroupDetailPK activeDetailPK) voidEntityAttributeGroup.setLastDetailPK(EntityAttributeGroupDetailPK lastDetailPK) -
Uses of EntityAttributeGroupDetailPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeGroupDetailPKModifier and TypeMethodDescriptionEntityAttributeGroupDetailFactory.getNextPK()EntityAttributeGroupDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityAttributeGroupDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeGroupDetailPKModifier and TypeMethodDescriptionEntityAttributeGroupDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityAttributeGroupDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityAttributeGroupDetailFactory.getPKsFromResultSetAsList(ResultSet rs) EntityAttributeGroupDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeGroupDetailPKModifier and TypeMethodDescriptionEntityAttributeGroupFactory.create(EntityAttributeGroupDetailPK activeDetailPK, EntityAttributeGroupDetailPK lastDetailPK) EntityAttributeGroupFactory.create(Session session, EntityAttributeGroupDetailPK activeDetailPK, EntityAttributeGroupDetailPK lastDetailPK) EntityAttributeGroupDetailFactory.getEntityFromCache(Session session, EntityAttributeGroupDetailPK pk) EntityAttributeGroupDetailFactory.getEntityFromPK(EntityPermission entityPermission, EntityAttributeGroupDetailPK pk) EntityAttributeGroupDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, EntityAttributeGroupDetailPK pk) EntityAttributeGroupDetailFactory.getValueFromPK(Session session, EntityAttributeGroupDetailPK pk) voidEntityAttributeGroupDetailFactory.remove(Session session, EntityAttributeGroupDetailPK pk) booleanEntityAttributeGroupDetailFactory.validPK(Session session, EntityAttributeGroupDetailPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeGroupDetailPKModifier and TypeMethodDescriptionEntityAttributeGroupDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityAttributeGroupDetailPK> pks) EntityAttributeGroupDetailFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<EntityAttributeGroupDetailPK> pks) EntityAttributeGroupDetailFactory.getValuesFromPKs(Session session, Collection<EntityAttributeGroupDetailPK> pks) voidEntityAttributeGroupDetailFactory.remove(Session session, Collection<EntityAttributeGroupDetailPK> pks) voidEntityAttributeGroupDetailFactory.remove(Collection<EntityAttributeGroupDetailPK> pks) -
Uses of EntityAttributeGroupDetailPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAttributeGroupDetailPKModifier and TypeMethodDescriptionEntityAttributeGroupValue.getActiveDetailPK()EntityAttributeGroupValue.getLastDetailPK()EntityAttributeGroupDetailValue.getPrimaryKey()Methods in com.echothree.model.data.core.server.value with parameters of type EntityAttributeGroupDetailPKModifier and TypeMethodDescriptionvoidEntityAttributeGroupValue.setActiveDetailPK(EntityAttributeGroupDetailPK activeDetailPK) voidEntityAttributeGroupValue.setLastDetailPK(EntityAttributeGroupDetailPK lastDetailPK) Constructors in com.echothree.model.data.core.server.value with parameters of type EntityAttributeGroupDetailPKModifierConstructorDescriptionEntityAttributeGroupDetailValue(EntityAttributeGroupDetailPK entityAttributeGroupDetailPK, EntityAttributeGroupPK entityAttributeGroupPK, String entityAttributeGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeGroupDetailValueEntityAttributeGroupValue(EntityAttributeGroupDetailPK activeDetailPK, EntityAttributeGroupDetailPK lastDetailPK) Creates a new instance of EntityAttributeGroupValueEntityAttributeGroupValue(EntityAttributeGroupPK entityAttributeGroupPK, EntityAttributeGroupDetailPK activeDetailPK, EntityAttributeGroupDetailPK lastDetailPK) Creates a new instance of EntityAttributeGroupValue