Uses of Interface
ru.metrika4j.entity.Entity

Packages that use Entity
ru.metrika4j.entity Сущности, с которыми работает Metrika4j: счетчики, цели и т.п. 
 

Uses of Entity in ru.metrika4j.entity
 

Classes in ru.metrika4j.entity with type parameters of type Entity
 interface EntityApi<T extends Entity<K>,K>
          Абстрактный API для работы с объектами-сущностями (целями, фильтрами, правами доступа, операциями)
 

Classes in ru.metrika4j.entity that implement Entity
 class Counter
          Cчётчик.
 class Filter
           
 class Goal
           
 class Grant
           
 class Operation
           
 

Methods in ru.metrika4j.entity that return Entity
 T[] EntityApi.getEntities(int counterId)
          Получить все объекты-сущности для заданного счетчика
 



Copyright © 2011. All Rights Reserved.