Uses of Enum Class
org.eblocker.server.common.data.parentalcontrol.Category
Packages that use Category
Package
Description
-
Uses of Category in org.eblocker.server.common.blacklist
Methods in org.eblocker.server.common.blacklist with parameters of type Category -
Uses of Category in org.eblocker.server.common.data
Methods in org.eblocker.server.common.data that return types with arguments of type CategoryConstructor parameters in org.eblocker.server.common.data with type arguments of type CategoryModifierConstructorDescriptionBlockedDomainsStats(java.time.Instant lastReset, Map<Category, List<Entry>> stats) -
Uses of Category in org.eblocker.server.common.data.parentalcontrol
Methods in org.eblocker.server.common.data.parentalcontrol that return CategoryModifier and TypeMethodDescriptionBlockedDomainLogEntry.getCategory()ParentalControlFilterMetaData.getCategory()ParentalControlFilterSummaryData.getCategory()static CategoryReturns the enum constant of this class with the specified name.static Category[]Category.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eblocker.server.common.data.parentalcontrol with parameters of type CategoryModifier and TypeMethodDescriptionvoidParentalControlFilterMetaData.setCategory(Category category) Constructors in org.eblocker.server.common.data.parentalcontrol with parameters of type CategoryModifierConstructorDescriptionBlockedDomainLogEntry(String deviceId, String domain, Category category) ParentalControlFilterMetaData(Integer id, Map<String, String> name, Map<String, String> description, Category category, List<String> filenames, String version, Date date, String format, String filterType, boolean builtin, boolean disabled, List<QueryTransformation> queryTransformations, String customerCreatedName, String customerCreatedDescription) ParentalControlFilterSummaryData(Integer id, Map<String, String> name, Map<String, String> description, String version, Date lastUpdate, String filterType, boolean builtin, boolean disabled, List<String> domains, String customerCreatedName, String customerCreatedDescription, Category category) -
Uses of Category in org.eblocker.server.icap.transaction.processor.filter
Methods in org.eblocker.server.icap.transaction.processor.filter with parameters of type CategoryModifier and TypeMethodDescriptionvoidPatternBlockerUtils.countBlockedDomain(Category category, FilterResult filterResult, Session session, Transaction transaction)