Interface AttrRepoDataBinder
-
- All Known Implementing Classes:
AttrRepoDataBinderImpl
public interface AttrRepoDataBinder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttrRepocreate(AttrRepoTO attrRepoTO)AttrRepoTOgetAttrRepoTO(AttrRepo attrRepo)AttrRepoupdate(AttrRepo attrRepo, AttrRepoTO attrRepoTO)
-
-
-
Method Detail
-
create
AttrRepo create(AttrRepoTO attrRepoTO)
-
update
AttrRepo update(AttrRepo attrRepo, AttrRepoTO attrRepoTO)
-
getAttrRepoTO
AttrRepoTO getAttrRepoTO(AttrRepo attrRepo)
-
-