@Named @ApplicationScoped public class OrgSharedRecordPlugin extends 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(Set<String> entityNames) |
com.whitestein.lsps.model.sharedrecord.ExternalRecordEntity |
getEntity(String entityName,
Serializable id) |
com.whitestein.lsps.model.sharedrecord.ExternalRecordEntity |
getEntityProxy(String entityName,
Serializable id) |
Collection<String> |
getSupportedEntityNames() |
void |
loadProxies() |
public OrgSharedRecordPlugin(PersonServiceLocal personService)
personService
- public com.whitestein.lsps.model.sharedrecord.ExternalRecordEntity getEntity(String entityName, Serializable id)
getEntity
in interface com.whitestein.lsps.model.sharedrecord.SharedRecordPlugin
public com.whitestein.lsps.model.sharedrecord.ExternalRecordEntity getEntityProxy(String entityName, Serializable id)
getEntityProxy
in interface com.whitestein.lsps.model.sharedrecord.SharedRecordPlugin
public void loadProxies()
loadProxies
in interface com.whitestein.lsps.model.sharedrecord.SharedRecordPlugin
public Collection<String> getSupportedEntityNames()
getSupportedEntityNames
in interface com.whitestein.lsps.model.sharedrecord.SharedRecordPlugin
public void flush()
flush
in interface com.whitestein.lsps.model.sharedrecord.SharedRecordPlugin
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.