Method Summary |
|
public static InstanceSecurityBinding | cloneConstraintToInstanceConstraint(HbmSecurityConstraint hsc) converts HbmSecurityBinding into InstanceSecurityBinding. |
public static ObjectNodeSecurityConstraint | cloneConstraintToObjectNodeConstraint(HbmSecurityConstraint hsc) converts HbmSecurityConstratint into ObjectNodeSecurityConstraint. |
public static Context24Impl | cloneContext22ImplTo24(Context22Impl context22) Creates new Context24Impl and copys data from provided Context22Impl object. |
public static Instance24Impl | cloneInstance22ImplTo24(Instance22Impl instance22) Clone Instance22Impl to Instance24Impl. |
public static PersistentStateEntry24 | cloneInstancePrefToPortletState(InstancePreference22Impl pref22) |
public static ObjectNode24 | cloneObjectNode22To24(ObjectNode22 node22) Clones ObjectNode22 to newly created ObjectNode24. |
public static Page24Impl | clonePage22ImplTo24(Page22Impl page22) Creates new Page24Impl and copys data from provided Page22Impl object. |
public static Portal24Impl | clonePortal22ImplTo24(Portal22Impl portal22) Creates new Portal24Impl and copys data from provided Portal22Impl object. |
public static PortalObject24Impl | clonePortalObject(PortalObject22Impl object22) |
public static Role22Impl | cloneRoleTo22(Role20Impl role20Impl) Creating new Role22Impl object copying content from Role20Impl. |
public static Role24Impl | cloneRoleTo24(Role22Impl role22Impl) Creating new Role22Impl object copying content from Role20Impl. |
public static PersistentStateEntry24 | cloneUserPrefToPortletState(UserPreference22Impl pref22) |
public static User22Impl | cloneUserTo22(User20Impl user20Impl) Creating new User22Impl object copying content fom User20Impl. |
public static User24Impl | cloneUserTo24(User22Impl user22Impl) Creating new User24Impl object copying content fom User22Impl. |
public static Window24Impl | cloneWindow22ImplTo24(Window22Impl window22) Creates new Window24Impl and copys data from provided Window22Impl object. |
public static void | parseUserPrefSet20To22(UserPrefSet20 userPrefSet20, Map prefMap, String name, boolean concatenate) |