Uses of Class
com.echothree.model.data.payment.common.pk.BillingAccountRolePK
Packages that use BillingAccountRolePK
Package
Description
-
Uses of BillingAccountRolePK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return BillingAccountRolePK -
Uses of BillingAccountRolePK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return BillingAccountRolePKModifier and TypeMethodDescriptionBillingAccountRoleFactory.getNextPK()
BillingAccountRoleFactory.getPKFromQuery
(PreparedStatement ps, Object... params) BillingAccountRoleFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type BillingAccountRolePKModifier and TypeMethodDescriptionBillingAccountRoleFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) BillingAccountRoleFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) BillingAccountRoleFactory.getPKsFromResultSetAsList
(ResultSet rs) BillingAccountRoleFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type BillingAccountRolePKModifier and TypeMethodDescriptionBillingAccountRoleFactory.getEntityFromCache
(Session session, BillingAccountRolePK pk) BillingAccountRoleFactory.getEntityFromPK
(EntityPermission entityPermission, BillingAccountRolePK pk) BillingAccountRoleFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, BillingAccountRolePK pk) BillingAccountRoleFactory.getValueFromPK
(Session session, BillingAccountRolePK pk) void
BillingAccountRoleFactory.remove
(Session session, BillingAccountRolePK pk) boolean
BillingAccountRoleFactory.validPK
(Session session, BillingAccountRolePK pk) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type BillingAccountRolePKModifier and TypeMethodDescriptionBillingAccountRoleFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<BillingAccountRolePK> pks) BillingAccountRoleFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<BillingAccountRolePK> pks) BillingAccountRoleFactory.getValuesFromPKs
(Session session, Collection<BillingAccountRolePK> pks) void
BillingAccountRoleFactory.remove
(Session session, Collection<BillingAccountRolePK> pks) void
BillingAccountRoleFactory.remove
(Collection<BillingAccountRolePK> pks) -
Uses of BillingAccountRolePK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return BillingAccountRolePKConstructors in com.echothree.model.data.payment.server.value with parameters of type BillingAccountRolePKModifierConstructorDescriptionBillingAccountRoleValue
(BillingAccountRolePK billingAccountRolePK, BillingAccountPK billingAccountPK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, BillingAccountRoleTypePK billingAccountRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of BillingAccountRoleValue