Interface PerexGroupBeanToPerexGroupsEntityMapper
public interface PerexGroupBeanToPerexGroupsEntityMapper
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault Long
intToLong
(int id) default int
perexGroupBeanListToPerexGroupsEntityList
(List<PerexGroupBean> perexGroupBeanList) perexGroupBeanToPerexGroupsEntity
(PerexGroupBean perexGroupBean) perexGroupsEntityListToPerexGroupBeanList
(List<PerexGroupsEntity> perexGroupsEntityList) perexGroupsEntityToPerexGroupBean
(PerexGroupsEntity perexGroupsEntity) default String
tokensToString
(String[] relatedPages)
-
Field Details
-
INSTANCE
-
-
Method Details
-
perexGroupBeanToPerexGroupsEntity
-
perexGroupBeanListToPerexGroupsEntityList
List<PerexGroupsEntity> perexGroupBeanListToPerexGroupsEntityList(List<PerexGroupBean> perexGroupBeanList) -
intToLong
-
tokensToString
-
perexGroupsEntityToPerexGroupBean
-
perexGroupsEntityListToPerexGroupBeanList
List<PerexGroupBean> perexGroupsEntityListToPerexGroupBeanList(List<PerexGroupsEntity> perexGroupsEntityList) -
longToInt
-