groupInfo expandAfterMode 2 groupName Apex Snippets snippetsTE2 abbreviation ,assert abbreviationMode 0 creationDate 2010-08-14T13:39:29Z flags 0 label lastUsed 2010-08-14T13:40:30Z modificationDate 2010-08-14T13:39:29Z plainText System.%fill:assertType%(%fill:args%); %| snippetType 0 useCount 0 uuidString 19463E26-B733-4227-931E-1CEAF6D6A187 abbreviation ,collection abbreviationMode 0 creationDate 2010-08-14T03:53:18Z flags 0 label lastUsed 2010-08-14T13:32:05Z modificationDate 2010-08-14T13:35:14Z plainText %fill:collection%<%fill:obj%> %fill:name% = new %fill:collection%<%fill:obj%>(); %| snippetType 0 useCount 0 uuidString 3BD7D6A2-51DD-4358-A2B0-B739D5509729 abbreviation ,fieldd abbreviationMode 0 creationDate 2010-08-14T13:53:43Z flags 0 label modificationDate 2010-08-14T13:53:43Z plainText Schema.DescribeFieldResult f = Schema.sObjectType.%fill:obj%.fields.%fill:field%; %| snippetType 0 useCount 0 uuidString 0C4B6633-7D92-4792-A174-0F49033B62D1 abbreviation ,for abbreviationMode 0 creationDate 2010-08-14T03:56:02Z flags 0 label lastUsed 2010-08-14T13:34:35Z modificationDate 2010-08-14T13:55:18Z plainText for(%fill:obj% %fill:name% : %fill:list%){ %| } snippetType 0 useCount 0 uuidString A3D6A208-18F9-4198-80AC-37269DDE0132 abbreviation ,if abbreviationMode 0 creationDate 2010-08-14T13:41:14Z flags 0 label lastUsed 2010-08-14T13:42:42Z modificationDate 2010-08-14T13:41:14Z plainText if(%fill:args%){ %| } else { } snippetType 0 useCount 0 uuidString 9434CB8F-5808-4CA4-9659-A5F2E55FFD59 abbreviation ,intfor abbreviationMode 0 creationDate 2010-08-14T13:43:40Z flags 0 label lastUsed 2010-08-14T13:45:15Z modificationDate 2010-08-14T13:43:40Z plainText for (Integer %fill:var%=0; %fill:var%%fill:limit%;%fill:var%++){ %| } snippetType 0 useCount 0 uuidString 8FF48232-B4E9-43B7-A9DC-CD5989604E24 abbreviation ,map abbreviationMode 0 creationDate 2010-08-14T13:35:19Z flags 0 label lastUsed 2010-08-14T13:38:42Z modificationDate 2010-08-14T13:38:25Z plainText Map<%fill:var1%,%fill:var2%> %fill:name% = new Map<%fill:var1%,%fill:var2%>(%fill:args%); %| snippetType 0 useCount 0 uuidString 71F4EA2B-D6D9-4C87-9081-49BC67A6CE1E abbreviation ,method abbreviationMode 0 creationDate 2010-08-14T04:00:18Z flags 0 label lastUsed 2010-08-14T04:01:55Z modificationDate 2010-08-14T04:00:18Z plainText %fill:type% %fill:return% %fill:name%(%fill:args%){ %| } snippetType 0 useCount 0 uuidString 0252C182-33E0-415E-A78A-3F5F82C61AFA abbreviation ,objectd abbreviationMode 0 creationDate 2010-08-14T13:52:35Z flags 0 label modificationDate 2010-08-14T13:54:40Z plainText Schema.DescribeSObjectResult r = %fill:obj%.sObjectType.getDescribe(); %| snippetType 0 useCount 0 uuidString D259D93C-D1C9-46A2-9A26-ED88FD9CB925 abbreviation ,select abbreviationMode 0 creationDate 2010-08-14T13:26:53Z flags 0 label lastUsed 2010-08-14T13:28:48Z modificationDate 2010-08-14T13:55:07Z plainText %fill:collection%<%fill:obj%> %fill:name% = [select %fill:fields% from %fill:obj% where %fill:where%]; %| snippetType 0 useCount 0 uuidString 98213542-26A7-46A5-ADB9-25DD1E9B122A abbreviation ,sobject abbreviationMode 0 creationDate 2010-08-14T03:49:20Z flags 0 label lastUsed 2010-08-14T03:52:50Z modificationDate 2010-08-14T13:31:16Z plainText %fill:obj% %fill:name% = new %fill:obj%( %key:tab%%fill:args% ); %| snippetType 0 useCount 0 uuidString 477A5931-7E92-43AF-99AA-30D1C0C71795 abbreviation ,test abbreviationMode 0 creationDate 2010-08-14T13:51:08Z flags 0 label modificationDate 2010-08-14T13:54:47Z plainText static testMethod void %fill:name%() { %| } snippetType 0 useCount 0 uuidString F6C8CDB2-4758-4B6C-BDC5-BF5AD569D5A5 abbreviation ,try abbreviationMode 0 creationDate 2010-08-14T13:47:39Z flags 0 label lastUsed 2010-08-14T13:49:18Z modificationDate 2010-08-14T13:54:54Z plainText try { %| } catch(%fill:exception% %fill:e%){ } finally { } snippetType 0 useCount 0 uuidString 23829CD7-E2DA-487C-B635-B30855A6CA20 abbreviation ,var abbreviationMode 0 creationDate 2010-08-14T03:58:03Z flags 0 label lastUsed 2010-08-14T03:59:13Z modificationDate 2010-08-14T03:59:19Z plainText %fill:type% %fill:name% = new %fill:type%(); %| snippetType 0 useCount 0 uuidString 234B13C6-1AF7-4F96-831A-86DCDC1FB545