Uses of Class
com.soffid.iam.model.EntryPointIconEntity
-
Packages that use EntryPointIconEntity Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of EntryPointIconEntity in com.soffid.iam.model
Subclasses of EntryPointIconEntity in com.soffid.iam.model Modifier and Type Class Description class
EntryPointIconEntityImpl
Entity EntryPointIconEntity implementationMethods in com.soffid.iam.model that return EntryPointIconEntity Modifier and Type Method Description EntryPointIconEntity
EntryPointIconEntityDao. load(Long id)
Loads an instance ofEntryPointIconEntity
from the persistent store.EntryPointIconEntity
EntryPointIconEntityDaoBase. load(Long id)
Loads an instance ofEntryPointIconEntity
from the persistent store.EntryPointIconEntity
EntryPointIconEntityDao. newEntryPointIconEntity()
Creates an instance ofEntryPointIconEntity
.EntryPointIconEntity
EntryPointIconEntityDaoBase. newEntryPointIconEntity()
Creates an instance ofEntryPointIconEntity
.Methods in com.soffid.iam.model that return types with arguments of type EntryPointIconEntity Modifier and Type Method Description List<EntryPointIconEntity>
EntryPointIconEntityDao. loadAll()
Loads all instances ofEntryPointIconEntity
from the persistent store.List<EntryPointIconEntity>
EntryPointIconEntityDaoBase. loadAll()
Loads all instances ofEntryPointIconEntity
from the persistent store.List<EntryPointIconEntity>
EntryPointIconEntityDao. query(String query, Parameter[] parameters)
Query ofEntryPointIconEntity
from the persistent store.List<EntryPointIconEntity>
EntryPointIconEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointIconEntity
from the persistent store.List<EntryPointIconEntity>
EntryPointIconEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofEntryPointIconEntity
from the persistent store.List<EntryPointIconEntity>
EntryPointIconEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofEntryPointIconEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type EntryPointIconEntity Modifier and Type Method Description void
EntryPointIconEntityDao. create(EntryPointIconEntity entity)
Adds an instance ofEntryPointIconEntity
to the persistent store.void
EntryPointIconEntityDaoBase. create(EntryPointIconEntity entity)
Adds an instance ofEntryPointIconEntity
to the persistent store.void
EntryPointIconEntityDao. remove(EntryPointIconEntity entity)
Removes an instance ofEntryPointIconEntity
from the persistent store.void
EntryPointIconEntityDaoBase. remove(EntryPointIconEntity entity)
Removes an instance ofEntryPointIconEntity
from the persistent store.void
EntryPointIconEntityDao. update(EntryPointIconEntity entity)
Updates an instance ofEntryPointIconEntity
at the persistent store.void
EntryPointIconEntityDaoBase. update(EntryPointIconEntity entity)
Updates an instance ofEntryPointIconEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type EntryPointIconEntity Modifier and Type Method Description void
EntryPointIconEntityDao. create(Collection<? extends EntryPointIconEntity> entities)
Creates a collection ofEntryPointIconEntity
and adds it to the persistent store.void
EntryPointIconEntityDaoBase. create(Collection<? extends EntryPointIconEntity> entities)
Creates a collection ofEntryPointIconEntity
and adds it to the persistent store.void
EntryPointIconEntityDao. remove(Collection<? extends EntryPointIconEntity> entities)
Removes a collection ofEntryPointIconEntity
from the persistent store.void
EntryPointIconEntityDaoBase. remove(Collection<? extends EntryPointIconEntity> entities)
Removes a collection ofEntryPointIconEntity
from the persistent store.void
EntryPointIconEntityDao. update(Collection<? extends EntryPointIconEntity> entities)
Updates a collection ofEntryPointIconEntity
in the persistent store.void
EntryPointIconEntityDaoBase. update(Collection<? extends EntryPointIconEntity> entities)
Updates a collection ofEntryPointIconEntity
in the persistent store. -
Uses of EntryPointIconEntity in com.soffid.iam.service
Methods in com.soffid.iam.service that return EntryPointIconEntity Modifier and Type Method Description protected EntryPointIconEntity
EntryPointServiceImpl. createIcona(byte[] b)
-