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 EntityFactory
entityFactory
protected static Logger
LOG
-
Constructor Summary
Constructors Constructor Description AttrRepoDataBinderImpl(EntityFactory entityFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttrRepo
create(AttrRepoTO attrRepoTO)
AttrRepoTO
getAttrRepoTO(AttrRepo attrRepo)
protected void
populateItems(AttrRepoTO attrRepoTO, AttrRepo attrRepo)
protected void
populateItems(AttrRepo attrRepo, AttrRepoTO attrRepoTO)
AttrRepo
update(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:
create
in interfaceAttrRepoDataBinder
-
update
public AttrRepo update(AttrRepo attrRepo, AttrRepoTO attrRepoTO)
- Specified by:
update
in interfaceAttrRepoDataBinder
-
populateItems
protected void populateItems(AttrRepo attrRepo, AttrRepoTO attrRepoTO)
-
getAttrRepoTO
public AttrRepoTO getAttrRepoTO(AttrRepo attrRepo)
- Specified by:
getAttrRepoTO
in interfaceAttrRepoDataBinder
-
-