Class PostApiImpl
- java.lang.Object
-
- org.openea.eap.module.system.api.dept.PostApiImpl
-
-
Constructor Summary
Constructors Constructor Description PostApiImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openea.eap.framework.common.pojo.CommonResult<List<PostRespDTO>>getPostList(Collection<Long> ids)org.openea.eap.framework.common.pojo.CommonResult<Boolean>validPostList(Collection<Long> ids)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openea.eap.module.system.api.dept.PostApi
getPostMap
-
-
-
-
Method Detail
-
validPostList
public org.openea.eap.framework.common.pojo.CommonResult<Boolean> validPostList(Collection<Long> ids)
- Specified by:
validPostListin interfacePostApi
-
getPostList
public org.openea.eap.framework.common.pojo.CommonResult<List<PostRespDTO>> getPostList(Collection<Long> ids)
- Specified by:
getPostListin interfacePostApi
-
-