Uses of Class
com.echothree.model.data.accounting.server.entity.PartyGlAccount
Packages that use PartyGlAccount
-
Uses of PartyGlAccount in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return PartyGlAccountModifier and TypeMethodDescriptionPartyGlAccountFactory.create(PartyPK partyPK, GlAccountPK glAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyGlAccountFactory.create(Party party, GlAccount glAccount, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyGlAccountFactory.getEntityFromCache(PartyGlAccountPK pk) PartyGlAccountFactory.getEntityFromPK(EntityPermission entityPermission, PartyGlAccountPK pk) PartyGlAccountFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyGlAccountFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyGlAccountFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyGlAccountFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) PartyGlAccountFactory.getEntityFromValue(EntityPermission entityPermission, PartyGlAccountValue value) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type PartyGlAccountModifier and TypeMethodDescriptionPartyGlAccountFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyGlAccountPK> pks) PartyGlAccountFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyGlAccountFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyGlAccountFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyGlAccountFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type PartyGlAccountModifier and TypeMethodDescriptionvoidPartyGlAccountFactory.remove(PartyGlAccount entity) voidPartyGlAccountFactory.store(PartyGlAccount entity) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type PartyGlAccountModifier and TypeMethodDescriptionvoidPartyGlAccountFactory.store(Collection<PartyGlAccount> entities)