Class JPAAttrRepo
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractProvidedKeyEntity
-
- org.apache.syncope.core.persistence.jpa.entity.am.JPAAttrRepo
-
- All Implemented Interfaces:
Serializable,AttrRepo,Entity,ProvidedKeyEntity
@Entity public class JPAAttrRepo extends AbstractProvidedKeyEntity implements AttrRepo
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringTABLEprotected static TypeReference<List<Item>>TYPEREF-
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOG
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Constructor Summary
Constructors Constructor Description JPAAttrRepo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttrRepoConfgetConf()StringgetDescription()List<Item>getItems()intgetOrder()AttrRepoStategetState()protected voidjson2list(boolean clearFirst)voidlist2json()voidpostLoad()voidpostSave()voidsetConf(AttrRepoConf conf)voidsetDescription(String description)voidsetOrder(int order)voidsetState(AttrRepoState state)-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractProvidedKeyEntity
getKey, setKey
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntity
setKey
-
-
-
-
Field Detail
-
TABLE
public static final String TABLE
- See Also:
- Constant Field Values
-
TYPEREF
protected static final TypeReference<List<Item>> TYPEREF
-
-
Method Detail
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceAttrRepo
-
setDescription
public void setDescription(String description)
- Specified by:
setDescriptionin interfaceAttrRepo
-
getState
public AttrRepoState getState()
-
setState
public void setState(AttrRepoState state)
-
getConf
public AttrRepoConf getConf()
-
setConf
public void setConf(AttrRepoConf conf)
-
json2list
protected void json2list(boolean clearFirst)
-
postLoad
public void postLoad()
-
postSave
public void postSave()
-
list2json
public void list2json()
-
-