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(BillingAccountRolePK pk) BillingAccountRoleFactory.getEntityFromPK(EntityPermission entityPermission, BillingAccountRolePK pk) BillingAccountRoleFactory.getValueFromPK(BillingAccountRolePK pk) voidBillingAccountRoleFactory.remove(BillingAccountRolePK pk) booleanBillingAccountRoleFactory.validPK(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.getValuesFromPKs(Collection<BillingAccountRolePK> pks) voidBillingAccountRoleFactory.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