@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.SharedRecordPlugin
public com.whitestein.lsps.model.sharedrecord.ExternalRecordEntity getEntityProxy(java.lang.String entityName, java.io.Serializable id)
getEntityProxy
in interface com.whitestein.lsps.model.sharedrecord.SharedRecordPlugin
public void loadProxies()
loadProxies
in interface com.whitestein.lsps.model.sharedrecord.SharedRecordPlugin
public java.util.Collection<java.lang.String> getSupportedEntityNames()
getSupportedEntityNames
in interface com.whitestein.lsps.model.sharedrecord.SharedRecordPlugin
public void flush()
flush
in interface com.whitestein.lsps.model.sharedrecord.SharedRecordPlugin
public void flush(java.util.Set<java.lang.String> entityNames)
flush
in interface com.whitestein.lsps.model.sharedrecord.SharedRecordPlugin
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.