@Named
@ApplicationScoped
public class OrgSharedRecordPlugin
extends java.lang.Object
implements com.whitestein.lsps.model.sharedrecord.SharedRecordPlugin
| Constructor and Description |
|---|
OrgSharedRecordPlugin(PersonServiceLocal personService)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
flush(java.util.Set<java.lang.String> entityNames) |
com.whitestein.lsps.model.sharedrecord.ExternalRecordEntity |
getEntity(java.lang.String entityName,
java.io.Serializable id) |
com.whitestein.lsps.model.sharedrecord.ExternalRecordEntity |
getEntityProxy(java.lang.String entityName,
java.io.Serializable id) |
java.util.Collection<java.lang.String> |
getSupportedEntityNames() |
void |
loadProxies() |
public OrgSharedRecordPlugin(PersonServiceLocal personService)
personService - public com.whitestein.lsps.model.sharedrecord.ExternalRecordEntity getEntity(java.lang.String entityName,
java.io.Serializable id)
getEntity in interface com.whitestein.lsps.model.sharedrecord.SharedRecordPluginpublic com.whitestein.lsps.model.sharedrecord.ExternalRecordEntity getEntityProxy(java.lang.String entityName,
java.io.Serializable id)
getEntityProxy in interface com.whitestein.lsps.model.sharedrecord.SharedRecordPluginpublic void loadProxies()
loadProxies in interface com.whitestein.lsps.model.sharedrecord.SharedRecordPluginpublic java.util.Collection<java.lang.String> getSupportedEntityNames()
getSupportedEntityNames in interface com.whitestein.lsps.model.sharedrecord.SharedRecordPluginpublic void flush()
flush in interface com.whitestein.lsps.model.sharedrecord.SharedRecordPluginpublic void flush(java.util.Set<java.lang.String> entityNames)
flush in interface com.whitestein.lsps.model.sharedrecord.SharedRecordPluginCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.