Uses of Class
com.echothree.model.data.picklist.server.value.PicklistStatusValue
Packages that use PicklistStatusValue
Package
Description
-
Uses of PicklistStatusValue in com.echothree.model.data.picklist.server.entity
Methods in com.echothree.model.data.picklist.server.entity that return PicklistStatusValueMethods in com.echothree.model.data.picklist.server.entity with parameters of type PicklistStatusValueModifier and TypeMethodDescriptionvoid
PicklistStatus.setPicklistStatusValue
(PicklistStatusValue value) Constructors in com.echothree.model.data.picklist.server.entity with parameters of type PicklistStatusValueModifierConstructorDescriptionPicklistStatus
(PicklistStatusValue value, EntityPermission entityPermission) Creates a new instance of PicklistStatus -
Uses of PicklistStatusValue in com.echothree.model.data.picklist.server.factory
Methods in com.echothree.model.data.picklist.server.factory that return PicklistStatusValueModifier and TypeMethodDescriptionPicklistStatusFactory.getValueFromPK
(Session session, PicklistStatusPK pk) PicklistStatusFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.picklist.server.factory that return types with arguments of type PicklistStatusValueModifier and TypeMethodDescriptionPicklistStatusFactory.getValuesFromPKs
(Session session, Collection<PicklistStatusPK> pks) PicklistStatusFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.picklist.server.factory with parameters of type PicklistStatusValueModifier and TypeMethodDescriptionPicklistStatusFactory.getEntityFromValue
(EntityPermission entityPermission, PicklistStatusValue value) PicklistStatusFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PicklistStatusValue value) Method parameters in com.echothree.model.data.picklist.server.factory with type arguments of type PicklistStatusValueModifier and TypeMethodDescriptionvoid
PicklistStatusFactory.create
(Session session, Collection<PicklistStatusValue> _values) void
PicklistStatusFactory.create
(Collection<PicklistStatusValue> _values) -
Uses of PicklistStatusValue in com.echothree.model.data.picklist.server.value
Methods in com.echothree.model.data.picklist.server.value that return PicklistStatusValue