Uses of Class
com.echothree.model.data.party.common.pk.NameSuffixDetailPK
Packages that use NameSuffixDetailPK
Package
Description
-
Uses of NameSuffixDetailPK in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return NameSuffixDetailPKModifier and TypeMethodDescriptionNameSuffix.getActiveDetailPK()NameSuffix.getLastDetailPK()NameSuffixDetail.getPrimaryKey()Methods in com.echothree.model.data.party.server.entity with parameters of type NameSuffixDetailPKModifier and TypeMethodDescriptionvoidNameSuffix.setActiveDetailPK(NameSuffixDetailPK activeDetailPK) voidNameSuffix.setLastDetailPK(NameSuffixDetailPK lastDetailPK) -
Uses of NameSuffixDetailPK in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return NameSuffixDetailPKModifier and TypeMethodDescriptionNameSuffixDetailFactory.getNextPK()NameSuffixDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) NameSuffixDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type NameSuffixDetailPKModifier and TypeMethodDescriptionNameSuffixDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) NameSuffixDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) NameSuffixDetailFactory.getPKsFromResultSetAsList(ResultSet rs) NameSuffixDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type NameSuffixDetailPKModifier and TypeMethodDescriptionNameSuffixFactory.create(NameSuffixDetailPK activeDetailPK, NameSuffixDetailPK lastDetailPK) NameSuffixDetailFactory.getEntityFromCache(NameSuffixDetailPK pk) NameSuffixDetailFactory.getEntityFromPK(EntityPermission entityPermission, NameSuffixDetailPK pk) NameSuffixDetailFactory.getValueFromPK(NameSuffixDetailPK pk) voidNameSuffixDetailFactory.remove(NameSuffixDetailPK pk) booleanNameSuffixDetailFactory.validPK(NameSuffixDetailPK pk) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type NameSuffixDetailPKModifier and TypeMethodDescriptionNameSuffixDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<NameSuffixDetailPK> pks) NameSuffixDetailFactory.getValuesFromPKs(Collection<NameSuffixDetailPK> pks) voidNameSuffixDetailFactory.remove(Collection<NameSuffixDetailPK> pks) -
Uses of NameSuffixDetailPK in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return NameSuffixDetailPKModifier and TypeMethodDescriptionNameSuffixValue.getActiveDetailPK()NameSuffixValue.getLastDetailPK()NameSuffixDetailValue.getPrimaryKey()Methods in com.echothree.model.data.party.server.value with parameters of type NameSuffixDetailPKModifier and TypeMethodDescriptionvoidNameSuffixValue.setActiveDetailPK(NameSuffixDetailPK activeDetailPK) voidNameSuffixValue.setLastDetailPK(NameSuffixDetailPK lastDetailPK) Constructors in com.echothree.model.data.party.server.value with parameters of type NameSuffixDetailPKModifierConstructorDescriptionNameSuffixDetailValue(NameSuffixDetailPK nameSuffixDetailPK, NameSuffixPK nameSuffixPK, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of NameSuffixDetailValueNameSuffixValue(NameSuffixDetailPK activeDetailPK, NameSuffixDetailPK lastDetailPK) Creates a new instance of NameSuffixValueNameSuffixValue(NameSuffixPK nameSuffixPK, NameSuffixDetailPK activeDetailPK, NameSuffixDetailPK lastDetailPK) Creates a new instance of NameSuffixValue -
Uses of NameSuffixDetailPK in com.echothree.model.jooq.server.records.party
Methods in com.echothree.model.jooq.server.records.party that return NameSuffixDetailPKModifier and TypeMethodDescriptionNameSuffixes.ActiveDetail()Getter fornamesuffixes.nsfx_activedetailid.NameSuffixes.LastDetail()Getter fornamesuffixes.nsfx_lastdetailid.NameSuffixDetails.NameSuffixDetail()Getter fornamesuffixdetails.nsfxd_namesuffixdetailid.Methods in com.echothree.model.jooq.server.records.party that return types with arguments of type NameSuffixDetailPKMethods in com.echothree.model.jooq.server.records.party with parameters of type NameSuffixDetailPKModifier and TypeMethodDescriptionvoidNameSuffixes.ActiveDetail(NameSuffixDetailPK value) Setter fornamesuffixes.nsfx_activedetailid.voidNameSuffixes.LastDetail(NameSuffixDetailPK value) Setter fornamesuffixes.nsfx_lastdetailid.voidNameSuffixDetails.NameSuffixDetail(NameSuffixDetailPK value) Setter fornamesuffixdetails.nsfxd_namesuffixdetailid.Constructors in com.echothree.model.jooq.server.records.party with parameters of type NameSuffixDetailPKModifierConstructorDescriptionNameSuffixDetails(NameSuffixDetailPK NameSuffixDetail, NameSuffixPK NameSuffix, String Description, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised NameSuffixDetailsNameSuffixes(NameSuffixPK NameSuffix, NameSuffixDetailPK ActiveDetail, NameSuffixDetailPK LastDetail) Create a detached, initialised NameSuffixes -
Uses of NameSuffixDetailPK in com.echothree.model.jooq.server.tables.party
Fields in com.echothree.model.jooq.server.tables.party with type parameters of type NameSuffixDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<NameSuffixes, NameSuffixDetailPK> NameSuffixes.ACTIVE_DETAILThe columnnamesuffixes.nsfx_activedetailid.final org.jooq.TableField<NameSuffixes, NameSuffixDetailPK> NameSuffixes.LAST_DETAILThe columnnamesuffixes.nsfx_lastdetailid.final org.jooq.TableField<NameSuffixDetails, NameSuffixDetailPK> NameSuffixDetails.NAME_SUFFIX_DETAILThe columnnamesuffixdetails.nsfxd_namesuffixdetailid.