Uses of Class
com.echothree.model.data.party.server.entity.PartyDepartment
Packages that use PartyDepartment
Package
Description
-
Uses of PartyDepartment in com.echothree.control.user.party.server.command
Methods in com.echothree.control.user.party.server.command that return PartyDepartmentMethods in com.echothree.control.user.party.server.command that return types with arguments of type PartyDepartmentModifier and TypeMethodDescriptionprotected Collection<PartyDepartment> GetDepartmentsCommand.getEntities()Methods in com.echothree.control.user.party.server.command with parameters of type PartyDepartmentModifier and TypeMethodDescriptionprotected BaseResultGetDepartmentCommand.getResult(PartyDepartment partyDepartment) Method parameters in com.echothree.control.user.party.server.command with type arguments of type PartyDepartmentModifier and TypeMethodDescriptionprotected BaseResultGetDepartmentsCommand.getResult(Collection<PartyDepartment> entities) -
Uses of PartyDepartment in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return PartyDepartmentModifier and TypeMethodDescriptionPartyControl.createPartyDepartment(Party party, Party divisionParty, String partyDepartmentName, Boolean isDefault, Integer sortOrder, BasePK createdBy) PartyControl.getDefaultPartyDepartment(Party divisionParty) PartyControl.getDefaultPartyDepartmentForUpdate(Party divisionParty) PartyControl.getPartyDepartment(Party party) PartyControl.getPartyDepartmentByName(Party divisionParty, String partyDepartmentName) PartyControl.getPartyDepartmentByNameForUpdate(Party divisionParty, String partyDepartmentName) PartyControl.getPartyDepartmentForUpdate(Party party) Methods in com.echothree.model.control.party.server.control that return types with arguments of type PartyDepartmentModifier and TypeMethodDescriptionPartyControl.getDepartmentsByDivision(Party divisionParty) PartyControl.getDepartmentsByDivisionForUpdate(Party divisionParty) PartyControl.getDepartmentsByName(String partyDepartmentName) PartyControl.getDepartmentsByNameForUpdate(String partyDepartmentName) Methods in com.echothree.model.control.party.server.control with parameters of type PartyDepartmentModifier and TypeMethodDescriptionPartyControl.getDepartmentTransfer(UserVisit userVisit, PartyDepartment partyDepartment) PartyControl.getPartyDepartmentValueForUpdate(PartyDepartment partyDepartment) Method parameters in com.echothree.model.control.party.server.control with type arguments of type PartyDepartmentModifier and TypeMethodDescriptionPartyControl.getDepartmentTransfers(UserVisit userVisit, Collection<PartyDepartment> partyDepartments) -
Uses of PartyDepartment in com.echothree.model.control.party.server.graphql
Methods in com.echothree.model.control.party.server.graphql that return PartyDepartmentModifier and TypeMethodDescriptionprotected PartyDepartmentDepartmentObject.getPartyDepartment()Constructors in com.echothree.model.control.party.server.graphql with parameters of type PartyDepartment -
Uses of PartyDepartment in com.echothree.model.control.party.server.logic
Methods in com.echothree.model.control.party.server.logic that return PartyDepartmentModifier and TypeMethodDescriptionDepartmentLogic.getPartyDepartmentByName(ExecutionErrorAccumulator eea, Party divisionParty, String departmentName, String partyName, UniversalEntitySpec universalEntitySpec, boolean required) DepartmentLogic.getPartyDepartmentByName(ExecutionErrorAccumulator eea, String companyName, String divisionName, String departmentName, String partyName, UniversalEntitySpec universalEntitySpec, boolean required) -
Uses of PartyDepartment in com.echothree.model.control.party.server.transfer
Methods in com.echothree.model.control.party.server.transfer with parameters of type PartyDepartmentModifier and TypeMethodDescriptionDepartmentTransferCache.getTransfer(UserVisit userVisit, PartyDepartment partyDepartment) -
Uses of PartyDepartment in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return PartyDepartmentModifier and TypeMethodDescriptionPartyDepartmentFactory.create(PartyPK partyPK, PartyPK divisionPartyPK, String partyDepartmentName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyDepartmentFactory.create(Party party, Party divisionParty, String partyDepartmentName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyDepartmentFactory.getEntityFromCache(PartyDepartmentPK pk) PartyDepartmentFactory.getEntityFromPK(EntityPermission entityPermission, PartyDepartmentPK pk) PartyDepartmentFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyDepartmentFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyDepartmentFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyDepartmentFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) PartyDepartmentFactory.getEntityFromValue(EntityPermission entityPermission, PartyDepartmentValue value) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type PartyDepartmentModifier and TypeMethodDescriptionPartyDepartmentFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyDepartmentPK> pks) PartyDepartmentFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyDepartmentFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyDepartmentFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyDepartmentFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PartyDepartmentModifier and TypeMethodDescriptionvoidPartyDepartmentFactory.remove(PartyDepartment entity) voidPartyDepartmentFactory.store(PartyDepartment entity) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type PartyDepartmentModifier and TypeMethodDescriptionvoidPartyDepartmentFactory.store(Collection<PartyDepartment> entities)