Uses of Class
adalid.core.EntityCollection
-
Packages that use EntityCollection Package Description adalid.core adalid.core.interfaces meta.entidad.comun.control.acceso.ext -
-
Uses of EntityCollection in adalid.core
Methods in adalid.core that return EntityCollection Modifier and Type Method Description EntityCollectionDisplayField. getEntityCollection()EntityCollectionStepField. getEntityCollection()EntityCollectionTabField. getEntityCollection()EntityCollectionAbstractEntity. getMappedCollection()Methods in adalid.core that return types with arguments of type EntityCollection Modifier and Type Method Description List<EntityCollection>AbstractEntity. getEntityCollectionsList()Map<String,EntityCollection>AbstractEntity. getEntityCollectionsMap()Methods in adalid.core with parameters of type EntityCollection Modifier and Type Method Description voidStep. newStepField(EntityCollection collection)El método newStepField se utiliza para agregar colecciones a un grupo.voidTab. newTabField(EntityCollection collection)El método newTabField se utiliza para agregar colecciones a un grupo.voidAbstractEntity. setMappedCollection(EntityCollection collection)Constructors in adalid.core with parameters of type EntityCollection Constructor Description DisplayField(Display display, EntityCollection collection)FormField(Display display, EntityCollection collection)PageField(Display display, EntityCollection collection) -
Uses of EntityCollection in adalid.core.interfaces
Methods in adalid.core.interfaces that return EntityCollection Modifier and Type Method Description EntityCollectionEntityReference. getMappedCollection()Methods in adalid.core.interfaces that return types with arguments of type EntityCollection Modifier and Type Method Description List<EntityCollection>Entity. getEntityCollectionsList()Map<String,EntityCollection>Entity. getEntityCollectionsMap()Methods in adalid.core.interfaces with parameters of type EntityCollection Modifier and Type Method Description voidEntityReference. setMappedCollection(EntityCollection collection) -
Uses of EntityCollection in meta.entidad.comun.control.acceso.ext
Fields in meta.entidad.comun.control.acceso.ext declared as EntityCollection Modifier and Type Field Description EntityCollectionUsuario. roles
-