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