Uses of Class
com.echothree.model.data.user.server.value.UserVisitGroupDetailValue
Packages that use UserVisitGroupDetailValue
Package
Description
-
Uses of UserVisitGroupDetailValue in com.echothree.model.control.user.server.control
Methods in com.echothree.model.control.user.server.control that return UserVisitGroupDetailValueModifier and TypeMethodDescriptionUserControl.getUserVisitGroupDetailValueByNameForUpdate(String userVisitGroupName) UserControl.getUserVisitGroupDetailValueForUpdate(UserVisitGroup userVisitGroup) -
Uses of UserVisitGroupDetailValue in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return UserVisitGroupDetailValueMethods in com.echothree.model.data.user.server.entity with parameters of type UserVisitGroupDetailValueModifier and TypeMethodDescriptionvoidUserVisitGroupDetail.setUserVisitGroupDetailValue(UserVisitGroupDetailValue value) Constructors in com.echothree.model.data.user.server.entity with parameters of type UserVisitGroupDetailValueModifierConstructorDescriptionUserVisitGroupDetail(UserVisitGroupDetailValue value, EntityPermission entityPermission) Creates a new instance of UserVisitGroupDetail -
Uses of UserVisitGroupDetailValue in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory that return UserVisitGroupDetailValueModifier and TypeMethodDescriptionUserVisitGroupDetailFactory.getValueFromPK(UserVisitGroupDetailPK pk) UserVisitGroupDetailFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.user.server.factory that return types with arguments of type UserVisitGroupDetailValueModifier and TypeMethodDescriptionUserVisitGroupDetailFactory.getValuesFromPKs(Collection<UserVisitGroupDetailPK> pks) UserVisitGroupDetailFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.user.server.factory with parameters of type UserVisitGroupDetailValueModifier and TypeMethodDescriptionUserVisitGroupDetailFactory.getEntityFromValue(EntityPermission entityPermission, UserVisitGroupDetailValue value) Method parameters in com.echothree.model.data.user.server.factory with type arguments of type UserVisitGroupDetailValueModifier and TypeMethodDescriptionvoidUserVisitGroupDetailFactory.create(Collection<UserVisitGroupDetailValue> _values) -
Uses of UserVisitGroupDetailValue in com.echothree.model.data.user.server.value
Methods in com.echothree.model.data.user.server.value that return UserVisitGroupDetailValue