Modifier and Type | Field and Description |
---|---|
protected ICS |
BaseController.ics |
Modifier and Type | Method and Description |
---|---|
static AssetReader |
AssetDataManagerImpl.getAssetBuilder(ICS ics) |
protected String |
BasicAssetDataReadStrategy.getAssetDefinitionType(ICS ics,
com.openmarket.xcelerate.asset.AssetType type,
String attributename) |
static AssetHelper |
AssetHelper.getAssetHelper(ICS ics) |
String |
AssetHelper.getField(ICS ics,
String assettype,
String id,
String fieldName) |
static AssetDataReadStrategy |
AssetDataStrategyFactory.getReadStrategy(ICS ics,
String assettype,
boolean isFlex)
get the proper read strategy for given asset type
|
static AssetDataWriteStrategy |
AssetDataStrategyFactory.getWriteStrategy(ICS ics,
String assettype,
boolean isFlex)
get the proper write strategy for given asset type
|
void |
BaseController.setICS(ICS ics) |
Constructor and Description |
---|
AssetTypeDefManagerImpl(ICS ics) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
ConditionParser.parseBasicCondition(ICS ics,
Long site,
AssetTypeDef atd,
Condition c,
String prefix,
FTValList attributes)
This method is used to convert a condition to an asset search format.
|
static com.openmarket.gator.interfaces.ISearchState |
ConditionParser.parseFlexCondition(ICS ics,
AssetTypeDef atd,
String attributeType,
Condition c)
Parse a Condition and convert the passed in Condition to an ISearchState that could be used
to search for flex assets
|
static String |
ConditionParser.validAttributes(ICS ics,
AssetTypeDef atd,
List<String> attributes)
validate whether any of the attribute specified in the list does not belong to the specified assettype/subtype
|
Constructor and Description |
---|
AssetSearcherImpl(ICS ics) |
AssetStatisticsSearcherImpl(ICS ics) |
AssetStatisticsStorage(ICS ics) |
Constructor and Description |
---|
UserLoggedInInfo(ICS ics) |
Modifier and Type | Method and Description |
---|---|
static Session |
SessionFactory.getSession(ICS ics)
This methods gets a session with an existing ics.
|
Modifier and Type | Method and Description |
---|---|
ICS |
ValidateLogin.getICS(FTValList vIn)
get ICS from FTValList
|
Modifier and Type | Method and Description |
---|---|
protected String |
ValidateLogin.getAnonymousACLs(ICS ics)
In case of native install, we create DefaultReader user inside the database and
we can assign exclusive ACLs to him.
|
Modifier and Type | Method and Description |
---|---|
int |
IXMLBodyTag.endTag(ICS ics,
String sTagName,
FTValList vIn)
Method to evaluate the end tag of a dynamic tag
|
int |
IDynamicTag.endTag(ICS ics,
String sTagName,
FTValList vIn)
Method to evaluate the end tag of a dynamic tag
|
static String |
Utilities.genID(ICS icsThread)
Deprecated.
use ICS.genID(boolean) instead
|
int |
IXMLBodyTag.startTag(ICS ics,
String sTagName,
FTValList vIn,
String sCData)
Method to evaluate the start tag of a dynamic tag
|
int |
IDynamicTag.startTag(ICS ics,
String sTagName,
FTValList vIn,
String sCData)
Method to evaluate the start tag of a dynamic tag
|
Modifier and Type | Method and Description |
---|---|
ICS |
AssetEvent.getICS()
Returns the ICS involved in the event
|
Modifier and Type | Method and Description |
---|---|
void |
AssetEventListener.init(ICS ics) |
void |
AbstractAssetEventListener.init(ICS ics) |
Modifier and Type | Method and Description |
---|---|
ICS |
IFilterEnvironment.getICS()
Returns handle to interface of Content Server object.
|
Modifier and Type | Method and Description |
---|---|
void |
IReplicate.checkNewAssetNameInSharedAsset(ICS ics,
Long newsharedpubid,
String srcassetname,
String srcassettype)
Verifies that new asset name is the same as original asset name for a shared asset.
|
void |
IReplicate.checkNewAssetNameInSharedAsset(ICS ics,
String srcassetname,
String srcassettype)
Verifies that new asset name is the same as original asset name for a shared asset.
|
String |
IReplicate.getNewSiteCatalogPageNameAssumingSiteEntry(ICS ics,
String srcSiteCatalogPageName)
Gets a new site-catalog page name, given a source site-catalog page name, and provided a SiteEntry asset owns it
|
String |
IReplicate.getNewSiteCatalogPageNameAssumingTemplate(ICS ics,
String srcSiteCatalogPageName)
Gets a new site-catalog page name, given a source site-catalog page name, and provided a Template asset owns it
|