类 CorePasswordPolicyResourceImpl
- java.lang.Object
-
- net.sinodawn.module.sys.password.resource.impl.CorePasswordPolicyResourceImpl
-
- 所有已实现的接口:
GenericResource<CorePasswordPolicyService,CorePasswordPolicyBean,Long>,CorePasswordPolicyResource
@RestController public class CorePasswordPolicyResourceImpl extends Object implements CorePasswordPolicyResource
-
-
构造器概要
构造器 构造器 说明 CorePasswordPolicyResourceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voiddelete(RestJsonWrapperBean wrapper)CorePasswordPolicyServicegetService()Longinsert(RestJsonWrapperBean jsonWrapper)CorePasswordPolicyBeanselectMatchingPasswordPolicy()-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 net.sinodawn.framework.support.base.resource.GenericResource
getSinoAttrsMybatisMapper, instantSave, print, save, selectByRole, selectColumnById, selectDetail, selectPagination, selectRawPagination, selectSearchablePagination, selectStatus, swap, validate, validateUnique, validateUnique
-
-
-
-
方法详细资料
-
getService
public CorePasswordPolicyService getService()
-
insert
public Long insert(RestJsonWrapperBean jsonWrapper)
- 指定者:
insert在接口中CorePasswordPolicyResource- 指定者:
insert在接口中GenericResource<CorePasswordPolicyService,CorePasswordPolicyBean,Long>
-
delete
@ValidateDataWith(CorePasswordPolicyDeleteValidator.class) public void delete(RestJsonWrapperBean wrapper)
-
selectMatchingPasswordPolicy
public CorePasswordPolicyBean selectMatchingPasswordPolicy()
-
-