public class VersionableEventPickListEntryNodeService extends AbstractDatabaseService implements PickListEntryNodeService
Constructor and Description |
---|
VersionableEventPickListEntryNodeService() |
Modifier and Type | Method and Description |
---|---|
VSPropertyService |
getVsPropertyService()
Gets the vs property service.
|
void |
insertDependentChanges(java.lang.String pickListId,
PickListEntryNode pickListEntryNode)
Insert dependent changes.
|
void |
insertPickListEntryNode(java.lang.String pickListId,
PickListEntryNode pickListEntryNode)
Insert pick list entry node.
|
void |
removePickListEntryNode(java.lang.String pickListId,
PickListEntryNode pickListEntryNode)
Removes the pick list entry node.
|
PickListEntryNode |
resolvePickListEntryNodeByRevision(java.lang.String pickListId,
java.lang.String plEntryId,
java.lang.String revisionId)
Resolve pick list entry node by revision.
|
void |
revise(java.lang.String pickListId,
PickListEntryNode pickListEntryNode)
Revise.
|
void |
setVsPropertyService(VSPropertyService vsPropertyService)
Sets the vs property service.
|
void |
updatePickListEntryNode(java.lang.String pickListId,
PickListEntryNode pickListEntryNode)
Update pick list entry node.
|
void |
updateVersionableAttributes(java.lang.String pickListId,
PickListEntryNode pickListEntryNode)
Update versionable attributes.
|
getCodingSchemeUId, getDaoManager, getLogger, isChangeTypeDependent, isChangeTypeRemove, setDaoManager, setLogger
fireCodingSchemeInsertErrorEvent, fireCodingSchemeUpdateEvent, fireEntityReviseEvent, fireEntityUpdateEvent, firePostBatchEntityInsertEvent, firePostCodingSchemeInsertEvent, firePostEntityInsertEvent, firePostEntityRemoveEvent, firePostPropertyInsertEvent, firePostPropertyRemoveEvent, firePreBatchAssociationInsertEvent, firePreBatchEntityInsertEvent, firePreCodingSchemeInsertEvent, firePreEntityInsertEvent, firePreEntityRemoveEvent, firePropertyUpdateEvent, getListenerRegistry, setListenerRegistry
public VersionableEventPickListEntryNodeService()
public void insertPickListEntryNode(java.lang.String pickListId, PickListEntryNode pickListEntryNode)
PickListEntryNodeService
insertPickListEntryNode
in interface PickListEntryNodeService
pickListId
- the pick list idpickListEntryNode
- the pick list entry nodepublic void removePickListEntryNode(java.lang.String pickListId, PickListEntryNode pickListEntryNode)
PickListEntryNodeService
removePickListEntryNode
in interface PickListEntryNodeService
pickListId
- the pick list idpickListEntryNode
- the pick list entry nodepublic void updatePickListEntryNode(java.lang.String pickListId, PickListEntryNode pickListEntryNode) throws LBException
PickListEntryNodeService
updatePickListEntryNode
in interface PickListEntryNodeService
pickListId
- the pick list idpickListEntryNode
- the pick list entry nodeLBException
- the LB exceptionpublic void updateVersionableAttributes(java.lang.String pickListId, PickListEntryNode pickListEntryNode) throws LBException
PickListEntryNodeService
updateVersionableAttributes
in interface PickListEntryNodeService
pickListId
- the pick list idpickListEntryNode
- the pick list entry nodeLBException
- the LB exceptionpublic void insertDependentChanges(java.lang.String pickListId, PickListEntryNode pickListEntryNode) throws LBException
PickListEntryNodeService
insertDependentChanges
in interface PickListEntryNodeService
pickListId
- the pick list idpickListEntryNode
- the pick list entry nodeLBException
- the LB exceptionpublic void revise(java.lang.String pickListId, PickListEntryNode pickListEntryNode) throws LBException
PickListEntryNodeService
revise
in interface PickListEntryNodeService
pickListId
- the pick list idpickListEntryNode
- the pick list entry nodeLBException
- the LB exceptionpublic PickListEntryNode resolvePickListEntryNodeByRevision(java.lang.String pickListId, java.lang.String plEntryId, java.lang.String revisionId) throws LBRevisionException
PickListEntryNodeService
resolvePickListEntryNodeByRevision
in interface PickListEntryNodeService
pickListId
- the pick list idplEntryId
- the pl entry idrevisionId
- the revision idLBRevisionException
- the LB revision exceptionpublic VSPropertyService getVsPropertyService()
public void setVsPropertyService(VSPropertyService vsPropertyService)
vsPropertyService
- the vsPropertyService to set