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 BaseResult
GetDepartmentCommand.getResult
(PartyDepartment partyDepartment) Method parameters in com.echothree.control.user.party.server.command with type arguments of type PartyDepartmentModifier and TypeMethodDescriptionprotected BaseResult
GetDepartmentsCommand.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 PartyDepartment
DepartmentObject.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.getDepartmentTransfer
(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.create
(Session session, PartyPK partyPK, PartyPK divisionPartyPK, String partyDepartmentName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyDepartmentFactory.create
(Session session, Party party, Party divisionParty, String partyDepartmentName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyDepartmentFactory.getEntityFromCache
(Session session, PartyDepartmentPK pk) PartyDepartmentFactory.getEntityFromPK
(EntityPermission entityPermission, PartyDepartmentPK pk) PartyDepartmentFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PartyDepartmentPK pk) PartyDepartmentFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyDepartmentFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyDepartmentFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyDepartmentFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) PartyDepartmentFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) PartyDepartmentFactory.getEntityFromValue
(EntityPermission entityPermission, PartyDepartmentValue value) PartyDepartmentFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyDepartmentPK> pks) PartyDepartmentFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyDepartmentFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyDepartmentFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyDepartmentFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) PartyDepartmentFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PartyDepartmentModifier and TypeMethodDescriptionvoid
PartyDepartmentFactory.remove
(Session session, PartyDepartment entity) void
PartyDepartmentFactory.store
(Session session, PartyDepartment entity) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type PartyDepartmentModifier and TypeMethodDescriptionvoid
PartyDepartmentFactory.store
(Session session, Collection<PartyDepartment> entities) void
PartyDepartmentFactory.store
(Collection<PartyDepartment> entities)