public class DefaultAccountStoreMapping extends AbstractInstanceResource implements AccountStoreMapping
deletedPropertyNames, dirty, dirtyProperties, HREF_PROP_NAME, properties, readLock, referenceFactory, writeLock| Constructor and Description |
|---|
DefaultAccountStoreMapping(InternalDataStore dataStore) |
DefaultAccountStoreMapping(InternalDataStore dataStore,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
AccountStore |
getAccountStore() |
Application |
getApplication() |
int |
getListIndex() |
Map<String,Property> |
getPropertyDescriptors() |
boolean |
isDefaultAccountStore() |
boolean |
isDefaultGroupStore() |
void |
setAccountStore(AccountStore accountStore) |
void |
setApplication(Application application) |
void |
setDefaultAccountStore(boolean defaultAccountStore) |
void |
setDefaultGroupStore(boolean defaultGroupStore) |
void |
setListIndex(int listIndex) |
savecreatePropertyDescriptorMap, equals, getBoolean, getBooleanProperty, getDataStore, getDateProperty, getDeletedPropertyNames, getHref, getInt, getIntProperty, getProperty, getPropertyNames, getResourceProperty, getString, getStringProperty, getUpdatedPropertyNames, hashCode, isDirty, isMaterialized, isNew, isPrintableProperty, materialize, setProperties, setProperty, setProperty, setProperty, setResourceProperty, toStringpublic DefaultAccountStoreMapping(InternalDataStore dataStore)
public DefaultAccountStoreMapping(InternalDataStore dataStore, Map<String,Object> properties)
public Map<String,Property> getPropertyDescriptors()
getPropertyDescriptors in class AbstractResourcepublic Application getApplication()
getApplication in interface AccountStoreMappingpublic void setApplication(Application application)
setApplication in interface AccountStoreMappingpublic AccountStore getAccountStore()
getAccountStore in interface AccountStoreMappingpublic void setAccountStore(AccountStore accountStore)
setAccountStore in interface AccountStoreMappingpublic int getListIndex()
getListIndex in interface AccountStoreMappingpublic void setListIndex(int listIndex)
setListIndex in interface AccountStoreMappingpublic boolean isDefaultAccountStore()
isDefaultAccountStore in interface AccountStoreMappingpublic void setDefaultAccountStore(boolean defaultAccountStore)
setDefaultAccountStore in interface AccountStoreMappingpublic void setDefaultGroupStore(boolean defaultGroupStore)
setDefaultGroupStore in interface AccountStoreMappingpublic boolean isDefaultGroupStore()
isDefaultGroupStore in interface AccountStoreMappingCopyright © 2012–2014. All rights reserved.