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) EntityAttributeGroupDetailFactory.getEntityFromCache(EntityAttributeGroupDetailPK pk) EntityAttributeGroupDetailFactory.getEntityFromPK(EntityPermission entityPermission, EntityAttributeGroupDetailPK pk) EntityAttributeGroupDetailFactory.getValueFromPK(EntityAttributeGroupDetailPK pk) voidEntityAttributeGroupDetailFactory.remove(EntityAttributeGroupDetailPK pk) booleanEntityAttributeGroupDetailFactory.validPK(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.getValuesFromPKs(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 -
Uses of EntityAttributeGroupDetailPK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return EntityAttributeGroupDetailPKModifier and TypeMethodDescriptionEntityAttributeGroups.ActiveDetail()Getter forentityattributegroups.enagp_activedetailid.EntityAttributeGroupDetails.EntityAttributeGroupDetail()Getter forentityattributegroupdetails.enagpdt_entityattributegroupdetailid.EntityAttributeGroups.LastDetail()Getter forentityattributegroups.enagp_lastdetailid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type EntityAttributeGroupDetailPKModifier and TypeMethodDescriptionorg.jooq.Record1<EntityAttributeGroupDetailPK> EntityAttributeGroupDetails.key()Methods in com.echothree.model.jooq.server.records.core with parameters of type EntityAttributeGroupDetailPKModifier and TypeMethodDescriptionvoidEntityAttributeGroups.ActiveDetail(EntityAttributeGroupDetailPK value) Setter forentityattributegroups.enagp_activedetailid.voidEntityAttributeGroupDetails.EntityAttributeGroupDetail(EntityAttributeGroupDetailPK value) Setter forentityattributegroupdetails.enagpdt_entityattributegroupdetailid.voidEntityAttributeGroups.LastDetail(EntityAttributeGroupDetailPK value) Setter forentityattributegroups.enagp_lastdetailid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type EntityAttributeGroupDetailPKModifierConstructorDescriptionEntityAttributeGroupDetails(EntityAttributeGroupDetailPK EntityAttributeGroupDetail, EntityAttributeGroupPK EntityAttributeGroup, String EntityAttributeGroupName, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised EntityAttributeGroupDetailsEntityAttributeGroups(EntityAttributeGroupPK EntityAttributeGroup, EntityAttributeGroupDetailPK ActiveDetail, EntityAttributeGroupDetailPK LastDetail) Create a detached, initialised EntityAttributeGroups -
Uses of EntityAttributeGroupDetailPK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type EntityAttributeGroupDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<EntityAttributeGroups, EntityAttributeGroupDetailPK> EntityAttributeGroups.ACTIVE_DETAILThe columnentityattributegroups.enagp_activedetailid.final org.jooq.TableField<EntityAttributeGroupDetails, EntityAttributeGroupDetailPK> EntityAttributeGroupDetails.ENTITY_ATTRIBUTE_GROUP_DETAILThe columnentityattributegroupdetails.enagpdt_entityattributegroupdetailid.final org.jooq.TableField<EntityAttributeGroups, EntityAttributeGroupDetailPK> EntityAttributeGroups.LAST_DETAILThe columnentityattributegroups.enagp_lastdetailid.