Uses of Class
com.echothree.model.data.party.common.pk.PartyDetailPK
Packages that use PartyDetailPK
Package
Description
-
Uses of PartyDetailPK in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return PartyDetailPKModifier and TypeMethodDescriptionParty.getActiveDetailPK()
Party.getLastDetailPK()
PartyDetail.getPrimaryKey()
Methods in com.echothree.model.data.party.server.entity with parameters of type PartyDetailPKModifier and TypeMethodDescriptionvoid
Party.setActiveDetailPK
(PartyDetailPK activeDetailPK) void
Party.setLastDetailPK
(PartyDetailPK lastDetailPK) -
Uses of PartyDetailPK in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return PartyDetailPKModifier and TypeMethodDescriptionPartyDetailFactory.getNextPK()
PartyDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) PartyDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type PartyDetailPKModifier and TypeMethodDescriptionPartyDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) PartyDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) PartyDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) PartyDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PartyDetailPKModifier and TypeMethodDescriptionPartyFactory.create
(PartyDetailPK activeDetailPK, PartyDetailPK lastDetailPK) PartyFactory.create
(Session session, PartyDetailPK activeDetailPK, PartyDetailPK lastDetailPK) PartyDetailFactory.getEntityFromCache
(Session session, PartyDetailPK pk) PartyDetailFactory.getEntityFromPK
(EntityPermission entityPermission, PartyDetailPK pk) PartyDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PartyDetailPK pk) PartyDetailFactory.getValueFromPK
(Session session, PartyDetailPK pk) void
PartyDetailFactory.remove
(Session session, PartyDetailPK pk) boolean
PartyDetailFactory.validPK
(Session session, PartyDetailPK pk) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type PartyDetailPKModifier and TypeMethodDescriptionPartyDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PartyDetailPK> pks) PartyDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyDetailPK> pks) PartyDetailFactory.getValuesFromPKs
(Session session, Collection<PartyDetailPK> pks) void
PartyDetailFactory.remove
(Session session, Collection<PartyDetailPK> pks) void
PartyDetailFactory.remove
(Collection<PartyDetailPK> pks) -
Uses of PartyDetailPK in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return PartyDetailPKModifier and TypeMethodDescriptionPartyValue.getActiveDetailPK()
PartyValue.getLastDetailPK()
PartyDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.party.server.value with parameters of type PartyDetailPKModifier and TypeMethodDescriptionvoid
PartyValue.setActiveDetailPK
(PartyDetailPK activeDetailPK) void
PartyValue.setLastDetailPK
(PartyDetailPK lastDetailPK) Constructors in com.echothree.model.data.party.server.value with parameters of type PartyDetailPKModifierConstructorDescriptionPartyDetailValue
(PartyDetailPK partyDetailPK, PartyPK partyPK, String partyName, PartyTypePK partyTypePK, LanguagePK preferredLanguagePK, CurrencyPK preferredCurrencyPK, TimeZonePK preferredTimeZonePK, DateTimeFormatPK preferredDateTimeFormatPK, Long fromTime, Long thruTime) Creates a new instance of PartyDetailValuePartyValue
(PartyDetailPK activeDetailPK, PartyDetailPK lastDetailPK) Creates a new instance of PartyValuePartyValue
(PartyPK partyPK, PartyDetailPK activeDetailPK, PartyDetailPK lastDetailPK) Creates a new instance of PartyValue