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 TypeMethodDescriptionvoid
EditPartyPrinterGroupUseCommand.canUpdate
(PartyPrinterGroupUse partyPrinterGroupUse) void
EditPartyPrinterGroupUseCommand.doLock
(PartyPrinterGroupUseEdit edit, PartyPrinterGroupUse partyPrinterGroupUse) void
EditPartyPrinterGroupUseCommand.doUpdate
(PartyPrinterGroupUse partyPrinterGroupUse) void
EditPartyPrinterGroupUseCommand.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 TypeMethodDescriptionvoid
PrinterControl.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 TypeMethodDescriptionvoid
PrinterControl.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
(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.create
(Session session, PartyPK partyPK, PrinterGroupUseTypePK printerGroupUseTypePK, PrinterGroupPK printerGroupPK, Long fromTime, Long thruTime) PartyPrinterGroupUseFactory.create
(Session session, Party party, PrinterGroupUseType printerGroupUseType, PrinterGroup printerGroup, Long fromTime, Long thruTime) PartyPrinterGroupUseFactory.getEntityFromCache
(Session session, PartyPrinterGroupUsePK pk) PartyPrinterGroupUseFactory.getEntityFromPK
(EntityPermission entityPermission, PartyPrinterGroupUsePK pk) PartyPrinterGroupUseFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PartyPrinterGroupUsePK pk) PartyPrinterGroupUseFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyPrinterGroupUseFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyPrinterGroupUseFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyPrinterGroupUseFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) PartyPrinterGroupUseFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) PartyPrinterGroupUseFactory.getEntityFromValue
(EntityPermission entityPermission, PartyPrinterGroupUseValue value) PartyPrinterGroupUseFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyPrinterGroupUsePK> pks) PartyPrinterGroupUseFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyPrinterGroupUseFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyPrinterGroupUseFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyPrinterGroupUseFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) PartyPrinterGroupUseFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.printer.server.factory with parameters of type PartyPrinterGroupUseModifier and TypeMethodDescriptionvoid
PartyPrinterGroupUseFactory.remove
(Session session, PartyPrinterGroupUse entity) void
PartyPrinterGroupUseFactory.store
(Session session, PartyPrinterGroupUse entity) Method parameters in com.echothree.model.data.printer.server.factory with type arguments of type PartyPrinterGroupUseModifier and TypeMethodDescriptionvoid
PartyPrinterGroupUseFactory.store
(Session session, Collection<PartyPrinterGroupUse> entities) void
PartyPrinterGroupUseFactory.store
(Collection<PartyPrinterGroupUse> entities)