AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

BusinessObjectHelper Members

The BusinessObjectHelper type exposes the following members.

Constructors


  Name Description
Public method BusinessObjectHelper
Initializes a new instance of the BusinessObjectHelper class.

Methods


  Name Description
Public method DeleteObject<(Of <<'(T>)>>)(ActionArgs, T)
Deletes the object.
Public method DeleteObject<(Of <<'(T>)>>)(String, T)
Deletes the object.
Public method Dispose
Public method GetDraftObjectByMasterId<(Of <<'(T>)>>)
Returns the specified draft business object from the masterId passed.
Public method GetDraftObjectsByMasterId<(Of <<'(T>)>>)
Returns the specified draft business objects from the masterId passed.
Public method PublishObject<(Of <<'(T>)>>)(String, T)
Publishes the object.
Public method PublishObject<(Of <<'(T>)>>)(String, T, Boolean)
Publishes the object.
Public method PublishObject<(Of <<'(T>)>>)(String, T, List<(Of <<'(mscpDomain>)>>))
Publishes the object.
Public method PublishObject<(Of <<'(T>)>>)(ActionArgs, T)
Publishes the object. For use in BusinessObject events (PrePublish, PostPublish, PreSaveDraft, PostSaveDraft, etc.)
Public method SaveDraftObject<(Of <<'(T>)>>)(String, T)
Saves the draft object.
Public method SaveDraftObject<(Of <<'(T>)>>)(String, T, Boolean)
Saves the draft object.
Public method SaveDraftObject<(Of <<'(T>)>>)(String, T, List<(Of <<'(mscpDomain>)>>))
Saves the draft object.