Uses of Class
com.echothree.model.data.printer.server.entity.PartyPrinterGroupUse
Packages that use PartyPrinterGroupUse
Package
Description
-
Uses of PartyPrinterGroupUse in com.echothree.control.user.printer.server.command
Methods in com.echothree.control.user.printer.server.command that return PartyPrinterGroupUseModifier and TypeMethodDescriptionEditPartyPrinterGroupUseCommand.getEntity(EditPartyPrinterGroupUseResult result) Methods in com.echothree.control.user.printer.server.command with parameters of type PartyPrinterGroupUseModifier and TypeMethodDescriptionvoidEditPartyPrinterGroupUseCommand.canUpdate(PartyPrinterGroupUse partyPrinterGroupUse) voidEditPartyPrinterGroupUseCommand.doLock(PartyPrinterGroupUseEdit edit, PartyPrinterGroupUse partyPrinterGroupUse) voidEditPartyPrinterGroupUseCommand.doUpdate(PartyPrinterGroupUse partyPrinterGroupUse) voidEditPartyPrinterGroupUseCommand.fillInResult(EditPartyPrinterGroupUseResult result, PartyPrinterGroupUse partyPrinterGroupUse) EditPartyPrinterGroupUseCommand.getLockEntity(PartyPrinterGroupUse partyPrinterGroupUse) -
Uses of PartyPrinterGroupUse in com.echothree.model.control.printer.server.control
Methods in com.echothree.model.control.printer.server.control that return PartyPrinterGroupUseModifier and TypeMethodDescriptionPrinterControl.createPartyPrinterGroupUse(Party party, PrinterGroupUseType printerGroupUseType, PrinterGroup printerGroup, BasePK createdBy) PrinterControl.getPartyPrinterGroupUse(Party party, PrinterGroupUseType printerGroupUseType) PrinterControl.getPartyPrinterGroupUseForUpdate(Party party, PrinterGroupUseType printerGroupUseType) PrinterControl.getPartyPrinterGroupUseUsingNames(Party party, String printerGroupUseTypeName) Methods in com.echothree.model.control.printer.server.control that return types with arguments of type PartyPrinterGroupUseModifier and TypeMethodDescriptionPrinterControl.getPartyPrinterGroupUsesByParty(Party party) PrinterControl.getPartyPrinterGroupUsesByPartyForUpdate(Party party) PrinterControl.getPartyPrinterGroupUsesByPrinterGroup(PrinterGroup printerGroup) PrinterControl.getPartyPrinterGroupUsesByPrinterGroupForUpdate(PrinterGroup printerGroup) PrinterControl.getPartyPrinterGroupUsesByPrinterGroupUseType(PrinterGroupUseType printerGroupUseType) PrinterControl.getPartyPrinterGroupUsesByPrinterGroupUseTypeForUpdate(PrinterGroupUseType printerGroupUseType) Methods in com.echothree.model.control.printer.server.control with parameters of type PartyPrinterGroupUseModifier and TypeMethodDescriptionvoidPrinterControl.deletePartyPrinterGroupUse(PartyPrinterGroupUse partyPrinterGroupUse, BasePK deletedBy) PrinterControl.getPartyPrinterGroupUseTransfer(UserVisit userVisit, PartyPrinterGroupUse partyPrinterGroupUse) PrinterControl.getPartyPrinterGroupUseValue(PartyPrinterGroupUse partyPrinterGroupUse) Method parameters in com.echothree.model.control.printer.server.control with type arguments of type PartyPrinterGroupUseModifier and TypeMethodDescriptionvoidPrinterControl.deletePartyPrinterGroupUses(List<PartyPrinterGroupUse> partyPrinterGroupUses, BasePK deletedBy) PrinterControl.getPartyPrinterGroupUseTransfers(UserVisit userVisit, Collection<PartyPrinterGroupUse> partyPrinterGroupUses) -
Uses of PartyPrinterGroupUse in com.echothree.model.control.printer.server.logic
Methods in com.echothree.model.control.printer.server.logic that return PartyPrinterGroupUseModifier and TypeMethodDescriptionPartyPrinterGroupUseLogic.getPartyPrinterGroupUse(ExecutionErrorAccumulator ema, Party party, PrinterGroupUseType printerGroupUseType, BasePK createdBy) PartyPrinterGroupUseLogic.getPartyPrinterGroupUseUsingNames(ExecutionErrorAccumulator ema, Party party, String printerGroupUseTypeName, BasePK createdBy) -
Uses of PartyPrinterGroupUse in com.echothree.model.control.printer.server.transfer
Methods in com.echothree.model.control.printer.server.transfer with parameters of type PartyPrinterGroupUseModifier and TypeMethodDescriptionPartyPrinterGroupUseTransferCache.getPartyPrinterGroupUseTransfer(UserVisit userVisit, PartyPrinterGroupUse partyPrinterGroupUse) -
Uses of PartyPrinterGroupUse in com.echothree.model.data.printer.server.factory
Methods in com.echothree.model.data.printer.server.factory that return PartyPrinterGroupUseModifier and TypeMethodDescriptionPartyPrinterGroupUseFactory.create(PartyPK partyPK, PrinterGroupUseTypePK printerGroupUseTypePK, PrinterGroupPK printerGroupPK, Long fromTime, Long thruTime) PartyPrinterGroupUseFactory.create(Party party, PrinterGroupUseType printerGroupUseType, PrinterGroup printerGroup, Long fromTime, Long thruTime) PartyPrinterGroupUseFactory.getEntityFromCache(PartyPrinterGroupUsePK pk) PartyPrinterGroupUseFactory.getEntityFromPK(EntityPermission entityPermission, PartyPrinterGroupUsePK pk) PartyPrinterGroupUseFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyPrinterGroupUseFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyPrinterGroupUseFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyPrinterGroupUseFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) PartyPrinterGroupUseFactory.getEntityFromValue(EntityPermission entityPermission, PartyPrinterGroupUseValue value) Methods in com.echothree.model.data.printer.server.factory that return types with arguments of type PartyPrinterGroupUseModifier and TypeMethodDescriptionPartyPrinterGroupUseFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyPrinterGroupUsePK> pks) PartyPrinterGroupUseFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyPrinterGroupUseFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyPrinterGroupUseFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyPrinterGroupUseFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.printer.server.factory with parameters of type PartyPrinterGroupUseModifier and TypeMethodDescriptionvoidPartyPrinterGroupUseFactory.remove(PartyPrinterGroupUse entity) voidPartyPrinterGroupUseFactory.store(PartyPrinterGroupUse entity) Method parameters in com.echothree.model.data.printer.server.factory with type arguments of type PartyPrinterGroupUseModifier and TypeMethodDescriptionvoidPartyPrinterGroupUseFactory.store(Collection<PartyPrinterGroupUse> entities)