Package com.avoka.fc.core.dao
Class UserPropertyDao
- java.lang.Object
-
- com.avoka.core.dao.BaseDao
-
- com.avoka.fc.core.dao.AbstractDao
-
- com.avoka.fc.core.dao.UserPropertyDao
-
public class UserPropertyDao extends AbstractDao
Provides a DAO for the UserProperty entity.- See Also:
UserProperty
-
-
Field Summary
-
Fields inherited from class com.avoka.core.dao.BaseDao
FETCH_LIMIT, STATEMENT_MAX_NO_PARAMETERS
-
-
Constructor Summary
Constructors Constructor Description UserPropertyDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserProperty
getUserPropertyForPK(Object id)
Return the user property with the specified OIDvoid
initialiseUserProperties(UserProfile userProfile)
Create property values for each user property for a new user profile-
Methods inherited from class com.avoka.fc.core.dao.AbstractDao
andFilterClientExcludeNull, andFilterClientIncludeNull, andFilterClientOnly, isClientAccessAllowed, performQueryConfigCached
-
Methods inherited from class com.avoka.core.dao.BaseDao
addOrdering, addOrderingCaseInsensitive, addOrderingCaseSensitive, andQueryBetween, andQueryInExp, andQueryInExp, andQueryLikeIgnoreCaseExp, andQueryMatchDbExp, andQueryMatchExp, andQueryMatchIsNotNull, andQueryMatchIsNull, andQueryNoMatchExp, andQueryNotTrue, deleteObject, deleteObjects, findObject, getDataContext, getFetchLimit, getLogger, getObjectForPK, newObject, orQueryLikeIgnoreCaseExp, orQueryMatchExp, performNamedQuery, performNamedQuery, performNamedQuery, performNamedQuery, performNonSelectingQuery, performNonSelectingQuery, performNonSelectingQuery, performNonSelectingQuery, performQuery, performQuery, performQuery, registerNewObject, setCacheStrategy, setFetchLimit, setLocalCacheStrategy, setLocalCacheStrategy, setSharedCacheStrategy, toMap, toMap
-
-
-
-
Method Detail
-
getUserPropertyForPK
public UserProperty getUserPropertyForPK(Object id)
Return the user property with the specified OID- Parameters:
id
- the OID- Returns:
- the matching user property, or null if not found
-
initialiseUserProperties
public void initialiseUserProperties(UserProfile userProfile)
Create property values for each user property for a new user profile- Parameters:
userProfile
- a new user profile not associated with any user properties (required)
-
-