Class AttrRepoDataBinderImpl
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.data.AttrRepoDataBinderImpl
-
- All Implemented Interfaces:
AttrRepoDataBinder
public class AttrRepoDataBinderImpl extends Object implements AttrRepoDataBinder
-
-
Field Summary
Fields Modifier and Type Field Description protected EntityFactoryentityFactoryprotected static LoggerLOG
-
Constructor Summary
Constructors Constructor Description AttrRepoDataBinderImpl(EntityFactory entityFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttrRepocreate(AttrRepoTO attrRepoTO)AttrRepoTOgetAttrRepoTO(AttrRepo attrRepo)protected voidpopulateItems(AttrRepoTO attrRepoTO, AttrRepo attrRepo)protected voidpopulateItems(AttrRepo attrRepo, AttrRepoTO attrRepoTO)AttrRepoupdate(AttrRepo attrRepo, AttrRepoTO attrRepoTO)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
entityFactory
protected final EntityFactory entityFactory
-
-
Constructor Detail
-
AttrRepoDataBinderImpl
public AttrRepoDataBinderImpl(EntityFactory entityFactory)
-
-
Method Detail
-
populateItems
protected void populateItems(AttrRepoTO attrRepoTO, AttrRepo attrRepo)
-
create
public AttrRepo create(AttrRepoTO attrRepoTO)
- Specified by:
createin interfaceAttrRepoDataBinder
-
update
public AttrRepo update(AttrRepo attrRepo, AttrRepoTO attrRepoTO)
- Specified by:
updatein interfaceAttrRepoDataBinder
-
populateItems
protected void populateItems(AttrRepo attrRepo, AttrRepoTO attrRepoTO)
-
getAttrRepoTO
public AttrRepoTO getAttrRepoTO(AttrRepo attrRepo)
- Specified by:
getAttrRepoTOin interfaceAttrRepoDataBinder
-
-