The SkinDefinition object contains the look-and-feel definitions available to the application. The SkinDefinition object provides a way to package the application’s look-and-feel.

The attributes of the SkinDefinition object, which are in addition to the attributes inherited from the FrameworkObject base class, are described below:

Attribute

Description

objectType

SkinDefinition

skinId

Logical identifier that other objects use to refer to this object, which is exposed to other objects and to the code and which is the primary external way to refer to the object.

The extension methods of the SkinDefinitionHome interface are described below:

Returns

Method

Description

SkinDefinition

findByUserSegmentAndSkinId

Arguments: String appId, String skinId

Returns the SkinDefinition with the specified identifier based on the segment of the current user. If the current user does not have a segment or no object is found for the current segment, a default object is returned based on skin identifier only. The appId indicates the framework application in which to look for the object.

 
loading table of contents...