Package org.openurp.app.security.service
Class IdentifierDataResolver
java.lang.Object
org.openurp.app.security.service.IdentifierDataResolver
- All Implemented Interfaces:
UserDataResolver
public class IdentifierDataResolver extends Object implements UserDataResolver
-
Field Summary
Fields Modifier and Type Field Description protected org.beangle.commons.dao.EntityDaoentityDao -
Constructor Summary
Constructors Constructor Description IdentifierDataResolver() -
Method Summary
Modifier and Type Method Description Stringmarshal(Dimension field, Collection<?> items)Marshal list of objects to text formatvoidsetEntityDao(org.beangle.commons.dao.EntityDao entityDao)<T> List<T>unmarshal(Dimension field, String text)Convert text to list of objects
-
Field Details
-
entityDao
protected org.beangle.commons.dao.EntityDao entityDao
-
-
Constructor Details
-
IdentifierDataResolver
public IdentifierDataResolver()
-
-
Method Details
-
marshal
Description copied from interface:UserDataResolverMarshal list of objects to text format- Specified by:
marshalin interfaceUserDataResolver
-
unmarshal
Description copied from interface:UserDataResolverConvert text to list of objects- Specified by:
unmarshalin interfaceUserDataResolver
-
setEntityDao
public void setEntityDao(org.beangle.commons.dao.EntityDao entityDao)
-