Uses of Class
com.echothree.model.data.party.common.pk.PartyAliasPK
Packages that use PartyAliasPK
Package
Description
-
Uses of PartyAliasPK in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return PartyAliasPK -
Uses of PartyAliasPK in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return PartyAliasPKModifier and TypeMethodDescriptionPartyAliasFactory.getNextPK()
PartyAliasFactory.getPKFromQuery
(PreparedStatement ps, Object... params) PartyAliasFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type PartyAliasPKModifier and TypeMethodDescriptionPartyAliasFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) PartyAliasFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) PartyAliasFactory.getPKsFromResultSetAsList
(ResultSet rs) PartyAliasFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PartyAliasPKModifier and TypeMethodDescriptionPartyAliasFactory.getEntityFromCache
(Session session, PartyAliasPK pk) PartyAliasFactory.getEntityFromPK
(EntityPermission entityPermission, PartyAliasPK pk) PartyAliasFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PartyAliasPK pk) PartyAliasFactory.getValueFromPK
(Session session, PartyAliasPK pk) void
PartyAliasFactory.remove
(Session session, PartyAliasPK pk) boolean
PartyAliasFactory.validPK
(Session session, PartyAliasPK pk) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type PartyAliasPKModifier and TypeMethodDescriptionPartyAliasFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PartyAliasPK> pks) PartyAliasFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyAliasPK> pks) PartyAliasFactory.getValuesFromPKs
(Session session, Collection<PartyAliasPK> pks) void
PartyAliasFactory.remove
(Session session, Collection<PartyAliasPK> pks) void
PartyAliasFactory.remove
(Collection<PartyAliasPK> pks) -
Uses of PartyAliasPK in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return PartyAliasPKConstructors in com.echothree.model.data.party.server.value with parameters of type PartyAliasPKModifierConstructorDescriptionPartyAliasValue
(PartyAliasPK partyAliasPK, PartyPK partyPK, PartyAliasTypePK partyAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of PartyAliasValue