Uses of Class
com.soffid.iam.model.CustomObjectEntity
-
Packages that use CustomObjectEntity Package Description com.soffid.iam.model -
-
Uses of CustomObjectEntity in com.soffid.iam.model
Subclasses of CustomObjectEntity in com.soffid.iam.model Modifier and Type Class Description class
CustomObjectEntityImpl
Methods in com.soffid.iam.model that return CustomObjectEntity Modifier and Type Method Description CustomObjectEntity
CustomObjectEntityDao. customObjectToEntity(com.soffid.iam.api.CustomObject instance)
Transforms fromCustomObject
objectCustomObjectEntity
CustomObjectEntityDaoBase. customObjectToEntity(com.soffid.iam.api.CustomObject instance)
Transforms fromCustomObject
objectCustomObjectEntity
CustomObjectEntityDao. findByTypeAndName(CriteriaSearchConfiguration criteria, String objectType, String name)
CriteriaSearchConfiguration finderCustomObjectEntity
CustomObjectEntityDao. findByTypeAndName(String objectType, String name)
Operation findByTypeAndNameCustomObjectEntity
CustomObjectEntityDaoBase. findByTypeAndName(CriteriaSearchConfiguration criteria, String objectType, String name)
CriteriaSearchConfiguration implementationCustomObjectEntity
CustomObjectEntityDaoBase. findByTypeAndName(String queryString, CriteriaSearchConfiguration criteria, String objectType, String name)
Internal implementationCustomObjectEntity
CustomObjectEntityDaoBase. findByTypeAndName(String objectType, String name)
Operation findByTypeAndNameCustomObjectEntity
CustomObjectAttributeEntity. getCustomObject()
Gets value for attribute customObjectCustomObjectEntity
CustomObjectEntityDao. load(Long id)
Loads an instance ofCustomObjectEntity
from the persistent store.CustomObjectEntity
CustomObjectEntityDaoBase. load(Long id)
Loads an instance ofCustomObjectEntity
from the persistent store.CustomObjectEntity
CustomObjectEntityDao. newCustomObjectEntity()
Creates an instance ofCustomObjectEntity
.CustomObjectEntity
CustomObjectEntityDaoBase. newCustomObjectEntity()
Creates an instance ofCustomObjectEntity
.Methods in com.soffid.iam.model that return types with arguments of type CustomObjectEntity Modifier and Type Method Description List<CustomObjectEntity>
CustomObjectEntityDao. customObjectToEntityList(Collection<com.soffid.iam.api.CustomObject> instances)
Transforms fromCustomObject
listList<CustomObjectEntity>
CustomObjectEntityDaoBase. customObjectToEntityList(Collection<com.soffid.iam.api.CustomObject> instances)
Transforms fromCustomObject
listCollection<CustomObjectEntity>
CustomObjectEntityDao. findByText(CriteriaSearchConfiguration criteria, String objectType, String text)
CriteriaSearchConfiguration finderCollection<CustomObjectEntity>
CustomObjectEntityDao. findByText(String objectType, String text)
Operation findByTextCollection<CustomObjectEntity>
CustomObjectEntityDaoBase. findByText(CriteriaSearchConfiguration criteria, String objectType, String text)
CriteriaSearchConfiguration implementationCollection<CustomObjectEntity>
CustomObjectEntityDaoBase. findByText(String queryString, CriteriaSearchConfiguration criteria, String objectType, String text)
Internal implementationCollection<CustomObjectEntity>
CustomObjectEntityDaoBase. findByText(String objectType, String text)
Operation findByTextCollection<CustomObjectEntity>
CustomObjectEntityDaoImpl. findByText(CriteriaSearchConfiguration criteria, String objectType, String text)
Collection<CustomObjectEntity>
CustomObjectTypeEntity. getObjects()
Gets value for attribute objectsList<CustomObjectEntity>
CustomObjectEntityDao. loadAll()
Loads all instances ofCustomObjectEntity
from the persistent store.List<CustomObjectEntity>
CustomObjectEntityDaoBase. loadAll()
Loads all instances ofCustomObjectEntity
from the persistent store.List<CustomObjectEntity>
CustomObjectEntityDao. query(String query, Parameter[] parameters)
Query ofCustomObjectEntity
from the persistent store.List<CustomObjectEntity>
CustomObjectEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofCustomObjectEntity
from the persistent store.List<CustomObjectEntity>
CustomObjectEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofCustomObjectEntity
from the persistent store.List<CustomObjectEntity>
CustomObjectEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofCustomObjectEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type CustomObjectEntity Modifier and Type Method Description void
CustomObjectEntityDao. create(CustomObjectEntity entity)
Adds an instance ofCustomObjectEntity
to the persistent store.void
CustomObjectEntityDaoBase. create(CustomObjectEntity entity)
Adds an instance ofCustomObjectEntity
to the persistent store.void
CustomObjectEntityDao. customObjectToEntity(com.soffid.iam.api.CustomObject source, CustomObjectEntity target, boolean copyIfNull)
Copy data fromCustomObject
objectvoid
CustomObjectEntityDaoBase. customObjectToEntity(com.soffid.iam.api.CustomObject source, CustomObjectEntity target, boolean copyIfNull)
Copy data fromCustomObject
objectvoid
CustomObjectEntityDaoImpl. customObjectToEntity(com.soffid.iam.api.CustomObject source, CustomObjectEntity target, boolean copyIfNull)
void
CustomObjectEntityDao. remove(CustomObjectEntity entity)
Removes an instance ofCustomObjectEntity
from the persistent store.void
CustomObjectEntityDaoBase. remove(CustomObjectEntity entity)
Removes an instance ofCustomObjectEntity
from the persistent store.void
CustomObjectAttributeEntity. setCustomObject(CustomObjectEntity customObject)
Sets value for attribute customObjectcom.soffid.iam.api.CustomObject
CustomObjectEntityDao. toCustomObject(CustomObjectEntity entity)
Transforms toCustomObject
objectvoid
CustomObjectEntityDao. toCustomObject(CustomObjectEntity source, com.soffid.iam.api.CustomObject target)
Copy data toCustomObject
objectcom.soffid.iam.api.CustomObject
CustomObjectEntityDaoBase. toCustomObject(CustomObjectEntity entity)
Transforms toCustomObject
objectvoid
CustomObjectEntityDaoBase. toCustomObject(CustomObjectEntity source, com.soffid.iam.api.CustomObject target)
Copy data toCustomObject
objectvoid
CustomObjectEntityDaoImpl. toCustomObject(CustomObjectEntity source, com.soffid.iam.api.CustomObject target)
void
CustomObjectEntityDao. update(CustomObjectEntity entity)
Updates an instance ofCustomObjectEntity
at the persistent store.void
CustomObjectEntityDaoBase. update(CustomObjectEntity entity)
Updates an instance ofCustomObjectEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type CustomObjectEntity Modifier and Type Method Description void
CustomObjectEntityDao. create(Collection<? extends CustomObjectEntity> entities)
Creates a collection ofCustomObjectEntity
and adds it to the persistent store.void
CustomObjectEntityDaoBase. create(Collection<? extends CustomObjectEntity> entities)
Creates a collection ofCustomObjectEntity
and adds it to the persistent store.void
CustomObjectEntityDao. remove(Collection<? extends CustomObjectEntity> entities)
Removes a collection ofCustomObjectEntity
from the persistent store.void
CustomObjectEntityDaoBase. remove(Collection<? extends CustomObjectEntity> entities)
Removes a collection ofCustomObjectEntity
from the persistent store.void
CustomObjectTypeEntity. setObjects(Collection<CustomObjectEntity> objects)
Sets value for attribute objectsList<com.soffid.iam.api.CustomObject>
CustomObjectEntityDao. toCustomObjectList(Collection<CustomObjectEntity> entities)
Transforms toCustomObject
listList<com.soffid.iam.api.CustomObject>
CustomObjectEntityDaoBase. toCustomObjectList(Collection<CustomObjectEntity> instances)
Transforms toCustomObject
listvoid
CustomObjectEntityDao. update(Collection<? extends CustomObjectEntity> entities)
Updates a collection ofCustomObjectEntity
in the persistent store.void
CustomObjectEntityDaoBase. update(Collection<? extends CustomObjectEntity> entities)
Updates a collection ofCustomObjectEntity
in the persistent store.
-