|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.netmarkets.folder.NmFolderHelper
Supported API: false
Extendable: false
Constructor Summary | |
NmFolderHelper()
|
Method Summary | |
private static void |
addContainerInfo(Cabinet cabinet,
NmNamedObject nm_folder,
HashMap map)
|
static ArrayList |
getAuthors(NmModel model)
|
static WTOrganization |
getClassicDefaultOrg()
|
private static Set |
getInternalOrgSet()
|
static String |
getLocationOfObject(Persistable p)
|
static String |
getLocationOfObject(Persistable p,
boolean isProject)
|
static void |
getLocationOfObject(Persistable p,
HashMap map)
|
private static Folder |
initializeNmFolderForLocation(FolderEntry entry,
HashMap map,
String locationString,
String securedInfoString,
boolean isWindchillPDMObject)
|
static boolean |
isInternalOrganization(WTOrganization organization)
|
static boolean |
isNewNumRequired(WTOrganization organization,
Class clazz)
|
static boolean |
matchLocales(Locale loc1,
Locale loc2)
|
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(NmFolderHelper thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final NmFolderService service
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
public static final String LOCATION
public static final String LOCATION_LEVEL_1
public static final String LOCATION_LEVEL_2
public static final String LOCATION_LEVEL_3
public static final String LOCATION_LEVEL_1_SECURED
public static final String LOCATION_LEVEL_2_SECURED
public static final String LOCATION_LEVEL_3_SECURED
public static final String LOCATION_LEVEL_1_DISPLAY
public static final String LOCATION_LEVEL_2_DISPLAY
public static final String LOCATION_LEVEL_3_DISPLAY
public static final String LOCATION_GREATERTHAN_3
public static final String CONTAINER_OID
public static final String ICON
private static String INTERNAL_ORG_NAMES
private static HashSet internalOrgSet
private static WTOrganization classicDefaultOrg
private static final String FOLDER_LIST_RESOURCE
private static final String FILES_VIEW
private static final String FILES_LMT
private static final boolean VERBOSE
public static final String NBSP
public static final String SELECTED_VIEW
public static final String FOLDERS_AND_CONTENTS
public static final String TREE_VIEW
public static final String NO_LIMIT
public static final String TABLE_LAST_MODIFIED
public static final String TABLE_AUTHOR
public static final String TABLE_DOCS
public static final String TABLE_PARTS
public static final String TABLE_CAD_DOCS
public static final String PROMOTIONS
public static final String TABLE_MY
public static final String LINKS_ONLY
public static final String DISCUSSED
public static final String NOT_RELEASED
public static final String RELEASED
public static final String PENDING_CHANGES
public static final String IN_WORK
public static final String ROUTED
public static final String DELIVERABLES
public static final String SANDBOX
public static final String TABLE_MY_SANDBOX
public static final String SHARED
public static final String CREATED_IN_PROJECT
public static final String OUT_OF_DATE_SHARES
public static final String PDM_CHECKIN_APPLY
public static final boolean SHOWFOLDERSPLUSVIEW
public static final boolean SHOW_DISCUSS_ICON_PDM
public static final boolean SHOW_DISCUSS_ICON_PJL
public static final boolean SHOW_DELIVERABLE_ICON_PJL
public static final boolean SHOW_ROUTING_ICON_PJL
public static final boolean SHOW_VERSION_PJL
public static final boolean SHOW_NUMBER_PJL
public static final String LAST_FILES_PAGE
public static final String LAST_FILES_CONTEXT
public static final String LAST_FILES_TIME
public static final String LAST_FILES_TYPE
public static final String DOMAIN_PREF_PATH
public static final String DOMAIN_PREF_KEY
private static int colNum
public static final int TYPE_ICON_COLUMN
public static final int NAME_COLUMN
public static final int ACTION_A_COLUMN
public static final int ACTION_B_COLUMN
public static final int ACTION_C_COLUMN
public static final int ACTION_D_COLUMN
public static final int ACTION_E_COLUMN
public static final int PENDING_CHANGE_COLUMN
public static final int ACTION_COLUMN
public static final int NUMBER_COLUMN
public static final int VERSION_COLUMN
public static final int STATE_COLUMN
public static final int MODIFIED_BY_COLUMN
public static final int MODIFIED_DATE_COLUMN
public static final int TYPE_COLUMN
public static final int SANDBOX_COLUMN
public static final int SHARED_COLUMN
public static final int LATEST_COLUMN
public static final int CHECKED_OUT_COLUMN
public static final int NUMBER_OF_COLUMNS
Constructor Detail |
public NmFolderHelper()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(NmFolderHelper thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public static boolean matchLocales(Locale loc1, Locale loc2) throws WTException
WTException
public static void getLocationOfObject(Persistable p, HashMap map) throws WTException
WTException
private static Folder initializeNmFolderForLocation(FolderEntry entry, HashMap map, String locationString, String securedInfoString, boolean isWindchillPDMObject) throws WTException
WTException
private static void addContainerInfo(Cabinet cabinet, NmNamedObject nm_folder, HashMap map)
public static String getLocationOfObject(Persistable p) throws WTException
WTException
public static String getLocationOfObject(Persistable p, boolean isProject) throws WTException
WTException
public static ArrayList getAuthors(NmModel model) throws WTException
WTException
public static boolean isInternalOrganization(WTOrganization organization) throws WTException
WTException
private static Set getInternalOrgSet() throws WTException
WTException
public static WTOrganization getClassicDefaultOrg() throws WTException
WTException
public static boolean isNewNumRequired(WTOrganization organization, Class clazz) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |