AdvantageModuleEngine Methods
The AdvantageModuleEngine type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose()()()() |
Disposes this instance.
|
|
Dispose(Boolean) | (Inherited from AdvantageEngineBase.) | |
FindPublishedObjectsByNode<(Of <<'(T>)>>)(String, eComparison, String) |
performs a non-indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement
This function works well with small sets of typed published items. Performance may be impacted on larger object sets, and "GetByKey" should be implemented.
|
|
FindPublishedObjectsByNode<(Of <<'(T>)>>)(String, eComparison, DateTime) |
Performs a non-indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement
This function works well with small sets of typed published items. Performance may be impacted on larger object sets, and "GetByKey" should be implemented.
|
|
FindPublishedObjectsByNode<(Of <<'(T>)>>)(String, eComparison, Int32) |
Performs a non-indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement
This function works well with small sets of typed published items. Performance may be impacted on larger object sets, and "GetByKey" should be implemented.
|
|
FindPublishedObjectsByNode<(Of <<'(T>)>>)(String, eComparison, Decimal) |
Performs a non-indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement
This function works well with small sets of typed published items. Performance may be impacted on larger object sets, and "GetByKey" should be implemented.
|
|
FindPublishedObjectsByNode<(Of <<'(T>)>>)(String, eComparison, Guid) |
Performs a non-indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement
This function works well with small sets of typed published items. Performance may be impacted on larger object sets, and "GetByKey" should be implemented.
|
|
FindPublishedObjectsByNode<(Of <<'(T>)>>)(String, eComparison, Boolean) |
Performs a non-indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement
This function works well with small sets of typed published items. Performance may be impacted on larger object sets, and "GetByKey" should be implemented.
|
|
GetAllPublishedObjects<(Of <<'(T>)>>) |
Gets a List of all specified business objects based on object type passed in
|
|
GetAllPublishedObjectsLight<(Of <<'(T>)>>)(List<(Of <<'(String>)>>)) |
Returns a list of BusinessObjects that are filled only with the properties specified in the parameter list
Items that DO NOT need to be specified are:ObjectTypeName, ObjectTypeID, MasterID, DomainID, LanguageID, Version, PublishStatus, SEOName, LastModifiedBy, LastModifiedDate, CreatedBy, CreatedDate.
|
|
GetAllPublishedObjectsLight<(Of <<'(T>)>>)(List<(Of <<'(String>)>>), Boolean) |
Returns a list of BusinessObjects that are filled only with the properties specified in the parameter list
Items that DO NOT need to be specified are:ObjectTypeName, ObjectTypeID, MasterID, DomainID, LanguageID, Version, PublishStatus, SEOName, LastModifiedBy, LastModifiedDate, CreatedBy, CreatedDate, SEOKeywords, SEOContent
|
|
GetPublishedKeyValueObjects<(Of <<'(T, Y>)>>) |
Returns a boxed list of distinct values based on the ObjectTypeID and KeyName
|
|
GetPublishedObjectByMasterId<(Of <<'(T>)>>) |
Returns the specified business object from the masterId passed.
|
|
GetPublishedObjectByMasterIds<(Of <<'(T>)>>) | Obsolete.
Gets the published object by master ids.
|
|
GetPublishedObjectBySeoName<(Of <<'(T>)>>) |
Returns a business object based on the SEO Name passed in
|
|
GetPublishedObjectBySeoNames<(Of <<'(T>)>>) |
Returns a list of business objects populated by the SEO name list passed in
|
|
GetPublishedObjectsBykey<(Of <<'(T>)>>)(String, eComparison, String) |
Performs a indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement.
Index items must be set inside the business object "SetSearchableProperties" method, and published before results will be returned.
|
|
GetPublishedObjectsBykey<(Of <<'(T>)>>)(String, eComparison, DateTime) |
Performs a indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement.
Index items must be set inside the business object "SetSearchableProperties" method, and published before results will be returned.
|
|
GetPublishedObjectsBykey<(Of <<'(T>)>>)(List<(Of <<'(ObjectKeyCriteria>)>>)) |
Gets the published objects by matching criteria (Inner Join)
|
|
GetPublishedObjectsBykey<(Of <<'(T>)>>)(String, eComparison, Int32) |
Performs a indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement.
Index items must be set inside the business object "SetSearchableProperties" method, and published before results will be returned.
|
|
GetPublishedObjectsBykey<(Of <<'(T>)>>)(String, eComparison, Guid) |
Performs a indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement.
Index items must be set inside the business object "SetSearchableProperties" method, and published before results will be returned.
|
|
GetPublishedObjectsBykey<(Of <<'(T>)>>)(String, eComparison, Boolean) |
Performs a indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement.
Index items must be set inside the business object "SetSearchableProperties" method, and published before results will be returned.
|
|
GetPublishedObjectsBykey<(Of <<'(T>)>>)(String, eComparison, Decimal) |
Performs a indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement.
Index items must be set inside the business object "SetSearchableProperties" method, and published before results will be returned.
|
|
GetPublishedObjectsBykeyLight<(Of <<'(T>)>>)(String, eComparison, Boolean, List<(Of <<'(String>)>>), Boolean) |
Gets the published objects bykey.
|
|
GetPublishedObjectsBykeyLight<(Of <<'(T>)>>)(String, eComparison, DateTime, List<(Of <<'(String>)>>), Boolean) |
Gets the published objects bykey light.
|
|
GetPublishedObjectsBykeyLight<(Of <<'(T>)>>)(String, eComparison, Decimal, List<(Of <<'(String>)>>), Boolean) |
Gets the published objects bykey light.
|
|
GetPublishedObjectsBykeyLight<(Of <<'(T>)>>)(String, eComparison, Guid, List<(Of <<'(String>)>>), Boolean) |
Gets the published objects bykey light.
|
|
GetPublishedObjectsBykeyLight<(Of <<'(T>)>>)(String, eComparison, Int32, List<(Of <<'(String>)>>), Boolean) |
Gets the published objects bykey light.
|
|
GetPublishedObjectsBykeyLight<(Of <<'(T>)>>)(String, eComparison, String, List<(Of <<'(String>)>>), Boolean) |
Gets the published objects bykey light.
|
|
GetPublishedObjectsByMasterIds<(Of <<'(T>)>>) |
Returns a list of business objects populated by the masterId list passed in
|
|
GetPublishedObjectsByMasterIdsLight<(Of <<'(T>)>>) |
Gets the published objects by MasterIDs light.
|
|
SiteSettings()()()() |
Sites the settings.
|
|
SiteSettings<(Of <<'(T>)>>)()()()() |
Sites the settings.
|
|
WebCache_ClearItem |
Clears item from web cache.
(Inherited from AdvantageEngineBase.) |
|
WebCache_Get<(Of <<'(T>)>>) |
Gets items from web cache.
(Inherited from AdvantageEngineBase.) |
|
WebCache_Invalidate(String) |
Invalidates item from web cache.
(Inherited from AdvantageEngineBase.) |
|
WebCache_Invalidate(List<(Of <<'(String>)>>)) |
Invalidates item from web cache by category.
(Inherited from AdvantageEngineBase.) |
|
WebCache_Store<(Of <<'(T>)>>) |
Stores items to web cache.
(Inherited from AdvantageEngineBase.) |